tencentcloud-sdk-nodejs 4.0.836 → 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 (72) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/SERVICE_CHANGELOG.md +567 -143
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +3 -4
  7. package/src/services/cfs/v20190719/cfs_models.ts +2 -2
  8. package/src/services/ckafka/v20190819/ckafka_models.ts +15 -15
  9. package/src/services/cls/v20201016/cls_models.ts +19 -3
  10. package/src/services/cynosdb/v20190107/cynosdb_models.ts +42 -0
  11. package/src/services/dnspod/v20210323/dnspod_client.ts +8 -3
  12. package/src/services/domain/v20180808/domain_models.ts +16 -0
  13. package/src/services/dsgc/v20190723/dsgc_client.ts +2 -0
  14. package/src/services/dsgc/v20190723/dsgc_models.ts +53 -9
  15. package/src/services/eb/v20210416/eb_client.ts +1 -0
  16. package/src/services/eb/v20210416/eb_models.ts +30 -0
  17. package/src/services/emr/v20190103/emr_models.ts +1 -1
  18. package/src/services/ess/v20201111/ess_client.ts +15 -0
  19. package/src/services/ess/v20201111/ess_models.ts +125 -0
  20. package/src/services/facefusion/v20220927/facefusion_models.ts +1 -1
  21. package/src/services/gaap/v20180529/gaap_models.ts +53 -40
  22. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +100 -15
  23. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +419 -124
  24. package/src/services/lcic/v20220817/lcic_models.ts +5 -6
  25. package/src/services/organization/v20210331/organization_client.ts +183 -36
  26. package/src/services/organization/v20210331/organization_models.ts +598 -52
  27. package/src/services/tke/v20180525/tke_models.ts +5 -0
  28. package/src/services/trocket/v20230308/trocket_client.ts +1 -13
  29. package/src/services/trocket/v20230308/trocket_models.ts +16 -36
  30. package/src/services/tse/v20201207/tse_models.ts +6 -0
  31. package/src/services/vod/v20180717/vod_models.ts +10 -10
  32. package/src/services/wedata/v20210820/wedata_client.ts +388 -1533
  33. package/src/services/wedata/v20210820/wedata_models.ts +10515 -18122
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +3 -4
  37. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
  38. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +15 -15
  39. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +19 -3
  40. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +42 -0
  41. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +6 -1
  42. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -1
  43. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +16 -0
  44. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +51 -9
  45. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +29 -0
  46. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
  47. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  48. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  49. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +120 -0
  50. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +1 -1
  51. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +53 -40
  52. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +31 -3
  53. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +45 -3
  54. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +404 -124
  55. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -6
  56. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +59 -11
  57. package/tencentcloud/services/organization/v20210331/organization_client.js +87 -15
  58. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +571 -52
  59. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  60. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +1 -5
  61. package/tencentcloud/services/trocket/v20230308/trocket_client.js +0 -6
  62. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +16 -34
  63. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +6 -0
  64. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +10 -10
  65. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +109 -494
  66. package/tencentcloud/services/wedata/v20210820/wedata_client.js +149 -708
  67. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +8892 -16261
  68. package/test/ess.v20201111.test.js +10 -0
  69. package/test/iotexplorer.v20190423.test.js +72 -2
  70. package/test/organization.v20210331.test.js +130 -10
  71. package/test/trocket.v20230308.test.js +0 -10
  72. 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.836",
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-16 01:03:52 |
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 |
@@ -36,7 +36,7 @@
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
42
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-04-16 01:05:49 |
@@ -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-16 01:10:26 |
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-16 01:10:56 |
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-16 01:12:05 |
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-16 01:14:56 |
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-16 01:15:35 |
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,19 +145,19 @@
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
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 |
@@ -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-16 01:23:45 |
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.836"
1
+ export const sdkVersion = "4.0.837"
@@ -61,10 +61,9 @@ 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
70
69
  /**
@@ -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
  /**
@@ -224,7 +224,9 @@ export class Client extends AbstractClient {
224
224
 
225
225
  /**
226
226
  * 获取某个域名下的解析记录列表
227
- 备注:新添加的解析记录存在短暂的索引延迟,如果查询不到新增记录,请在 30 秒后重试
227
+ 备注:
228
+ 1. 新添加的解析记录存在短暂的索引延迟,如果查询不到新增记录,请在 30 秒后重试
229
+ 2. API获取的记录总条数会比控制台多2条,原因是: 为了防止用户误操作导致解析服务不可用,对2021-10-29 14:24:26之后添加的域名,在控制台都不显示这2条NS记录。
228
230
  */
