tencentcloud-sdk-nodejs 4.0.957 → 4.0.959

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 (83) hide show
  1. package/CHANGELOG.md +195 -0
  2. package/SERVICE_CHANGELOG.md +429 -218
  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/bma/v20221115/bma_models.ts +8 -0
  7. package/src/services/cam/v20190116/cam_models.ts +18 -18
  8. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +1 -1
  9. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +16 -1
  10. package/src/services/cfg/v20210820/cfg_models.ts +10 -0
  11. package/src/services/cls/v20201016/cls_client.ts +3 -2
  12. package/src/services/cls/v20201016/cls_models.ts +40 -10
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -1
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +10 -6
  15. package/src/services/dasb/v20191018/dasb_models.ts +10 -6
  16. package/src/services/dnspod/v20210323/dnspod_models.ts +1 -3
  17. package/src/services/emr/v20190103/emr_client.ts +81 -28
  18. package/src/services/emr/v20190103/emr_models.ts +518 -60
  19. package/src/services/es/v20180416/es_client.ts +1 -0
  20. package/src/services/es/v20180416/es_models.ts +69 -1
  21. package/src/services/ess/v20201111/ess_models.ts +2 -1
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +8 -2
  23. package/src/services/gwlb/v20240906/gwlb_models.ts +17 -16
  24. package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -0
  25. package/src/services/hunyuan/v20230901/hunyuan_models.ts +66 -13
  26. package/src/services/iss/v20230517/iss_client.ts +1 -1
  27. package/src/services/iss/v20230517/iss_models.ts +32 -12
  28. package/src/services/redis/v20180412/redis_client.ts +1 -1
  29. package/src/services/sms/v20210111/sms_models.ts +1 -1
  30. package/src/services/sqlserver/v20180328/sqlserver_models.ts +8 -0
  31. package/src/services/sts/v20180813/sts_models.ts +5 -5
  32. package/src/services/tcss/v20201101/tcss_models.ts +67 -18
  33. package/src/services/teo/v20220901/teo_client.ts +4 -4
  34. package/src/services/teo/v20220901/teo_models.ts +75 -72
  35. package/src/services/tke/v20180525/tke_client.ts +37 -12
  36. package/src/services/tke/v20180525/tke_models.ts +85 -0
  37. package/src/services/vclm/v20240523/vclm_models.ts +24 -9
  38. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  39. package/src/services/vpc/v20170312/vpc_models.ts +17 -16
  40. package/tencentcloud/common/sdk_version.d.ts +1 -1
  41. package/tencentcloud/common/sdk_version.js +1 -1
  42. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +8 -0
  43. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +18 -18
  44. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +1 -1
  45. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +16 -1
  46. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +10 -0
  47. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -1
  48. package/tencentcloud/services/cls/v20201016/cls_client.js +2 -1
  49. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +40 -10
  50. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
  51. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
  52. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +10 -6
  53. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +10 -6
  54. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -3
  55. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +25 -9
  56. package/tencentcloud/services/emr/v20190103/emr_client.js +35 -11
  57. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +504 -59
  58. package/tencentcloud/services/es/v20180416/es_models.d.ts +68 -1
  59. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -1
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -2
  61. package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +17 -16
  62. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +65 -13
  63. package/tencentcloud/services/iss/v20230517/iss_client.d.ts +1 -1
  64. package/tencentcloud/services/iss/v20230517/iss_client.js +1 -1
  65. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +32 -12
  66. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  67. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  68. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
  69. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +8 -0
  70. package/tencentcloud/services/sts/v20180813/sts_models.d.ts +5 -5
  71. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +67 -18
  72. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +4 -4
  73. package/tencentcloud/services/teo/v20220901/teo_client.js +4 -4
  74. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +75 -72
  75. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +13 -5
  76. package/tencentcloud/services/tke/v20180525/tke_client.js +18 -6
  77. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +80 -0
  78. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +24 -9
  79. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  80. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
  81. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17 -16
  82. package/test/emr.v20190103.test.js +46 -6
  83. package/test/tke.v20180525.test.js +24 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.957",
