tencentcloud-sdk-nodejs 4.0.500 → 4.0.502

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 (89) hide show
  1. package/CHANGELOG.md +395 -0
  2. package/SERVICE_CHANGELOG.md +575 -5
  3. package/package.json +1 -1
  4. package/products.md +28 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +22 -1
  7. package/src/services/cat/v20180409/cat_models.ts +24 -4
  8. package/src/services/cbs/v20170312/cbs_client.ts +0 -1
  9. package/src/services/cbs/v20170312/cbs_models.ts +2 -2
  10. package/src/services/clb/v20180317/clb_client.ts +1 -0
  11. package/src/services/clb/v20180317/clb_models.ts +43 -0
  12. package/src/services/cloudhsm/v20191112/cloudhsm_models.ts +2 -2
  13. package/src/services/cpdp/v20190820/cpdp_models.ts +6 -4
  14. package/src/services/cwp/v20180228/cwp_client.ts +1 -0
  15. package/src/services/cwp/v20180228/cwp_models.ts +46 -1
  16. package/src/services/dts/v20211206/dts_client.ts +24 -0
  17. package/src/services/dts/v20211206/dts_models.ts +50 -0
  18. package/src/services/emr/v20190103/emr_client.ts +48 -11
  19. package/src/services/emr/v20190103/emr_models.ts +816 -40
  20. package/src/services/es/v20180416/es_models.ts +6 -0
  21. package/src/services/ess/v20201111/ess_models.ts +12 -0
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +24 -6
  23. package/src/services/kms/v20190118/kms_models.ts +5 -0
  24. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  25. package/src/services/lighthouse/v20200324/lighthouse_models.ts +18 -6
  26. package/src/services/live/v20180801/live_client.ts +1 -1
  27. package/src/services/live/v20180801/live_models.ts +16 -0
  28. package/src/services/monitor/v20180724/monitor_models.ts +35 -35
  29. package/src/services/ocr/v20181119/ocr_client.ts +4 -2
  30. package/src/services/ocr/v20181119/ocr_models.ts +10 -0
  31. package/src/services/redis/v20180412/redis_models.ts +6 -6
  32. package/src/services/tcr/v20190924/tcr_models.ts +1 -1
  33. package/src/services/teo/v20220901/teo_models.ts +1 -2
  34. package/src/services/tiia/v20190529/tiia_client.ts +57 -15
  35. package/src/services/tiia/v20190529/tiia_models.ts +16 -10
  36. package/src/services/tiw/v20190919/tiw_models.ts +10 -0
  37. package/src/services/tke/v20180525/tke_client.ts +5 -17
  38. package/src/services/tke/v20180525/tke_models.ts +82 -96
  39. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  40. package/src/services/vpc/v20170312/vpc_client.ts +21 -7
  41. package/src/services/vpc/v20170312/vpc_models.ts +26 -1
  42. package/tencentcloud/common/sdk_version.d.ts +1 -1
  43. package/tencentcloud/common/sdk_version.js +1 -1
  44. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +18 -1
  45. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +21 -1
  46. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +0 -1
  47. package/tencentcloud/services/cbs/v20170312/cbs_client.js +0 -1
  48. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +2 -2
  49. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +36 -0
  50. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_models.d.ts +2 -2
  51. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +5 -3
  52. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +38 -1
  53. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +9 -1
  54. package/tencentcloud/services/dts/v20211206/dts_client.js +12 -0
  55. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +44 -0
  56. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +12 -4
  57. package/tencentcloud/services/emr/v20190103/emr_client.js +16 -4
  58. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +715 -38
  59. package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
  60. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -0
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +21 -6
  62. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +4 -0
  63. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  64. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +16 -6
  65. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  66. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  67. package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -0
  68. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +35 -35
  69. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
  70. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
  71. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +9 -0
  72. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +6 -6
  73. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +1 -1
  74. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -2
  75. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +48 -6
  76. package/tencentcloud/services/tiia/v20190529/tiia_client.js +48 -6
  77. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +15 -9
  78. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +9 -0
  79. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -5
  80. package/tencentcloud/services/tke/v20180525/tke_client.js +0 -6
  81. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +72 -85
  82. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  83. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +9 -3
  84. package/tencentcloud/services/vpc/v20170312/vpc_client.js +11 -3
  85. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +23 -1
  86. package/test/dts.v20211206.test.js +20 -0
  87. package/test/emr.v20190103.test.js +22 -2
  88. package/test/tke.v20180525.test.js +0 -10
  89. package/test/vpc.v20170312.test.js +12 -2