229
231
  async DescribeRecordList(
230
232
  req: DescribeRecordListRequest,
@@ -484,8 +486,11 @@ export class Client extends AbstractClient {
484
486
  }
485
487
 
486
488
  /**
487
- * 获取某个域名下的解析记录列表
488
- */
489
+ * 获取某个域名下的解析记录列表
490
+ 备注:
491
+ 1. 新添加的解析记录存在短暂的索引延迟,如果查询不到新增记录,请在 30 秒后重试
492
+ 2. API获取的记录总条数会比控制台多2条,原因是: 为了防止用户误操作导致解析服务不可用,对2021-10-29 14:24:26之后添加的域名,在控制台都不显示这2条NS记录。
493
+ */
489
494
  async DescribeRecordFilterList(
490
495
  req: DescribeRecordFilterListRequest,
491
496
  cb?: (error: string, rep: DescribeRecordFilterListResponse) => void
@@ -1661,6 +1661,22 @@ export interface DescribeReservedBidInfoResponse {
1661
1661
  注意:此字段可能返回 null,表示取不到有效值。
1662
1662
  */
1663
1663
  BidList?: Array<ReserveBidInfo>
1664
+ /**
1665
+ * 竞价结束时间
1666
+ */
1667
+ BidEndTime?: string
1668
+ /**
1669
+ * 是否领先
1670
+ */
1671
+ IsUp?: boolean
1672
+ /**
1673
+ * 下次出价金额
1674
+ */
1675
+ NextPrice?: number
1676
+ /**
1677
+ * 状态:1. 等待竞价 2.竞价中 3.竞价结束
1678
+ */
1679
+ Status?: number
1664
1680
  /**
1665
1681
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1666
1682
  */
@@ -42,6 +42,7 @@ import {
42
42
  DspaFieldResultDataSample,
43
43
  ModifyClassificationRuleRequest,
44
44
  DescribeDSPADiscoveryServiceStatusResponse,
45
+ CloudResourceItem,
45
46
  DescribeRuleDetailResponse,
46
47
  DSPACosMetaDataInfo,
47
48
  AssessmentTemplate,
@@ -379,6 +380,7 @@ import {
379
380
  DescribeDSPAComplianceUpdateNotificationResponse,
380
381
  DescribeDSPAComplianceGroupsRequest,
381
382
  ListDSPACosMetaResourcesResponse,
383
+ CosBucketItem,
382
384
  CosTaskResult,
383
385
  AKSKLeak,
384
386
  DescribeDSPADataSourceDbInfoResponse,
@@ -466,6 +466,20 @@ export interface DescribeDSPADiscoveryServiceStatusResponse {
466
466
  RequestId?: string
467
467
  }
468
468
 
469
+ /**
470
+ * 云数据库资源项
471
+ */
472
+ export interface CloudResourceItem {
473
+ /**
474
+ * 资源所处地域。
475
+ */
476
+ Region: string
477
+ /**
478
+ * 云上资源列表。
479
+ */
480
+ Items: Array<DspaCloudResourceMeta>
481
+ }
482
+
469
483
  /**
470
484
  * DescribeRuleDetail返回参数结构体
471
485
  */
@@ -4222,20 +4236,28 @@ export interface CreateDSPADbMetaResourcesRequest {
4222
4236
  MetaType: string
4223
4237
  /**
4224
4238
  * 资源所处地域。
4239
+ * @deprecated
4225
4240
  */
4226
- ResourceRegion: string
4241
+ ResourceRegion?: string
4227
4242
  /**
4228
4243
  * 用来标记本次更新是否已经是最后一次,可选值:continue(后续还需要更新)、finished(本次是最后一次更新)。
4244
+ * @deprecated
4229
4245
  */
4230
- UpdateStatus: string
4246
+ UpdateStatus?: string
4231
4247
  /**
4232
4248
  * 本次更新的ID号,用来标记一次完整的更新过程。
4249
+ * @deprecated
4233
4250
  */
4234
- UpdateId: string
4251
+ UpdateId?: string
4235
4252
  /**
4236
4253
  * 云上资源列表。
4254
+ * @deprecated
4237
4255
  */
4238
- Items: Array<DspaCloudResourceMeta>
4256
+ Items?: Array<DspaCloudResourceMeta>
4257
+ /**
4258
+ * 必填,云数据库资源列表。
4259
+ */
4260
+ CloudResourceItems?: Array<CloudResourceItem>
4239
4261
  }
4240
4262
 
4241
4263
  /**
@@ -4335,6 +4357,7 @@ export interface DescribeDSPAComplianceGroupDetailRequest {
4335
4357
  export interface CreateDSPADbMetaResourcesResponse {
4336
4358
  /**
4337
4359
  * 本次更新的ID号,用来标记一次完整的更新过程。
4360
+ * @deprecated
4338
4361
  */
4339
4362
  UpdateId?: string
4340
4363
  /**
@@ -4347,6 +4370,7 @@ export interface CreateDSPADbMetaResourcesResponse {
4347
4370
  DspaId?: string
4348
4371
  /**
4349
4372
  * 资源所处地域。
4373
+ * @deprecated
4350
4374
  */
4351
4375
  ResourceRegion?: string
4352
4376
  /**
@@ -5808,18 +5832,24 @@ export interface ModifyDSPAESTaskResultResponse {
5808
5832
  * CreateDSPACosMetaResources请求参数结构体
5809
5833
  */
5810
5834
  export interface CreateDSPACosMetaResourcesRequest {
5811
- /**
5812
- * 资源所处地域。
5813
- */
5814
- ResourceRegion: string
5815
5835
  /**
5816
5836
  * DSPA实例ID。
5817
5837
  */
5818
5838
  DspaId: string
5839
+ /**
5840
+ * 资源所处地域。
5841
+ * @deprecated
5842
+ */
5843
+ ResourceRegion?: string
5819
5844
  /**
5820
5845
  * COS桶列表
5846
+ * @deprecated
5821
5847
  */
5822
- Buckets: Array<string>
5848
+ Buckets?: Array<string>
5849
+ /**
5850
+ * 必填,COS资源列表
5851
+ */
5852
+ CosBucketItems?: Array<CosBucketItem>
5823
5853
  }
5824
5854
 
5825
5855
  /**
@@ -8429,6 +8459,20 @@ export interface ListDSPACosMetaResourcesResponse {
8429
8459
  RequestId?: string
8430
8460
  }
8431
8461
 
8462
+ /**
8463
+ * cos桶资源项
8464
+ */
8465
+ export interface CosBucketItem {
8466
+ /**
8467
+ * 资源所处地域。
8468
+ */
8469
+ Region: string
8470
+ /**
8471
+ * COS桶列表。
8472
+ */
8473
+ Buckets: Array<string>
8474
+ }
8475
+
8432
8476
  /**
8433
8477
  * cos批量操作返回结果结构体
8434
8478
  */
@@ -38,6 +38,7 @@ import {
38
38
  GetEventBusRequest,
39
39
  UpdateConnectionRequest,
40
40
  OutputStructParam,
41
+ Tag,
41
42
  GetRuleRequest,
42
43
  LogFilter,
43
44
  APIGWParams,
@@ -383,6 +383,20 @@ export interface OutputStructParam {
383
383
  ValueType: string
384
384
  }
385
385
 
386
+ /**
387
+ * 事件总线资源标签
388
+ */
389
+ export interface Tag {
390
+ /**
391
+ * 标签名称
392
+ */
393
+ Key: string
394
+ /**
395
+ * 标签值
396
+ */
397
+ Value: string
398
+ }
399
+
386
400
  /**
387
401
  * GetRule请求参数结构体
388
402
  */
@@ -845,6 +859,22 @@ export interface Event {
845
859
  time.Now().UnixNano()/1e6
846
860
  */
847
861
  Time?: number
862
+ /**
863
+ * 事件的地域信息,没有则默认是EB所在的地域信息
864
+ */
865
+ Region?: string
866
+ /**
867
+ * 用于描述事件状态,非必须,默认是""
868
+ */
869
+ Status?: string
870
+ /**
871
+ * 事件的唯一id,用户侧主动上传则需要保证风格一致
872
+ */
873
+ Id?: string
874
+ /**
875
+ * 标签列表
876
+ */
877
+ TagList?: Array<Tag>
848
878
  }
849
879
 
850
880
  /**
@@ -3195,7 +3195,7 @@ export interface DescribeYarnApplicationsRequest {
3195
3195
  */
3196
3196
  EndTime: number
3197
3197
  /**
3198
- * 分页起始偏移,从0开始
3198
+ * 分页偏移量,Offset=0表示第一页;如果limit=100,Offset=1,则表示第二页,数据第101条开始查询,返回100条数据;如果limit=100,Offset=2,则表示第三页,数据第201条开始查询,返回100条数据。依次类推
3199
3199
  */
3200
3200
  Offset: number
3201
3201
  /**