tencentcloud-sdk-nodejs 4.0.307 → 4.0.310

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 (82) hide show
  1. package/CHANGELOG.md +454 -0
  2. package/SERVICE_CHANGELOG.md +416 -98
  3. package/package.json +1 -1
  4. package/products.md +30 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +32 -4
  8. package/src/services/asr/v20190614/asr_models.ts +11 -6
  9. package/src/services/captcha/v20190722/captcha_models.ts +21 -6
  10. package/src/services/cdb/v20170320/cdb_models.ts +6 -6
  11. package/src/services/cdn/v20180606/cdn_models.ts +8 -0
  12. package/src/services/cfw/v20190904/cfw_client.ts +13 -0
  13. package/src/services/cfw/v20190904/cfw_models.ts +50 -0
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
  15. package/src/services/cls/v20201016/cls_models.ts +4 -4
  16. package/src/services/cpdp/v20190820/cpdp_models.ts +2 -2
  17. package/src/services/cvm/v20170312/cvm_models.ts +11 -1
  18. package/src/services/dlc/v20210125/dlc_models.ts +97 -5
  19. package/src/services/ess/v20201111/ess_models.ts +24 -7
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +21 -5
  21. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  22. package/src/services/iecp/v20210914/iecp_client.ts +560 -474
  23. package/src/services/iecp/v20210914/iecp_models.ts +491 -188
  24. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  25. package/src/services/monitor/v20180724/monitor_models.ts +46 -0
  26. package/src/services/mps/v20190612/mps_client.ts +3 -3
  27. package/src/services/mps/v20190612/mps_models.ts +159 -159
  28. package/src/services/nlp/v20190408/nlp_client.ts +14 -0
  29. package/src/services/nlp/v20190408/nlp_models.ts +31 -0
  30. package/src/services/ocr/v20181119/ocr_models.ts +10 -0
  31. package/src/services/redis/v20180412/redis_models.ts +1 -1
  32. package/src/services/scf/v20180416/scf_models.ts +12 -0
  33. package/src/services/ses/v20201002/ses_models.ts +5 -0
  34. package/src/services/smh/v20210712/smh_models.ts +35 -0
  35. package/src/services/tiia/v20190529/tiia_models.ts +7 -5
  36. package/src/services/tke/v20180525/tke_models.ts +27 -21
  37. package/src/services/vpc/v20170312/vpc_client.ts +108 -15
  38. package/src/services/vpc/v20170312/vpc_models.ts +119 -29
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
  42. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
  43. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +28 -4
  44. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -6
  45. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +18 -6
  46. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
  47. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -0
  48. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  49. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  50. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +43 -0
  51. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
  52. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -4
  53. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +2 -2
  54. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -1
  55. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +81 -5
  56. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -6
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -5
  58. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
  59. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +183 -155
  60. package/tencentcloud/services/iecp/v20210914/iecp_client.js +273 -231
  61. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +416 -157
  62. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +38 -0
  63. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +3 -3
  64. package/tencentcloud/services/mps/v20190612/mps_client.js +3 -3
  65. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +159 -159
  66. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +7 -1
  67. package/tencentcloud/services/nlp/v20190408/nlp_client.js +8 -0
  68. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +27 -0
  69. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
  70. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  71. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -0
  72. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
  73. package/tencentcloud/services/smh/v20210712/smh_models.d.ts +28 -0
  74. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +7 -5
  75. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +26 -21
  76. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +51 -6
  77. package/tencentcloud/services/vpc/v20170312/vpc_client.js +64 -7
  78. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +103 -25
  79. package/test/cfw.v20190904.test.js +10 -0
  80. package/test/iecp.v20210914.test.js +226 -156
  81. package/test/nlp.v20190408.test.js +10 -0
  82. package/test/vpc.v20170312.test.js +64 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.307",
