tencentcloud-sdk-nodejs 4.0.315 → 4.0.318

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 (81) hide show
  1. package/CHANGELOG.md +525 -0
  2. package/SERVICE_CHANGELOG.md +522 -32
  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/apm/v20210622/apm_models.ts +5 -0
  7. package/src/services/as/v20180419/as_client.ts +17 -2
  8. package/src/services/as/v20180419/as_models.ts +6 -0
  9. package/src/services/batch/v20170312/batch_models.ts +1 -1
  10. package/src/services/billing/v20180709/billing_models.ts +13 -2
  11. package/src/services/cam/v20190116/cam_client.ts +1 -1
  12. package/src/services/cam/v20190116/cam_models.ts +8 -3
  13. package/src/services/cdb/v20170320/cdb_models.ts +14 -9
  14. package/src/services/cdn/v20180606/cdn_models.ts +13 -2
  15. package/src/services/cls/v20201016/cls_client.ts +22 -9
  16. package/src/services/cls/v20201016/cls_models.ts +70 -0
  17. package/src/services/cpdp/v20190820/cpdp_client.ts +14 -0
  18. package/src/services/cpdp/v20190820/cpdp_models.ts +60 -2
  19. package/src/services/cvm/v20170312/cvm_models.ts +5 -0
  20. package/src/services/cynosdb/v20190107/cynosdb_client.ts +25 -1
  21. package/src/services/cynosdb/v20190107/cynosdb_models.ts +53 -3
  22. package/src/services/dcdb/v20180411/dcdb_models.ts +9 -9
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +15 -3
  24. package/src/services/iecp/v20210914/iecp_models.ts +1 -1
  25. package/src/services/live/v20180801/live_models.ts +12 -2
  26. package/src/services/mariadb/v20170312/mariadb_models.ts +29 -29
  27. package/src/services/privatedns/v20201028/privatedns_models.ts +7 -1
  28. package/src/services/ses/v20201002/ses_models.ts +6 -1
  29. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +28 -4
  30. package/src/services/tcb/v20180608/tcb_models.ts +5 -0
  31. package/src/services/tcss/v20201101/tcss_models.ts +18 -0
  32. package/src/services/tem/v20210701/tem_client.ts +1 -0
  33. package/src/services/tem/v20210701/tem_models.ts +51 -2
  34. package/src/services/thpc/v20211109/thpc_client.ts +2 -1
  35. package/src/services/thpc/v20211109/thpc_models.ts +36 -18
  36. package/src/services/tse/v20201207/tse_models.ts +17 -0
  37. package/src/services/vod/v20180717/vod_client.ts +3 -1
  38. package/src/services/vod/v20180717/vod_models.ts +68 -15
  39. package/src/services/vpc/v20170312/vpc_models.ts +21 -1
  40. package/tencentcloud/common/sdk_version.d.ts +1 -1
  41. package/tencentcloud/common/sdk_version.js +1 -1
  42. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +4 -0
  43. package/tencentcloud/services/as/v20180419/as_client.d.ts +15 -0
  44. package/tencentcloud/services/as/v20180419/as_client.js +15 -0
  45. package/tencentcloud/services/as/v20180419/as_models.d.ts +5 -0
  46. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
  47. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +11 -2
  48. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +1 -1
  49. package/tencentcloud/services/cam/v20190116/cam_client.js +1 -1
  50. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +7 -3
  51. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +13 -9
  52. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +11 -2
  53. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +9 -5
  54. package/tencentcloud/services/cls/v20201016/cls_client.js +11 -5
  55. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +59 -0
  56. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +6 -1
  57. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +7 -0
  58. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +52 -2
  59. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
  60. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -1
  61. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -0
  62. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +47 -3
  63. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +9 -9
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -2
  65. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +1 -1
  66. package/tencentcloud/services/live/v20180801/live_models.d.ts +10 -2
  67. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +29 -29
  68. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +6 -1
  69. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +5 -1
  70. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +24 -4
  71. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +4 -0
  72. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +15 -0
  73. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +43 -2
  74. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +32 -17
  75. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +14 -0
  76. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
  77. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +61 -14
  78. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17 -1
  79. package/test/cls.v20201016.test.js +12 -2
  80. package/test/cpdp.v20190820.test.js +10 -0
  81. package/test/cynosdb.v20190107.test.js +20 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.315",
