tencentcloud-sdk-nodejs 4.0.495 → 4.0.497

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 (133) hide show
  1. package/CHANGELOG.md +512 -0
  2. package/SERVICE_CHANGELOG.md +625 -74
  3. package/package.json +1 -1
  4. package/products.md +32 -31
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +4 -4
  7. package/src/services/apm/v20210622/apm_client.ts +1 -0
  8. package/src/services/apm/v20210622/apm_models.ts +23 -0
  9. package/src/services/batch/v20170312/batch_models.ts +10 -0
  10. package/src/services/cam/v20190116/cam_models.ts +3 -3
  11. package/src/services/ccc/v20200210/ccc_models.ts +14 -8
  12. package/src/services/cdb/v20170320/cdb_client.ts +12 -24
  13. package/src/services/cdb/v20170320/cdb_models.ts +0 -61
  14. package/src/services/cdwch/v20200915/cdwch_client.ts +1 -1
  15. package/src/services/cdwch/v20200915/cdwch_models.ts +19 -7
  16. package/src/services/cls/v20201016/cls_client.ts +4 -4
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +1 -3
  18. package/src/services/cvm/v20170312/cvm_client.ts +1 -1
  19. package/src/services/cvm/v20170312/cvm_models.ts +11 -1
  20. package/src/services/cynosdb/v20190107/cynosdb_client.ts +2 -1
  21. package/src/services/cynosdb/v20190107/cynosdb_models.ts +121 -33
  22. package/src/services/dts/v20211206/dts_client.ts +2 -2
  23. package/src/services/dts/v20211206/dts_models.ts +5 -5
  24. package/src/services/emr/v20190103/emr_client.ts +13 -0
  25. package/src/services/emr/v20190103/emr_models.ts +25 -0
  26. package/src/services/es/v20180416/es_models.ts +1 -1
  27. package/src/services/ess/v20201111/ess_client.ts +2 -3
  28. package/src/services/ess/v20201111/ess_models.ts +64 -24
  29. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
  30. package/src/services/essbasic/v20210526/essbasic_models.ts +7 -6
  31. package/src/services/faceid/v20180301/faceid_models.ts +1 -1
  32. package/src/services/index.ts +1 -0
  33. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +2 -2
  34. package/src/services/ms/v20180408/ms_models.ts +10 -10
  35. package/src/services/sqlserver/v20180328/sqlserver_client.ts +1 -0
  36. package/src/services/sqlserver/v20180328/sqlserver_models.ts +51 -0
  37. package/src/services/tcr/v20190924/tcr_models.ts +15 -10
  38. package/src/services/tcss/v20201101/tcss_client.ts +34 -10
  39. package/src/services/tcss/v20201101/tcss_models.ts +116 -32
  40. package/src/services/tds/v20220801/tds_client.ts +15 -3
  41. package/src/services/tds/v20220801/tds_models.ts +157 -27
  42. package/src/services/tiw/v20190919/tiw_client.ts +19 -3
  43. package/src/services/tiw/v20190919/tiw_models.ts +127 -32
  44. package/src/services/tke/v20180525/tke_client.ts +1 -1
  45. package/src/services/tke/v20180525/tke_models.ts +6 -1
  46. package/src/services/trdp/index.ts +5 -0
  47. package/src/services/trdp/v20220726/index.ts +6 -0
  48. package/src/services/trdp/v20220726/trdp_client.ts +50 -0
  49. package/src/services/trdp/v20220726/trdp_models.ts +564 -0
  50. package/src/services/trp/v20210515/trp_client.ts +19 -4
  51. package/src/services/trp/v20210515/trp_models.ts +286 -78
  52. package/src/services/trtc/v20190722/trtc_client.ts +85 -7
  53. package/src/services/trtc/v20190722/trtc_models.ts +724 -97
  54. package/src/services/tsf/v20180326/tsf_client.ts +1 -0
  55. package/src/services/tsf/v20180326/tsf_models.ts +135 -45
  56. package/src/services/wedata/v20210820/wedata_client.ts +1 -0
  57. package/src/services/wedata/v20210820/wedata_models.ts +30 -2
  58. package/tencentcloud/common/sdk_version.d.ts +1 -1
  59. package/tencentcloud/common/sdk_version.js +1 -1
  60. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -4
  61. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +20 -0
  62. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +8 -0
  63. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +3 -3
  64. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +13 -8
  65. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -9
  66. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -12
  67. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +0 -51
  68. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +1 -1
  69. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +1 -1
  70. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +17 -5
  71. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +4 -4
  72. package/tencentcloud/services/cls/v20201016/cls_client.js +4 -4
  73. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1 -3
  74. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
  75. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
  76. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -1
  77. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +101 -29
  78. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +2 -2
  79. package/tencentcloud/services/dts/v20211206/dts_client.js +2 -2
  80. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +5 -5
  81. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +6 -1
  82. package/tencentcloud/services/emr/v20190103/emr_client.js +7 -0
  83. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +22 -0
  84. package/tencentcloud/services/es/v20180416/es_models.d.ts +1 -1
  85. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -2
  86. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -2
  87. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +55 -22
  88. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
  89. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
  90. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -6
  91. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
  92. package/tencentcloud/services/index.d.ts +1 -0
  93. package/tencentcloud/services/index.js +2 -0
  94. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +2 -2
  95. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +10 -10
  96. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +42 -0
  97. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +14 -10
  98. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +11 -3
  99. package/tencentcloud/services/tcss/v20201101/tcss_client.js +15 -3
  100. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +102 -30
  101. package/tencentcloud/services/tds/v20220801/tds_client.d.ts +5 -1
  102. package/tencentcloud/services/tds/v20220801/tds_client.js +6 -0
  103. package/tencentcloud/services/tds/v20220801/tds_models.d.ts +133 -27
  104. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +8 -1
  105. package/tencentcloud/services/tiw/v20190919/tiw_client.js +9 -0
  106. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +109 -29
  107. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
  108. package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
  109. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -1
  110. package/tencentcloud/services/trdp/index.d.ts +6 -0
  111. package/tencentcloud/services/trdp/index.js +7 -0
  112. package/tencentcloud/services/trdp/v20220726/index.d.ts +6 -0
  113. package/tencentcloud/services/trdp/v20220726/index.js +9 -0
  114. package/tencentcloud/services/trdp/v20220726/trdp_client.d.ts +14 -0
  115. package/tencentcloud/services/trdp/v20220726/trdp_client.js +37 -0
  116. package/tencentcloud/services/trdp/v20220726/trdp_models.d.ts +470 -0
  117. package/tencentcloud/services/trdp/v20220726/trdp_models.js +18 -0
  118. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +5 -1
  119. package/tencentcloud/services/trp/v20210515/trp_client.js +6 -0
  120. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +242 -66
  121. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +35 -1
  122. package/tencentcloud/services/trtc/v20190722/trtc_client.js +40 -0
  123. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +619 -88
  124. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +113 -39
  125. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +26 -2
  126. package/test/cdb.v20170320.test.js +4 -14
  127. package/test/emr.v20190103.test.js +10 -0
  128. package/test/tcss.v20201101.test.js +22 -2
  129. package/test/tds.v20220801.test.js +10 -0
  130. package/test/tiw.v20190919.test.js +10 -0
  131. package/test/trdp.v20220726.test.js +31 -0
  132. package/test/trp.v20210515.test.js +10 -0
  133. package/test/trtc.v20190722.test.js +30 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.495",
