tencentcloud-sdk-nodejs 4.0.835 → 4.0.837

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.
Files changed (101) hide show
  1. package/CHANGELOG.md +170 -0
  2. package/SERVICE_CHANGELOG.md +777 -190
  3. package/package.json +1 -1
  4. package/products.md +34 -34
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +14 -4
  7. package/src/services/asr/v20190614/asr_client.ts +1 -1
  8. package/src/services/asr/v20190614/asr_models.ts +3 -0
  9. package/src/services/bsca/v20210811/bsca_models.ts +9 -1
  10. package/src/services/ccc/v20200210/ccc_client.ts +2 -2
  11. package/src/services/ccc/v20200210/ccc_models.ts +10 -10
  12. package/src/services/cfs/v20190719/cfs_models.ts +2 -2
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +15 -15
  14. package/src/services/cls/v20201016/cls_models.ts +19 -3
  15. package/src/services/cynosdb/v20190107/cynosdb_models.ts +42 -0
  16. package/src/services/dnspod/v20210323/dnspod_client.ts +8 -3
  17. package/src/services/domain/v20180808/domain_models.ts +16 -0
  18. package/src/services/dsgc/v20190723/dsgc_client.ts +2 -0
  19. package/src/services/dsgc/v20190723/dsgc_models.ts +53 -9
  20. package/src/services/dts/v20211206/dts_models.ts +2 -2
  21. package/src/services/eb/v20210416/eb_client.ts +1 -0
  22. package/src/services/eb/v20210416/eb_models.ts +30 -0
  23. package/src/services/emr/v20190103/emr_models.ts +1 -1
  24. package/src/services/ess/v20201111/ess_client.ts +16 -1
  25. package/src/services/ess/v20201111/ess_models.ts +248 -1
  26. package/src/services/facefusion/v20220927/facefusion_models.ts +1 -1
  27. package/src/services/gaap/v20180529/gaap_models.ts +53 -40
  28. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +100 -15
  29. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +419 -124
  30. package/src/services/lcic/v20220817/lcic_models.ts +27 -6
  31. package/src/services/lke/v20231130/lke_models.ts +5 -1
  32. package/src/services/ocr/v20181119/ocr_models.ts +10 -10
  33. package/src/services/organization/v20210331/organization_client.ts +183 -36
  34. package/src/services/organization/v20210331/organization_models.ts +598 -52
  35. package/src/services/rce/v20201103/rce_models.ts +5 -4
  36. package/src/services/tat/v20201028/tat_models.ts +4 -4
  37. package/src/services/tke/v20180525/tke_client.ts +27 -0
  38. package/src/services/tke/v20180525/tke_models.ts +130 -5
  39. package/src/services/trocket/v20230308/trocket_client.ts +1 -13
  40. package/src/services/trocket/v20230308/trocket_models.ts +16 -36
  41. package/src/services/tse/v20201207/tse_models.ts +6 -0
  42. package/src/services/vod/v20180717/vod_client.ts +2 -2
  43. package/src/services/vod/v20180717/vod_models.ts +29 -30
  44. package/src/services/wedata/v20210820/wedata_client.ts +388 -1533
  45. package/src/services/wedata/v20210820/wedata_models.ts +10515 -18122
  46. package/tencentcloud/common/sdk_version.d.ts +1 -1
  47. package/tencentcloud/common/sdk_version.js +1 -1
  48. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +14 -4
  49. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  50. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  51. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -0
  52. package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +9 -1
  53. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +2 -2
  54. package/tencentcloud/services/ccc/v20200210/ccc_client.js +2 -2
  55. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +10 -10
  56. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
  57. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +15 -15
  58. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +19 -3
  59. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +42 -0
  60. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +6 -1
  61. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -1
  62. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +16 -0
  63. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +51 -9
  64. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +2 -2
  65. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +29 -0
  66. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
  67. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -2
  68. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  69. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +243 -1
  70. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +1 -1
  71. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +53 -40
  72. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +31 -3
  73. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +45 -3
  74. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +404 -124
  75. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +27 -6
  76. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +5 -1
  77. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +10 -10
  78. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +59 -11
  79. package/tencentcloud/services/organization/v20210331/organization_client.js +87 -15
  80. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +571 -52
  81. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +5 -4
  82. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +3 -3
  83. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +9 -1
  84. package/tencentcloud/services/tke/v20180525/tke_client.js +12 -0
  85. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +123 -5
  86. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +1 -5
  87. package/tencentcloud/services/trocket/v20230308/trocket_client.js +0 -6
  88. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +16 -34
  89. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +6 -0
  90. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
  91. package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
  92. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +29 -30
  93. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +109 -494
  94. package/tencentcloud/services/wedata/v20210820/wedata_client.js +149 -708
  95. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +8892 -16261
  96. package/test/ess.v20201111.test.js +10 -0
  97. package/test/iotexplorer.v20190423.test.js +72 -2
  98. package/test/organization.v20210331.test.js +130 -10
  99. package/test/tke.v20180525.test.js +20 -0
  100. package/test/trocket.v20230308.test.js +0 -10
  101. package/test/wedata.v20210820.test.js +96 -966
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.835",
3
+ "version": "4.0.837",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -6,7 +6,7 @@
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-03-20 01:07:31 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-03-27 01:07:50 |
9
- | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-04-12 01:07:15 |
9
+ | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-04-18 11:33:18 |
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-03-20 01:07:34 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
@@ -17,7 +17,7 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-03-25 01:07:43 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-03-20 01:08:03 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-03-20 01:08:05 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-04-11 01:07:46 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-04-16 01:04:30 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-03-20 01:08:17 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-04-01 01:08:28 |
@@ -32,14 +32,14 @@
32
32
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2024-03-20 01:09:02 |
33
33
  | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2024-03-20 01:09:09 |
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-04-09 01:08:44 |
35
- | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-03-20 01:09:11 |
35
+ | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-04-16 01:05:23 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
37
37
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-03-20 01:09:14 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-04-11 01:08:49 |
39
- | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-03-20 01:09:27 |
39
+ | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-04-18 01:13:03 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-03-20 01:09:28 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
42
- | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-04-10 01:09:30 |
42
+ | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-04-16 01:05:49 |
43
43
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-04-12 01:09:15 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-04-12 01:09:42 |
@@ -48,19 +48,19 @@
48
48
  | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-04-09 01:09:52 |
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
50
50
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-04-10 01:10:22 |
51
- | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-03-20 01:10:34 |
51
+ | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-04-18 01:14:25 |
52
52
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-03-20 01:10:40 |
53
53
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
54
54
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2024-03-20 01:10:58 |
55
55
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
56
56
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
57
57
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
58
- | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-04-12 01:10:35 |
58
+ | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-04-17 01:08:31 |
59
59
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-03-28 01:11:53 |
60
60
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
61
61
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
62
62
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-04-12 01:11:02 |
63
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-03-27 01:12:06 |
63
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-04-18 01:15:20 |
64
64
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
65
65
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-03-20 01:12:14 |
66
66
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-03-20 01:12:16 |
@@ -72,7 +72,7 @@
72
72
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-04-08 01:11:44 |
73
73
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-03-29 01:13:05 |
74
74
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
75
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-03-29 01:14:11 |
75
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-04-17 01:10:53 |
76
76
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-03-27 01:14:18 |
77
77
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
78
78
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -81,28 +81,28 @@
81
81
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-20 01:14:27 |
82
82
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-03-20 01:14:30 |
83
83
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-03-28 01:14:58 |
84
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-03-20 01:14:57 |
85
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-04-15 01:34:58 |
84
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-04-18 01:18:35 |
85
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-04-18 01:18:45 |
86
86
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-03-20 01:15:11 |
87
87
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
88
- | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-04-10 01:14:15 |
88
+ | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-04-17 01:12:45 |
89
89
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
90
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-04-10 01:14:34 |
91
- | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-03-20 01:15:46 |
90
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-04-18 01:19:17 |
91
+ | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-04-18 01:19:26 |
92
92
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-20 01:15:51 |
93
93
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
94
94
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-03-20 01:15:56 |
95
95
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-03-20 01:16:13 |
96
96
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
97
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-03-27 01:16:55 |
97
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-04-17 01:13:44 |
98
98
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-04-11 16:23:06 |
99
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-04-15 01:40:39 |
99
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-04-17 01:14:00 |
100
100
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-04-15 01:41:39 |
101
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-03-20 01:17:05 |
101
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-04-18 01:20:43 |
102
102
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-04-12 01:15:49 |
103
103
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-20 01:17:11 |
104
104
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
105
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-04-04 01:15:50 |
105
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-04-17 01:14:36 |
106
106
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-03-20 01:17:27 |
107
107
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-03-20 01:17:31 |
108
108
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
@@ -123,19 +123,19 @@
123
123
  | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-04-03 11:20:41 |