3
+ "version": "4.0.318",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -12,14 +12,14 @@
12
12
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-02-21 08:01:04 |
13
13
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-03-03 08:00:37 |
14
14
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-17 08:01:42 |
15
- | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
16
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-11 08:03:26 |
15
+ | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-03-30 06:01:18 |
16
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-30 06:01:19 |
17
17
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-24 17:32:45 |
18
18
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-02-21 08:01:30 |
19
19
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-02-21 08:01:32 |
20
- | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-02-21 08:01:33 |
20
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-03-29 08:04:27 |
21
21
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-02-21 08:01:38 |
22
- | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-03-09 08:06:22 |
22
+ | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-03-30 06:01:46 |
23
23
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
24
24
  | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
25
25
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-02-21 08:01:45 |
@@ -27,14 +27,14 @@
27
27
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-02-21 08:01:54 |
28
28
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
29
29
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-02-21 08:02:02 |
30
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-03-01 08:01:53 |
30
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-03-28 08:03:45 |
31
31
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-03-16 08:04:45 |
32
32
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-03-04 10:56:53 |
33
33
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-02-21 08:02:15 |
34
34
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-03-14 08:06:27 |
35
35
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-03-04 08:05:02 |
36
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-21 08:07:42 |
37
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-03-16 08:05:21 |
36
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-30 06:02:35 |
37
+ | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-03-30 06:02:55 |
38
38
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-02-21 08:02:59 |
39
39
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-21 08:03:00 |
40
40
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-03-16 08:05:40 |
@@ -46,20 +46,20 @@
46
46
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-03-03 08:03:01 |
47
47
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-28 08:08:23 |
48
48
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-02-21 08:03:43 |
49
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-23 08:03:41 |
49
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-30 06:03:52 |
50
50
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
51
51
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-03-03 08:03:36 |
52
52
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
53
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-24 08:09:21 |
53
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-29 08:07:17 |
54
54
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
55
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-23 08:04:21 |
55
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-28 08:06:12 |
56
56
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-03-24 20:38:18 |
57
57
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
58
- | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-03-24 17:50:45 |
58
+ | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-03-29 08:08:26 |
59
59
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-02-21 08:05:24 |
60
60
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-03-15 08:08:26 |
61
61
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-02-21 08:05:42 |
62
- | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-24 23:20:33 |
62
+ | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-30 06:05:36 |
63
63
  | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-22 08:08:11 |
64
64
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-02-21 08:05:57 |
65
65
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-02-21 08:06:02 |
@@ -76,7 +76,7 @@
76
76
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-03-03 08:06:04 |
77
77
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-03-21 11:04:25 |
78
78
  | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-03-18 15:46:35 |
79
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-03-22 08:09:17 |
79
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-03-29 08:10:05 |
80
80
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-25 08:09:04 |
81
81
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-03-09 08:11:20 |
82
82
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-03-23 08:06:46 |
@@ -91,7 +91,7 @@
91
91
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-03-24 08:12:37 |
92
92
  | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-02-21 08:07:43 |
93
93
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-02-21 08:07:44 |
94
- | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-03-23 08:07:34 |
94
+ | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-03-30 06:07:34 |
95
95
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-02-21 08:07:57 |
96
96
  | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-02-21 08:07:58 |