package/products.md CHANGED
@@ -8,7 +8,7 @@
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-11-14 06:09:18 |
9
9
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
10
10
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-11-16 06:07:01 |
11
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-12-08 10:18:06 |
11
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-12-12 01:06:27 |
12
12
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
13
13
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
14
14
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
@@ -36,12 +36,12 @@
36
36
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-11-22 06:12:35 |
37
37
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-11-18 06:12:01 |
38
38
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-10-31 06:12:52 |
39
- | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-11-09 06:14:16 |
40
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-10-27 06:14:10 |
39
+ | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
40
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-12-14 01:12:01 |
41
41
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-12-08 01:17:22 |
42
42
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-12-09 01:15:21 |
43
43
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
44
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2022-11-29 06:20:53 |
44
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2022-12-14 01:13:32 |
45
45
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
46
46
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-12-07 06:23:42 |
47
47
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-09-26 06:16:02 |
@@ -53,18 +53,18 @@
53
53
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
54
54
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
55
55
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2022-12-02 06:19:08 |
56
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-12-09 01:20:31 |
56
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-12-14 01:16:36 |
57
57
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-11-24 06:19:10 |
58
- | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-11-02 06:13:26 |
58
+ | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
59
59
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
60
60
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-12-06 06:27:51 |
61
61
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-12-05 06:32:09 |
62
62
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
63
63
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
64
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-08 01:21:58 |
64
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-12 01:17:00 |
65
65
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
66
66
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-07 06:29:50 |
67
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-11-17 06:19:07 |
67
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-12-13 10:22:29 |
68
68
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
69
69
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-12-08 01:24:51 |
70
70
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
@@ -80,17 +80,17 @@
80
80
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
81
81
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2022-10-31 06:27:09 |
82
82
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
83
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-12-07 06:36:23 |
83
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-12-13 10:27:45 |
84
84
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
85
85
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
86
86
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
87
87
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-09-09 06:24:10 |
88
88
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
89
89
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
90
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-12-08 01:29:13 |
91
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-09 01:34:26 |
92
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-09 15:06:24 |
93
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-12-09 15:06:08 |
90
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-12-13 10:29:37 |
91
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-12 01:25:49 |
92
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-14 01:27:17 |
93
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-12-14 01:27:32 |
94
94
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
95
95
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-12-07 06:39:49 |
96
96
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
@@ -111,16 +111,16 @@
111
111
  | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2022-09-29 06:34:25 |
112
112
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
113
113
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
114
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-09 01:39:48 |
114
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-12 01:29:57 |
115
115
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
116
116
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-12-05 06:57:57 |
117
117
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
118
118
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-19 06:27:03 |
119
119
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
120
- | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-11-01 06:32:51 |
121
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-11-30 06:43:58 |
122
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-12-05 07:01:06 |
123
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2022-11-18 06:36:08 |
120
+ | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
121
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-12-13 10:37:33 |
122
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-12-14 01:33:53 |
123
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2022-12-14 01:34:24 |
124
124
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
125
125
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
126
126
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-11-23 06:38:36 |
@@ -130,7 +130,7 @@
130
130
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
131
131
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
132
132
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-11-28 06:50:22 |
133
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-12-09 01:46:06 |
133
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-12-14 01:36:14 |
134
134
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2022-11-23 06:41:18 |
135
135
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
136
136
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-12-09 15:05:58 |
@@ -139,7 +139,7 @@
139
139
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-12-09 01:49:39 |
140
140
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
141
141
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-11-24 06:45:29 |
142
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-12-09 01:50:13 |
142
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-12-12 01:39:40 |
143
143
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-12-07 06:54:25 |
144
144
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-11-17 06:38:25 |
145
145
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
@@ -147,7 +147,7 @@
147
147
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
148
148
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-12-08 01:40:36 |
149
149
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
150
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2022-11-28 06:57:10 |
150
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2022-12-14 01:41:22 |
151
151
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
152
152
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
153
153
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -179,30 +179,30 @@
179
179
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
180
180
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
181
181
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-30 06:59:59 |
182
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-12-07 07:02:05 |
182
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-12-14 01:46:15 |
183
183
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-12-09 02:00:06 |
184
184
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
185
185
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-11-17 06:47:13 |
186
186
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-11-25 07:03:54 |
187
187
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
188
188
  | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-09 02:04:15 |