124
124
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
125
125
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-03-20 01:18:04 |
126
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-03-28 01:18:46 |
126
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-04-17 01:15:33 |
127
127
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
128
128
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-03-20 01:18:42 |
129
129
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
130
130
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
131
- | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-04-11 01:17:04 |
131
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-04-17 01:16:40 |
132
132
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-03-20 01:19:17 |
133
133
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
134
- | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-03-20 01:19:25 |
135
- | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-09 01:17:28 |
134
+ | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
135
+ | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-18 01:23:16 |
136
136
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-04-09 01:17:37 |
137
137
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-04-11 01:17:46 |
138
- | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-04-15 01:54:46 |
138
+ | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-04-18 01:23:59 |
139
139
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
140
140
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
141
141
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
@@ -145,25 +145,25 @@
145
145
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
146
146
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-03-20 01:20:23 |
147
147
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-04-12 01:19:07 |
148
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-09 01:18:23 |
148
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-18 01:24:29 |
149
149
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-04-15 01:57:02 |
150
150
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-04-02 01:19:24 |
151
151
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-04-03 11:24:07 |
152
152
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-04-01 01:22:02 |
153
- | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-03-20 01:21:32 |
153
+ | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
154
154
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
155
155
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-03-20 01:21:33 |
156
156
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
157
157
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-03-26 01:21:37 |
158
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-04-15 02:00:52 |
158
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-04-16 01:17:03 |
159
159
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-04-03 11:24:43 |
160
- | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-04-10 01:20:13 |
160
+ | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-04-17 14:48:36 |
161
161
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
162
162
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
163
163
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-03-20 01:22:26 |
164
164
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-03-20 01:22:42 |
165
165
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-03-27 01:23:10 |
166
- | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-03-20 01:22:53 |
166
+ | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-04-16 01:17:50 |
167
167
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-04-12 01:21:07 |
168
168
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-03-20 01:23:06 |
169
169
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
@@ -171,7 +171,7 @@
171
171
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-03-20 01:23:07 |
172
172
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-04-15 02:05:44 |
173
173
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-03-20 01:23:23 |
174
- | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-03-20 01:23:27 |
174
+ | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-04-16 01:18:21 |
175
175
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
176
176
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-03-20 01:23:29 |
177
177
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-04-12 01:21:45 |
@@ -187,7 +187,7 @@
187
187
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-03-21 01:24:01 |
188
188
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-03-22 01:21:43 |
189
189
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2024-03-20 01:24:15 |
190
- | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-03-20 01:24:15 |
190
+ | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-04-16 01:19:04 |
191
191
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
192
192
  | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2024-03-20 01:24:19 |
