tencentcloud-sdk-nodejs 4.0.546 → 4.0.548

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 +377 -0
  2. package/SERVICE_CHANGELOG.md +404 -133
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/v20221115/bma_models.ts +2 -2
  7. package/src/services/cbs/v20170312/cbs_client.ts +3 -5
  8. package/src/services/cbs/v20170312/cbs_models.ts +139 -12
  9. package/src/services/cdc/v20201214/cdc_models.ts +14 -14
  10. package/src/services/cdn/v20180606/cdn_client.ts +32 -19
  11. package/src/services/cdn/v20180606/cdn_models.ts +164 -11
  12. package/src/services/cfw/v20190904/cfw_client.ts +44 -7
  13. package/src/services/cfw/v20190904/cfw_models.ts +117 -6
  14. package/src/services/clb/v20180317/clb_models.ts +4 -4
  15. package/src/services/cvm/v20170312/cvm_client.ts +1 -1
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +5 -5
  17. package/src/services/dasb/v20191018/dasb_client.ts +279 -60
  18. package/src/services/dasb/v20191018/dasb_models.ts +1314 -714
  19. package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
  20. package/src/services/dcdb/v20180411/dcdb_models.ts +25 -0
  21. package/src/services/dts/v20211206/dts_models.ts +7 -7
  22. package/src/services/eb/v20210416/eb_client.ts +3 -1
  23. package/src/services/eb/v20210416/eb_models.ts +110 -25
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  25. package/src/services/gs/v20191118/gs_models.ts +8 -8
  26. package/src/services/lcic/v20220817/lcic_client.ts +16 -2
  27. package/src/services/lcic/v20220817/lcic_models.ts +129 -16
  28. package/src/services/lighthouse/v20200324/lighthouse_client.ts +2 -3
  29. package/src/services/lighthouse/v20200324/lighthouse_models.ts +12 -12
  30. package/src/services/ocr/v20181119/ocr_client.ts +2 -4
  31. package/src/services/postgres/v20170312/postgres_models.ts +1 -1
  32. package/src/services/teo/v20220901/teo_models.ts +3 -1
  33. package/src/services/thpc/v20220401/thpc_client.ts +70 -17
  34. package/src/services/thpc/v20220401/thpc_models.ts +296 -83
  35. package/src/services/tke/v20180525/tke_models.ts +1 -1
  36. package/src/services/vpc/v20170312/vpc_client.ts +4 -3
  37. package/src/services/vpc/v20170312/vpc_models.ts +18 -8
  38. package/src/services/wedata/v20210820/wedata_models.ts +1 -1
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +2 -2
  42. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +0 -3
  43. package/tencentcloud/services/cbs/v20170312/cbs_client.js +0 -3
  44. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +118 -12
  45. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +14 -14
  46. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +11 -7
  47. package/tencentcloud/services/cdn/v20180606/cdn_client.js +15 -9
  48. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +138 -11
  49. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +15 -3
  50. package/tencentcloud/services/cfw/v20190904/cfw_client.js +21 -3
  51. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +102 -6
  52. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -4
  53. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
  54. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
  55. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +5 -5
  56. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +81 -9
  57. package/tencentcloud/services/dasb/v20191018/dasb_client.js +120 -12
  58. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +1183 -664
  59. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  60. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  61. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +22 -0
  62. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +6 -6
  63. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +95 -24
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  65. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +7 -7
  66. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  67. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  68. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +112 -16
  69. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -3
  70. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -3
  71. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -12
  72. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +0 -2
  73. package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -2
  74. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +1 -1
  75. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -1
  76. package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +23 -5
  77. package/tencentcloud/services/thpc/v20220401/thpc_client.js +32 -6
  78. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +258 -74
  79. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  80. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -1
  81. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -1
  82. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +16 -8
  83. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +1 -1
  84. package/test/cdn.v20180606.test.js +16 -6
  85. package/test/cfw.v20190904.test.js +32 -2
  86. package/test/dasb.v20191018.test.js +188 -8
  87. package/test/dcdb.v20180411.test.js +10 -0
  88. package/test/lcic.v20220817.test.js +10 -0
  89. package/test/thpc.v20220401.test.js +44 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.546",
