tencentcloud-sdk-nodejs 4.1.164 → 4.1.165
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/es/services/cwp/v20180228/cwp_client.js +9 -33
- package/es/services/index.js +1 -0
- package/es/services/vdb/v20230616/vdb_client.js +13 -4
- package/es/services/waf/v20180125/waf_client.js +3 -0
- package/es/services/wedata/v20250806/wedata_client.js +189 -24
- package/es/services/wimgs/index.js +4 -0
- package/es/services/wimgs/v20251106/index.js +6 -0
- package/es/services/wimgs/v20251106/wimgs_client.js +9 -0
- package/es/services/wimgs/v20251106/wimgs_models.js +1 -0
- 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/ai3d/v20250513/ai3d_models.d.ts +4 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +12 -9
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +17 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +11 -47
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +15 -67
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +701 -903
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -3
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +3 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +17 -18
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +57 -4
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +24 -30
- package/tencentcloud/services/svp/v20240125/svp_models.d.ts +14 -10
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -7
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +66 -22
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +66 -22
- package/tencentcloud/services/vdb/v20230616/vdb_client.d.ts +17 -5
- package/tencentcloud/services/vdb/v20230616/vdb_client.js +24 -6
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +186 -25
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +41 -27
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +159 -6
- package/tencentcloud/services/wedata/v20250806/wedata_client.d.ts +245 -25
- package/tencentcloud/services/wedata/v20250806/wedata_client.js +366 -36
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +8276 -1813
- package/tencentcloud/services/wimgs/index.d.ts +6 -0
- package/tencentcloud/services/wimgs/index.js +7 -0
- package/tencentcloud/services/wimgs/v20251106/index.d.ts +6 -0
- package/tencentcloud/services/wimgs/v20251106/index.js +10 -0
- package/tencentcloud/services/wimgs/v20251106/wimgs_client.d.ts +14 -0
- package/tencentcloud/services/wimgs/v20251106/wimgs_client.js +37 -0
- package/tencentcloud/services/wimgs/v20251106/wimgs_models.d.ts +36 -0
- package/tencentcloud/services/wimgs/v20251106/wimgs_models.js +18 -0
|
@@ -1291,9 +1291,7 @@ export interface CreateFlowByFilesRequest {
|
|
|
1291
1291
|
*/
|
|
1292
1292
|
RemindedOn?: number;
|
|
1293
1293
|
/**
|
|
1294
|
-
*
|
|
1295
|
-
<ul><li> **VerifyCheck** :(默认)人脸识别,人脸识别后才能合同内容 </li>
|
|
1296
|
-
<li> **MobileCheck** : 手机号验证, 用户手机号和参与方手机号(ApproverMobile)相同即可查看合同内容(当手写签名方式为OCR_ESIGN时,该校验方式无效,因为这种签名方式依赖实名认证)</li></ul>
|
|
1294
|
+
* 指定个人签署方查看合同的校验方式<ul><li> **VerifyCheck** :(默认)人脸识别,人脸识别后才能查看合同内容 </li><li> **MobileCheck** : 手机号验证, 用户手机号和参与方手机号(ApproverMobile)相同即可查看合同内容(当手写签名方式为OCR_ESIGN时,该校验方式无效,因为这种签名方式依赖实名认证)</li></ul>
|
|
1297
1295
|
*/
|
|
1298
1296
|
ApproverVerifyType?: string;
|
|
1299
1297
|
/**
|
|
@@ -239,6 +239,7 @@ export { waf } from "./waf";
|
|
|
239
239
|
export { wav } from "./wav";
|
|
240
240
|
export { wedata } from "./wedata";
|
|
241
241
|
export { weilingwith } from "./weilingwith";
|
|
242
|
+
export { wimgs } from "./wimgs";
|
|
242
243
|
export { wsa } from "./wsa";
|
|
243
244
|
export { wss } from "./wss";
|
|
244
245
|
export { yinsuda } from "./yinsuda";
|
|
@@ -4,7 +4,7 @@ exports.cdwpg = exports.cdwdoris = exports.cdwch = exports.cds = exports.cdn = e
|
|
|
4
4
|
exports.ecm = exports.ecdn = exports.ecc = exports.eb = exports.dts = exports.dsgc = exports.ds = exports.drm = exports.domain = exports.dnspod = exports.dlc = exports.dcdb = exports.dc = exports.dbs = exports.dbdc = exports.dbbrain = exports.dayu = exports.dataagent = exports.dasb = exports.cynosdb = exports.cws = exports.cwp = exports.cvm = exports.ctsdb = exports.ctem = exports.csxg = exports.csip = exports.cpdp = exports.controlcenter = exports.config = exports.cms = exports.cmq = exports.cme = exports.cls = exports.cloudstudio = exports.cloudmate = exports.cloudhsm = exports.cloudaudit = exports.cloudapp = exports.clb = exports.ckafka = exports.cim = exports.cii = exports.ciam = exports.chdfs = exports.chc = exports.cfw = exports.cfs = exports.cfg = exports.cdz = void 0;
|
|
5
5
|
exports.memcached = exports.market = exports.mariadb = exports.mall = exports.lowcode = exports.lkeap = exports.lke = exports.live = exports.lighthouse = exports.lcic = exports.kms = exports.keewidb = exports.ivld = exports.iss = exports.irp = exports.iotvideoindustry = exports.iotvideo = exports.iotexplorer = exports.iotcloud = exports.iot = exports.ioa = exports.ims = exports.igtm = exports.ig = exports.ie = exports.icr = exports.ic = exports.iap = exports.iai = exports.hunyuan = exports.hcm = exports.hasim = exports.hai = exports.habo = exports.gwlb = exports.gs = exports.goosefs = exports.gme = exports.gaap = exports.ft = exports.fmu = exports.faceid = exports.facefusion = exports.evt = exports.essbasic = exports.ess = exports.es = exports.emr = exports.eis = exports.eiam = void 0;
|
|
6
6
|
exports.tcss = exports.tcr = exports.tcm = exports.tchd = exports.tccatalog = exports.tcbr = exports.tcb = exports.tcaplusdb = exports.tbp = exports.tbaas = exports.tat = exports.tag = exports.taf = exports.svp = exports.sts = exports.ssm = exports.sslpod = exports.ssl = exports.ssa = exports.sqlserver = exports.soe = exports.sms = exports.smop = exports.smh = exports.ses = exports.securitylake = exports.scf = exports.rum = exports.region = exports.redis = exports.rce = exports.pts = exports.privatedns = exports.postgres = exports.partners = exports.organization = exports.omics = exports.ocr = exports.oceanus = exports.npp = exports.nlp = exports.msp = exports.ms = exports.mrs = exports.mqtt = exports.mps = exports.monitor = exports.mongodb = exports.mna = exports.mmps = void 0;
|
|
7
|
-
exports.yunsou = exports.yunjing = exports.yinsuda = exports.wss = exports.wsa = exports.weilingwith = exports.wedata = exports.wav = exports.waf = exports.vtc = exports.vrs = exports.vpc = exports.vod = exports.vms = exports.vm = exports.vdb = exports.vcube = exports.vclm = exports.vcg = exports.tts = exports.tsw = exports.tsi = exports.tsf = exports.tse = exports.trtc = exports.trro = exports.trp = exports.trocket = exports.trabbit = exports.tourism = exports.tmt = exports.tms = exports.tkgdq = exports.tke = exports.tiw = exports.tione = exports.tiia = exports.tia = exports.thpc = exports.teo = exports.tem = exports.tds = exports.tdmq = exports.tdid = exports.tdcpg = exports.tdai = void 0;
|
|
7
|
+
exports.yunsou = exports.yunjing = exports.yinsuda = exports.wss = exports.wsa = exports.wimgs = exports.weilingwith = exports.wedata = exports.wav = exports.waf = exports.vtc = exports.vrs = exports.vpc = exports.vod = exports.vms = exports.vm = exports.vdb = exports.vcube = exports.vclm = exports.vcg = exports.tts = exports.tsw = exports.tsi = exports.tsf = exports.tse = exports.trtc = exports.trro = exports.trp = exports.trocket = exports.trabbit = exports.tourism = exports.tmt = exports.tms = exports.tkgdq = exports.tke = exports.tiw = exports.tione = exports.tiia = exports.tia = exports.thpc = exports.teo = exports.tem = exports.tds = exports.tdmq = exports.tdid = exports.tdcpg = exports.tdai = void 0;
|
|
8
8
|
var aai_1 = require("./aai");
|
|
9
9
|
Object.defineProperty(exports, "aai", { enumerable: true, get: function () { return aai_1.aai; } });
|
|
10
10
|
var aca_1 = require("./aca");
|
|
@@ -487,6 +487,8 @@ var wedata_1 = require("./wedata");
|
|
|
487
487
|
Object.defineProperty(exports, "wedata", { enumerable: true, get: function () { return wedata_1.wedata; } });
|
|
488
488
|
var weilingwith_1 = require("./weilingwith");
|
|
489
489
|
Object.defineProperty(exports, "weilingwith", { enumerable: true, get: function () { return weilingwith_1.weilingwith; } });
|
|
490
|
+
var wimgs_1 = require("./wimgs");
|
|
491
|
+
Object.defineProperty(exports, "wimgs", { enumerable: true, get: function () { return wimgs_1.wimgs; } });
|
|
490
492
|
var wsa_1 = require("./wsa");
|
|
491
493
|
Object.defineProperty(exports, "wsa", { enumerable: true, get: function () { return wsa_1.wsa; } });
|
|
492
494
|
var wss_1 = require("./wss");
|
|
@@ -8571,7 +8571,6 @@ export interface CreateAigcVideoTaskRequest {
|
|
|
8571
8571
|
Hunyuan,
|
|
8572
8572
|
Hailuo,
|
|
8573
8573
|
Kling,
|
|
8574
|
-
Jimeng,
|
|
8575
8574
|
Vidu,
|
|
8576
8575
|
OS,
|
|
8577
8576
|
GV。
|
|
@@ -8580,9 +8579,8 @@ export interface CreateAigcVideoTaskRequest {
|
|
|
8580
8579
|
/**
|
|
8581
8580
|
* 指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。
|
|
8582
8581
|
1. Hailuo, 可选[02、2.3]。
|
|
8583
|
-
2. Kling,可选[2.0、2.1、2.5]。
|
|
8584
|
-
3.
|
|
8585
|
-
4. Vidu,可选[q2、q2-pro、q2-turbo]。
|
|
8582
|
+
2. Kling,可选[2.0、2.1、2.5、O1、2.6]。
|
|
8583
|
+
3. Vidu,可选[q2、q2-pro、q2-turbo]。
|
|
8586
8584
|
4. GV, 可选[3.1]。
|
|
8587
8585
|
5. OS,可选[2.0]。
|
|
8588
8586
|
*/
|
|
@@ -8640,21 +8638,26 @@ export interface CreateAigcVideoTaskRequest {
|
|
|
8640
8638
|
* 生成视频的时长。
|
|
8641
8639
|
注意:
|
|
8642
8640
|
1. Kling支持 5、10秒。默认: 5秒。
|
|
8643
|
-
2.
|
|
8644
|
-
3.
|
|
8645
|
-
4. Vidu支持1-10秒。
|
|
8641
|
+
2. Hailuo的std模式可支持6、10秒,其他仅6秒。默认:6秒。
|
|
8642
|
+
3. Vidu支持1-10秒。
|
|
8646
8643
|
4. GV支持 8秒。 默认:8秒。
|
|
8647
8644
|
5. OS支持4、8、12秒。 默认:8秒。
|
|
8648
8645
|
*/
|
|
8649
8646
|
Duration?: number;
|
|
8650
8647
|
/**
|
|
8651
|
-
*
|
|
8648
|
+
* 用于传入要求的额外参数。
|
|
8652
8649
|
*/
|
|
8653
8650
|
ExtraParameters?: AigcVideoExtraParam;
|
|
8654
8651
|
/**
|
|
8655
8652
|
* 文件结果指定存储Cos桶信息。 注意:需开通Cos,创建并授权MPS_QcsRole角色。
|
|
8656
8653
|
*/
|
|
8657
8654
|
StoreCosParam?: AigcStoreCosParam;
|
|
8655
|
+
/**
|
|
8656
|
+
* 用于传入一些模型需要的特殊场景参数,Json格式序列化成字符串。
|
|
8657
|
+
示例:
|
|
8658
|
+
{\"camera_control\":{\"type\":\"simple\"}}
|
|
8659
|
+
*/
|
|
8660
|
+
AdditionalParameters?: string;
|
|
8658
8661
|
/**
|
|
8659
8662
|
* 接口操作者名称。
|
|
8660
8663
|
*/
|
|
@@ -19345,7 +19348,6 @@ export interface CreateAigcImageTaskRequest {
|
|
|
19345
19348
|
当前支持的模型列表:
|
|
19346
19349
|
Hunyuan,
|
|
19347
19350
|
GEM,
|
|
19348
|
-
Jimeng,
|
|
19349
19351
|
Qwen。
|
|
19350
19352
|
*/
|
|
19351
19353
|
ModelName?: string;
|
|
@@ -19353,7 +19355,6 @@ export interface CreateAigcImageTaskRequest {
|
|
|
19353
19355
|
* 指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。
|
|
19354
19356
|
|
|
19355
19357
|
1. GEM, 可选[2.5,3.0]。
|
|
19356
|
-
2. Jimeng,可选[4.0]。
|
|
19357
19358
|
*/
|
|
19358
19359
|
ModelVersion?: string;
|
|
19359
19360
|
/**
|
|
@@ -20424,10 +20425,9 @@ export interface AigcVideoExtraParam {
|
|
|
20424
20425
|
不同模型支持的分辨率选项:
|
|
20425
20426
|
1. Kling 720P(默认), 1080P。
|
|
20426
20427
|
2. Hailuo 768P(默认), 1080P。
|
|
20427
|
-
3.
|
|
20428
|
-
4.
|
|
20429
|
-
5.
|
|
20430
|
-
6. OS 720P, 图片仅支持1280x720、720x1280,暂不支持指定。
|
|
20428
|
+
3. Vidu 720P(默认),1080P。
|
|
20429
|
+
4. GV 720P(默认),1080P。
|
|
20430
|
+
5. OS 720P, 图片仅支持1280x720、720x1280,暂不支持指定。
|
|
20431
20431
|
|
|
20432
20432
|
注意:除模型可支持的分辨率外,还可以生成 2K、4K分辨率。
|
|
20433
20433
|
*/
|
|
@@ -20438,10 +20438,9 @@ export interface AigcVideoExtraParam {
|
|
|
20438
20438
|
不同模型对于此参数的支持:
|
|
20439
20439
|
1. Kling 仅文生视频支持, 16:9(默认值)、9:16、 1:1。
|
|
20440
20440
|
2. Hailuo 暂不支持。
|
|
20441
|
-
3.
|
|
20442
|
-
4.
|
|
20443
|
-
5.
|
|
20444
|
-
6. OS 仅文生视频支持, 16:9(默认), 9:16。
|
|
20441
|
+
3. Vidu 仅文生和参考图生视频 支持[16:9、9:16、4:3、3:4、1:1],其中仅q2支持4:3、3:4。
|
|
20442
|
+
4. GV 16:9(默认值)、9:16。
|
|
20443
|
+
5. OS 仅文生视频支持, 16:9(默认), 9:16。
|
|
20445
20444
|
|
|
20446
20445
|
注:关于具体模型支持的宽高比例,可查看具体模型官网介绍获取更完整描述。
|
|
20447
20446
|
*/
|
|
@@ -103,7 +103,7 @@ export interface CreateResourceRequest {
|
|
|
103
103
|
*/
|
|
104
104
|
export interface ModifyFolderRequest {
|
|
105
105
|
/**
|
|
106
|
-
*
|
|
106
|
+
* 只有移动文件夹的场景必填,如果是批量移动作业的场景,非必填。
|
|
107
107
|
*/
|
|
108
108
|
SourceFolderId?: string;
|
|
109
109
|
/**
|
|
@@ -361,6 +361,10 @@ export interface CreateJobConfigRequest {
|
|
|
361
361
|
* JobManager 内存
|
|
362
362
|
*/
|
|
363
363
|
JobManagerMem?: number;
|
|
364
|
+
/**
|
|
365
|
+
* jdk版本
|
|
366
|
+
*/
|
|
367
|
+
JdkVersion?: string;
|
|
364
368
|
/**
|
|
365
369
|
* TaskManager cpu
|
|
366
370
|
*/
|
|
@@ -394,12 +398,16 @@ export interface ClusterVersion {
|
|
|
394
398
|
* 集群的Flink版本
|
|
395
399
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
396
400
|
*/
|
|
397
|
-
Flink
|
|
401
|
+
Flink?: string;
|
|
398
402
|
/**
|
|
399
403
|
* 集群支持的Flink版本
|
|
400
404
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
401
405
|
*/
|
|
402
|
-
SupportedFlink
|
|
406
|
+
SupportedFlink?: Array<string>;
|
|
407
|
+
/**
|
|
408
|
+
* jdk支持版本
|
|
409
|
+
*/
|
|
410
|
+
JdkSupportVersion?: Array<FlinkJdkVersion>;
|
|
403
411
|
}
|
|
404
412
|
/**
|
|
405
413
|
* DescribeTreeJobs返回参数结构体
|
|
@@ -1339,6 +1347,10 @@ export interface SqlGatewayItem {
|
|
|
1339
1347
|
* Mem
|
|
1340
1348
|
*/
|
|
1341
1349
|
Mem?: number;
|
|
1350
|
+
/**
|
|
1351
|
+
* jdk版本
|
|
1352
|
+
*/
|
|
1353
|
+
JdkVersion?: string;
|
|
1342
1354
|
}
|
|
1343
1355
|
/**
|
|
1344
1356
|
* DescribeVariables请求参数结构体
|
|
@@ -2678,6 +2690,10 @@ export interface ResourceRefDetail {
|
|
|
2678
2690
|
* Connector
|
|
2679
2691
|
*/
|
|
2680
2692
|
Connector?: string;
|
|
2693
|
+
/**
|
|
2694
|
+
* Connector版本
|
|
2695
|
+
*/
|
|
2696
|
+
ConnectorVersion?: string;
|
|
2681
2697
|
}
|
|
2682
2698
|
/**
|
|
2683
2699
|
* setats 机器规格
|
|
@@ -3616,6 +3632,14 @@ export interface JobV1 {
|
|
|
3616
3632
|
* 作业重启次数
|
|
3617
3633
|
*/
|
|
3618
3634
|
RestartCount?: number;
|
|
3635
|
+
/**
|
|
3636
|
+
* 期望是开启默认告警
|
|
3637
|
+
*/
|
|
3638
|
+
ExpectJobDefaultAlarmStatus?: number;
|
|
3639
|
+
/**
|
|
3640
|
+
* jdk版本
|
|
3641
|
+
*/
|
|
3642
|
+
JdkVersion?: string;
|
|
3619
3643
|
}
|
|
3620
3644
|
/**
|
|
3621
3645
|
* 作业配置详情
|
|
@@ -3679,7 +3703,7 @@ export interface JobConfig {
|
|
|
3679
3703
|
*/
|
|
3680
3704
|
COSBucket?: string;
|
|
3681
3705
|
/**
|
|
3682
|
-
* 是否启用日志收集,0-未启用,1
|
|
3706
|
+
* 是否启用日志收集,0-未启用,1-采集到cls,4-采集到cos,5-采集到es
|
|
3683
3707
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3684
3708
|
*/
|
|
3685
3709
|
LogCollect?: number;
|
|
@@ -3783,6 +3807,10 @@ export interface JobConfig {
|
|
|
3783
3807
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3784
3808
|
*/
|
|
3785
3809
|
FlinkVersion?: string;
|
|
3810
|
+
/**
|
|
3811
|
+
* jdk版本
|
|
3812
|
+
*/
|
|
3813
|
+
JdkVersion?: string;
|
|
3786
3814
|
/**
|
|
3787
3815
|
* jm使用cpu数目
|
|
3788
3816
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -3967,6 +3995,14 @@ export interface CreateJobRequest {
|
|
|
3967
3995
|
* 开启默认告警
|
|
3968
3996
|
*/
|
|
3969
3997
|
OpenJobDefaultAlarm?: number;
|
|
3998
|
+
/**
|
|
3999
|
+
* 用户Uid
|
|
4000
|
+
*/
|
|
4001
|
+
Uid?: number;
|
|
4002
|
+
/**
|
|
4003
|
+
* jdk版本
|
|
4004
|
+
*/
|
|
4005
|
+
JdkVersion?: string;
|
|
3970
4006
|
}
|
|
3971
4007
|
/**
|
|
3972
4008
|
* 搜索启动日志时返回的作业实例
|
|
@@ -4165,6 +4201,10 @@ export interface ClusterSession {
|
|
|
4165
4201
|
* TaskManagerMem
|
|
4166
4202
|
*/
|
|
4167
4203
|
TaskManagerMem?: number;
|
|
4204
|
+
/**
|
|
4205
|
+
* jdk版本
|
|
4206
|
+
*/
|
|
4207
|
+
JdkVersion?: string;
|
|
4168
4208
|
}
|
|
4169
4209
|
/**
|
|
4170
4210
|
* ParseConnector返回参数结构体
|
|
@@ -4322,6 +4362,19 @@ export interface DescribeJobEventsRequest {
|
|
|
4322
4362
|
*/
|
|
4323
4363
|
WorkSpaceId?: string;
|
|
4324
4364
|
}
|
|
4365
|
+
/**
|
|
4366
|
+
* flink jdk版本
|
|
4367
|
+
*/
|
|
4368
|
+
export interface FlinkJdkVersion {
|
|
4369
|
+
/**
|
|
4370
|
+
* flink版本
|
|
4371
|
+
*/
|
|
4372
|
+
FlinkVersion?: string;
|
|
4373
|
+
/**
|
|
4374
|
+
* jdk版本
|
|
4375
|
+
*/
|
|
4376
|
+
JdkVersions?: Array<string>;
|
|
4377
|
+
}
|
|
4325
4378
|
/**
|
|
4326
4379
|
* CheckSavepoint返回参数结构体
|
|
4327
4380
|
*/
|
|
@@ -483,11 +483,11 @@ export interface CreateReplicationGroupRequest {
|
|
|
483
483
|
*/
|
|
484
484
|
export interface DescribeInstanceSpecBandwidthResponse {
|
|
485
485
|
/**
|
|
486
|
-
*
|
|
486
|
+
* <p>基础带宽。</p>
|
|
487
487
|
*/
|
|
488
488
|
Bandwidth?: number;
|
|
489
489
|
/**
|
|
490
|
-
*
|
|
490
|
+
* <p>链接限制。</p>
|
|
491
491
|
*/
|
|
492
492
|
ClientLimit?: number;
|
|
493
493
|
/**
|
|
@@ -1030,41 +1030,37 @@ export interface DescribeInstanceZoneInfoResponse {
|
|
|
1030
1030
|
*/
|
|
1031
1031
|
export interface Account {
|
|
1032
1032
|
/**
|
|
1033
|
-
*
|
|
1033
|
+
* <p>实例 ID。</p>
|
|
1034
1034
|
*/
|
|
1035
1035
|
InstanceId?: string;
|
|
1036
1036
|
/**
|
|
1037
|
-
*
|
|
1037
|
+
* <p>账号名称。</p>
|
|
1038
1038
|
*/
|
|
1039
1039
|
AccountName?: string;
|
|
1040
1040
|
/**
|
|
1041
|
-
*
|
|
1041
|
+
* <p>账号描述信息。</p>
|
|
1042
1042
|
*/
|
|
1043
1043
|
Remark?: string;
|
|
1044
1044
|
/**
|
|
1045
|
-
*
|
|
1046
|
-
- r:只读。
|
|
1047
|
-
- w:只写。
|
|
1048
|
-
- rw:读写。
|
|
1045
|
+
* <p>读写权限策略。- r:只读。- w:只写。- rw:读写。</p>
|
|
1049
1046
|
*/
|
|
1050
1047
|
Privilege?: string;
|
|
1051
1048
|
/**
|
|
1052
|
-
*
|
|
1053
|
-
- master:主节点。
|
|
1054
|
-
- replication:从节点。
|
|
1049
|
+
* <p>只读路由策略。- master:主节点。- replication:从节点。</p>
|
|
1055
1050
|
*/
|
|
1056
1051
|
ReadonlyPolicy?: Array<string>;
|
|
1057
1052
|
/**
|
|
1058
|
-
*
|
|
1059
|
-
- 1:账号变更中。
|
|
1060
|
-
- 2:账号有效。
|
|
1061
|
-
- 4:账号已删除。
|
|
1053
|
+
* <p>子账号状态.- 1:账号变更中。- 2:账号有效。- 4:账号已删除。</p>
|
|
1062
1054
|
*/
|
|
1063
1055
|
Status?: number;
|
|
1064
1056
|
/**
|
|
1065
|
-
*
|
|
1057
|
+
* <p>账号创建时间。</p><p>若该参数为空字符串,说明该账号创建于早期版本,未支持创建时间记录功能。</p>
|
|
1066
1058
|
*/
|
|
1067
1059
|
CreateTime?: string;
|
|
1060
|
+
/**
|
|
1061
|
+
* <p>账号最后修改密码的时间。</p><p>若该参数为空字符串,说明该账号创建于早期版本,未支持密码修改时间记录功能。</p>
|
|
1062
|
+
*/
|
|
1063
|
+
PasswordLastModifiedTime?: string;
|
|
1068
1064
|
}
|
|
1069
1065
|
/**
|
|
1070
1066
|
* 代理慢查询详情
|
|
@@ -2901,15 +2897,15 @@ export interface DescribeInstanceMonitorBigKeySizeDistRequest {
|
|
|
2901
2897
|
*/
|
|
2902
2898
|
export interface DescribeInstanceAccountRequest {
|
|
2903
2899
|
/**
|
|
2904
|
-
*
|
|
2900
|
+
* <p>指定实例 ID。例如:crs-xjhsdj****。请登录<a href="https://console.cloud.tencent.com/redis">Redis控制台</a>在实例列表复制实例 ID。</p>
|
|
2905
2901
|
*/
|
|
2906
2902
|
InstanceId: string;
|
|
2907
2903
|
/**
|
|
2908
|
-
*
|
|
2904
|
+
* <p>分页大小。默认值为20,最小值为1,最大值为100。</p>
|
|
2909
2905
|
*/
|
|
2910
2906
|
Limit: number;
|
|
2911
2907
|
/**
|
|
2912
|
-
*
|
|
2908
|
+
* <p>分页偏移量。</p><ul><li>参数取值:Limit 的整数倍,offset=limit*(页码-1)。</li><li>默认值:0。</li></ul>
|
|
2913
2909
|
*/
|
|
2914
2910
|
Offset: number;
|
|
2915
2911
|
}
|
|
@@ -5825,11 +5821,11 @@ export interface ModifyInstanceReadOnlyRequest {
|
|
|
5825
5821
|
*/
|
|
5826
5822
|
export interface DescribeInstanceAccountResponse {
|
|
5827
5823
|
/**
|
|
5828
|
-
*
|
|
5824
|
+
* <p>账号详细信息。</p>
|
|
5829
5825
|
*/
|
|
5830
5826
|
Accounts?: Array<Account>;
|
|
5831
5827
|
/**
|
|
5832
|
-
*
|
|
5828
|
+
* <p>账号个数。</p>
|
|
5833
5829
|
*/
|
|
5834
5830
|
TotalCount?: number;
|
|
5835
5831
|
/**
|
|
@@ -5942,29 +5938,27 @@ export interface SwitchProxyRequest {
|
|
|
5942
5938
|
*/
|
|
5943
5939
|
export interface DescribeInstanceSpecBandwidthRequest {
|
|
5944
5940
|
/**
|
|
5945
|
-
*
|
|
5941
|
+
* <p>指定实例 ID。请登录 <a href="https://console.cloud.tencent.com/redis">Redis控制台</a> 在实例列表复制实例 ID。同时,InstanceId 与规格参数不能同时为空,至少提供一种。</p><ul><li>若仅指定 InstanceId:查询该实例当前规格的带宽。</li><li>若指定 InstanceId + 至少一个规格参数(ShardSize、ShardNum 或 ReplicateNum):计算变更规格后的带宽。</li><li>若指定部分或所有规格参数(ShardSize、ShardNum、ReplicateNum 与 Type),而不指定 InstanceId:根据规格组合查询理论带宽。</li></ul>
|
|
5946
5942
|
*/
|
|
5947
5943
|
InstanceId?: string;
|
|
5948
5944
|
/**
|
|
5949
|
-
*
|
|
5945
|
+
* <p>分片大小。单位:MB。</p>
|
|
5950
5946
|
*/
|
|
5951
5947
|
ShardSize?: number;
|
|
5952
5948
|
/**
|
|
5953
|
-
*
|
|
5949
|
+
* <p>分片数量。</p>
|
|
5954
5950
|
*/
|
|
5955
5951
|
ShardNum?: number;
|
|
5956
5952
|
/**
|
|
5957
|
-
*
|
|
5953
|
+
* <p>复制组数量。</p>
|
|
5958
5954
|
*/
|
|
5959
5955
|
ReplicateNum?: number;
|
|
5960
5956
|
/**
|
|
5961
|
-
*
|
|
5962
|
-
- 100:开启从只读。
|
|
5963
|
-
- 0:关闭从只读。
|
|
5957
|
+
* <p>只读权重。- 100:开启从只读。- 0:关闭从只读。</p>
|
|
5964
5958
|
*/
|
|
5965
5959
|
ReadOnlyWeight?: number;
|
|
5966
5960
|
/**
|
|
5967
|
-
*
|
|
5961
|
+
* <p>实例类型,同 <a href="https://cloud.tencent.com/document/api/239/20026">CreateInstances</a> 的Type。</p>
|
|
5968
5962
|
*/
|
|
5969
5963
|
Type?: number;
|
|
5970
5964
|
}
|
|
@@ -449,43 +449,47 @@ export interface DescribeSavingPlanOverviewRequest {
|
|
|
449
449
|
*/
|
|
450
450
|
export interface SavingPlanUsageDetail {
|
|
451
451
|
/**
|
|
452
|
-
*
|
|
452
|
+
* <p>节省计划资源id</p>
|
|
453
|
+
*/
|
|
454
|
+
SpId?: string;
|
|
455
|
+
/**
|
|
456
|
+
* <p>节省计划类型</p>
|
|
453
457
|
*/
|
|
454
458
|
SpType?: string;
|
|
455
459
|
/**
|
|
456
|
-
*
|
|
460
|
+
* <p>节省计划状态</p>枚举值:<ul><li> 1: 生效</li><li> 2: 失效 </li><li> 3: 作废</li></ul>
|
|
457
461
|
*/
|
|
458
462
|
Status?: number;
|
|
459
463
|
/**
|
|
460
|
-
*
|
|
464
|
+
* <p>累计抵扣的金额(单位:元)</p>
|
|
461
465
|
*/
|
|
462
466
|
DeductAmount?: string;
|
|
463
467
|
/**
|
|
464
|
-
*
|
|
468
|
+
* <p>累计承诺消费金额(单位:元)</p>
|
|
465
469
|
*/
|
|
466
470
|
PromiseAmount?: string;
|
|
467
471
|
/**
|
|
468
|
-
*
|
|
472
|
+
* <p>累计净节省金额(单位:元)</p>
|
|
469
473
|
*/
|
|
470
474
|
NetSavings?: string;
|
|
471
475
|
/**
|
|
472
|
-
*
|
|
476
|
+
* <p>使用率</p>
|
|
473
477
|
*/
|
|
474
478
|
UtilizationRate?: number;
|
|
475
479
|
/**
|
|
476
|
-
*
|
|
480
|
+
* <p>累计流失金额(单位:元)</p>
|
|
477
481
|
*/
|
|
478
482
|
LossAmount?: string;
|
|
479
483
|
/**
|
|
480
|
-
*
|
|
484
|
+
* <p>累计按量计费预期金额(单位:元)</p>
|
|
481
485
|
*/
|
|
482
486
|
DosageAmount?: string;
|
|
483
487
|
/**
|
|
484
|
-
*
|
|
488
|
+
* <p>累计成本金额(单位:元)</p>
|
|
485
489
|
*/
|
|
486
490
|
CostAmount?: string;
|
|
487
491
|
/**
|
|
488
|
-
*
|
|
492
|
+
* <p>地域</p>
|
|
489
493
|
*/
|
|
490
494
|
Region?: Array<string>;
|
|
491
495
|
}
|
|
@@ -3478,17 +3478,10 @@ export interface RecognizeConfig {
|
|
|
3478
3478
|
|
|
3479
3479
|
**基础语言引擎**:
|
|
3480
3480
|
- "zh": 中文(简体)
|
|
3481
|
-
- "zh-TW": 中文(繁体)
|
|
3482
|
-
- "en": 英语
|
|
3483
|
-
- "16k_zh_edu":中文教育
|
|
3484
|
-
- "16k_zh_medical":中文医疗
|
|
3485
|
-
- "16k_zh_court":中文法庭
|
|
3486
3481
|
|
|
3487
3482
|
**标准语言引擎:**
|
|
3488
3483
|
- "8k_zh_large": 普方大模型引擎. 当前模型同时支持中文等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升.
|
|
3489
3484
|
- "16k_zh_large": 普方英大模型引擎. 当前模型同时支持中文、英文、多种中文方言等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.
|
|
3490
|
-
- "16k_multi_lang": 多语种大模型引擎. 当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别).
|
|
3491
|
-
- "16k_zh_en": 中英大模型引擎. 当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.
|
|
3492
3485
|
|
|
3493
3486
|
**高级语言引擎:**
|
|
3494
3487
|
- "zh-dialect": 中国方言
|
|
@@ -3760,6 +3753,10 @@ export interface RowValues {
|
|
|
3760
3753
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3761
3754
|
*/
|
|
3762
3755
|
RowValue?: Array<number | bigint>;
|
|
3756
|
+
/**
|
|
3757
|
+
* 数据值
|
|
3758
|
+
*/
|
|
3759
|
+
RowValueFloat?: Array<number>;
|
|
3763
3760
|
}
|
|
3764
3761
|
/**
|
|
3765
3762
|
* 腾讯云对象存储COS以及第三方云存储的账号信息
|
|
@@ -4453,6 +4450,10 @@ export interface DescribeTRTCMarketQualityDataRequest {
|
|
|
4453
4450
|
h:按小时。此时返回查询时间范围内 UTC 时间为整小时的数据。
|
|
4454
4451
|
*/
|
|
4455
4452
|
Period: string;
|
|
4453
|
+
/**
|
|
4454
|
+
* 返回数据是否为小数
|
|
4455
|
+
*/
|
|
4456
|
+
IsFloat?: boolean;
|
|
4456
4457
|
}
|
|
4457
4458
|
/**
|
|
4458
4459
|
* UpdatePublishCdnStream请求参数结构体
|