189
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-12-09 02:05:01 |
189
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-12-13 10:53:47 |
190
190
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-11-16 06:42:38 |
191
191
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
192
192
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
193
193
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
194
194
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
195
195
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
196
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-12-08 01:49:24 |
196
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-12-12 01:52:02 |
197
197
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-12-08 01:49:46 |
198
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-12-07 07:09:41 |
199
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-12-08 01:50:31 |
198
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-12-13 10:56:59 |
199
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-12-14 01:52:28 |
200
200
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
201
201
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
202
202
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-12-09 02:09:44 |
203
203
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
204
204
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-12-07 07:14:07 |
205
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-12-09 02:10:18 |
205
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-12-13 10:59:03 |
206
206
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
207
207
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-12-07 07:15:23 |
208
208
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
@@ -211,7 +211,7 @@
211
211
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
212
212
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
213
213
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-12-09 10:06:16 |
214
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-12-05 07:38:38 |
214
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-12-14 01:57:08 |
215
215
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-12-09 02:16:48 |
216
216
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
217
217
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-07 07:21:53 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.500"
1
+ export const sdkVersion = "4.0.502"
@@ -700,6 +700,16 @@ export interface DescribeListBGPInstancesRequest {
700
700
  * 标签搜索
701
701
  */
702
702
  FilterTag?: TagFilter
703
+
704
+ /**
705
+ * 试用资源搜索,1: 应急防护资源;2:PLG试用资源
706
+ */
707
+ FilterTrialFlag?: number
708
+
709
+ /**
710
+ * 重保护航搜索
711
+ */
712
+ FilterConvoy?: number
703
713
  }
704
714
 
705
715
  /**
@@ -1301,7 +1311,7 @@ export interface DescribeListBGPIPInstancesRequest {
1301
1311
  FilterDamDDoSStatus?: number
1302
1312
 
1303
1313
  /**
1304
- * 获取特定状态的资源,运行中填idle,攻击中填attacking,封堵中填blocking
1314
+ * 获取特定状态的资源,运行中填idle,攻击中填attacking,封堵中填blocking,试用资源填trial
1305
1315
  */
1306
1316
  FilterStatus?: string
1307
1317
 
@@ -1324,6 +1334,11 @@ export interface DescribeListBGPIPInstancesRequest {
1324
1334
  * 按照套餐类型进行过滤
1325
1335
  */
1326
1336
  FilterPackType?: Array<string>
1337
+
1338
+ /**
1339
+ * 重保护航搜索
1340
+ */
1341
+ FilterConvoy?: number
1327
1342
  }
1328
1343
 
1329
1344
  /**
@@ -2830,6 +2845,12 @@ export interface BGPIPInstance {
2830
2845
  注意:此字段可能返回 null,表示取不到有效值。
2831
2846
  */
2832
2847
  InstanceVersion: number
2848
+
2849
+ /**
2850
+ * 重保实例
2851
+ 注意:此字段可能返回 null,表示取不到有效值。
2852
+ */
2853
+ ConvoyId: string
2833
2854
  }
2834
2855
 
2835
2856
  /**
@@ -553,8 +553,16 @@ export interface ProbeTask {
553
553
  TaskId: string
554
554
 
555
555
  /**
556
- * 任务类型
557
- */
556
+ * 拨测类型
557
+ <li>1 = 页面浏览</li>
558
+ <li> 2 =文件上传 </li>
559
+ <li> 3 = 文件下载</li>
560
+ <li> 4 = 端口性能 </li>
561
+ <li> 5 = 网络质量 </li>
562
+ <li> 6 =流媒体 </li>
563
+
564
+ 即时拨测只支持页面浏览,网络质量,文件下载
565
+ */
558
566
  TaskType: number