193
193
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
@@ -222,23 +222,23 @@
222
222
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-04-02 01:25:21 |
223
223
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
224
224
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
225
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-04-04 01:25:24 |
225
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-04-18 01:31:47 |
226
226
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-03-26 01:27:42 |
227
227
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
228
228
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-04-15 02:23:53 |
229
- | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-04-02 01:25:46 |
229
+ | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-04-18 11:38:39 |
230
230
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-03-20 01:29:39 |
231
231
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
232
232
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-04-02 01:26:37 |
233
233
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
234
234
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-03-20 01:30:12 |
235
235
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
236
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-04-10 01:26:24 |
236
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-04-18 01:33:31 |
237
237
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-04-08 01:27:01 |
238
238
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
239
239
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-03-20 01:31:28 |
240
240
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
241
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-04-12 01:28:34 |
241
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-04-18 15:07:41 |
242
242
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-04-03 11:34:07 |
243
243
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
244
244
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-03-20 01:33:11 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.835"
1
+ export const sdkVersion = "4.0.837"
@@ -61,12 +61,18 @@ export interface SubmitTextToImageProJobRequest {
61
61
  */
62
62
  LogoAdd?: number
63
63
  /**
64
- * 文生图引擎,默认使用engine1。
65
- 取值:
66
- engine1
67
- engine2
64
+ * 文生图模型,默认使用engine1。
65
+ engine1:文生图(高级版)-混元
66
+ engine2:文生图(高级版)
68
67
  */
69
68
  Engine?: string
69
+ /**
70
+ * prompt 扩写开关。1为开启,0为关闭,不传默认开启。
71
+ 开启扩写后,将自动扩写原始输入的 prompt 并使用扩写后的 prompt 生成图片,返回生成图片结果时将一并返回扩写后的 prompt 文本。
72
+ 如果关闭扩写,将直接使用原始输入的 prompt 生成图片。
73
+ 建议开启,在多数场景下可提升生成图片效果、丰富生成图片细节。
74
+ */
75
+ Revise?: number
70
76
  }
