tencentcloud-sdk-nodejs 4.0.320 → 4.0.321

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 (73) hide show
  1. package/CHANGELOG.md +177 -0
  2. package/SERVICE_CHANGELOG.md +405 -0
  3. package/package.json +1 -1
  4. package/products.md +39 -39
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +1 -1
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +28 -21
  8. package/src/services/bmvpc/v20180625/bmvpc_models.ts +2 -2
  9. package/src/services/captcha/v20190722/captcha_client.ts +2 -2
  10. package/src/services/captcha/v20190722/captcha_models.ts +4 -4
  11. package/src/services/cdb/v20170320/cdb_models.ts +16 -1
  12. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  13. package/src/services/cdn/v20180606/cdn_models.ts +57 -35
  14. package/src/services/cfw/v20190904/cfw_models.ts +22 -6
  15. package/src/services/cls/v20201016/cls_client.ts +64 -13
  16. package/src/services/cls/v20201016/cls_models.ts +469 -164
  17. package/src/services/cvm/v20170312/cvm_client.ts +1 -1
  18. package/src/services/cvm/v20170312/cvm_models.ts +8 -3
  19. package/src/services/ecdn/v20191012/ecdn_client.ts +1 -1
  20. package/src/services/ecdn/v20191012/ecdn_models.ts +2 -2
  21. package/src/services/gs/v20191118/gs_models.ts +7 -0
  22. package/src/services/iecp/v20210914/iecp_client.ts +167 -20
  23. package/src/services/iecp/v20210914/iecp_models.ts +892 -217
  24. package/src/services/lighthouse/v20200324/lighthouse_models.ts +5 -0
  25. package/src/services/live/v20180801/live_client.ts +3 -2
  26. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  27. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  28. package/src/services/tag/v20180813/tag_client.ts +203 -105
  29. package/src/services/tag/v20180813/tag_models.ts +377 -47
  30. package/src/services/tcm/v20210413/tcm_models.ts +1 -1
  31. package/src/services/tdmq/v20200217/tdmq_models.ts +30 -0
  32. package/src/services/tke/v20180525/tke_models.ts +12 -0
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
  36. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +28 -21
  37. package/tencentcloud/services/bmvpc/v20180625/bmvpc_models.d.ts +2 -2
  38. package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +2 -2
  39. package/tencentcloud/services/captcha/v20190722/captcha_client.js +2 -2
  40. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -4
  41. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +13 -1
  42. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  43. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  44. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +54 -34
  45. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +19 -6
  46. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
  47. package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
  48. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +408 -150
  49. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
  50. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
  51. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -3
  52. package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +1 -1
  53. package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +1 -1
  54. package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +2 -2
  55. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +6 -0
  56. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +51 -3
  57. package/tencentcloud/services/iecp/v20210914/iecp_client.js +75 -3
  58. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +756 -189
  59. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +4 -0
  60. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -0
  61. package/tencentcloud/services/live/v20180801/live_client.js +1 -0
  62. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  63. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  64. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  65. package/tencentcloud/services/tag/v20180813/tag_client.d.ts +68 -36
  66. package/tencentcloud/services/tag/v20180813/tag_client.js +101 -53
  67. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +329 -40
  68. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +1 -1
  69. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +25 -0
  70. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +10 -0
  71. package/test/cls.v20201016.test.js +42 -2
  72. package/test/iecp.v20210914.test.js +122 -2
  73. package/test/tag.v20180813.test.js +116 -36