3
+ "version": "4.0.548",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -25,7 +25,7 @@
25
25
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-23 01:04:50 |
26
26
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
27
27
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
28
- | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-02-23 14:35:55 |
28
+ | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-02-24 18:01:10 |
29
29
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-02-15 01:10:21 |
30
30
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
31
31
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
@@ -33,56 +33,56 @@
33
33
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
34
34
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
35
35
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
36
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-02-21 01:07:20 |
36
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-02-27 01:04:52 |
37
37
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-02-17 11:41:16 |
38
38
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-02-15 01:12:22 |
39
39
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
41
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-22 01:08:38 |
41
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-27 01:09:26 |
42
42
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-22 01:09:02 |
43
43
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-17 01:33:04 |
44
- | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-02-24 01:07:16 |
45
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-10 01:10:44 |
44
+ | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-02-28 01:06:44 |
45
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-28 01:07:06 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
47
47
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-02-08 01:18:00 |
48
48
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
49
49
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-12-19 01:23:20 |
50
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-24 01:07:43 |
50
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-28 01:12:39 |
51
51
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-02-24 01:08:00 |
52
52
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
53
53
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
54
54
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
55
55
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
56
56
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-24 01:08:10 |
57
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-24 01:08:31 |
57
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-27 01:13:11 |
58
58
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-02-07 01:15:35 |
59
59
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
60
60
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
61
61
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-02-20 01:18:47 |
62
- | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-24 01:09:23 |
62
+ | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-27 01:14:21 |
63
63
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
64
64
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
65
65
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-02-01 01:13:56 |
66
66
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
67
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-22 01:17:12 |
67
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-28 01:18:41 |
68
68
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-21 01:18:09 |
69
69
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
70
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-22 01:19:31 |
71
- | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-02-07 01:23:16 |
70
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-27 01:18:09 |
71
+ | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-02-27 17:21:05 |
72
72
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
73
73
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
74
74
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-02-23 01:19:20 |
75
75
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
76
76
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
77
- | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-02-02 01:18:41 |
77
+ | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-02-27 01:19:52 |
78
78
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-24 01:10:57 |
79
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-21 01:36:01 |
79
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-27 01:20:45 |
80
80
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-22 01:23:19 |
81
81
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
82
82
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
83
83
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
84
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-22 01:24:05 |
85
- | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-02-21 01:38:55 |
84
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-27 01:22:55 |
85
+ | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-02-28 01:29:39 |
86
86
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
87
87
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
88
88
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-02-06 01:39:29 |
@@ -91,16 +91,16 @@
91
91
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-14 01:26:03 |
92
92
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-02-01 01:24:04 |
93
93
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-24 01:11:56 |
94
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-15 17:31:06 |
95
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-23 01:25:05 |
96
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-15 01:31:45 |
94
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-28 01:31:48 |
95
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-27 01:25:30 |
96
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-27 01:25:36 |
97
97
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
98
98
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
99
99
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-02-01 01:25:50 |
100
100
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-02-02 01:29:27 |
101
101
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-02-02 16:45:50 |
102
102
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
103
- | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-02-24 01:12:37 |
103
+ | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-02-27 01:27:19 |
104
104
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
105
105
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
106
106
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-01-13 01:28:00 |
@@ -116,14 +116,14 @@
116
116
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
117
117
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-12 01:29:57 |
118
118
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
119
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-02-24 01:13:33 |
119
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-02-28 01:36:02 |
120
120
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
121
121
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-02-17 04:09:06 |
122
122
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
123
123
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-02-07 16:41:11 |
124
124
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
125
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-23 01:32:32 |
126
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-24 01:14:10 |
125
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-28 01:44:45 |
126
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-28 01:45:05 |
127
127
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-24 01:14:26 |
128
128
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
129
129
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
@@ -143,11 +143,11 @@
143
143
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-02-15 01:45:01 |
144
144
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
145
145
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-02-21 01:54:49 |
146
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-02-23 01:45:48 |
146
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-02-27 01:35:12 |
147
147
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-02-17 04:46:25 |
148
148
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-20 01:44:36 |
149
149
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
150
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-02-24 01:21:03 |
150
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-02-28 01:49:07 |
151
151
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
152
152
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-02-07 01:48:09 |
153
153
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
@@ -157,7 +157,7 @@
157
157
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
158
158
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-02-17 04:56:22 |
159
159
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-22 01:43:33 |
160
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-12-16 01:37:37 |
160
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-02-28 01:51:11 |
161
161
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
162
162
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
163
163
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-12-28 01:09:31 |
@@ -184,23 +184,23 @@
184
184
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
185
185
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-02-23 01:54:00 |
186
186
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-02-22 01:48:37 |
187
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-02-06 02:04:53 |
187
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-02-28 01:55:02 |
188
188
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
189
189
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
190
190
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-21 02:10:01 |
191
191
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
192
192
  | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-24 01:23:28 |