559
567
 
560
568
  /**
@@ -573,8 +581,18 @@ export interface ProbeTask {
573
581
  Parameters: string
574
582
 
575
583
  /**
576
- * 任务状态
577
- */
584
+ * 任务状态
585
+ <li>1 = 创建中</li>
586
+ <li> 2 = 运行中 </li>
587
+ <li> 3 = 运行异常 </li>
588
+ <li> 4 = 暂停中 </li>
589
+ <li> 5 = 暂停异常 </li>
590
+ <li> 6 = 任务暂停 </li>
591
+ <li> 7 = 任务删除中 </li>
592
+ <li> 8 = 任务删除异常 </li>
593
+ <li> 9 = 任务删除</li>
594
+ <li> 10 = 定时任务暂停中 </li>
595
+ */
578
596
  Status: number
579
597
 
580
598
  /**
@@ -616,6 +634,8 @@ export interface ProbeTask {
616
634
 
617
635
  /**
618
636
  * 定时任务启动状态
637
+ <li>1 = 定时任务表达式生效</li>
638
+ <li> 2 = 定时任务表达式未生效(一般为任务手动暂停)</li>
619
639
  注意:此字段可能返回 null,表示取不到有效值。
620
640
  */
621
641
  CronState: number
@@ -490,7 +490,6 @@ export class Client extends AbstractClient {
490
490
 
491
491
  本接口 (ModifyDisksChargeType) 用于切换云盘的计费模式。
492
492
 
493
- 只支持从 POSTPAID_BY_HOUR 计费模式切换为PREPAID计费模式。
494
493
  非弹性云盘不支持此接口,请通过修改实例计费模式接口将实例连同非弹性云盘一起转换。
495
494
  默认接口请求频率限制:10次/秒。
496
495
 
@@ -1400,12 +1400,12 @@ export interface ModifyDisksChargeTypeRequest {
1400
1400
  DiskIds: Array<string>
1401
1401
 
1402
1402
  /**
1403
- * 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。
1403
+ * 设置为预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。
1404
1404
  */
1405
1405
  DiskChargePrepaid?: DiskChargePrepaid
1406
1406
 
1407
1407
  /**
1408
- * 后付费模式
1408
+ * 设置为后付费模式
1409
1409
  */
1410
1410
  DiskChargePostpaid?: boolean
1411
1411
  }
@@ -128,6 +128,7 @@ import {
128
128
  ClassicalListener,
129
129
  DeleteLoadBalancerRequest,
130
130
  CertificateInput,
131
+ ResourceAvailability,
131
132
  DescribeCustomizedConfigAssociateListResponse,
132
133
  SetCustomizedConfigForLoadBalancerRequest,
133
134
  CreateListenerResponse,
@@ -1043,6 +1043,16 @@ export interface ZoneResource {
1043
1043
  * 可用区是否是LocalZone可用区,如:false
1044
1044
  */
1045
1045
  LocalZone: boolean
1046
+
1047
+ /**
1048
+ * 可用区资源的类型,SHARED表示共享资源,EXCLUSIVE表示独占资源。
1049
+ */
1050
+ ZoneResourceType: string
1051
+
1052
+ /**
1053
+ * 可用区是否是EdgeZone可用区,如:false
1054
+ */
1055
+ EdgeZone: boolean
1046
1056
  }
1047
1057
 
1048
1058
  /**
@@ -2988,6 +2998,21 @@ export interface CertificateInput {
2988
2998
  CertCaContent?: string
2989
2999
  }
2990
3000
 
3001
+ /**
3002
+ * 资源可用性
3003
+ */
3004
+ export interface ResourceAvailability {
3005
+ /**
3006
+ * 运营商内具体资源信息,如"CMCC", "CUCC", "CTCC", "BGP"。
3007
+ */
3008
+ Type: string
3009
+
3010
+ /**
3011
+ * 资源可用性,"Available":可用,"Unavailable":不可用
3012
+ */
3013
+ Availability: string
3014
+ }
3015
+
2991
3016
  /**
2992
3017
  * DescribeCustomizedConfigAssociateList返回参数结构体
2993
3018
  */
@@ -3716,6 +3741,12 @@ export interface ClusterResource {
3716
3741
  注意:此字段可能返回 null,表示取不到有效值。
3717
3742
  */
3718
3743
  Isp: string
3744
+
3745
+ /**
3746
+ * 集群所在的可用区
3747
+ 注意:此字段可能返回 null,表示取不到有效值。
3748
+ */
3749
+ ClustersZone: ClustersZone
3719
3750
  }
3720
3751
 
3721
3752
  /**
@@ -3981,6 +4012,12 @@ export interface Cluster {
3981
4012
  注意:此字段可能返回 null,表示取不到有效值。
3982
4013
  */
3983
4014
  ClustersVersion: string
4015
+
4016
+ /**
4017
+ * 集群容灾类型,如SINGLE-ZONE,DISASTER-RECOVERY,MUTUAL-DISASTER-RECOVERY
4018
+ 注意:此字段可能返回 null,表示取不到有效值。
4019
+ */
4020
+ DisasterRecoveryType: string
3984
4021
  }
3985
4022
 
3986
4023
  /**
@@ -4945,6 +4982,12 @@ export interface Resource {
4945
4982
  * 运营商信息,如"CMCC", "CUCC", "CTCC", "BGP", "INTERNAL"。
4946
4983
  */
4947
4984
  Isp: string
4985
+
4986
+ /**
4987
+ * 可用资源。
4988
+ 注意:此字段可能返回 null,表示取不到有效值。
4989
+ */
4990
+ AvailabilitySet: Array<ResourceAvailability>
4948
4991
  }