package/products.md CHANGED
@@ -7,13 +7,13 @@
7
7
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-04-04 06:03:11 |
8
8
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-04 06:03:13 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-04-04 06:03:33 |
10
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:03:37 |
10
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-04-08 06:01:17 |
11
11
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
12
12
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
13
- | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-04-04 06:05:45 |
13
+ | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-04-08 06:01:32 |
14
14
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-04-04 06:05:47 |
15
- | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-04-04 06:07:50 |
16
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-04-04 06:07:52 |
15
+ | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-04-07 06:08:19 |
16
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-04-08 06:01:46 |
17
17
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-04-04 06:08:28 |
18
18
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
19
19
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
@@ -24,37 +24,37 @@
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-04-04 06:09:29 |
26
26
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
27
- | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-04 06:09:55 |
27
+ | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-08 06:02:22 |
28
28
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
29
- | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-04-02 17:37:22 |
29
+ | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-04-07 06:10:43 |
30
30
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
31
31
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-04-04 06:10:24 |
32
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-04 06:11:48 |
32
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-08 06:02:43 |
33
33
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
34
34
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-04-04 06:11:56 |
35
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-04 06:12:12 |
35
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-08 06:02:53 |
36
36
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-04-04 06:12:36 |
37
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-04-04 06:12:51 |
38
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-04-04 06:15:19 |
37
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-04-08 06:03:03 |
38
+ | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-04-08 06:03:21 |
39
39
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
40
40
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-04-04 06:17:11 |
41
41
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
42
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-04-04 06:17:29 |
42
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-04-08 06:03:52 |
43
43
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-04-04 06:18:22 |
44
44
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-04-04 06:18:39 |
45
45
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
46
46
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
47
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-04-04 06:18:48 |
48
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-04-04 06:19:31 |
47
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-04-08 06:04:10 |
48
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-04-08 06:04:17 |
49
49
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-04-04 06:21:08 |
50
50
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
51
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-04-04 06:21:24 |
51
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-04-07 06:21:48 |
52
52
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-04-04 06:22:26 |
53
53
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
54
54
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
55
55
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-04-04 06:23:11 |
56
56
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
57
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-04-04 06:26:27 |
57
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-04-08 06:05:15 |
58
58
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-04-04 06:27:42 |
59
59
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
60
60
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-04-04 06:33:13 |
@@ -71,12 +71,12 @@
71
71
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-04-04 06:38:58 |
72
72
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-04-04 06:39:12 |
73
73
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
74
- | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-04 06:39:30 |
74
+ | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
75
75
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-04-04 06:39:43 |
76
76
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-03-18 08:11:46 |
77
77
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
78
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-04-04 06:42:08 |
79
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-04-04 06:42:20 |
78
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-04-08 06:07:19 |
79
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-04-08 06:07:23 |
80
80
  | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-04-04 06:42:32 |
81
81
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-04-04 06:42:34 |
82
82
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-04-04 06:42:42 |
@@ -86,14 +86,14 @@
86
86
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-04-04 06:43:16 |
87
87
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-04-04 06:44:28 |
88
88
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-04-04 06:44:42 |
89
- | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-04 06:44:52 |
89
+ | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
90
90
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-04-04 06:44:57 |
91
91
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
92
92
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
93
93
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-04-04 06:45:59 |
94
94
  | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-04-04 06:46:38 |
95
95
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-04-04 06:46:42 |
96
- | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-04 06:46:50 |
96
+ | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-08 06:08:23 |
97
97
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
98
98
  | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-04-04 06:48:07 |
99
99
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
@@ -104,8 +104,8 @@
104
104
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
105
105
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-04-04 06:53:04 |
106
106
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-04-04 06:53:19 |
107
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-04-04 06:53:59 |
108
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-04-04 06:54:50 |
107
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-04-08 06:09:37 |
108
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-04-08 06:09:47 |
109
109
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
110
110
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
111
111
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-04-04 06:56:53 |
@@ -113,8 +113,8 @@
113
113
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
114
114
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
115
115
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
116
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-04-04 06:57:53 |
117
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-04-04 06:58:18 |
116
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-04-08 06:10:19 |
117
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-04-08 06:10:24 |
118
118
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-04-04 06:59:17 |
119
119
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-04-04 07:00:09 |
120
120
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
@@ -122,19 +122,19 @@
122
122
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
123
123
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-04 07:00:17 |
124
124
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
125
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-04-04 07:00:31 |
126
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-04-04 07:00:41 |
125
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-04-08 06:10:55 |
126
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-04-08 06:10:59 |
127
127
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-04-04 07:01:46 |
128
128
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
129
129
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
130
130
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-04-04 07:02:03 |
131
131
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-04-04 07:02:49 |
132
132
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-04-04 07:03:00 |
133
- | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-04-04 07:03:03 |
133
+ | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-04-08 06:11:28 |
134
134
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
135
135
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
136
136
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-04-04 07:04:08 |
137
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-04-04 07:04:46 |
137
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-04-07 07:04:48 |
138
138
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-04-04 07:05:20 |
139
139
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-04 07:05:35 |
140
140
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
@@ -146,24 +146,24 @@
146
146
  | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-04-04 07:07:38 |