193
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-24 01:23:45 |
194
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-22 01:58:40 |
193
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-28 02:18:17 |
194
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-28 02:19:52 |
195
195
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
196
196
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
197
197
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
198
198
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
199
199
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
200
200
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
201
- | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-02-23 02:02:33 |
201
+ | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-02-28 02:20:31 |
202
202
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-01-16 02:13:33 |
203
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-24 01:24:55 |
203
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-27 01:47:59 |
204
204
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
205
205
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
206
206
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
@@ -215,10 +215,10 @@
215
215
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
216
216
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
217
217
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-22 02:07:08 |
218
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-20 02:08:58 |
218
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-28 02:25:56 |
219
219
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-02-06 02:56:05 |
220
220
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
221
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-22 02:17:42 |
221
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-28 02:28:46 |
222
222
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
223
223
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-02-24 01:40:46 |
224
224
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.546"
1
+ export const sdkVersion = "4.0.548"
@@ -417,7 +417,7 @@ export interface DescribeBPWhiteListsResponse {
417
417
  */
418
418
  export interface CreateBPFakeAPPListRequest {
419
419
  /**
420
- * 批量模版
420
+ * 批量模板
421
421
  */
422
422
  FakeAPPs: string
423
423
  }
@@ -849,7 +849,7 @@ export interface CreateBPWhiteListRequest {
849
849
  */
850
850
  export interface CreateBPFakeURLsRequest {
851
851
  /**
852
- * 批量模版
852
+ * 批量模板
853
853
  */
854
854
  FakeURLs: string
855
855
  }
@@ -23,6 +23,7 @@ import {
23
23
  ModifyDiskAttributesResponse,
24
24
  DescribeDiskBackupsRequest,
25
25
  AutoSnapshotPolicy,
26
+ DetailPrice,
26
27
  DescribeSnapshotOperationLogsRequest,
27
28
  ModifySnapshotsSharePermissionRequest,
28
29
  CopySnapshotCrossRegionsResponse,
@@ -202,10 +203,8 @@ export class Client extends AbstractClient {
202
203
  }
203
204
 
204
205
  /**
205
- * 本接口(InquiryPriceResizeDisk)用于扩容云硬盘询价。
206
-
207
- * 只支持预付费模式的云硬盘扩容询价。
208
- */
206
+ * 本接口(InquiryPriceResizeDisk)用于扩容云硬盘询价。
207
+ */
209
208
  async InquiryPriceResizeDisk(
210
209
  req: InquiryPriceResizeDiskRequest,
211
210
  cb?: (error: string, rep: InquiryPriceResizeDiskResponse) => void
@@ -228,7 +227,6 @@ export class Client extends AbstractClient {
228
227
 
229
228
  * 可以根据定期快照策略ID、名称或者状态等信息来查询定期快照策略的详细信息,不同条件之间为与(AND)的关系,过滤信息详细请见过滤器`Filter`。
230
229
  * 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的定期快照策略表。
231
-
232
230
  */
233
231
  async DescribeAutoSnapshotPolicies(
234
232
  req: DescribeAutoSnapshotPoliciesRequest,
@@ -212,6 +212,88 @@ export interface AutoSnapshotPolicy {
212
212
  注意:此字段可能返回 null,表示取不到有效值。
213
213
  */
214
214
  AdvancedRetentionPolicy: AdvancedRetentionPolicy
215
+
216
+ /**
217
+ * 该复制快照策略的源端账户ID
218
+ 注意:此字段可能返回 null,表示取不到有效值。
219
+ */
220
+ CopyFromAccountUin?: string
221
+
222
+ /**
223
+ * 标签。
224
+ 注意:此字段可能返回 null,表示取不到有效值。
225
+ */
226
+ Tags?: Array<Tag>
227
+ }
228
+
229
+ /**
230
+ * 描述购买云盘时的费用明细。
231
+ */
232
+ export interface DetailPrice {
233
+ /**
234
+ * 描述计费项目名称。
235
+ 注意:此字段可能返回 null,表示取不到有效值。
236
+ */
237
+ PriceTitle: string
238
+
239
+ /**
240
+ * 描述计费项目显示名称,用户控制台展示。
241
+ */
242
+ PriceName: string
243
+
244
+ /**
245
+ * 预付费云盘预支费用的原价,单位:元。
246
+ 注意:此字段可能返回 null,表示取不到有效值。
247
+ */
248
+ OriginalPrice: number
249
+
250
+ /**
251
+ * 预付费云盘预支费用的折扣价,单位:元。
252
+ 注意:此字段可能返回 null,表示取不到有效值。
253
+ */
254
+ DiscountPrice: number
255
+
256
+ /**
257
+ * 后付费云盘原单价,单位:元。
258
+ 注意:此字段可能返回 null,表示取不到有效值。
259
+ */
260
+ UnitPrice: number
261
+
262
+ /**
263
+ * 后付费云盘折扣单价,单位:元。
264
+ 注意:此字段可能返回 null,表示取不到有效值。
265
+ */
266
+ UnitPriceDiscount: number
267
+
268
+ /**
269
+ * 后付费云盘的计价单元,取值范围:HOUR:表示后付费云盘的计价单元是按小时计算。
270
+ 注意:此字段可能返回 null,表示取不到有效值。
271
+ */
272
+ ChargeUnit: string
273
+
274
+ /**
275
+ * 高精度预付费云盘预支费用的原价,单位:元。
276
+ 注意:此字段可能返回 null,表示取不到有效值。
277
+ */
278
+ OriginalPriceHigh?: string
279
+
280
+ /**
281
+ * 高精度预付费云盘预支费用的折扣价,单位:元。
282
+ 注意:此字段可能返回 null,表示取不到有效值。
283
+ */
284
+ DiscountPriceHigh?: string
285
+
286
+ /**
287
+ * 高精度后付费云盘原单价,单位:元。
288
+ 注意:此字段可能返回 null,表示取不到有效值。
289
+ */
290
+ UnitPriceHigh?: string
291
+
292
+ /**
293
+ * 高精度后付费云盘折扣单价,单位:元。
294
+ 注意:此字段可能返回 null,表示取不到有效值。
295
+ */
296
+ UnitPriceDiscountHigh?: string
215
297
  }
216
298
 
217
299
  /**
@@ -332,7 +414,7 @@ export interface CreateSnapshotResponse {
332
414
  /**
333
415
  * 新创建的快照ID。
334
416
  */
335
- SnapshotId: string
417
+ SnapshotId?: string
336
418
 
337
419
  /**
338
420
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1012,6 +1094,18 @@ export interface Disk {
1012
1094
  * 云硬盘挂载实例的类型。取值范围:<br><li>CVM<br><li>EKS
1013
1095
  */
1014
1096
  InstanceType: string
1097
+
1098
+ /**
1099
+ * 云硬盘最后一次挂载的实例ID
1100
+ 注意:此字段可能返回 null,表示取不到有效值。
1101
+ */
1102
+ LastAttachInsId?: string
1103
+
1104
+ /**
1105
+ * 云硬盘最后一次操作错误提示
1106
+ 注意:此字段可能返回 null,表示取不到有效值。
1107
+ */
1108
+ ErrorPrompt?: string
1015
1109
  }
1016
1110
 
1017
1111
  /**
@@ -1264,6 +1358,12 @@ export interface Placement {
1264
1358
  */
1265
1359
  ProjectId?: number
1266
1360
 
1361
+ /**
1362
+ * 实例所属项目名称。
1363
+ 注意:此字段可能返回 null,表示取不到有效值。
1364
+ */
1365
+ ProjectName?: string
1366
+
1267
1367
  /**
1268
1368
  * 独享集群名字。作为入参时,忽略。作为出参时,表示云硬盘所属的独享集群名,可为空。
1269
1369
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1614,6 +1714,12 @@ export interface DiskConfig {
1614
1714
  * 最大可配置云盘大小,单位GB。
1615
1715
  */
1616
1716
  MaxDiskSize?: number
1717
+
1718
+ /**
1719
+ * 描述预付费或后付费云盘的价格。
1720
+ 注意:此字段可能返回 null,表示取不到有效值。
1721
+ */
1722
+ Price?: Price
1617
1723
  }
1618
1724
 
1619
1725
  /**
@@ -1858,7 +1964,7 @@ export interface Snapshot {
1858
1964
  /**
1859
1965
  * 快照绑定的标签列表。
1860
1966
  */
1861
- Tags: Array<Tag>
1967
+ Tags?: Array<Tag>
1862
1968
  }
1863
1969
 
1864
1970
  /**
@@ -2116,12 +2222,17 @@ export interface DescribeDiskStoragePoolResponse {
2116
2222
  /**
2117
2223
  * 符合条件的独享集群的数量
2118
2224
  */
2119
- TotalCount: number
2225
+ TotalCount?: number
2226
+
2227
+ /**
2228
+ * 独享集群的详细信息列表
2229
+ */
2230
+ CdcSet?: Array<Cdc>
2120
2231
 
2121
2232
  /**
2122
2233
  * 独享集群的详细信息列表
2123
2234
  */
2124
- DiskStoragePoolSet: Array<Cdc>
2235
+ DiskStoragePoolSet?: Array<Cdc>
2125
2236
 
2126
2237
  /**
2127
2238
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2169,14 +2280,14 @@ export interface ModifyDiskExtraPerformanceResponse {
2169
2280
  */
2170
2281
  export interface InquirePriceModifyDiskExtraPerformanceRequest {
2171
2282
  /**
2172
- * 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。
2283
+ * 额外购买的云硬盘性能值,单位MB/s。
2173
2284
  */
2174
- DiskId: string
2285
+ ThroughputPerformance: number
2175
2286
 
2176
2287
  /**
2177
- * 额外购买的云硬盘性能值,单位MB/s。
2288
+ * 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。
2178
2289
  */
2179
- ThroughputPerformance: number
2290
+ DiskId: string
2180
2291
  }
2181
2292
 
2182
2293
  /**
@@ -2184,14 +2295,14 @@ export interface InquirePriceModifyDiskExtraPerformanceRequest {
2184
2295
  */
2185
2296
  export interface InquiryPriceResizeDiskRequest {
2186
2297
  /**
2187
- * 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。
2298
+ * 云硬盘扩容后的大小,单位为GB,不得小于当前云硬盘大小。云盘大小取值范围参见云硬盘[产品分类](/document/product/362/2353)的说明。
2188
2299
  */
2189
- DiskId: string
2300
+ DiskSize: number
2190
2301
 
2191
2302
  /**
2192
- * 云硬盘扩容后的大小,单位为GB,不得小于当前云硬盘大小。云盘大小取值范围参见云硬盘[产品分类](/document/product/362/2353)的说明。
2303
+ * 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。
2193
2304
  */
2194
- DiskSize: number
2305
+ DiskId: string
2195
2306
 
2196
2307
  /**
2197
2308
  * 云盘所属项目ID。 如传入则仅用于鉴权。
@@ -2391,6 +2502,12 @@ export interface PrepayPrice {
2391
2502
  注意:此字段可能返回 null,表示取不到有效值。
2392
2503
  */
2393
2504
  UnitPrice: number
2505
+
2506
+ /**
2507
+ * 计费项目明细列表。
2508
+ 注意:此字段可能返回 null,表示取不到有效值。
2509
+ */
2510
+ DetailPrices?: Array<DetailPrice>
2394
2511
  }
2395
2512
 
2396
2513
  /**
@@ -2469,6 +2586,16 @@ export interface Cdc {
2469
2586
  * 独享集群到期时间。
2470
2587
  */
2471
2588
  ExpiredTime: string
2589
+
2590
+ /**
2591
+ * 存储池创建时间。
2592
+ */
2593
+ CreatedTime: string
2594
+
2595
+ /**
2596
+ * 当前集群中已创建的云盘数量。
2597
+ */
2598
+ DiskNumber: number
2472
2599
  }
2473
2600
 
2474
2601
  /**
@@ -22,7 +22,7 @@ export interface DescribeDedicatedClusterInstanceTypesResponse {
22
22
  /**
23
23
  * 支持的实例规格列表
24
24
  */
25
- DedicatedClusterInstanceTypeSet: Array<DedicatedClusterInstanceType>
25
+ DedicatedClusterInstanceTypeSet?: Array<DedicatedClusterInstanceType>
26
26
 
27
27
  /**
28
28
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -413,7 +413,7 @@ export interface CreateSiteResponse {
413
413
  /**
414
414
  * 创建Site生成的id
415
415
  */
416
- SiteId: string
416
+ SiteId?: string
417
417
 
418
418
  /**
419
419
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -801,12 +801,12 @@ export interface DescribeSitesResponse {
801
801
  /**
802
802
  * 符合查询条件的站点列表
803
803
  */
804
- SiteSet: Array<Site>
804
+ SiteSet?: Array<Site>
805
805
 
806
806
  /**
807
807
  * 符合条件的站点数量。
808
808
  */
809
- TotalCount: number
809
+ TotalCount?: number
810
810
 
811
811
  /**
812
812
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1011,7 +1011,7 @@ export interface CreateDedicatedClusterOrderResponse {
1011
1011
  * 专用集群订单id
1012
1012
  注意:此字段可能返回 null,表示取不到有效值。
1013
1013
  */
1014
- DedicatedClusterOrderId: string
1014
+ DedicatedClusterOrderId?: string
1015
1015
 
1016
1016
  /**
1017
1017
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1026,7 +1026,7 @@ export interface DescribeDedicatedClusterCosCapacityResponse {
1026
1026
  /**
1027
1027
  * 本集群内cos容量信息,单位:‘GB’
1028
1028
  */
1029
- CosCapacity: CosCapacity
1029
+ CosCapacity?: CosCapacity
1030
1030
 
1031
1031
  /**
1032
1032
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1056,7 +1056,7 @@ export interface CreateDedicatedClusterResponse {
1056
1056
  /**
1057
1057
  * 创建的专用集群id
1058
1058
  */
1059
- DedicatedClusterId: string
1059
+ DedicatedClusterId?: string
1060
1060
 
1061
1061
  /**
1062
1062
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1112,12 +1112,12 @@ export interface DescribeSitesDetailResponse {
1112
1112
  /**
1113
1113
  * 站点详情
1114
1114
  */
1115
- SiteDetailSet: Array<SiteDetail>
1115
+ SiteDetailSet?: Array<SiteDetail>
1116
1116
 
1117
1117
  /**
1118
1118
  * 符合条件的站点总数
1119
1119
  */
1120
- TotalCount: number
1120
+ TotalCount?: number
1121
1121
 
1122
1122
  /**
1123
1123
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1167,12 +1167,12 @@ export interface DescribeDedicatedClustersResponse {
1167
1167
  /**
1168
1168
  * 符合查询条件的专用集群列表
1169
1169
  */
1170
- DedicatedClusterSet: Array<DedicatedCluster>
1170
+ DedicatedClusterSet?: Array<DedicatedCluster>
1171
1171
 
1172
1172
  /**
1173
1173
  * 符合条件的专用集群数量。
1174
1174
  */
1175
- TotalCount: number
1175
+ TotalCount?: number
1176
1176
 
1177
1177
  /**
1178
1178
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1654,7 +1654,7 @@ export interface DescribeDedicatedClusterHostStatisticsResponse {
1654
1654
  /**
1655
1655
  * 该集群内宿主机的统计信息列表
1656
1656
  */
1657
- HostStatisticSet: Array<HostStatistic>
1657
+ HostStatisticSet?: Array<HostStatistic>
1658
1658
 
1659
1659
  /**
1660
1660
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1725,12 +1725,12 @@ export interface DescribeDedicatedClusterOrdersResponse {
1725
1725
  /**
1726
1726
  * 专用集群订单列表
1727
1727
  */
1728
- DedicatedClusterOrderSet: Array<DedicatedClusterOrder>
1728
+ DedicatedClusterOrderSet?: Array<DedicatedClusterOrder>
1729
1729
 
1730
1730
  /**
1731
1731
  * 符合条件的专用集群订单总数
1732
1732
  */
1733
- TotalCount: number
1733
+ TotalCount?: number
1734
1734
 
1735
1735
  /**
1736
1736
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。