3
+ "version": "4.0.497",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -8,17 +8,17 @@
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-02 18:38:20 |
11
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-12-05 10:58:07 |
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 |
15
15
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
16
- | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-22 06:08:36 |
16
+ | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-12-06 06:16:29 |
17
17
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-11-18 06:08:39 |
18
18
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-11-29 06:12:14 |
19
19
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
20
20
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
21
- | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-05 06:18:51 |
21
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-07 06:17:30 |
22
22
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-09-06 06:10:38 |
23
23
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
24
24
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2022-10-31 06:10:22 |
@@ -32,18 +32,18 @@
32
32
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
33
33
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
34
34
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
35
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-11-08 06:11:07 |
35
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-12-06 06:19:53 |
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
39
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-11-09 06:14:16 |
40
40
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-10-27 06:14:10 |
41
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-11-21 06:12:39 |
42
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-12-05 06:24:01 |
41
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-12-07 06:21:07 |
42
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-12-07 06:21:29 |
43
43
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
44
44
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2022-11-29 06:20:53 |
45
45
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
46
- | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-11-30 06:17:14 |
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 |
48
48
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-11-21 06:14:58 |
49
49
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-11-28 06:18:58 |
@@ -57,16 +57,16 @@
57
57
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-11-24 06:19:10 |
58
58
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-11-02 06:13:26 |
59
59
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
60
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-11-30 06:20:47 |
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-05 06:33:06 |
64
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-07 06:27:58 |
65
65
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
66
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-05 06:35:54 |
66
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-07 06:29:50 |
67
67
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-11-17 06:19:07 |
68
68
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
69
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-12-05 06:38:55 |
69
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-12-07 06:32:17 |
70
70
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
71
71
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
72
72
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
@@ -80,19 +80,19 @@
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-05 06:45:09 |
83
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-12-07 06:36:23 |
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-11-29 06:43:55 |
91
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-11-30 06:34:30 |
92
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-01 06:35:57 |
93
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-11-29 17:04:20 |
90
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-12-07 06:38:34 |
91
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-06 06:40:42 |
92
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-07 06:39:12 |
93
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-12-06 06:41:29 |
94
94
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
95
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-11-29 06:46:33 |
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 |
97
97
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
98
98
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-11-23 06:29:46 |
@@ -111,7 +111,7 @@
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-11-30 06:40:19 |
114
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-07 06:44:16 |
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 |
@@ -133,14 +133,14 @@
133
133
  | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-12-05 07:04:52 |
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-06-28 06:14:04 |
136
- | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-11-09 06:43:15 |
136
+ | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-12-07 06:52:38 |
137
137
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
138
138
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
139
- | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
139
+ | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-12-07 06:52:55 |
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
142
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-11-24 06:45:42 |
143
- | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-11-18 06:41:15 |
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 |
146
146
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-11-29 07:09:18 |
@@ -159,7 +159,7 @@
159
159
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-11-15 06:36:50 |
160
160
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-11-07 06:33:46 |
161
161
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
162
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-11-16 06:36:12 |
162
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-12-07 06:58:03 |
163
163
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-08-16 06:39:20 |
164
164
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-11-21 06:46:02 |
165
165
  | sslpod | [SSL证书监控SSLPod](https://cloud.tencent.com/document/product/1084) | 2022-10-31 06:47:43 |
@@ -179,12 +179,12 @@
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-11-08 06:41:24 |
183
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-11-25 06:59:05 |
182
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-12-07 07:02:05 |
183
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-12-07 07:02:56 |
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
- | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-10-10 06:42:56 |
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-11-17 06:48:59 |
189
189
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-11-29 07:26:41 |
190
190
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-11-16 06:42:38 |
@@ -195,15 +195,16 @@
195
195
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
196
196
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-11-22 07:01:36 |
197
197
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-11-29 07:29:47 |
198
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-11-24 07:03:21 |
199
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-12-02 07:08:12 |
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-07 07:10:03 |
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-11-02 06:48:15 |
203
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-11-22 07:04:58 |
204
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-11-21 06:56:52 |
203
+ | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
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-07 07:14:39 |
205
206
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
206
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-10-31 06:58:25 |
207
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-12-07 07:15:23 |
207
208
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
208
209
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-11-29 07:36:55 |
209
210
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
@@ -213,7 +214,7 @@
213
214
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-12-05 07:38:38 |
214
215
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-11-16 06:48:54 |
215
216
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
216
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-05 07:42:33 |
217
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-07 07:21:53 |
217
218
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
218
219
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-10-28 07:02:46 |
219
220
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.495"
1
+ export const sdkVersion = "4.0.497"
@@ -1230,12 +1230,12 @@ export interface DescribeOverviewAttackTrendRequest {
1230
1230
  Period: number
1231
1231
 
1232
1232
  /**
1233
- * 统计开始时间
1233
+ * 防护概览攻击趋势开始时间
1234
1234
  */
1235
1235
  StartTime: string
1236
1236
 
1237
1237
  /**
1238
- * 统计结束时间
1238
+ * 防护概览攻击趋势结束时间
1239
1239
  */
1240
1240
  EndTime: string
1241
1241
  }
@@ -2167,12 +2167,12 @@ export interface DescribeOverviewAttackTrendResponse {
2167
2167
  Type: string
2168
2168
 
2169
2169
  /**
2170
- * 统计起始时间
2170
+ * 防护概览攻击趋势起始时间
2171
2171
  */
2172
2172
  StartTime: string
2173
2173
 
2174
2174
  /**
2175
- * 统计结束时间
2175
+ * 防护概览攻击趋势结束时间
2176
2176
  */
2177
2177
  EndTime: string
2178
2178
 
@@ -34,6 +34,7 @@ import {
34
34
  DescribeMetricRecordsResponse,
35
35
  ApmTag,
36
36
  Filter,
37
+ APMKV,
37
38
  DescribeApmAgentRequest,
38
39
  DescribeMetricRecordsRequest,
39
40
  DescribeGeneralMetricDataRequest,
@@ -398,6 +398,12 @@ export interface ApmField {
398
398
  * 请求数
399
399
  */
400
400
  Key: string
401
+
402
+ /**
403
+ * 同环比上周期具体数值
404
+ 注意:此字段可能返回 null,表示取不到有效值。
405
+ */
406
+ LastPeriodValue: Array<APMKV>
401
407
  }
402
408
 
403
409
  /**
@@ -521,6 +527,23 @@ export interface Filter {
521
527
  Value: string
522
528
  }
523
529
 
530
+ /**
531
+ * APM浮点数类型键值对
532
+ */
533
+ export interface APMKV {
534
+ /**
535
+ * Key值定义
536
+ 注意:此字段可能返回 null,表示取不到有效值。
537
+ */
538
+ Key: string
539
+
540
+ /**
541
+ * Value值定义
542
+ 注意:此字段可能返回 null,表示取不到有效值。
543
+ */
544
+ Value: number
545
+ }
546
+
524
547
  /**
525
548
  * DescribeApmAgent请求参数结构体
526
549
  */
@@ -2684,6 +2684,16 @@ export interface InstanceTypeQuotaItem {
2684
2684
  * 实例备注信息。
2685
2685
  */
2686
2686
  Remark: string
2687
+
2688
+ /**
2689
+ * 实例机型映射的物理GPU卡数,单位:卡。vGPU卡型小于1,直通卡型大于等于1。vGPU是通过分片虚拟化技术,将物理GPU卡重新划分,同一块GPU卡经虚拟化分割后可分配至不同的实例使用。直通卡型会将GPU设备直接挂载给实例使用。
2690
+ */
2691
+ GpuCount: number
2692
+
2693
+ /**
2694
+ * 实例的CPU主频信息
2695
+ */
2696
+ Frequency: string
2687
2697
  }
2688
2698
 
2689
2699
  /**
@@ -983,7 +983,7 @@ export interface ListPoliciesResponse {
983
983
  /**
984
984
  * 策略总数
985
985
  */
986
- TotalNum?: number
986
+ TotalNum: number
987
987
 
988
988
  /**
989
989
  * 策略数组,数组每个成员包括 policyId、policyName、addTime、type、description、 createMode 字段。其中:
@@ -997,13 +997,13 @@ Attachments: 关联的用户数
997
997
  ServiceType: 策略关联的产品
998
998
  IsAttached: 当需要查询标记实体是否已经关联策略时不为null。0表示未关联策略,1表示已关联策略
999
999
  */
1000
- List?: Array<StrategyInfo>
1000
+ List: Array<StrategyInfo>
1001
1001
 
1002
1002
  /**
1003
1003
  * 保留字段
1004
1004
  注意:此字段可能返回 null,表示取不到有效值。
1005
1005
  */
1006
- ServiceTypeList?: Array<string>
1006
+ ServiceTypeList: Array<string>
1007
1007
 
1008
1008
  /**
1009
1009
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1276,41 +1276,47 @@ export interface SkillGroupInfoItem {
1276
1276
  /**
1277
1277
  * 技能组ID
1278
1278
  */
1279
- SkillGroupId: number
1279
+ SkillGroupId?: number
1280
1280
 
1281
1281
  /**
1282
1282
  * 技能组名称
1283
1283
  */
1284
- SkillGroupName: string
1284
+ SkillGroupName?: string
1285
1285
 
1286
1286
  /**
1287
- * 类型:IM、TEL、ALL(全媒体)
1287
+ * (废弃)类型:IM、TEL、ALL(全媒体)
1288
1288
  */
1289
- Type: string
1289
+ Type?: string
1290
1290
 
1291
1291
  /**
1292
1292
  * 会话分配策略
1293
1293
  注意:此字段可能返回 null,表示取不到有效值。
1294
1294
  */
1295
- RoutePolicy: string
1295
+ RoutePolicy?: string
1296
1296
 
1297
1297
  /**
1298
1298
  * 会话分配是否优先上次服务坐席
1299
1299
  注意:此字段可能返回 null,表示取不到有效值。
1300
1300
  */
1301
- UsingLastSeat: number
1301
+ UsingLastSeat?: number
1302
1302
 
1303
1303
  /**
1304
1304
  * 单客服最大并发数(电话类型默认1)
1305
1305
  注意:此字段可能返回 null,表示取不到有效值。
1306
1306
  */
1307
- MaxConcurrency: number
1307
+ MaxConcurrency?: number
1308
1308
 
1309
1309
  /**
1310
1310
  * 最后修改时间
1311
1311
  注意:此字段可能返回 null,表示取不到有效值。
1312
1312
  */
1313
- LastModifyTimestamp: number
1313
+ LastModifyTimestamp?: number
1314
+
1315
+ /**
1316
+ * 技能组类型0-电话,1-在线,3-音频,4-视频
1317
+ 注意:此字段可能返回 null,表示取不到有效值。
1318
+ */
1319
+ SkillGroupType?: number
1314
1320
  }
1315
1321
 
1316
1322
  /**
@@ -25,7 +25,6 @@ import {
25
25
  RWInfo,
26
26
  InstanceRollbackRangeTime,
27
27
  DescribeTablesResponse,
28
- ApplyCDBProxyResponse,
29
28
  ModifyBackupDownloadRestrictionResponse,
30
29
  ModifyTimeWindowResponse,
31
30
  ParamRecord,
@@ -106,7 +105,6 @@ import {
106
105
  CreateAuditRuleResponse,
107
106
  DescribeDBInstanceInfoResponse,
108
107
  AssociateSecurityGroupsRequest,
109
- ApplyCDBProxyRequest,
110
108
  ModifyAuditRuleRequest,
111
109
  DescribeBinlogsResponse,
112
110
  DescribeRoMinScaleRequest,
@@ -407,13 +405,13 @@ export class Client extends AbstractClient {
407
405
  }
408
406
 
409
407
  /**
410
- * 本接口(DescribeTimeWindow)用于查询云数据库实例的维护时间窗口。
408
+ * 本接口(CreateAuditPolicy)用于创建云数据库实例的审计策略,即将审计规则绑定到具体的云数据库实例上。
411
409
  */
412
- async DescribeTimeWindow(
413
- req: DescribeTimeWindowRequest,
414
- cb?: (error: string, rep: DescribeTimeWindowResponse) => void
415
- ): Promise<DescribeTimeWindowResponse> {
416
- return this.request("DescribeTimeWindow", req, cb)
410
+ async CreateAuditPolicy(
411
+ req: CreateAuditPolicyRequest,
412
+ cb?: (error: string, rep: CreateAuditPolicyResponse) => void
413
+ ): Promise<CreateAuditPolicyResponse> {
414
+ return this.request("CreateAuditPolicy", req, cb)
417
415
  }
418
416
 
419
417
  /**
@@ -471,13 +469,13 @@ export class Client extends AbstractClient {
471
469
  }
472
470
 
473
471
  /**
474
- * 本接口(CreateAuditPolicy)用于创建云数据库实例的审计策略,即将审计规则绑定到具体的云数据库实例上。
472
+ * 本接口(DescribeTimeWindow)用于查询云数据库实例的维护时间窗口。
475
473
  */
476
- async CreateAuditPolicy(
477
- req: CreateAuditPolicyRequest,
478
- cb?: (error: string, rep: CreateAuditPolicyResponse) => void
479
- ): Promise<CreateAuditPolicyResponse> {
480
- return this.request("CreateAuditPolicy", req, cb)
474
+ async DescribeTimeWindow(
475
+ req: DescribeTimeWindowRequest,
476
+ cb?: (error: string, rep: DescribeTimeWindowResponse) => void
477
+ ): Promise<DescribeTimeWindowResponse> {
478
+ return this.request("DescribeTimeWindow", req, cb)
481
479
  }
482
480
 
483
481
  /**
@@ -1500,16 +1498,6 @@ export class Client extends AbstractClient {
1500
1498
  return this.request("ModifyBackupConfig", req, cb)
1501
1499
  }
1502
1500
 
1503
- /**
1504
- * 针对主实例申请创建数据库代理。
1505
- */
1506
- async ApplyCDBProxy(
1507
- req: ApplyCDBProxyRequest,
1508
- cb?: (error: string, rep: ApplyCDBProxyResponse) => void
1509
- ): Promise<ApplyCDBProxyResponse> {
1510
- return this.request("ApplyCDBProxy", req, cb)
1511
- }
1512
-
1513
1501
  /**
1514
1502
  * 本接口(DescribeAuditRules)用于查询用户在当前地域的审计规则。
1515
1503
  */
@@ -366,22 +366,6 @@ export interface DescribeTablesResponse {
366
366
  RequestId?: string
367
367
  }
368
368
 
369
- /**
370
- * ApplyCDBProxy返回参数结构体
371
- */
372
- export interface ApplyCDBProxyResponse {
373
- /**
374
- * 异步处理ID
375
- 注意:此字段可能返回 null,表示取不到有效值。
376
- */
377
- AsyncRequestId: string
378
-
379
- /**
380
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
381
- */
382
- RequestId?: string
383
- }
384
-
385
369
  /**
386
370
  * ModifyBackupDownloadRestriction返回参数结构体
387
371
  */
@@ -2323,51 +2307,6 @@ export interface AssociateSecurityGroupsRequest {
2323
2307
  ForReadonlyInstance?: boolean
2324
2308
  }
2325
2309
 
2326
- /**
2327
- * ApplyCDBProxy请求参数结构体
2328
- */
2329
- export interface ApplyCDBProxyRequest {
2330
- /**
2331
- * 主实例唯一标识ID
2332
- */
2333
- InstanceId: string
2334
-
2335
- /**
2336
- * 私有网络ID
2337
- */
2338
- UniqVpcId: string
2339
-
2340
- /**
2341
- * 私有网络子网ID
2342
- */
2343
- UniqSubnetId: string
2344
-
2345
- /**
2346
- * 代理组节点个数
2347
- */
2348
- ProxyCount: number
2349
-
2350
- /**
2351
- * cpu核数
2352
- */
2353
- Cpu: number
2354
-
2355
- /**
2356
- * 内存
2357
- */
2358
- Mem: number
2359
-
2360
- /**
2361
- * 安全组
2362
- */
2363
- SecurityGroup?: Array<string>
2364
-
2365
- /**
2366
- * 描述说明,最大支持256位。
2367
- */
2368
- Desc?: string
2369
- }
2370
-
2371
2310
  /**
2372
2311
  * ModifyAuditRule请求参数结构体
2373
2312
  */
@@ -61,7 +61,7 @@ export class Client extends AbstractClient {
61
61
  }
62
62
 
63
63
  /**
64
- * 针对驱动sql命令查询ck集群接口
64
+ * 查询集群用户、集群表,数据库等相关信息
65
65
  */
66
66
  async DescribeCkSqlApis(
67
67
  req: DescribeCkSqlApisRequest,
@@ -55,7 +55,7 @@ export interface CreateBackUpScheduleRequest {
55
55
  ScheduleId?: number
56
56
 
57
57
  /**
58
- * 选择的星期 逗号分隔
58
+ * 选择的星期 逗号分隔,例如 2 代表周二
59
59
  */
60
60
  WeekDays?: string
61
61
 
@@ -272,17 +272,28 @@ export interface DescribeCkSqlApisRequest {
272
272
  InstanceId: string
273
273
 
274
274
  /**
275
- * api接口名称
276
- */
275
+ * api接口名称,GetClusters:获取集群cluster列表
276
+ GetSystemUsers:获取系统用户列表
277
+ CheckNodeCluster: 检查节点是否隶属一个cluster
278
+ GetClusterDatabases: 获取一个cluster下的数据库列表
279
+ GetClusterTables: 获取一个cluster下的数据库表列表
280
+ GetPrivilegeUsers: 获取授权的用户列表
281
+ GET_USER_CLUSTER_PRIVILEGES:获取用户cluster下的权限
282
+ GetUserClusterNewPrivileges:获取用户cluster下的权限 (新版)
283
+ RevokeClusterUser:解绑cluster用户
284
+ DeleteSystemUser:删除系统用户 —— 必须所有cluster先解绑
285
+ GetUserOptionMessages:获取用户配置备注信息
286
+ GET_USER_CONFIGS:获取用户配置列表 QUOTA、PROFILE、POLICY
287
+ */
277
288
  ApiType: string
278
289
 
279
290
  /**
280
- * 集群名称
291
+ * 集群名称,GET_SYSTEM_USERS,GET_PRIVILEGE_USERS,GET_CLUSTER_DATABASES,GET_CLUSTER_TABLES 必填
281
292
  */
282
293
  Cluster?: string
283
294
 
284
295
  /**
285
- * 用户名称
296
+ * 用户名称,api与user相关的必填
286
297
  */
287
298
  UserName?: string
288
299
  }
@@ -297,8 +308,9 @@ export interface ActionAlterCkUserRequest {
297
308
  UserInfo: CkUserAlterInfo
298
309
 
299
310
  /**
300
- * api接口类型
301
- */
311
+ * api接口类型,
312
+ AddSystemUser新增用户,UpdateSystemUser,修改用户
313
+ */
302
314
  ApiType: string
303
315
  }
304
316
 
@@ -306,7 +306,7 @@ export class Client extends AbstractClient {
306
306
  }
307
307
 
308
308
  /**
309
- * 本接口用于修改特殊采集配置任务
309
+ * 本接口用于修改特殊采集配置任务,特殊采集配置应用于自建K8S环境的采集Agent
310
310
  */
311
311
  async ModifyConfigExtra(
312
312
  req: ModifyConfigExtraRequest,
@@ -356,7 +356,7 @@ export class Client extends AbstractClient {
356
356
  }
357
357
 
358
358
  /**
359
- * 本接口用于获取特殊采集配置
359
+ * 本接口用于获取特殊采集配置,特殊采集配置应用于自建K8S环境的采集Agent
360
360
  */
361
361
  async DescribeConfigExtras(
362
362
  req: DescribeConfigExtrasRequest,
@@ -476,7 +476,7 @@ export class Client extends AbstractClient {
476
476
  }
477
477
 
478
478
  /**
479
- * 本接口用于删除特殊采集规则配置
479
+ * 本接口用于删除特殊采集规则配置,特殊采集配置应用于自建K8S环境的采集Agent
480
480
  */
481
481
  async DeleteConfigExtra(
482
482
  req: DeleteConfigExtraRequest,
@@ -900,7 +900,7 @@ cls.pb.cc cls.pb.h cls.proto
900
900
  }
901
901
 
902
902
  /**
903
- * 本接口用于创建特殊采集配置任务
903
+ * 本接口用于创建特殊采集配置任务,特殊采集配置应用于自建K8S环境的采集Agent
904
904
  */
905
905
  async CreateConfigExtra(
906
906
  req: CreateConfigExtraRequest,
@@ -3156,7 +3156,7 @@ __ALIPAY__: 支付宝
3156
3156
  NotifyUrl?: string
3157
3157
 
3158
3158
  /**
3159
- * 备注信息。
3159
+ * 备注信息。限制200个字符。
3160
3160
  */
3161
3161
  Remark?: string
3162
3162
 
@@ -8705,8 +8705,6 @@ export interface CreateOpenBankMerchantRequest {
8705
8705
  /**
8706
8706
  * 渠道名称。
8707
8707
  __TENPAY__: 商企付
8708
- __WECHAT__: 微信支付
8709
- __ALIPAY__: 支付宝
8710
8708
  */
8711
8709
  ChannelName: string
8712
8710
 
@@ -1154,7 +1154,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
1154
1154
  * 本接口 (InquiryPriceTerminateInstances) 用于退还实例询价。
1155
1155
 
1156
1156
  * 查询退还实例可以返还的费用。
1157
- * 支持批量操作,每次请求批量实例的上限为100。如果批量实例存在不允许操作的实例,操作会以特定[错误码](#4.-.E9.94.99.E8.AF.AF.E7.A0.81)返回。
1157
+ * 支持批量操作,每次请求批量实例的上限为100。如果批量实例存在不允许操作的实例,操作会以特定错误码返回。
1158
1158
  */
1159
1159
  async InquiryPriceTerminateInstances(
1160
1160
  req: InquiryPriceTerminateInstancesRequest,