3
+ "version": "4.0.310",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -11,10 +11,10 @@
11
11
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-02-21 08:01:03 |
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
- | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-03 08:00:40 |
14
+ | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-17 08:01:42 |
15
15
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
16
16
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-11 08:03:26 |
17
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-08 08:06:26 |
17
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-18 08:06:40 |
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
20
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-02-21 08:01:33 |
@@ -28,31 +28,31 @@
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
30
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-03-01 08:01:53 |
31
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-02-21 08:02:12 |
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-15 08:05:08 |
37
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-03-08 08:07:56 |
36
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-18 08:07:44 |
37
+ | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-03-16 08:05:21 |
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
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-02-21 08:03:03 |
40
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-03-16 08:05:40 |
41
41
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-02-21 08:03:12 |
42
42
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-02-18 16:00:08 |
43
43
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
44
44
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
45
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-03-10 08:06:28 |
45
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-03-17 08:03:56 |
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-15 08:06:28 |
49
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-18 08:09:03 |
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-15 08:06:54 |
53
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-16 08:06:39 |
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-15 08:07:22 |
55
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-18 08:09:43 |
56
56
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-02-21 08:04:51 |
57
57
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
58
58
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-02-21 08:05:19 |
@@ -60,7 +60,7 @@
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
62
  | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-10 08:08:37 |
63
- | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-01 08:05:44 |
63
+ | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-18 08:10:58 |
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 |
66
66
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-02-21 08:06:06 |
@@ -71,18 +71,18 @@
71
71
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-02-21 08:06:19 |
72
72
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-02-21 08:06:21 |
73
73
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-02-21 08:06:24 |
74
- | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-02-24 08:07:37 |
74
+ | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-03-18 08:11:46 |
75
75
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-02-21 08:06:46 |
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-09 08:11:10 |
78
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-03-09 17:36:06 |
79
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-02-21 08:06:54 |
78
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-03-18 08:12:01 |
79
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-03-16 08:09:18 |
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
- | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-02-21 08:07:03 |
82
+ | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-03-17 08:07:29 |
83
83
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-02-21 08:07:05 |
84
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-02-21 08:07:07 |
85
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-03-02 08:10:49 |
84
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-03-18 08:12:16 |
85
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-03-17 08:07:46 |
86
86
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-02-21 08:07:21 |
87
87
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-02-21 08:07:24 |
88
88
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-02-21 08:07:25 |
@@ -91,7 +91,7 @@
91
91
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-02-21 08:07: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-15 08:10:42 |
94
+ | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-03-17 08:08:16 |
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 |
@@ -112,29 +112,29 @@
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-09 08:14:02 |
116
- | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-02-21 08:09:56 |
115
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-18 08:14:49 |
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 |
119
119
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-02-21 08:10:10 |
120
120
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
121
- | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-03-15 08:13:08 |
121
+ | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-03-18 08:15:22 |
122
122
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
123
123
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-03-03 08:09:36 |
124
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-03-11 08:11:56 |
124
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-03-18 08:15:31 |
125
125
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-03-08 08:16:27 |
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
129
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-02-21 08:10:41 |
130
130
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-02-21 08:10:44 |
131
- | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-02-21 08:10:46 |
131
+ | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-03-17 08:11:19 |
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-15 08:13:58 |
135
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-07 08:11:53 |
136
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-15 08:14:13 |
137
- | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-02-21 08:11:14 |
135
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-16 08:13:22 |
136
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-16 08:13:30 |
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 |
140
140
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-02-21 08:11:20 |
@@ -161,7 +161,7 @@
161
161
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-08 08:18:39 |
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
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-03-03 08:12:23 |
164
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-03-16 08:15:15 |
165
165
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-03-09 08:17:24 |
166
166
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-02-21 08:13:08 |
167
167
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
@@ -169,10 +169,10 @@
169
169
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
170
170
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-02-21 08:13:11 |
171
171
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-02-21 08:13:12 |
172
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-02-21 08:13:16 |
172
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-03-16 08:15:31 |
173
173
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-02-21 08:13:19 |
174
174
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-02-21 08:13:23 |
175
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-03-10 08:16:16 |
175
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-03-18 08:18:31 |
176
176
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
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 |
@@ -185,7 +185,7 @@
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
187
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-03-10 08:17:15 |
188
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-15 08:18:08 |
188
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-17 08:15:03 |
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.307"
1
+ export const sdkVersion = "4.0.310"
@@ -582,7 +582,7 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
582
582
 