97
97
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-02-21 08:07:59 |
@@ -103,16 +103,16 @@
103
103
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-03-07 10:30:32 |
104
104
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-03-10 08:11:43 |
105
105
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-03-03 08:08:18 |
106
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-03-24 20:42:32 |
106
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-03-29 08:12:29 |
107
107
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-02-21 08:09:21 |
108
108
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-02-21 08:09:21 |
109
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-24 23:24:17 |
109
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-30 06:09:11 |
110
110
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-02-21 08:09:30 |
111
111
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-03-22 11:40:43 |
112
112
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
113
113
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-02-21 08:09:33 |
114
114
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-03-09 08:13:56 |
115
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-18 08:14:49 |
115
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-29 08:13:08 |
116
116
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-03-18 08:15:06 |
117
117
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-02-21 08:10:08 |
118
118
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
@@ -126,14 +126,14 @@
126
126
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-03-15 08:13:28 |
127
127
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-02-21 08:10:32 |
128
128
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-03-03 08:10:01 |
129
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-03-22 08:13:14 |
129
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-03-30 06:10:30 |
130
130
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-02-21 08:10:44 |
131
131
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-03-24 08:15:42 |
132
132
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-02-21 08:10:55 |
133
133
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-02-21 08:10:56 |
134
134
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-24 20:44:23 |
135
135
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-24 17:41:54 |
136
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-23 08:11:08 |
136
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-29 08:14:38 |
137
137
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-03-17 08:11:49 |
138
138
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-02-21 08:11:16 |
139
139
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-02-23 08:11:58 |
@@ -152,18 +152,18 @@
152
152
  | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-02-21 08:11:55 |
153
153
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
154
154
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-02-21 08:12:00 |
155
- | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-02-21 08:12:01 |
156
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-03-21 08:16:19 |
155
+ | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-03-29 08:15:32 |
156
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-03-29 08:15:41 |
157
157
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-02-21 08:12:18 |
158
158
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
159
159
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-03-22 08:15:02 |
160
160
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-03-23 08:12:18 |
161
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-23 08:12:32 |
161
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-29 08:16:06 |
162
162
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-03-01 10:49:12 |
163
163
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-03-01 15:05:45 |
164
164
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-03-24 20:46:23 |
165
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-03-09 08:17:24 |
166
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-02-21 08:13:08 |
165
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-03-30 06:12:59 |
166
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-03-30 06:13:05 |
167
167
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
168
168
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-02-21 08:13:09 |
169
169
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
@@ -177,15 +177,15 @@
177
177
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-02-21 08:13:40 |
178
178
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-02-21 08:13:41 |
179
179
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-03-11 08:15:26 |
180
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-03-15 08:16:57 |
180
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-03-29 08:17:32 |
181
181
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-03-23 08:13:50 |
182
182
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-02-21 08:14:10 |
183
183
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-02-21 08:14:11 |
184
184
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-02-21 08:14:12 |
185
185
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-02-21 08:14:15 |
186
186
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-02-21 08:14:16 |
187
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-03-23 08:14:23 |
188
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-24 17:45:21 |
187
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-03-28 08:15:45 |
188
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-29 08:18:27 |
189
189
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-02-21 08:15:09 |
190
190
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-02-21 08:15:12 |
191
191
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.315"
1
+ export const sdkVersion = "4.0.318"
@@ -352,6 +352,11 @@ export interface DescribeApmInstancesRequest {
352
352
  * 过滤实例ID
353
353
  */
354
354
  InstanceIds?: Array<string>
355
+
356
+ /**
357
+ * 是否查询官方demo实例
358
+ */
359
+ DemoInstanceFlag?: number
355
360
  }
356
361
 
357
362
  /**
@@ -246,6 +246,7 @@ export class Client extends AbstractClient {
246
246
  /**
247
247
  * 为伸缩组指定数量扩容实例,返回扩容活动的 ActivityId。
248
248
  * 伸缩组需要未处于活动中
249
+ * 伸缩组处于停用状态时,该接口也会生效,可参考[停用伸缩组](https://cloud.tencent.com/document/api/377/20435)文档查看伸缩组停用状态的影响范围
249
250
  * 接口会增加期望实例数,新的期望实例数需要小于等于最大实例数
250
251
  * 扩容如果失败或者部分成功,最后期望实例数只会增加实际成功的实例数量
251
252
  */