3
+ "version": "4.0.959",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -26,7 +26,7 @@
26
26
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-09-11 01:11:08 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2024-03-20 01:08:40 |
29
- | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-04-24 01:05:22 |
29
+ | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-10-18 01:04:14 |
30
30
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2024-03-20 01:08:53 |
31
31
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2024-03-20 01:08:56 |
32
32
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2024-03-20 01:09:02 |
@@ -35,7 +35,7 @@
35
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
  | ca | [腾讯云CA](https://cloud.tencent.com/document/product/1691) | 2024-09-30 01:09:31 |
38
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-09-13 01:08:46 |
38
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-10-18 01:04:41 |
39
39
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-07-26 01:14:48 |
40
40
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
@@ -46,10 +46,10 @@
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-10-14 01:10:31 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
48
48
  | cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-10-14 01:10:53 |
49
- | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-10-09 01:10:49 |
49
+ | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-10-18 01:06:21 |
50
50
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
51
51
  | cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-08-28 01:17:24 |
52
- | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-09-20 12:56:59 |
52
+ | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-10-18 01:06:35 |
53
53
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-08-28 01:17:42 |
54
54
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-09-19 01:15:41 |
55
55
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
@@ -63,7 +63,7 @@
63
63
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
64
64
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
65
65
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-08-23 01:19:08 |
66
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-10-16 01:07:47 |
66
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-10-18 01:07:51 |
67
67
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-09-25 01:13:30 |
68
68
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-08-28 01:24:04 |
69
69
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
@@ -76,16 +76,16 @@
76
76
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-10-11 01:13:23 |
77
77
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-26 01:14:22 |
78
78
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
79
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-16 01:10:12 |
80
- | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-09-26 01:16:16 |
79
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-18 01:10:15 |
80
+ | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-10-18 01:10:42 |
81
81
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
82
82
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
83
83
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-09-03 01:38:02 |
84
84
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
85
85
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-10-15 16:53:15 |
86
86
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-11 01:32:35 |
87
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-10-15 01:11:21 |
88
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-09-11 01:34:34 |
87
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-10-17 01:16:17 |
88
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-10-18 01:12:15 |
89
89
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
90
90
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
91
91
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
@@ -98,12 +98,12 @@
98
98
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-08-20 01:35:54 |
99
99
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
100
100
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
101
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-10-16 01:13:50 |
102
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-10 15:12:32 |
103
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-16 01:14:18 |
104
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-16 01:14:40 |
101
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-10-18 01:14:01 |
102
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-10-18 01:14:20 |
103
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-18 01:14:33 |
104
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-18 01:14:55 |
105
105
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-11 01:42:57 |
106
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-10-16 01:15:00 |
106
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-10-17 01:19:42 |
107
107
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
108
108
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
109
109
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-09-12 01:43:09 |
@@ -112,12 +112,12 @@
112
112
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
113
113
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-05-28 01:43:15 |
114
114
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
115
- | gwlb | [网关负载均衡](https://cloud.tencent.com/document/product/1782) | 2024-10-15 19:52:37 |
115
+ | gwlb | [网关负载均衡](https://cloud.tencent.com/document/product/1782) | 2024-10-17 01:20:20 |
116
116
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
117
117
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
118
118
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
119
119
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
120
- | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-09-23 10:42:09 |
120
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-10-17 01:20:28 |
121
121
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
122
122
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
123
123
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
@@ -132,8 +132,8 @@
132
132
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
133
133
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
134
134
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
135
- | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-09-16 01:58:03 |
136
- | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-10-11 18:07:24 |
135
+ | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-10-17 01:22:29 |
136
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-10-17 01:22:31 |
137
137
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-07-09 14:27:21 |
138
138
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
139
139
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-09-16 01:59:35 |
@@ -152,7 +152,7 @@
152
152
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-08-23 01:55:12 |
153
153
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-10-14 01:24:42 |
154
154
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-09-25 01:26:32 |
155
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-10-12 14:57:22 |
155
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-10-17 01:25:25 |
156
156
  | mqtt | [消息队列 MQTT 版](https://cloud.tencent.com/document/product/1778) | 2024-09-30 01:26:55 |
157
157
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-10-09 01:25:21 |
158
158
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-16 02:04:04 |
@@ -170,7 +170,7 @@
170
170
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-10-16 01:22:48 |
171
171
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
172
172
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-09-25 01:29:30 |
173
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-10-14 01:27:42 |
173
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-10-18 01:23:16 |
174
174
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-09-13 02:02:09 |
175
175
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
176
176
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -180,15 +180,15 @@
180
180
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-08-12 02:09:46 |
181
181
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
182
182
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-09 01:21:06 |
183
- | sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-09-23 16:57:26 |
183
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-10-18 10:27:12 |
184
184
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
185
185
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
186
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-10-10 01:28:10 |
186
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-10-17 01:29:06 |
187
187
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
188
188
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-10-01 01:24:04 |
189
189
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
190
190
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-10-16 01:24:51 |
191
- | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-08-28 02:21:40 |
191
+ | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-10-18 01:24:58 |
192
192
  | svp | [节省计划](https://cloud.tencent.com/document/product/1761) | 2024-05-23 17:09:13 |
193
193
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-06-12 02:24:32 |
194
194
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-08-23 02:09:59 |
@@ -206,13 +206,13 @@
206
206
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
207
207
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
208
208
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-09-05 02:07:24 |
209
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-10-14 01:30:34 |
209
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-10-18 01:26:11 |
210
210
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
211
211
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
212
212
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-26 01:34:12 |
213
213
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
214
214
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
215
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-10-16 01:27:46 |
215
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-10-18 01:27:56 |
216
216
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-09-05 02:14:49 |
217
217
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
218
218
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -239,12 +239,12 @@
239
239
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-09-26 01:38:14 |
240
240
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
241
241
  | vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
242
- | vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-10-16 01:30:50 |
242
+ | vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-10-18 16:42:09 |
243
243
  | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-10-16 01:30:53 |
244
244
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
245
245
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
246
246
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-11 19:07:13 |
247
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-10-16 01:31:43 |
247
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-10-18 01:31:52 |
248
248
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
249
249
  | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-10-16 01:32:39 |
250
250
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-10-14 01:37:11 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.957"
1
+ export const sdkVersion = "4.0.959"
@@ -19,6 +19,10 @@
19
19
  * CreateBPFakeAPP返回参数结构体
20
20
  */
21
21
  export interface CreateBPFakeAPPResponse {
22
+ /**
23
+ * FakeAPPId
24
+ */
25
+ FakeAPPId?: number
22
26
  /**
23
27
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24
28
  */
@@ -751,6 +755,10 @@ export interface CreateBPBrandResponse {
751
755
  * CreateBPFakeURL返回参数结构体
752
756
  */
753
757
  export interface CreateBPFakeURLResponse {
758
+ /**
759
+ * FakeURLId
760
+ */
761
+ FakeURLId?: number
754
762
  /**
755
763
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
756
764
  */
@@ -1371,13 +1371,13 @@ export interface CreateUserOIDCConfigResponse {
1371
1371
  */
1372
1372
  export interface ListAttachedUserAllPoliciesResponse {
1373
1373
  /**
1374
- * 策略列表数据
1374
+ * 策略列表数据。
1375
1375
  */
1376
- PolicyList: Array<AttachedUserPolicy>
1376
+ PolicyList?: Array<AttachedUserPolicy>
1377
1377
  /**
1378
- * 策略总数
1378
+ * 策略总数。
1379
1379
  */
1380
- TotalNum: number
1380
+ TotalNum?: number
1381
1381
  /**
1382
1382
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1383
1383
  */
@@ -2872,23 +2872,23 @@ export interface CreatePolicyRequest {
2872
2872
  */
2873
2873
  export interface ListAttachedUserAllPoliciesRequest {
2874
2874
  /**
2875
- * 目标用户ID
2875
+ * 目标用户Uin
2876
2876
  */
2877
2877
  TargetUin: number
2878
2878
  /**
2879
- * 每页数量,必须大于 0 且小于或等于 200
2879
+ * 每页数量,必须大于 0 且小于等于 200
2880
2880
  */
2881
2881
  Rp: number
2882
2882
  /**
2883
- * 页码,从 1开始,不能大于 200
2883
+ * 页码,从 1开始,不能大于 200
2884
2884
  */
2885
2885
  Page: number
2886
2886
  /**
2887
- * 0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略
2887
+ * 关联类型。0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略。
2888
2888
  */
2889
2889
  AttachType: number
2890
2890
  /**
2891
- * 策略类型
2891
+ * 策略类型。1表示自定义策略,2表示预设策略。
2892
2892
  */
2893
2893
  StrategyType?: number
2894
2894
  /**
@@ -3102,7 +3102,7 @@ export interface ListPolicyVersionsResponse {
3102
3102
  */
3103
3103
  export interface GetPolicyRequest {
3104
3104
  /**
3105
- * 策略Id
3105
+ * 策略Id
3106
3106
  */
3107
3107
  PolicyId: number
3108
3108
  }
@@ -3474,42 +3474,42 @@ export interface ListUsersForGroupResponse {
3474
3474
  */
3475
3475
  export interface GetPolicyResponse {
3476
3476
  /**
3477
- * 策略名
3477
+ * 策略名。
3478
3478
  注意:此字段可能返回 null,表示取不到有效值。
3479
3479
  */
3480
3480
  PolicyName?: string
3481
3481
  /**
3482
- * 策略描述
3482
+ * 策略描述。
3483
3483
  注意:此字段可能返回 null,表示取不到有效值。
3484
3484
  */
3485
3485
  Description?: string
3486
3486
  /**
3487
- * 1 表示自定义策略,2 表示预设策略
3487
+ * 1 表示自定义策略,2 表示预设策略。
3488
3488
  注意:此字段可能返回 null,表示取不到有效值。
3489
3489
  */
3490
3490
  Type?: number
3491
3491
  /**
3492
- * 创建时间
3492
+ * 策略创建时间。
3493
3493
  注意:此字段可能返回 null,表示取不到有效值。
3494
3494
  */
3495
3495
  AddTime?: string
3496
3496
  /**
3497
- * 最近更新时间
3497
+ * 策略最近更新时间。
3498
3498
  注意:此字段可能返回 null,表示取不到有效值。
3499
3499
  */
3500
3500
  UpdateTime?: string
3501
3501
  /**
3502
- * 策略文档
3502
+ * 策略文档。
3503
3503
  注意:此字段可能返回 null,表示取不到有效值。
3504
3504
  */
3505
3505
  PolicyDocument?: string
3506
3506
  /**
3507
- * 备注
3507
+ * 备注。
3508
3508
  注意:此字段可能返回 null,表示取不到有效值。
3509
3509
  */
3510
3510
  PresetAlias?: string
3511
3511
  /**
3512
- * 是否服务相关策略
3512
+ * 是否是服务相关策略,0代表不是服务相关策略,1代表是服务相关策略。
3513
3513
  注意:此字段可能返回 null,表示取不到有效值。
3514
3514
  */
3515
3515
  IsServiceLinkedRolePolicy?: number
@@ -215,7 +215,7 @@ export class Client extends AbstractClient {
215
215
  * 获取备份、迁移的调度任务信息
216
216
  */
217
217
  async DescribeBackUpSchedules(
218
- req?: DescribeBackUpSchedulesRequest,
218
+ req: DescribeBackUpSchedulesRequest,
219
219
  cb?: (error: string, rep: DescribeBackUpSchedulesResponse) => void
220
220
  ): Promise<DescribeBackUpSchedulesResponse> {
221
221
  return this.request("DescribeBackUpSchedules", req, cb)
@@ -2638,7 +2638,15 @@ export interface DescribeInstancesRequest {
2638
2638
  /**
2639
2639
  * DescribeBackUpSchedules请求参数结构体
2640
2640
  */
2641
- export type DescribeBackUpSchedulesRequest = null
2641
+ export interface DescribeBackUpSchedulesRequest {
2642
+ /**
2643
+ * 任务类型
2644
+ 0-不限制,或使用TypeFilters过滤;
2645
+ 1-备份恢复(包括周期备份和一次性备份);
2646
+ 2-数据迁移(包括跨集群迁移和cos迁移)
2647
+ */
2648
+ ApplicationType?: number
2649
+ }
2642
2650
 
2643
2651
  /**
2644
2652
  * DescribeClusterConfigs请求参数结构体
@@ -4035,6 +4043,13 @@ export interface DescribeBackUpJobRequest {
4035
4043
  * 集群id
4036
4044
  */
4037
4045
  InstanceId: string
4046
+ /**
4047
+ * 任务类型:
4048
+ 0-不限制,或使用TypeFilters过滤;
4049
+ 1-备份恢复(包括周期备份和一次性备份);
4050
+ 2-数据迁移(包括跨集群迁移和cos迁移)
4051
+ */
4052
+ ApplicationType?: number
4038
4053
  /**
4039
4054
  * 分页大小
4040
4055
  */
@@ -1321,6 +1321,11 @@ export interface TaskReportInfo {
1321
1321
  * 归档时间
1322
1322
  */
1323
1323
  ArchiveTime?: string
1324
+ /**
1325
+ * 归档ID
1326
+ 注意:此字段可能返回 null,表示取不到有效值。
1327
+ */
1328
+ ArchiveUuid?: string
1324
1329
  }
1325
1330
 
1326
1331
  /**
@@ -1854,6 +1859,11 @@ export interface ActionLibraryListResult {
1854
1859
  注意:此字段可能返回 null,表示取不到有效值。
1855
1860
  */
1856
1861
  IsNewAction?: boolean
1862
+ /**
1863
+ * 对象类型ID
1864
+ 注意:此字段可能返回 null,表示取不到有效值。
1865
+ */
1866
+ ObjectTypeId?: number
1857
1867
  }
1858
1868
 
1859
1869
  /**
@@ -385,8 +385,9 @@ export class Client extends AbstractClient {
385
385
  }
386
386
 
387
387
  /**
388
- * 查询指定时刻指标的最新值
389
- */
388
+ * 查询指定时刻指标的最新值。
389
+ 如果该时刻向前推5分钟内均无指标数据,则无相应的查询结果。
390
+ */
390
391
  async QueryMetric(
391
392
  req: QueryMetricRequest,
392
393
  cb?: (error: string, rep: QueryMetricResponse) => void
@@ -1912,6 +1912,10 @@ export interface ModifyTopicRequest {
1912
1912
  * 日志主题分区数量
1913
1913
  */
1914
1914
  PartitionCount?: number
1915
+ /**
1916
+ * 取消切换存储任务的id
1917
+ */
1918
+ CancelTopicAsyncTaskID?: string
1915
1919
  }
1916
1920
 
1917
1921
  /**
@@ -4053,33 +4057,33 @@ export interface LogsetInfo {
4053
4057
  /**
4054
4058
  * 日志集ID
4055
4059
  */
4056
- LogsetId: string
4060
+ LogsetId?: string
4057
4061
  /**
4058
4062
  * 日志集名称
4059
4063
  */
4060
- LogsetName: string
4064
+ LogsetName?: string
4061
4065
  /**
4062
4066
  * 创建时间
4063
4067
  */
4064
- CreateTime: string
4068
+ CreateTime?: string
4065
4069
  /**
4066
4070
  * 云产品标识,日志集由其它云产品创建时,该字段会显示云产品名称,例如CDN、TKE
4067
4071
  注意:此字段可能返回 null,表示取不到有效值。
4068
4072
  */
4069
- AssumerName: string
4073
+ AssumerName?: string
4070
4074
  /**
4071
4075
  * 日志集绑定的标签
4072
4076
  注意:此字段可能返回 null,表示取不到有效值。
4073
4077
  */
4074
- Tags: Array<Tag>
4078
+ Tags?: Array<Tag>
4075
4079
  /**
4076
4080
  * 日志集下日志主题的数目
4077
4081
  */
4078
- TopicCount: number
4082
+ TopicCount?: number
4079
4083
  /**
4080
4084
  * 若AssumerName非空,则表示创建该日志集的服务方角色
4081
4085
  */
4082
- RoleName: string
4086
+ RoleName?: string
4083
4087
  }
4084
4088
 
4085
4089
  /**
@@ -4691,13 +4695,13 @@ export interface WebCallback {
4691
4695
  Method?: string
4692
4696
  /**
4693
4697
  * 请求头。
4694
- 注意:该参数已废弃,请在<a href="https://cloud.tencent.com/document/product/614/56466">创建告警策略</a>接口CallBack参数中指定请求头。
4698
+ 注意:该参数已废弃,请使用NoticeContentId。
4695
4699
  注意:此字段可能返回 null,表示取不到有效值。
4696
4700
  */
4697
4701
  Headers?: Array<string>
4698
4702
  /**
4699
4703
  * 请求内容。
4700
- 注意:该参数已废弃,请在<a href="https://cloud.tencent.com/document/product/614/56466">创建告警策略</a>接口CallBack参数中指定请求内容。
4704
+ 注意:该参数已废弃,请使用NoticeContentId。
4701
4705
  注意:此字段可能返回 null,表示取不到有效值。
4702
4706
  */
4703
4707
  Body?: string
@@ -4707,6 +4711,16 @@ export interface WebCallback {
4707
4711
  - 出参有效。
4708
4712
  */
4709
4713
  Index?: number
4714
+ /**
4715
+ * 通知内容模板ID。
4716
+ 注意:此字段可能返回 null,表示取不到有效值。
4717
+ */
4718
+ NoticeContentId?: string
4719
+ /**
4720
+ * 集成配置ID。
4721
+ 注意:此字段可能返回 null,表示取不到有效值。
4722
+ */
4723
+ WebCallbackId?: string
4710
4724
  }
4711
4725
 
4712
4726
  /**
@@ -5380,6 +5394,21 @@ HotPeriod=0为没有开启日志沉降。
5380
5394
  注意:此字段可能返回 null,表示取不到有效值。
5381
5395
  */
5382
5396
  Extends?: TopicExtendInfo
5397
+ /**
5398
+ * 异步迁移任务ID
5399
+ 注意:此字段可能返回 null,表示取不到有效值。
5400
+ */
5401
+ TopicAsyncTaskID?: string
5402
+ /**
5403
+ * 异步迁移状态
5404
+ 注意:此字段可能返回 null,表示取不到有效值。
5405
+ */
5406
+ MigrationStatus?: number
5407
+ /**
5408
+ * 异步迁移完成后,预计生效日期
5409
+ 注意:此字段可能返回 null,表示取不到有效值。
5410
+ */
5411
+ EffectiveDate?: string
5383
5412
  }
5384
5413
 
5385
5414
  /**
@@ -6502,7 +6531,8 @@ export interface QueryMetricRequest {
6502
6531
  */
6503
6532
  TopicId: string
6504
6533
  /**
6505
- * 查询时间,秒级Unix时间戳
6534
+ * 查询时间,秒级Unix时间戳。为空时代表当前时间戳。
6535
+
6506
6536
  */
6507
6537
  Time?: number
6508
6538
  }
@@ -1768,7 +1768,7 @@ export class Client extends AbstractClient {
1768
1768
  }
1769
1769
 
1770
1770
  /**
1771
- * 本接口(ModifyDBInstanceSecurityGroups)用于修改实例绑定的安全组。
1771
+ * 本接口(ModifyDBInstanceSecurityGroups)用于修改实例绑定的安全组。
1772
1772
  */
1773
1773
  async ModifyDBInstanceSecurityGroups(
1774
1774
  req: ModifyDBInstanceSecurityGroupsRequest,
@@ -4320,31 +4320,31 @@ export interface SaleZone {
4320
4320
  /**
4321
4321
  * 可用区英文名
4322
4322
  */
4323
- Zone: string
4323
+ Zone?: string
4324
4324
  /**
4325
4325
  * 可用区数字ID
4326
4326
  */
4327
- ZoneId: number
4327
+ ZoneId?: number
4328
4328
  /**
4329
4329
  * 可用区中文名
4330
4330
  */
4331
- ZoneZh: string
4331
+ ZoneZh?: string
4332
4332
  /**
4333
4333
  * 是否支持serverless集群<br>
4334
4334
  0:不支持<br>
4335
4335
  1:支持
4336
4336
  */
4337
- IsSupportServerless: number
4337
+ IsSupportServerless?: number
4338
4338
  /**
4339
4339
  * 是否支持普通集群<br>
4340
4340
  0:不支持<br>
4341
4341
  1:支持
4342
4342
  */
4343
- IsSupportNormal: number
4343
+ IsSupportNormal?: number
4344
4344
  /**
4345
4345
  * 物理区
4346
4346
  */
4347
- PhysicalZone: string
4347
+ PhysicalZone?: string
4348
4348
  /**
4349
4349
  * 用户是否有可用区权限
4350
4350
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4354,6 +4354,10 @@ export interface SaleZone {
4354
4354
  * 是否为全链路RDMA可用区
4355
4355
  */
4356
4356
  IsWholeRdmaZone?: string
4357
+ /**
4358
+ * 当前可用区是否允许新购集群,1:允许,0:不允许
4359
+ */
4360
+ IsSupportCreateCluster?: number
4357
4361
  }
4358
4362
 
4359
4363
  /**
@@ -3333,11 +3333,11 @@ export interface DescribeDeviceGroupMembersResponse {
3333
3333
  /**
3334
3334
  * 资产组成员总数
3335
3335
  */
3336
- TotalCount: number
3336
+ TotalCount?: number
3337
3337
  /**
3338
3338
  * 资产组成员列表
3339
3339
  */
3340
- DeviceSet: Array<Device>
3340
+ DeviceSet?: Array<Device>
3341
3341
  /**
3342
3342
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3343
3343
  */
@@ -4049,14 +4049,18 @@ export interface DeleteAclsResponse {
4049
4049
  * DescribeDeviceGroupMembers请求参数结构体
4050
4050
  */
4051
4051
  export interface DescribeDeviceGroupMembersRequest {
4052
- /**
4053
- * 资产组ID
4054
- */
4055
- Id: number
4056
4052
  /**
4057
4053
  * true - 查询已在该资产组的资产,false - 查询未在该资产组的资产
4058
4054
  */
4059
4055
  Bound: boolean
4056
+ /**
4057
+ * 资产组ID,Id和IdSet二选一
4058
+ */
4059
+ Id?: number
4060
+ /**
4061
+ * 资产组ID集合,传Id,IdSet不生效。
4062
+ */
4063
+ IdSet?: Array<number | bigint>
4060
4064
  /**
4061
4065
  * 资产名或资产IP,模糊查询
4062
4066
  */
@@ -1511,9 +1511,7 @@ export interface DescribeRecordLineListRequest {
1511
1511
  */
1512
1512
  Domain: string
1513
1513
  /**
1514
- * 域名等级。
1515
- + 旧套餐:D_FREE、D_PLUS、D_EXTRA、D_EXPERT、D_ULTRA 分别对应免费套餐、个人豪华、企业1、企业2、企业3。
1516
- + 新套餐:DP_FREE、DP_PLUS、DP_EXTRA、DP_EXPERT、DP_ULTRA 分别对应新免费、个人专业版、企业创业版、企业标准版、企业旗舰版。
1514
+ * 域名套餐等级。 旧套餐:D_FREE、D_PLUS、D_EXTRA、D_EXPERT、D_ULTRA 、DP_EXTRA 分别对应免费套餐、个人豪华、企业 I、企业 II、企业 III、企业基础版。 新套餐:DP_FREE、DP_PLUS、DP_EXPERT、DP_ULTRA 分别对应新免费、专业版、企业版、尊享版。
1517
1515
  */
1518
1516
  DomainGrade: string
1519
1517
  /**