583
583
  /**
584
584
  * 本接口(DescribeApiKeysStatus)用于查询密钥列表。
585
- 当用户创建了多个密钥对时,可使用本接口查询一个或多个 API 密钥信息,本接口不会显示密钥 Key。
585
+ 当用户创建了多个密钥对时,可使用本接口查询一个或多个 API 密钥信息。
586
586
  */
587
587
  async DescribeApiKeysStatus(
588
588
  req: DescribeApiKeysStatusRequest,
@@ -1485,7 +1485,7 @@ export interface DescribeServiceForApiAppResponse {
1485
1485
  */
1486
1486
  export interface ServiceConfig {
1487
1487
  /**
1488
- * 后端类型。启用vpc时生效,目前支持的类型为clb和vpc通道
1488
+ * 后端类型。启用vpc时生效,目前支持的类型为clb, cvmupstream
1489
1489
  */
1490
1490
  Product?: string
1491
1491
 
@@ -4619,6 +4619,16 @@ DELETE: DeleteObject。
4619
4619
  注意:此字段可能返回 null,表示取不到有效值。
4620
4620
  */
4621
4621
  Authorization?: boolean
4622
+
4623
+ /**
4624
+ * API后端COS的路径匹配模式,可选值:
4625
+ BackEndPath : 后端路径匹配
4626
+ FullPath : 全路径匹配
4627
+
4628
+ 默认值为:BackEndPath
4629
+ 注意:此字段可能返回 null,表示取不到有效值。
4630
+ */
4631
+ PathMatchMode?: string
4622
4632
  }
4623
4633
 
4624
4634
  /**
@@ -4882,13 +4892,13 @@ export interface CreateApiRsp {
4882
4892
  ApiId: string
4883
4893
 
4884
4894
  /**
4885
- * path
4895
+ * 路径
4886
4896
  注意:此字段可能返回 null,表示取不到有效值。
4887
4897
  */
4888
4898
  Path: string
4889
4899
 
4890
4900
  /**
4891
- * method
4901
+ * 请求方法
4892
4902
  注意:此字段可能返回 null,表示取不到有效值。
4893
4903
  */
4894
4904
  Method: string
@@ -4898,6 +4908,24 @@ export interface CreateApiRsp {
4898
4908
  注意:此字段可能返回 null,表示取不到有效值。
4899
4909
  */
4900
4910
  CreatedTime: string
4911
+
4912
+ /**
4913
+ * 导入状态
4914
+ 注意:此字段可能返回 null,表示取不到有效值。
4915
+ */
4916
+ Status: string
4917
+
4918
+ /**
4919
+ * 异常信息
4920
+ 注意:此字段可能返回 null,表示取不到有效值。
4921
+ */
4922
+ ErrMsg: string
4923
+
4924
+ /**
4925
+ * api name
4926
+ 注意:此字段可能返回 null,表示取不到有效值。
4927
+ */
4928
+ ApiName: string
4901
4929
  }
4902
4930
 
4903
4931
  /**
@@ -7055,7 +7083,7 @@ export interface DescribeApiKeysStatusResponse {
7055
7083
  * 密钥列表。
7056
7084
  注意:此字段可能返回 null,表示取不到有效值。
7057
7085
  */
7058
- Result?: ApiKeysStatus
7086
+ Result: ApiKeysStatus
7059
7087
 
7060
7088
  /**
7061
7089
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -516,9 +516,9 @@ export interface CreateRecTaskRequest {
516
516
  DataLen?: number
517
517
 
518
518
  /**
519
- * 热词id。用于调用对应的热词表,如果在调用语音识别服务时,不进行单独的热词id设置,自动生效默认热词;如果进行了单独的热词id设置,那么将生效单独设置的热词id
519
+ * 是否进行阿拉伯数字智能转换(目前支持中文普通话引擎)。0:不转换,直接输出中文数字,1:根据场景智能转换为阿拉伯数字,3: 打开数学相关数字转换。默认值为 1
520
520
  */
521
- HotwordId?: string
521
+ ConvertNumMode?: number
522
522
 
523
523
  /**
524
524
  * 是否过滤脏词(目前支持中文普通话引擎)。0:不过滤脏词;1:过滤脏词;2:将脏词替换为 * 。默认值为 0。
@@ -526,14 +526,14 @@ export interface CreateRecTaskRequest {
526
526
  FilterDirty?: number
527
527
 
528
528
  /**
529
- * 是否过滤语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0。
529
+ * 热词表id。如不设置该参数,自动生效默认热词表;如果设置了该参数,那么将生效对应的热词表。
530
530
  */
531
- FilterModal?: number
531
+ HotwordId?: string
532
532
 
533
533
  /**
534
- * 是否进行阿拉伯数字智能转换(目前支持中文普通话引擎)。0:不转换,直接输出中文数字,1:根据场景智能转换为阿拉伯数字,3: 打开数学相关数字转换。默认值为 1。
534
+ * 自学习模型 id。如不设置该参数,自动生效最后一次上线的自学习模型;如果设置了该参数,那么将生效对应的自学习模型。
535
535
  */
536
- ConvertNumMode?: number
536
+ CustomizationId?: string
537
537
 
538
538
  /**
539
539
  * 附加参数(该参数无意义,忽略即可)
@@ -544,6 +544,11 @@ export interface CreateRecTaskRequest {
544
544
  * 是否过滤标点符号(目前支持中文普通话引擎)。 0:不过滤,1:过滤句末标点,2:过滤所有标点。默认值为 0。
545
545
  */
546
546
  FilterPunc?: number
547
+
548
+ /**
549
+ * 是否过滤语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0。
550
+ */
551
+ FilterModal?: number
547
552
  }
548
553
 
549
554
  /**
@@ -22,19 +22,19 @@ export interface DescribeCaptchaOperDataResponse {
22
22
  /**
23
23
  * 成功返回 0 其它失败
24
24
  */
25
- CaptchaCode?: number
25
+ CaptchaCode: number
26
26
 
27
27
  /**
28
28
  * 返回信息
29
29
  注意:此字段可能返回 null,表示取不到有效值。
30
30
  */
31
- CaptchaMsg?: string
31
+ CaptchaMsg: string
32
32
 
33
33
  /**
34
34
  * 用户操作数据
35
35
  注意:此字段可能返回 null,表示取不到有效值。
36
36
  */
37
- Data?: CaptchaOperDataRes
37
+ Data: CaptchaOperDataRes
38
38
 
39
39
  /**
40
40
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -89,19 +89,19 @@ export interface DescribeCaptchaMiniOperDataResponse {
89
89
  /**
90
90
  * 成功返回 0 其它失败
91
91
  */
92
- CaptchaCode?: number
92
+ CaptchaCode: number
93
93
 
94
94
  /**
95
95
  * 返回信息
96
96
  注意:此字段可能返回 null,表示取不到有效值。
97
97
  */
98
- CaptchaMsg?: string
98
+ CaptchaMsg: string
99
99
 
100
100
  /**
101
101
  * 用户操作数据
102
102
  注意:此字段可能返回 null,表示取不到有效值。
103
103
  */
104
- Data?: CaptchaOperDataRes
104
+ Data: CaptchaOperDataRes
105
105
 
106
106
  /**
107
107
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -556,6 +556,11 @@ export interface DescribeCaptchaTicketDataRequest {
556
556
  * 查询开始时间 例如:20200909
557
557
  */
558
558
  Start: number
559
+
560
+ /**
561
+ * 查询结束时间 例如:20220314
562
+ */
563
+ End?: number
559
564
  }