@@ -348,6 +349,7 @@ export class Client extends AbstractClient {
348
349
  /**
349
350
  * 为伸缩组指定数量缩容实例,返回缩容活动的 ActivityId。
350
351
  * 伸缩组需要未处于活动中
352
+ * 伸缩组处于停用状态时,该接口也会生效,可参考[停用伸缩组](https://cloud.tencent.com/document/api/377/20435)文档查看伸缩组停用状态的影响范围
351
353
  * 根据伸缩组的`TerminationPolicies`策略,选择被缩容的实例,可参考[缩容处理](https://cloud.tencent.com/document/product/377/8563)
352
354
  * 接口只会选择`IN_SERVICE`实例缩容,如果需要缩容其他状态实例,可以使用 [DetachInstances](https://cloud.tencent.com/document/api/377/20436) 或 [RemoveInstances](https://cloud.tencent.com/document/api/377/20431) 接口
353
355
  * 接口会减少期望实例数,新的期望实例数需要大于等于最小实例数
@@ -605,8 +607,21 @@ export class Client extends AbstractClient {
605
607
  }
606
608
 
607
609
  /**
608
- * 本接口(DisableAutoScalingGroup)用于停用指定伸缩组。
609
- */
610
+ * 本接口(DisableAutoScalingGroup)用于停用指定伸缩组。
611
+ * 停用伸缩组后,自动触发的伸缩活动不再进行,包括:
612
+ - 告警策略触发的伸缩活动
613
+ - 匹配期望实例数的伸缩活动
614
+ - 不健康实例替换活动
615
+ - 定时任务
616
+ * 停用伸缩组后,手动触发的伸缩活动允许进行,包括:
617
+ - 指定数量扩容实例(ScaleOutInstances)
618
+ - 指定数量缩容实例(ScaleInInstances)
619
+ - 从伸缩组中移出 CVM 实例(DetachInstances)
620
+ - 从伸缩组中删除 CVM 实例(RemoveInstances)
621
+ - 添加 CVM 实例到伸缩组(AttachInstances)
622
+ - 关闭伸缩组内 CVM 实例(StopAutoScalingInstances)
623
+ - 开启伸缩组内 CVM 实例(StartAutoScalingInstances)
624
+ */
610
625
  async DisableAutoScalingGroup(
611
626
  req: DisableAutoScalingGroupRequest,
612
627
  cb?: (error: string, rep: DisableAutoScalingGroupResponse) => void
@@ -2331,6 +2331,12 @@ export interface DataDisk {
2331
2331
  注意:此字段可能返回 null,表示取不到有效值。
2332
2332
  */
2333
2333
  DeleteWithInstance?: boolean
2334
+
2335
+ /**
2336
+ * 数据盘是否加密。取值范围:<br><li>TRUE:加密<br><li>FALSE:不加密
2337
+ 注意:此字段可能返回 null,表示取不到有效值。
2338
+ */
2339
+ Encrypt?: boolean
2334
2340
  }
2335
2341
 
2336
2342
  /**
@@ -1862,7 +1862,7 @@ export interface NamedComputeEnv {
1862
1862
  /**
1863
1863
  * 通知信息
1864
1864
  */
1865
- Notifications?: Notification
1865
+ Notifications?: Array<Notification>
1866
1866
 
1867
1867
  /**
1868
1868
  * 非活跃节点处理策略,默认“RECREATE”,即对于实例创建失败或异常退还的计算节点,定期重新创建实例资源。
@@ -2085,6 +2085,11 @@ export interface DescribeDealsByCondRequest {
2085
2085
  * 大订单号
2086
2086
  */
2087
2087
  BigDealId?: string
2088
+
2089
+ /**
2090
+ * 资源id
2091
+ */
2092
+ ResourceId?: string
2088
2093
  }
2089
2094
 
2090
2095
  /**
@@ -2716,6 +2721,12 @@ postMoveIn 按量计费迁入资源
2716
2721
  注意:此字段可能返回 null,表示取不到有效值。
2717
2722
  */
2718
2723
  SubProductName: string
2724
+
2725
+ /**
2726
+ * 订单对应的资源id, 查询参数Limit超过200,将返回null
2727
+ 注意:此字段可能返回 null,表示取不到有效值。
2728
+ */
2729
+ ResourceId: Array<string>
2719
2730
  }
2720
2731
 
2721
2732
  /**
@@ -2802,12 +2813,12 @@ export interface DescribeDealsByCondResponse {
2802
2813
  /**
2803
2814
  * 订单列表
2804
2815
  */
2805
- Deals?: Array<Deal>
2816
+ Deals: Array<Deal>
2806
2817
 