4949
4992
 
4950
4993
  /**
@@ -384,7 +384,7 @@ export interface ResourceInfo {
384
384
  ResourceName: string
385
385
 
386
386
  /**
387
- * 资源状态
387
+ * 资源状态,1-正常,2-隔离,3-销毁
388
388
  注意:此字段可能返回 null,表示取不到有效值。
389
389
  */
390
390
  Status: number
@@ -414,7 +414,7 @@ export interface ResourceInfo {
414
414
  Model: string
415
415
 
416
416
  /**
417
- * 资源类型
417
+ * 云加密机类型id
418
418
  注意:此字段可能返回 null,表示取不到有效值。
419
419
  */
420
420
  VsmType: number
@@ -3568,18 +3568,20 @@ export interface DistributeAddReceiverRequest {
3568
3568
  */
3569
3569
  export interface QueryFinancialDataUrlRequest {
3570
3570
  /**
3571
- * 数据查询范围:结束时间
3571
+ * 数据查询范围:结束时间 yyyy-MM-dd HH:mm:ss
3572
3572
  */
3573
3573
  EndTime: string
3574
3574
 
3575
3575
  /**
3576
- * 数据查询范围:开始时间
3576
+ * 数据查询范围:开始时间 yyyy-MM-dd HH:mm:ss
3577
3577
  */
3578
3578
  StartTime: string
3579
3579
 
3580
3580
  /**
3581
- * 数据类型:ADDED_INVOICE_REPORT 增值税开票数据,NATURAL_FINANCE_REPORT 自然人金融数据
3582
- */
3581
+ * 数据类型:ADDED_INVOICE_REPORT 增值税开票数据,NATURAL_FINANCE_REPORT 自然人金融数据,
3582
+ NATURAL_FINANCE_REPORT_BY_TIME 按次报税数据导出,
3583
+ NATURAL_FINANCE_REPORT_STAT_BY_DAY 按日累计报税数据导出
3584
+ */
3583
3585
  DataType: string
3584
3586
  }
3585
3587
 
@@ -430,6 +430,7 @@ import {
430
430
  CreateScanMalwareSettingRequest,
431
431
  DescribeMalwareTimingScanSettingResponse,
432
432
  DescribeHostLoginListRequest,
433
+ OrderModifyObject,
433
434
  SecurityTrend,
434
435
  DescribeAssetWebServiceProcessListRequest,
435
436
  LicenseDetail,
@@ -2126,6 +2126,16 @@ export interface ModifyAutoOpenProVersionConfigRequest {
2126
2126
  <li>OPEN:打开</li>
2127
2127
  */
2128
2128
  Status: string
2129
+
2130
+ /**
2131
+ * 自动加购/扩容授权开关,默认 1, 0关闭, 1开启
2132
+ */
2133
+ AutoRepurchaseSwitch?: number
2134
+
2135
+ /**
2136
+ * 自动加购的订单是否自动续费,默认0 ,0关闭, 1开启
2137
+ */
2138
+ AutoRepurchaseRenewSwitch?: number
2129
2139
  }
2130
2140
 
2131
2141
  /**
@@ -7418,9 +7428,14 @@ export interface CreateLicenseOrderRequest {
7418
7428
  AutoRenewFlag?: boolean
7419
7429
 
7420
7430
  /**
7421
- * 自动防护授权配置值, 不空则表示开启
7431
+ * 该字段作废
7422
7432
  */
7423
7433
  AutoProtectOpenConfig?: string
7434
+
7435
+ /**
7436
+ * 变配参数
7437
+ */
7438
+ ModifyConfig?: OrderModifyObject
7424
7439
  }
7425
7440
 
7426
7441
  /**
@@ -11380,6 +11395,26 @@ export interface DescribeHostLoginListRequest {
11380
11395
  By?: string
11381
11396
  }
11382
11397
 
11398
+ /**
11399
+ * 订单变配参数对象
11400
+ */
11401
+ export interface OrderModifyObject {
11402
+ /**
11403
+ * 资源ID
11404
+ */
11405
+ ResourceId?: string
11406
+
11407
+ /**
11408
+ * 新产品标识,这里支持PRO_VERSION 专业版,FLAGSHIP 旗舰版
11409
+ */
11410
+ NewSubProductCode?: string
11411
+
11412
+ /**
11413
+ * 扩容/缩容数,变配子产品忽略该参数
11414
+ */
11415
+ InquireNum?: number
11416
+ }
11417
+
11383
11418
  /**
11384
11419
  * 安全趋势统计数据。
11385
11420
  */
@@ -13537,6 +13572,16 @@ export interface DescribeLicenseGeneralResponse {
13537
13572
  */
13538
13573
  AvailableLHLicenseCnt: number
13539
13574
 
13575
+ /**
13576
+ * 自动加购开关, true 开启, false 关闭
13577
+ */
13578
+ AutoRepurchaseSwitch: boolean
13579
+
13580
+ /**
13581
+ * 自动加购订单是否自动续费 ,true 开启, false 关闭
13582
+ */
13583
+ AutoRepurchaseRenewSwitch: boolean
13584
+
13540
13585
  /**
13541
13586
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
13542
13587
  */
@@ -25,6 +25,7 @@ import {
25
25
  StartMigrateJobRequest,
26
26
  StepTip,
27
27
  DestroyMigrateJobRequest,
28
+ SkipCheckItemResponse,
28
29
  ResizeSyncJobResponse,
29
30
  ResumeMigrateJobResponse,
30
31
  DifferenceItem,
@@ -71,6 +72,8 @@ import {
71
72
  SkippedItem,
72
73
  DestroyMigrateJobResponse,
73
74
  ProcessProgress,
75
+ SkipSyncCheckItemRequest,
76
+ SkipSyncCheckItemResponse,
74
77
  IsolateSyncJobResponse,
75
78
  CreateMigrateCheckJobRequest,
76
79
  DescribeMigrationJobsRequest,
@@ -104,6 +107,7 @@ import {
104
107
  StartCompareResponse,
105
108
  CreateCompareTaskResponse,
106
109
  StopCompareResponse,
110
+ SkipCheckItemRequest,
107
111
  CompareAbstractInfo,
108
112
  CheckStep,
109
113
  CompareTaskItem,
@@ -330,6 +334,16 @@ export class Client extends AbstractClient {
330
334
  return this.request("DescribeMigrateDBInstances", req, cb)
331
335
  }
332
336
 
337
+ /**
338
+ * 本接口用于校验检查项不通过后,可进行跳过此校验项操作,后端将不再校验该项。任何校验步骤都是不应该跳过的,通过校验是能正确执行的前置条件。支持跳过的产品及链路的校验项可 [参考文档](https://cloud.tencent.com/document/product/571/61639)。
339
+ */
340
+ async SkipCheckItem(
341
+ req: SkipCheckItemRequest,
342
+ cb?: (error: string, rep: SkipCheckItemResponse) => void
343
+ ): Promise<SkipCheckItemResponse> {
344
+ return this.request("SkipCheckItem", req, cb)
345
+ }
346
+
333
347
  /**
334
348
  * 校验迁移任务,
335
349
  在开始迁移前, 必须调用本接口创建校验迁移任务, 且校验成功后才能开始迁移. 校验的结果可以通过DescribeMigrationCheckJob查看,
@@ -363,6 +377,16 @@ export class Client extends AbstractClient {
363
377
  return this.request("DescribeCompareTasks", req, cb)
364
378
  }
365
379
 
380
+ /**
381
+ * 本接口用于校验检查项不通过后,可进行跳过此校验项操作,后端将不再校验该项。任何校验步骤都是不应该跳过的,通过校验是能正确执行的前置条件。支持跳过的产品及链路的校验项可 [参考文档](https://cloud.tencent.com/document/product/571/61639)。
382
+ */
383
+ async SkipSyncCheckItem(
384
+ req: SkipSyncCheckItemRequest,
385
+ cb?: (error: string, rep: SkipSyncCheckItemResponse) => void
386
+ ): Promise<SkipSyncCheckItemResponse> {
387
+ return this.request("SkipSyncCheckItem", req, cb)
388
+ }
389
+
366
390
  /**
367
391
  * 查询数据迁移任务列表
368
392
  */
@@ -127,6 +127,16 @@ export interface DestroyMigrateJobRequest {
127
127
  JobId?: string
128
128
  }
129
129
 
130
+ /**
131
+ * SkipCheckItem返回参数结构体
132
+ */
133
+ export interface SkipCheckItemResponse {
134
+ /**
135
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
136
+ */
137
+ RequestId?: string
138
+ }
139
+
130
140
  /**
131
141
  * ResizeSyncJob返回参数结构体
132
142
  */
@@ -1076,6 +1086,31 @@ export interface ProcessProgress {
1076
1086
  Steps: Array<StepDetailInfo>
1077
1087
  }
1078
1088
 
1089
+ /**
1090
+ * SkipSyncCheckItem请求参数结构体
1091
+ */
1092
+ export interface SkipSyncCheckItemRequest {
1093
+ /**
1094
+ * 任务id,如:sync-4ddgid2
1095
+ */
1096
+ JobId: string
1097
+
1098
+ /**
1099
+ * 需要跳过校验项的步骤id,需要通过`DescribeCheckSyncJobResult`接口返回StepInfos[i].StepId字段获取,例如:["OptimizeCheck"]
1100
+ */
1101
+ StepIds: Array<string>
1102
+ }
1103
+
1104
+ /**
1105
+ * SkipSyncCheckItem返回参数结构体
1106
+ */
1107
+ export interface SkipSyncCheckItemResponse {
1108
+ /**
1109
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1110
+ */
1111
+ RequestId?: string
1112
+ }
1113
+
1079
1114
  /**
1080
1115
  * IsolateSyncJob返回参数结构体
1081
1116
  */
@@ -2288,6 +2323,21 @@ export interface StopCompareResponse {
2288
2323
  RequestId?: string
2289
2324
  }
2290
2325
 
2326
+ /**
2327
+ * SkipCheckItem请求参数结构体
2328
+ */
2329
+ export interface SkipCheckItemRequest {
2330
+ /**
2331
+ * 数据迁移任务ID
2332
+ */
2333
+ JobId: string
2334
+
2335
+ /**
2336
+ * 需要跳过校验项的步骤id,需要通过DescribeMigrationCheckJob接口返回StepInfo[i].StepId字段获取,例如:["OptimizeCheck"]
2337
+ */
2338
+ StepIds: Array<string>
2339
+ }
2340
+
2291
2341
  /**
2292
2342
  * 一致性校验摘要信息
2293
2343
  */