147
147
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
148
148
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-04-04 07:08:00 |
149
- | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-04-04 07:08:13 |
149
+ | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-04-08 06:12:32 |
150
150
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-04-04 07:08:16 |
151
- | tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-04-04 07:08:19 |
152
- | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-04 07:08:31 |
151
+ | tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-04-08 06:12:35 |
152
+ | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
153
153
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
154
154
  | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-04-04 07:08:42 |
155
155
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
156
156
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
157
- | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-04-04 07:09:09 |
157
+ | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-04-08 06:12:54 |
158
158
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-04-04 07:09:44 |
159
159
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
160
160
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
161
- | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-04-04 07:10:50 |
162
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-04-04 07:10:53 |
161
+ | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-04-07 07:10:53 |
162
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-04-08 06:13:14 |
163
163
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-04-04 07:12:15 |
164
164
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
165
165
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
166
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-04-04 07:15:55 |
166
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-04-08 06:13:51 |
167
167
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-04-04 07:16:34 |
168
168
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-04-04 11:19:56 |
169
169
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
@@ -174,7 +174,7 @@
174
174
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-04-04 07:17:16 |
175
175
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-04-04 07:17:26 |
176
176
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-04-04 07:17:39 |
177
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-04-01 20:14:58 |
177
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-04-08 06:14:29 |
178
178
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
179
179
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
180
180
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-04-04 07:18:12 |
@@ -186,9 +186,9 @@
186
186
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
187
187
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-04-04 07:22:51 |
188
188
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
189
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-04-04 07:22:56 |
190
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-04-04 07:26:01 |
191
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-04-04 07:38:55 |
189
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-04-08 06:15:23 |
190
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-04-08 06:15:46 |
191
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-04-08 06:16:21 |
192
192
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
193
193
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
194
194
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.320"
1
+ export const sdkVersion = "4.0.321"
@@ -965,7 +965,7 @@ export class Client extends AbstractClient {
965
965
  * 创建一个域名,可用于在封堵时调度切换IP
966
966
  */
967
967
  async CreateSchedulingDomain(
968
- req?: CreateSchedulingDomainRequest,
968
+ req: CreateSchedulingDomainRequest,
969
969
  cb?: (error: string, rep: CreateSchedulingDomainResponse) => void
970
970
  ): Promise<CreateSchedulingDomainResponse> {
971
971
  return this.request("CreateSchedulingDomain", req, cb)
@@ -1254,7 +1254,14 @@ export interface DeleteBlackWhiteIpListResponse {
1254
1254
  /**
1255
1255
  * CreateSchedulingDomain请求参数结构体
1256
1256
  */
1257
- export type CreateSchedulingDomainRequest = null
1257
+ export interface CreateSchedulingDomainRequest {
1258
+ /**
1259
+ * 代表是否混合云本地化的产品。
1260
+ hybrid: 宙斯盾本地化
1261
+ 不填写:其他
1262
+ */
1263
+ Product?: string
1264
+ }
1258
1265
 
1259
1266
  /**
1260
1267
  * 高防包绑定IP对象
@@ -2495,7 +2502,7 @@ off(关闭)
2495
2502
  */
2496
2503
  export interface DescribeCCReqLimitPolicyListRequest {
2497
2504
  /**
2498
- * 大禹子产品代号(bgp-multip表示高防包,bgpip表示高防ip
2505
+ * 大禹子产品代号(bgp-multip表示高防包,bgpip表示高防IP
2499
2506
  */
2500
2507
  Business: string
2501
2508
 
@@ -2515,17 +2522,17 @@ export interface DescribeCCReqLimitPolicyListRequest {
2515
2522
  InstanceId?: string
2516
2523
 
2517
2524
  /**
2518
- * Ip地址,普通高防ip要传该字段
2525
+ * IP地址,普通高防IP要传该字段
2519
2526
  */
2520
2527
  Ip?: string
2521
2528
 
2522
2529
  /**
2523
- * 域名,普通高防ip要传该字段
2530
+ * 域名,普通高防IP要传该字段
2524
2531
  */
2525
2532
  Domain?: string
2526
2533
 
2527
2534
  /**
2528
- * 协议,普通高防ip要传该字段
2535
+ * 协议,普通高防IP要传该字段
2529
2536
  */
2530
2537
  Protocol?: string
2531
2538
  }
@@ -2774,7 +2781,7 @@ export interface IPLineInfo {
2774
2781
  */
2775
2782
  export interface DescribeCcBlackWhiteIpListRequest {
2776
2783
  /**
2777
- * 大禹子产品代号(bgp-multip:表示高防包;bgpip:表示高防ip
2784
+ * 大禹子产品代号(bgp-multip:表示高防包;bgpip:表示高防IP
2778
2785
  */
2779
2786
  Business: string
2780
2787
 
@@ -2794,22 +2801,22 @@ export interface DescribeCcBlackWhiteIpListRequest {
2794
2801
  Limit: number
2795
2802
 
2796
2803
  /**
2797
- * Ip地址,普通高防ip要传该字段
2804
+ * IP地址,普通高防IP要传该字段
2798
2805
  */
2799
2806
  Ip?: string
2800
2807
 
2801
2808
  /**
2802
- * 域名,普通高防ip要传该字段
2809
+ * 域名,普通高防IP要传该字段
2803
2810
  */
2804
2811
  Domain?: string
2805
2812
 
2806
2813
  /**
2807
- * 协议,普通高防ip要传该字段
2814
+ * 协议,普通高防IP要传该字段
2808
2815
  */
2809
2816
  Protocol?: string
2810
2817
 
2811
2818
  /**
2812
- * 筛选ip,需要筛选黑白名单ip时传该字段
2819
+ * 筛选IP,需要筛选黑白名单IP时传该字段
2813
2820
  */
2814
2821
  FilterIp?: string
2815
2822
 
@@ -3350,7 +3357,7 @@ export interface CCReqLimitPolicy {
3350
3357
  */
3351
3358
  export interface DescribeCCPrecisionPlyListRequest {
3352
3359
  /**
3353
- * 大禹子产品代号(bgpip-multip:表示高防包;bgpip:表示高防ip
3360
+ * 大禹子产品代号(bgpip-multip:表示高防包;bgpip:表示高防IP
3354
3361
  */
3355
3362
  Business: string
3356
3363
 
@@ -3370,17 +3377,17 @@ export interface DescribeCCPrecisionPlyListRequest {
3370
3377
  InstanceId?: string
3371
3378
 
3372
3379
  /**
3373
- * ip地址,普通高防ip要传该字段
3380
+ * IP地址,普通高防IP要传该字段
3374
3381
  */
3375
3382
  Ip?: string
3376
3383
 
3377
3384
  /**
3378
- * 域名,普通高防ip要传该字段
3385
+ * 域名,普通高防IP要传该字段
3379
3386
  */
3380
3387
  Domain?: string
3381
3388
 
3382
3389
  /**
3383
- * 协议,普通高防ip要传该字段
3390
+ * 协议,普通高防IP要传该字段
3384
3391
  */
3385
3392
  Protocol?: string
3386
3393
  }
@@ -3450,7 +3457,7 @@ export interface ModifyCCThresholdPolicyRequest {
3450
3457
  InstanceId: string
3451
3458
 
3452
3459
  /**
3453
- * Ip地址
3460
+ * IP地址
3454
3461
  */
3455
3462
  Ip: string
3456
3463
 
@@ -5237,7 +5244,7 @@ export interface ModifyCCLevelPolicyRequest {
5237
5244
  InstanceId: string
5238
5245
 
5239
5246
  /**
5240
- * Ip地址
5247
+ * IP地址
5241
5248
  */
5242
5249
  Ip: string
5243
5250
 
@@ -5262,7 +5269,7 @@ export interface ModifyCCLevelPolicyRequest {
5262
5269
  */
5263
5270
  export interface DescribeCcGeoIPBlockConfigListRequest {
5264
5271
  /**
5265
- * 大禹子产品代号(bgpip-multip:表示高防包;bgpip:表示高防ip
5272
+ * 大禹子产品代号(bgpip-multip:表示高防包;bgpip:表示高防IP
5266
5273
  */
5267
5274
  Business: string
5268
5275
 
@@ -5277,22 +5284,22 @@ export interface DescribeCcGeoIPBlockConfigListRequest {
5277
5284
  Limit: number
5278
5285
 
5279
5286
  /**
5280
- * 指定特定实例Id
5287
+ * 指定特定实例ID
5281
5288
  */
5282
5289
  InstanceId?: string
5283
5290
 
5284
5291
  /**
5285
- * Ip地址,普通高防ip要传该字段
5292
+ * IP地址,普通高防IP要传该字段
5286
5293
  */
5287
5294
  Ip?: string
5288
5295
 
5289
5296
  /**
5290
- * 域名,普通高防ip要传该字段
5297
+ * 域名,普通高防IP要传该字段
5291
5298
  */
5292
5299
  Domain?: string
5293
5300
 
5294
5301
  /**
5295
- * 协议,普通高防ip要传该字段
5302
+ * 协议,普通高防IP要传该字段
5296
5303
  */
5297
5304
  Protocol?: string
5298
5305
  }
@@ -2330,7 +2330,7 @@ export interface BindEipsToNatGatewayResponse {
2330
2330
  /**
2331
2331
  * 任务ID
2332
2332
  */
2333
- TaskId?: number
2333
+ TaskId: number
2334
2334
 
2335
2335
  /**
2336
2336
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2794,7 +2794,7 @@ export interface UnbindEipsFromNatGatewayResponse {
2794
2794
  /**
2795
2795
  * 任务ID
2796
2796
  */
2797
- TaskId?: number
2797
+ TaskId: number
2798
2798
 
2799
2799
  /**
2800
2800
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -148,7 +148,7 @@ export class Client extends AbstractClient {
148
148
  }
149
149
 
150
150
  /**
151
- * 核查验证码小程序插件票据结果
151
+ * 核查验证码票据结果(小程序插件)
152
152
  */
153
153
  async DescribeCaptchaMiniResult(
154
154
  req: DescribeCaptchaMiniResultRequest,
@@ -188,7 +188,7 @@ export class Client extends AbstractClient {
188
188
  }
189
189
 
190
190
  /**
191
- * 核查验证码票据结果
191
+ * 核查验证码票据结果(Web|APP)
192
192
  */
193
193
  async DescribeCaptchaResult(
194
194
  req: DescribeCaptchaResultRequest,
@@ -783,12 +783,12 @@ export interface DescribeCaptchaResultRequest {
783
783
  Randstr: string
784
784
 
785
785
  /**
786
- * 验证码应用ID
786
+ * 验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。
787
787
  */
788
788
  CaptchaAppId: number
789
789
 
790
790
  /**
791
- * 用于服务器端校验验证码票据的验证密钥,请妥善保密,请勿泄露给第三方
791
+ * 验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。
792
792
  */
793
793
  AppSecretKey: string
794
794
 
@@ -1088,12 +1088,12 @@ export interface DescribeCaptchaMiniResultRequest {
1088
1088
  UserIp: string
1089
1089
 
1090
1090
  /**
1091
- * 验证码应用APPID
1091
+ * 验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。
1092
1092
  */
1093
1093
  CaptchaAppId: number
1094
1094
 
1095
1095
  /**
1096
- * 用于服务器端校验验证码票据的验证密钥,请妥善保密,请勿泄露给第三方
1096
+ * 验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。
1097
1097
  */
1098
1098
  AppSecretKey: string
1099
1099
 
@@ -652,7 +652,7 @@ export interface DescribeDBInstancesRequest {
652
652
  SubnetIds?: Array<number>
653
653
 
654
654
  /**
655
- * 是否锁定标记。
655
+ * 是否锁定标记,可选值:0 - 不锁定,1 - 锁定,默认为0。
656
656
  */
657
657
  CdbErrors?: Array<number>
658
658
 
@@ -720,6 +720,21 @@ export interface DescribeDBInstancesRequest {
720
720
  * 金融围拢 ID 。
721
721
  */
722
722
  CageIds?: Array<string>
723
+
724
+ /**
725
+ * 标签值
726
+ */
727
+ TagValues?: Array<string>
728
+
729
+ /**
730
+ * 私有网络字符型vpcId
731
+ */
732
+ UniqueVpcIds?: Array<string>
733
+
734
+ /**
735
+ * 私有网络字符型subnetId
736
+ */
737
+ UniqSubnetIds?: Array<string>
723
738
  }
724
739
 
725
740
  /**
@@ -874,7 +874,7 @@ export class Client extends AbstractClient {
874
874
  }
875
875
 
876
876
  /**
877
- * DescribeTrafficPackages 用于查询中国境内 CDN 流量包详情。
877
+ * DescribeTrafficPackages 用于查询 CDN 流量包详情。
878
878
  */
879
879
  async DescribeTrafficPackages(
880
880
  req: DescribeTrafficPackagesRequest,