71
77
 
72
78
  /**
@@ -210,6 +216,10 @@ export interface QueryTextToImageProJobResponse {
210
216
 
211
217
  */
212
218
  ResultDetails?: Array<string>
219
+ /**
220
+ * 对应 SubmitTextToImageProJob 接口中 Revise 参数。开启扩写时,返回扩写后的 prompt 文本。 如果关闭扩写,将直接返回原始输入的 prompt。
221
+ */
222
+ RevisedPrompt?: Array<string>
213
223
  /**
214
224
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
215
225
  */
@@ -213,7 +213,7 @@ export class Client extends AbstractClient {
213
213
  }
214
214
 
215
215
  /**
216
- * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、阿拉伯语、印地语、法语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac、 amr。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
216
+ * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、阿拉伯语、印地语、法语、德语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac、 amr。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
217
217
  */
218
218
  async SentenceRecognition(
219
219
  req: SentenceRecognitionRequest,
@@ -168,6 +168,7 @@ export interface CreateAsyncRecognitionTaskRequest {
168
168
  • 16k_es:西班牙语;
169
169
  • 16k_hi:印地语;
170
170
  • 16k_fr:法语;
171
+ • 16k_de:法语;
171
172
  */
172
173
  EngineType: string
173
174
  /**
@@ -281,6 +282,7 @@ export interface SentenceRecognitionRequest {
281
282
  • 16k_es:西班牙语;
282
283
  • 16k_hi:印地语;
283
284
  • 16k_fr:法语;
285
+ • 16k_de:德语;
284
286
  • 16k_zh_dialect:多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
285
287
  */
286
288
  EngSerViceType: string
@@ -653,6 +655,7 @@ export interface CreateRecTaskRequest {
653
655
  • **16k_hi:**印地语;
654
656
  • **16k_fr:**法语;
655
657
  • **16k_zh_medical:**中文医疗引擎;
658
+ • **16k_de:**德语;
656
659
  */
657
660
  EngineModelType: string
658
661
  /**
@@ -41,6 +41,10 @@ export interface DescribeKBComponentVulnerabilityRequest {
41
41
  * 组件的PURL,其中Name和Version为必填字段
42
42
  */
43
43
  PURL: PURL
44
+ /**
45
+ * 语言,ZH或EN
46
+ */
47
+ Language?: string
44
48
  }
45
49
 
46
50
  /**
@@ -110,7 +114,7 @@ export interface DescribeKBComponentVulnerabilityResponse {
110
114
  * 漏洞信息列表
111
115
  注意:此字段可能返回 null,表示取不到有效值。
112
116
  */
113
- VulnerabilityList: Array<ComponentVulnerabilityUnion>
117
+ VulnerabilityList?: Array<ComponentVulnerabilityUnion>
114
118
  /**
115
119
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
116
120
  */
@@ -407,6 +411,10 @@ export interface DescribeKBVulnerabilityRequest {
407
411
  * 根据CNNVD ID查询(不能与其他参数同时存在)
408
412
  */
409
413
  CNNVDID?: Array<string>
414
+ /**
415
+ * 语言,ZH或EN
416
+ */
417
+ Language?: string
410
418
  }
411
419
 
412
420
  /**
@@ -301,7 +301,7 @@ export class Client extends AbstractClient {
301
301
  }
302
302
 
303
303
  /**
304
- * 修改公司资质申请,只能修改状态为驳回或待审核的申请单。(1、首次使用接口,建议先在云联络中心控制台查看各个资料模版:https://console.cloud.tencent.com/ccc/enterprise/update。2、参数中图片Url建议使用腾讯云Cos存储的临时链接)
304
+ * 修改公司资质申请,只能修改状态为驳回或待审核的申请单。(1、首次使用接口,建议先在云联络中心控制台查看各个资料模板:https://console.cloud.tencent.com/ccc/enterprise/update。2、参数中图片Url建议使用腾讯云Cos存储的临时链接)
305
305
  */
306
306
  async ModifyCompanyApply(
307
307
  req: ModifyCompanyApplyRequest,
@@ -411,7 +411,7 @@ export class Client extends AbstractClient {
411
411
  }
412
412
 
413
413
  /**
414
- * 创建公司资质申请(1、首次使用接口,建议先在云联络中心控制台查看各个资料模版:https://console.cloud.tencent.com/ccc/enterprise/update。2、参数中图片Url建议使用腾讯云Cos存储的临时链接)
414
+ * 创建公司资质申请(1、首次使用接口,建议先在云联络中心控制台查看各个资料模板:https://console.cloud.tencent.com/ccc/enterprise/update。2、参数中图片Url建议使用腾讯云Cos存储的临时链接)
415
415
  */
416
416
  async CreateCompanyApply(
417
417
  req: CreateCompanyApplyRequest,
@@ -63,7 +63,7 @@ export interface CompanyApplyInfo {
63
63
  */
64
64
  BusinessId: string
65
65
  /**
66
- * 营业执照扫描件(加盖公章)。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
66
+ * 营业执照扫描件(加盖公章)。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
67
67
  注意:此字段可能返回 null,表示取不到有效值。
68
68
  */
69
69
  BusinessIdPicUrl: string
@@ -78,7 +78,7 @@ export interface CompanyApplyInfo {
78
78
  */
79
79
  CorporationId: string
80
80
  /**
81
- * 法定代表人身份证正反面扫描件。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
81
+ * 法定代表人身份证正反面扫描件。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
82
82
  注意:此字段可能返回 null,表示取不到有效值。
83
83
  */
84
84
  CorporationIdPicUrl: string
@@ -88,17 +88,17 @@ export interface CompanyApplyInfo {
88
88
  */
89
89
  BusinessScope: string
90
90
  /**
91
- * 电话受理单。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
91
+ * 电话受理单。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
92
92
  注意:此字段可能返回 null,表示取不到有效值。
93
93
  */
94
94
  AcceptPicUrl: string
95
95
  /**
96
- * 电信入网承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
96
+ * 电信入网承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
97
97
  注意:此字段可能返回 null,表示取不到有效值。
98
98
  */
99
99
  NetworkCommitmentPicUrl: string
100
100
  /**
101
- * 法定代表人手持身份证照,申请人类型为法定代表人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
101
+ * 法定代表人手持身份证照,申请人类型为法定代表人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
102
102
  注意:此字段可能返回 null,表示取不到有效值。
103
103
  */
104
104
  CorporationHoldingOnIdPicUrl?: string
@@ -113,17 +113,17 @@ export interface CompanyApplyInfo {
113
113
  */
114
114
  OperatorId?: string
115
115
  /**
116
- * 经办人身份证正反面扫描件,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
116
+ * 经办人身份证正反面扫描件,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
117
117
  注意:此字段可能返回 null,表示取不到有效值。
118
118
  */
119
119
  OperatorIdPicUrl?: string
120
120
  /**
121
- * 经办人手持身份证照,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
121
+ * 经办人手持身份证照,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
122
122
  注意:此字段可能返回 null,表示取不到有效值。
123
123
  */
124
124
  OperatorHoldingOnIdPicUrl?: string
125
125
  /**
126
- * 委托授权书,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
126
+ * 委托授权书,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
127
127
  注意:此字段可能返回 null,表示取不到有效值。
128
128
  */
129
129
  CommissionPicUrl?: string
@@ -2560,11 +2560,11 @@ export interface DescribePredictiveDialingCampaignsResponse {
2560
2560
  */
2561
2561
  export interface DescribeTelCallInfoRequest {
2562
2562
  /**
2563
- * 起始时间戳,Unix 时间戳(查询维度仅支持天,比如查询5月1日应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-01 23:59:59"的时间戳,查5月1日和5月2日的应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-02 23:59:59"的时间戳)
2563
+ * 起始时间戳,Unix 时间戳(查询维度仅支持天,例如查询5月1日应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-01 23:59:59"的时间戳,查5月1日和5月2日的应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-02 23:59:59"的时间戳)
2564
2564
  */
2565
2565
  StartTimeStamp: number
2566
2566
  /**
2567
- * 结束时间戳,Unix 时间戳,查询时间范围最大为90天(查询维度仅支持天,比如查询5月1日应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-01 23:59:59"的时间戳,查5月1日和5月2日的应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-02 23:59:59"的时间戳)
2567
+ * 结束时间戳,Unix 时间戳,查询时间范围最大为90天(查询维度仅支持天,例如查询5月1日应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-01 23:59:59"的时间戳,查5月1日和5月2日的应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-02 23:59:59"的时间戳)
2568
2568
  */
2569
2569
  EndTimeStamp: number
2570
2570
  /**
@@ -410,7 +410,7 @@ export interface FileSystemInfo {
410
410
  */
411
411
  SizeByte?: number
412
412
  /**
413
- * 文件系统最大空间限制。单位:GiB
413
+ * 文件系统空间限制。单位:GiB
414
414
  */
415
415
  SizeLimit?: number
416
416
  /**
@@ -462,7 +462,7 @@ export interface FileSystemInfo {
462
462
  */
463
463
  BandwidthLimit?: number
464
464
  /**
465
- * 文件系统总容量
465
+ * 文件系统容量规格上限
466
466
  单位:GiB
467
467
  */
468
468
  Capacity?: number
@@ -22,69 +22,69 @@ export interface TopicDetail {
22
22
  /**
23
23
  * 主题名称
24
24
  */
25
- TopicName: string
25
+ TopicName?: string
26
26
  /**
27
27
  * 主题ID
28
28
  */
29
- TopicId: string
29
+ TopicId?: string
30
30
  /**
31
31
  * 分区数
32
32
  */
33
- PartitionNum: number
33
+ PartitionNum?: number
34
34
  /**
35
35
  * 副本数
36
36
  */
37
- ReplicaNum: number
37
+ ReplicaNum?: number
38
38
  /**
39
39
  * 备注
40
40
  注意:此字段可能返回 null,表示取不到有效值。
41
41
  */
42
- Note: string
42
+ Note?: string
43
43
  /**
44
44
  * 创建时间
45
45
  */
46
- CreateTime: number
46
+ CreateTime?: number
47
47
  /**
48
48
  * 是否开启ip鉴权白名单,true表示开启,false表示不开启
49
49
  */
50
- EnableWhiteList: boolean
50
+ EnableWhiteList?: boolean
51
51
  /**
52
52
  * ip白名单中ip个数
53
53
  */
54
- IpWhiteListCount: number
54
+ IpWhiteListCount?: number
55
55
  /**
56
56
  * 数据备份cos bucket: 转存到cos 的bucket地址
57
57
  注意:此字段可能返回 null,表示取不到有效值。
58
58
  */
59
- ForwardCosBucket: string
59
+ ForwardCosBucket?: string
60
60
  /**
61
61
  * 数据备份cos 状态: 1 不开启数据备份,0 开启数据备份
62
62
  */
63
- ForwardStatus: number
63
+ ForwardStatus?: number
64
64
  /**
65
65
  * 数据备份到cos的周期频率
66
66
  */
67
- ForwardInterval: number
67
+ ForwardInterval?: number
68
68
  /**
69
69
  * 高级配置
70
70
  注意:此字段可能返回 null,表示取不到有效值。
71
71
  */
72
- Config: Config
72
+ Config?: Config
73
73
  /**
74
74
  * 消息保留时间配置(用于动态配置变更记录)
75
75
  注意:此字段可能返回 null,表示取不到有效值。
76
76
  */
77
- RetentionTimeConfig: TopicRetentionTimeConfigRsp
77
+ RetentionTimeConfig?: TopicRetentionTimeConfigRsp
78
78
  /**
79
79
  * 0:正常,1:已删除,2:删除中
80
80
  注意:此字段可能返回 null,表示取不到有效值。
81
81
  */
82
- Status: number
82
+ Status?: number
83
83
  /**
84
84
  * 标签列表
85
85
  注意:此字段可能返回 null,表示取不到有效值。
86
86
  */
87
- Tags: Array<Tag>
87
+ Tags?: Array<Tag>
88
88
  }
89
89
 
90
90
  /**
@@ -1167,11 +1167,27 @@ export interface DescribeScheduledSqlInfoResponse {
1167
1167
  */
1168
1168
  export interface CallBackInfo {
1169
1169
  /**
1170
- * 回调时的Body
1170
+ * 回调时的Body
1171
+ 可将各类告警变量放在请求内容中,详见[帮助文档](https://cloud.tencent.com/document/product/614/74718)。
1172
+ 如下示例:
1173
+
1174
+ ```
1175
+ {
1176
+ "TopicId": "{{ .QueryLog[0][0].topicId }}",
1177
+ "key": "{{.Alarm}}",
1178
+ "time": "{{ .QueryLog[0][0].time }}",
1179
+ "log": "{{ .QueryLog[0][0].content.__CONTENT__ }}",
1180
+ "namespace": "{{ .QueryLog[0][0].content.__TAG__.namespace }}"
1181
+ }
1182
+ ```
1171
1183
  */
1172
1184
  Body: string
1173
1185
  /**
1174
- * 回调时的Headers
1186
+ * 回调时的HTTP请求头部字段。
1187
+ 例如:下面请求头部字段来告知服务器请求主体的内容类型为JSON。
1188
+ ```
1189
+ "Content-Type: application/json"
1190
+ ```
1175
1191
  注意:此字段可能返回 null,表示取不到有效值。
1176
1192
  */
1177
1193
  Headers?: Array<string>
@@ -3127,7 +3143,7 @@ export interface CreateDeliverCloudFunctionRequest {
3127
3143
  */
3128
3144
  TopicId: string
3129
3145
  /**
3130
- * 投递的云函数名字
3146
+ * 投递的云函数名字。仅支持[事件函数](https://cloud.tencent.com/document/product/583/9694#scf-.E4.BA.8B.E4.BB.B6.E5.87.BD.E6.95.B0) ([函数类型选型](https://cloud.tencent.com/document/product/583/73483))
3131
3147
  */
3132
3148
  FunctionName: string
3133
3149
  /**
@@ -1286,6 +1286,48 @@ export interface SlowQueriesItem {
1286
1286
  * sql语句md5
1287
1287
  */
1288
1288
  SqlMd5?: string
1289
+ /**
1290
+ * 远程读取次数
1291
+ 数据库内核版本大于3.1.12
1292
+ 注意:此字段可能返回 null,表示取不到有效值。
1293
+ */
1294
+ SyncReadCountRemote?: number
1295
+ /**
1296
+ * 远程读取的字节数
1297
+ 数据库内核版本大于3.1.12
1298
+ 注意:此字段可能返回 null,表示取不到有效值。
1299
+ */
1300
+ SyncReadBytesRemote?: number
1301
+ /**
1302
+ * 远程读取所花费的时间(微秒)
1303
+ 数据库内核版本大于3.1.12
1304
+ 注意:此字段可能返回 null,表示取不到有效值。
1305
+ */
1306
+ SyncReadTimeRemote?: number
1307
+ /**
1308
+ * 远程写入次数
1309
+ 数据库内核版本大于3.1.12
1310
+ 注意:此字段可能返回 null,表示取不到有效值。
1311
+ */
1312
+ SyncWriteCountRemote?: number
1313
+ /**
1314
+ * 远程写入的字节数。
1315
+ 数据库内核版本大于3.1.12
1316
+ 注意:此字段可能返回 null,表示取不到有效值。
1317
+ */
1318
+ SyncWriteBytesRemote?: number
1319
+ /**
1320
+ * 远程写入所花费的时间(微秒)。
1321
+ 数据库内核版本大于3.1.12
1322
+ 注意:此字段可能返回 null,表示取不到有效值。
1323
+ */
1324
+ SyncWriteTimeRemote?: number
1325
+ /**
1326
+ * 事务提交延迟(微秒)
1327
+ 数据库内核版本大于3.1.12
1328
+ 注意:此字段可能返回 null,表示取不到有效值。
1329
+ */
1330
+ TrxCommitDelay?: number
1289
1331
  }
1290
1332
 
1291
1333
  /**