560
565
 
561
566
  /**
@@ -616,6 +621,11 @@ export interface DescribeCaptchaOperDataRequest {
616
621
  * 查询类型
617
622
  */
618
623
  Type: number
624
+
625
+ /**
626
+ * 查询结束时间
627
+ */
628
+ End?: number
619
629
  }
620
630
 
621
631
  /**
@@ -902,6 +912,11 @@ export interface DescribeCaptchaMiniOperDataRequest {
902
912
  * 查询类型
903
913
  */
904
914
  Type: number
915
+
916
+ /**
917
+ * 查询结束时间
918
+ */
919
+ End?: number
905
920
  }
906
921
 
907
922
  /**
@@ -557,7 +557,7 @@ export interface CreateParamTemplateRequest {
557
557
  ParamList?: Array<Parameter>
558
558
 
559
559
  /**
560
- * 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模版,"HIGH_PERFORMANCE" - 高性能模版。
560
+ * 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
561
561
  */
562
562
  TemplateType?: string
563
563
  }
@@ -1008,7 +1008,7 @@ export interface DescribeAuditRulesRequest {
1008
1008
  Limit?: number
1009
1009
 
1010
1010
  /**
1011
- * 分页偏移量。
1011
+ * 分页偏移量。默认值为0。
1012
1012
  */
1013
1013
  Offset?: number
1014
1014
  }