2807
2818
  /**
2808
2819
  * 订单总数
2809
2820
  */
2810
- TotalCount?: number
2821
+ TotalCount: number
2811
2822
 
2812
2823
  /**
2813
2824
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -672,7 +672,7 @@ export class Client extends AbstractClient {
672
672
  }
673
673
 
674
674
  /**
675
- * 查询安全设置
675
+ * 查询用户安全设置
676
676
  */
677
677
  async DescribeSafeAuthFlag(
678
678
  req?: DescribeSafeAuthFlagRequest,
@@ -1016,17 +1016,22 @@ export interface DescribeSafeAuthFlagResponse {
1016
1016
  /**
1017
1017
  * 登录保护设置
1018
1018
  */
1019
- LoginFlag?: LoginActionFlag
1019
+ LoginFlag: LoginActionFlag
1020
1020
 
1021
1021
  /**
1022
1022
  * 敏感操作保护设置
1023
1023
  */
1024
- ActionFlag?: LoginActionFlag
1024
+ ActionFlag: LoginActionFlag
1025
1025
 
1026
1026
  /**
1027
1027
  * 异地登录保护设置
1028
1028
  */
1029
- OffsiteFlag?: OffsiteFlag
1029
+ OffsiteFlag: OffsiteFlag
1030
+
1031
+ /**
1032
+ * 1: 提示7天信任设备 0: 不提示
1033
+ */
1034
+ PromptTrust: number
1030
1035
 
1031
1036
  /**
1032
1037
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -857,12 +857,12 @@ export interface DescribeInstanceParamRecordsRequest {
857
857
  InstanceId: string
858
858
 
859
859
  /**
860
- * 分页偏移量。
860
+ * 分页偏移量,默认值:0。
861
861
  */
862
862
  Offset?: number
863
863
 
864
864
  /**
865
- * 分页大小。
865
+ * 分页大小,默认值:20。
866
866
  */
867
867
  Limit?: number
868
868
  }
@@ -1401,12 +1401,12 @@ export interface ModifyParamTemplateRequest {
1401
1401
  TemplateId: number
1402
1402
 
1403
1403
  /**
1404
- * 模板名称。
1404
+ * 模板名称,长度不超过64。
1405
1405
  */
1406
1406
  Name?: string
1407
1407
 
1408
1408
  /**
1409
- * 模板描述。
1409
+ * 模板描述,长度不超过255。
1410
1410
  */
1411
1411
  Description?: string
1412
1412
 
@@ -1761,7 +1761,7 @@ export interface InitDBInstancesResponse {
1761
1761
  /**
1762
1762
  * 异步任务的请求ID数组,可使用此ID查询异步任务的执行结果
1763
1763
  */
1764
- AsyncRequestIds?: Array<string>
1764
+ AsyncRequestIds: Array<string>
1765
1765
 
1766
1766
  /**
1767
1767
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2429,12 +2429,12 @@ export interface DescribeInstanceParamRecordsResponse {
2429
2429
  /**
2430
2430
  * 符合条件的记录数。
2431
2431
  */
2432
- TotalCount?: number
2432
+ TotalCount: number
2433
2433
 
2434
2434
  /**
2435
2435
  * 参数修改记录。
2436
2436
  */
2437
- Items?: Array<ParamRecord>
2437
+ Items: Array<ParamRecord>
2438
2438
 
2439
2439
  /**
2440
2440
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -6119,6 +6119,11 @@ export interface DescribeAuditPoliciesRequest {
6119
6119
  注意,参数 RuleId,InstanceId,PolicyId,PolicyName 必须至少传一个。
6120
6120
  */
6121
6121
  RuleId?: string
6122
+
6123
+ /**
6124
+ * 实例名称
6125
+ */
6126
+ InstanceName?: string
6122
6127
  }
6123
6128
 
6124
6129
  /**
@@ -7193,13 +7198,13 @@ export interface DescribeAuditPoliciesResponse {
7193
7198
  /**
7194
7199
  * 符合条件的审计策略个数。
7195
7200
  */
7196
- TotalCount?: number
7201
+ TotalCount: number
7197
7202
 
7198
7203
  /**
7199
7204
  * 审计策略详情。
7200
7205
  注意:此字段可能返回 null,表示取不到有效值。
7201
7206
  */
7202
- Items?: Array<AuditPolicy>
7207
+ Items: Array<AuditPolicy>
7203
7208
 
7204
7209
  /**
7205
7210
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1759,7 +1759,7 @@ export interface ListTopDataRequest {
1759
1759
  /**
1760
1760
  * 查询起始日期:yyyy-MM-dd HH:mm:ss
1761
1761
  仅支持按天粒度的数据查询,取入参中的天信息作为起始日期
1762
- 返回大于等于起始日期当天 00:00:00 点产生的数据
1762
+ 返回大于等于起始日期当天 00:00:00 点产生的数据,如 StartTime为2018-09-04 10:40:00,返回数据的起始时间为2018-09-04 00:00:00
1763
1763
  仅支持 90 天内数据查询
1764
1764
  */
1765
1765
  StartTime: string
@@ -1767,7 +1767,7 @@ export interface ListTopDataRequest {
1767
1767
  /**
1768
1768
  * 查询结束日期:yyyy-MM-dd HH:mm:ss
1769
1769
  仅支持按天粒度的数据查询,取入参中的天信息作为结束日期
1770
- 返回小于等于结束日期当天 23:59:59 产生的数据
1770
+ 返回小于等于结束日期当天 23:59:59 产生的数据,如EndTime为2018-09-05 22:40:00,返回数据的结束时间为2018-09-05 23:59:59
1771
1771
  EndTime 需要大于等于 StartTime
1772
1772
  */
1773
1773
  EndTime: string
@@ -3012,6 +3012,11 @@ global:全球锁定
3012
3012
  * 域名所属产品,cdn/ecdn
3013
3013
  */
3014
3014
  Product: string
3015
+
3016
+ /**
3017
+ * 主域名
3018
+ */
3019
+ ParentHost: string
3015
3020
  }
3016
3021
 
3017
3022
  /**
@@ -5892,6 +5897,12 @@ off:不支持
5892
5897
  注意:此字段可能返回 null,表示取不到有效值。
5893
5898
  */
5894
5899
  RuleEngine: RuleEngine
5900
+
5901
+ /**
5902
+ * 主域名
5903
+ 注意:此字段可能返回 null,表示取不到有效值。
5904
+ */
5905
+ ParentHost: string
5895
5906
  }
5896
5907
 
5897
5908
  /**
@@ -23,6 +23,7 @@ import {
23
23
  AlarmInfo,
24
24
  LogInfo,
25
25
  DeleteAlarmNoticeResponse,
26
+ DescribeLogHistogramRequest,
26
27
  DescribeLogContextRequest,
27
28
  DeleteShipperRequest,
28
29
  ModifyTopicRequest,
@@ -86,6 +87,7 @@ import {
86
87
  SplitPartitionRequest,
87
88
  DescribeMachineGroupConfigsResponse,
88
89
  MachineGroupInfo,
90
+ DescribeLogHistogramResponse,
89
91
  RuleTagInfo,
90
92
  CreateIndexRequest,
91
93
  DeleteConsumerResponse,
@@ -167,6 +169,7 @@ import {
167
169
  DescribeConfigExtrasRequest,
168
170
  CreateAlarmNoticeRequest,
169
171
  DescribeIndexResponse,
172
+ HistogramInfo,
170
173
  DescribeMachineGroupConfigsRequest,
171
174
  ModifyConfigExtraRequest,
172
175
  ModifyLogsetRequest,
@@ -280,6 +283,17 @@ export class Client extends AbstractClient {
280
283
  return this.request("DescribeExports", req, cb)
281
284
  }
282
285
 
286
+ /**
287
+ * 本接口用于修改索引配置
288
+
289
+ */
290
+ async ModifyIndex(
291
+ req: ModifyIndexRequest,
292
+ cb?: (error: string, rep: ModifyIndexResponse) => void
293
+ ): Promise<ModifyIndexResponse> {
294
+ return this.request("ModifyIndex", req, cb)
295
+ }
296
+
283
297
  /**
284
298
  * 本接口用于修改特殊采集配置任务
285
299
  */
@@ -341,7 +355,7 @@ export class Client extends AbstractClient {
341
355
  }
342
356
 
343
357
  /**
344
- * 创建新的投递规则,客户如果使用此接口,需要自行处理CLS对指定bucket的写权限。
358
+ * 创建新的投递规则,【!!!注意】使用此接口,需要检查是否配置了投递COS的角色和权限。如果没有配置,请参考文档投递权限查看和配置https://cloud.tencent.com/document/product/614/71623。
345
359
  */
346
360
  async CreateShipper(
347
361
  req: CreateShipperRequest,
@@ -521,14 +535,13 @@ export class Client extends AbstractClient {
521
535
  }
522
536
 
523
537
  /**
524
- * 本接口用于修改索引配置
525
-
526
- */
527
- async ModifyIndex(
528
- req: ModifyIndexRequest,
529
- cb?: (error: string, rep: ModifyIndexResponse) => void
530
- ): Promise<ModifyIndexResponse> {
531
- return this.request("ModifyIndex", req, cb)
538
+ * 本接口用于构建直方图
539
+ */
540
+ async DescribeLogHistogram(
541
+ req: DescribeLogHistogramRequest,
542
+ cb?: (error: string, rep: DescribeLogHistogramResponse) => void
543
+ ): Promise<DescribeLogHistogramResponse> {
544
+ return this.request("DescribeLogHistogram", req, cb)
532
545
  }
533
546
 
534
547
  /**
@@ -174,6 +174,36 @@ export interface DeleteAlarmNoticeResponse {
174
174
  RequestId?: string
175
175
  }
176
176
 
177
+ /**
178
+ * DescribeLogHistogram请求参数结构体
179
+ */
180
+ export interface DescribeLogHistogramRequest {
181
+ /**
182
+ * 要查询的日志主题ID
183
+ */
184
+ TopicId: string
185
+
186
+ /**
187
+ * 要查询的日志的起始时间,Unix时间戳,单位ms
188
+ */
189
+ From: number
190
+
191
+ /**
192
+ * 要查询的日志的结束时间,Unix时间戳,单位ms
193
+ */
194
+ To: number
195
+
196
+ /**
197
+ * 查询语句
198
+ */
199
+ Query: string
200
+
201
+ /**
202
+ * 时间间隔: 单位ms
203
+ */
204
+ Interval?: number
205
+ }
206
+
177
207
  /**
178
208
  * DescribeLogContext请求参数结构体
179
209
  */
@@ -1778,6 +1808,31 @@ export interface MachineGroupInfo {
1778
1808
  ServiceLogging: boolean
1779
1809
  }
1780
1810
 
1811
+ /**
1812
+ * DescribeLogHistogram返回参数结构体
1813
+ */
1814
+ export interface DescribeLogHistogramResponse {
1815
+ /**
1816
+ * 统计周期: 单位ms
1817
+ */
1818
+ Interval: number
1819
+
1820
+ /**
1821
+ * 命中关键字的日志总条数
1822
+ */
1823
+ TotalCount: number
1824
+
1825
+ /**
1826
+ * 周期内统计结果详情
1827
+ */
1828
+ HistogramInfos: Array<HistogramInfo>
1829
+
1830
+ /**
1831
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1832
+ */
1833
+ RequestId?: string
1834
+ }
1835
+
1781
1836
  /**
1782
1837
  * 元字段索引配置
1783
1838
  */
@@ -3932,6 +3987,21 @@ export interface DescribeIndexResponse {
3932
3987
  RequestId?: string
3933
3988
  }
3934
3989
 
3990
+ /**
3991
+ * 直方图详细信息
3992
+ */
3993
+ export interface HistogramInfo {
3994
+ /**
3995
+ * 统计周期内的日志条数
3996
+ */
3997
+ Count: number
3998
+
3999
+ /**
4000
+ * 按 period 取整后的 unix timestamp: 单位毫秒
4001
+ */
4002
+ BTime: number
4003
+ }
4004
+
3935
4005
  /**
3936
4006
  * DescribeMachineGroupConfigs请求参数结构体
3937
4007
  */