@@ -1804,7 +1804,7 @@ export interface DescribeParamTemplateInfoResponse {
1804
1804
  Description: string
1805
1805
 
1806
1806
  /**
1807
- * 参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模版,"HIGH_PERFORMANCE" - 高性能模版。
1807
+ * 参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
1808
1808
  */
1809
1809
  TemplateType: string
1810
1810
 
@@ -2232,7 +2232,7 @@ export interface ApplyCDBProxyRequest {
2232
2232
  SecurityGroup?: Array<string>
2233
2233
 
2234
2234
  /**
2235
- * 描述说明
2235
+ * 描述说明,最大支持256位。
2236
2236
  */
2237
2237
  Desc?: string
2238
2238
  }
@@ -6444,7 +6444,7 @@ export interface ModifyAccountPrivilegesRequest {
6444
6444
  ColumnPrivileges?: Array<ColumnPrivilege>
6445
6445
 
6446
6446
  /**
6447
- * 该参数不为空时,为批量修改权限。可选值为:grantrevoke
6447
+ * 该参数不为空时,为批量修改权限。可选值为:grant - 授予权限,revoke - 回收权限。
6448
6448
  */
6449
6449
  ModifyAction?: string
6450
6450
  }
@@ -7767,7 +7767,7 @@ export interface CloseCDBProxyRequest {
7767
7767
  ProxyGroupId: string
7768
7768
 
7769
7769
  /**
7770
- * 是否只关闭读写分离,取值:"true" | "false"
7770
+ * 是否只关闭读写分离,取值:"true" | "false",默认为"false"
7771
7771
  */
7772
7772
  OnlyCloseRW?: boolean
7773
7773
  }
@@ -2139,13 +2139,21 @@ export interface Origin {
2139
2139
  * 主源站类型
2140
2140
  入参支持以下几种类型:
2141
2141
  domain:域名类型
2142
+ domainv6:域名解析V6类型
2142
2143
  cos:对象存储源站
2143
2144
  ip:IP 列表作为源站
2144
2145
  ipv6:源站列表为一个单独的 IPv6 地址
2145
2146
  ip_ipv6:源站列表为多个 IPv4 地址和IPv6 地址
2146
2147
  ip_domain: 支持IP和域名形式源站混填(白名单功能)
2148
+ ip_domainv6:源站列表为多个 IPv4 地址以及域名解析v6地址
2147
2149
  ipv6_domain: 源站列表为多个 IPv6 地址以及域名
2150
+ ipv6_domainv6:源站列表为多个 IPv6 地址以及域名解析v6地址
2151
+ domain_domainv6:源站列表为多个域名解析v4 地址以及域名解析v6地址
2148
2152
  ip_ipv6_domain:源站列表为多个 IPv4 地址IPv6 地址以及域名
2153
+ ip_ipv6_domainv6:源站列表为多个 IPv4 地址IPv6 地址以及域名解析v6地址
2154
+ ip_domain_domainv6:源站列表为多个 IPv4 地址域名解析v4 地址以及域名解析v6地址
2155
+ ipv6_domain_domainv6:源站列表为多个 域名解析v4 地址IPv6 地址以及域名解析v6地址
2156
+ ip_ipv6_domain_domainv6:源站列表为多个 IPv4 地址IPv6 地址 域名解析v4 地址以及域名解析v6地址
2149
2157
  出参增加以下几种类型:
2150
2158
  image:数据万象源站
2151
2159
  ftp:历史 FTP 托管源源站,现已不维护
@@ -29,6 +29,7 @@ import {
29
29
  ModifyAcRuleResponse,
30
30
  DescribeTableStatusResponse,
31
31
  AddAcRuleRequest,
32
+ IPDefendStatus,
32
33
  SecurityGroupRule,
33
34
  ModifyNatFwVpcDnsSwitchRequest,
34
35
  SecurityGroupApiRuleData,
@@ -127,6 +128,7 @@ import {
127
128
  DeleteAcRuleResponse,
128
129
  IocListData,
129
130
  InstanceInfo,
131
+ DescribeIPStatusListRequest,
130
132
  ModifyNatFwSwitchResponse,
131
133
  RunSyncAssetResponse,
132
134
  DescribeBlockByIpTimesListResponse,
@@ -139,6 +141,7 @@ import {
139
141
  DeleteAcRuleRequest,
140
142
  DeleteAllAccessControlRuleResponse,
141
143
  ModifyNatFwSwitchRequest,
144
+ DescribeIPStatusListResponse,
142
145
  DescribeNatRuleOverviewRequest,
143
146
  CreateDatabaseWhiteListRulesRequest,
144
147
  DescribeResourceGroupRequest,
@@ -514,6 +517,16 @@ export class Client extends AbstractClient {
514
517
  return this.request("DescribeRuleOverview", req, cb)
515
518
  }
516
519
 
520
+ /**
521
+ * ip防护状态查询
522
+ */
523
+ async DescribeIPStatusList(
524
+ req: DescribeIPStatusListRequest,
525
+ cb?: (error: string, rep: DescribeIPStatusListResponse) => void
526
+ ): Promise<DescribeIPStatusListResponse> {
527
+ return this.request("DescribeIPStatusList", req, cb)
528
+ }
529
+
517
530
  /**
518
531
  * DescribeTLogInfo告警中心概况
519
532
 
@@ -353,6 +353,21 @@ true为启用,false为不启用
353
353
  Enable?: string
354
354
  }
355
355
 
356
+ /**
357
+ * ip防护状态
358
+ */
359
+ export interface IPDefendStatus {
360
+ /**
361
+ * ip地址
362
+ */
363
+ IP: string
364
+
365
+ /**
366
+ * 防护状态 1:防护打开; -1:地址错误; 其他:未防护
367
+ */
368
+ Status: number
369
+ }
370
+
356
371
  /**
357
372
  * 安全组规则
358
373
  */
@@ -2933,6 +2948,16 @@ export interface InstanceInfo {
2933
2948
  ResourcePath: Array<string>
2934
2949
  }
2935
2950
 
2951
+ /**
2952
+ * DescribeIPStatusList请求参数结构体
2953
+ */
2954
+ export interface DescribeIPStatusListRequest {
2955
+ /**
2956
+ * 资产Id
2957
+ */
2958
+ IPList: Array<string>
2959
+ }
2960
+
2936
2961
  /**
2937
2962
  * ModifyNatFwSwitch返回参数结构体
2938
2963
  */
@@ -3199,6 +3224,31 @@ export interface ModifyNatFwSwitchRequest {
3199
3224
  RouteTableIdList?: Array<string>
3200
3225
  }
3201
3226
 
3227
+ /**
3228
+ * DescribeIPStatusList返回参数结构体
3229
+ */
3230
+ export interface DescribeIPStatusListResponse {
3231
+ /**
3232
+ * ip状态信息
3233
+ */
3234
+ StatusList: Array<IPDefendStatus>
3235
+
3236
+ /**
3237
+ * 状态码
3238
+ */
3239
+ ReturnCode: number
3240
+
3241
+ /**
3242
+ * 状态信息
3243
+ */
3244
+ ReturnMsg: string
3245
+
3246
+ /**
3247
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3248
+ */
3249
+ RequestId?: string
3250
+ }
3251
+
3202
3252
  /**
3203
3253
  * DescribeNatRuleOverview请求参数结构体
3204
3254
  */
@@ -3759,6 +3759,16 @@ export interface CreateInstancePreRequest {
3759
3759
  * 磁盘类型(ssd填写CLOUD_SSD,sata填写CLOUD_BASIC)
3760
3760
  */
3761
3761
  DiskType?: string
3762
+
3763
+ /**
3764
+ * 跨可用区,zoneIds必填
3765
+ */
3766
+ MultiZoneFlag?: boolean
3767
+
3768
+ /**
3769
+ * 可用区列表
3770
+ */
3771
+ ZoneIds?: Array<number>
3762
3772
  }
3763
3773
 
3764
3774
  /**
@@ -1005,7 +1005,7 @@ export interface TopicInfo {
1005
1005
  StorageType: string
1006
1006
 
1007
1007
  /**
1008
- * 生命周期,单位为天
1008
+ * 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
1009
1009
  注意:此字段可能返回 null,表示取不到有效值。
1010
1010
  */
1011
1011
  Period: number
@@ -1933,12 +1933,12 @@ export interface CreateTopicRequest {
1933
1933
  MaxSplitPartitions?: number
1934
1934
 
1935
1935
  /**
1936
- * 日志主题的存储类型,可选值 hot(实时存储),cold(离线存储);默认为hot。若传入cold,请先联系客服进行开白。
1936
+ * 日志主题的存储类型,可选值 hot(实时存储),cold(低频存储);默认为hot
1937
1937
  */
1938
1938
  StorageType?: string
1939
1939
 
1940
1940
  /**
1941
- * 生命周期,单位天;可取值范围1~366。默认30天
1941
+ * 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
1942
1942
  */
1943
1943
  Period?: number
1944
1944
  }
@@ -2433,7 +2433,7 @@ export interface JsonInfo {
2433
2433
  EnableTag: boolean
2434
2434
 
2435
2435
  /**
2436
- * 元数据信息列表
2436
+ * 元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__。
2437
2437
  注意:此字段可能返回 null,表示取不到有效值。
2438
2438
  */
2439
2439
  MetaFields: Array<string>
@@ -462,12 +462,12 @@ export interface QueryOpenBankPaymentOrderRequest {
462
462
  ChannelMerchantId: string
463
463
 
464
464
  /**
465
- * 外部商户订单号。与ChannelOrderId不能同时为空字符串。
465
+ * 外部商户订单号。与ChannelOrderId二者选一。
466
466
  */
467
467
  OutOrderId: string
468
468
 
469
469
  /**
470
- * 云平台订单号。与OutOrderId不能同时为空字符串。
470
+ * 云平台订单号。与OutOrderId二者选一。
471
471
  */
472
472
  ChannelOrderId: string
473
473