tencentcloud-sdk-nodejs 4.0.596 → 4.0.598

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 (92) hide show
  1. package/CHANGELOG.md +531 -0
  2. package/SERVICE_CHANGELOG.md +492 -56
  3. package/package.json +1 -1
  4. package/products.md +33 -33
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_client.ts +1 -1
  7. package/src/services/billing/v20180709/billing_client.ts +5 -2
  8. package/src/services/billing/v20180709/billing_models.ts +23 -12
  9. package/src/services/cdb/v20170320/cdb_models.ts +12 -2
  10. package/src/services/ckafka/v20190819/ckafka_client.ts +19 -2
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +229 -77
  12. package/src/services/cwp/v20180228/cwp_models.ts +52 -6
  13. package/src/services/dasb/v20191018/dasb_models.ts +11 -1
  14. package/src/services/dlc/v20210125/dlc_models.ts +25 -2
  15. package/src/services/eis/v20210601/eis_client.ts +1 -1
  16. package/src/services/eis/v20210601/eis_models.ts +23 -3
  17. package/src/services/ess/v20201111/ess_client.ts +14 -2
  18. package/src/services/ess/v20201111/ess_models.ts +102 -67
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +7 -2
  20. package/src/services/iotvideo/v20201215/iotvideo_models.ts +6 -0
  21. package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
  22. package/src/services/monitor/v20180724/monitor_client.ts +16 -4
  23. package/src/services/monitor/v20180724/monitor_models.ts +77 -62
  24. package/src/services/mrs/v20200910/mrs_models.ts +2 -2
  25. package/src/services/oceanus/v20190422/oceanus_client.ts +1 -0
  26. package/src/services/oceanus/v20190422/oceanus_models.ts +11 -0
  27. package/src/services/omics/v20221128/omics_client.ts +58 -19
  28. package/src/services/omics/v20221128/omics_models.ts +263 -58
  29. package/src/services/redis/v20180412/redis_client.ts +6 -6
  30. package/src/services/redis/v20180412/redis_models.ts +132 -107
  31. package/src/services/rum/v20210622/rum_models.ts +6 -0
  32. package/src/services/scf/v20180416/scf_models.ts +11 -1
  33. package/src/services/ssl/v20191205/ssl_models.ts +62 -32
  34. package/src/services/ssm/v20190923/ssm_models.ts +38 -22
  35. package/src/services/tcss/v20201101/tcss_models.ts +6 -0
  36. package/src/services/teo/v20220901/teo_models.ts +2 -2
  37. package/src/services/tione/v20211111/tione_models.ts +17 -11
  38. package/src/services/trp/v20210515/trp_models.ts +1 -1
  39. package/src/services/vpc/v20170312/vpc_client.ts +5 -5
  40. package/src/services/vpc/v20170312/vpc_models.ts +27 -9
  41. package/src/services/vrs/v20200824/vrs_models.ts +3 -3
  42. package/src/services/wedata/v20210820/wedata_models.ts +6 -0
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -1
  46. package/tencentcloud/services/as/v20180419/as_client.js +1 -1
  47. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +4 -1
  48. package/tencentcloud/services/billing/v20180709/billing_client.js +4 -1
  49. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +21 -12
  50. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +10 -2
  51. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +6 -1
  52. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +7 -0
  53. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +195 -66
  54. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +45 -6
  55. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +9 -1
  56. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +22 -2
  57. package/tencentcloud/services/eis/v20210601/eis_client.d.ts +1 -1
  58. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +20 -3
  59. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  60. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  61. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +90 -60
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -2
  63. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +5 -0
  64. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
  65. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
  66. package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
  67. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +66 -53
  68. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2 -2
  69. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +9 -0
  70. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +19 -7
  71. package/tencentcloud/services/omics/v20221128/omics_client.js +27 -9
  72. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +226 -50
  73. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +6 -6
  74. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -6
  75. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +123 -98
  76. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +5 -0
  77. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +9 -1
  78. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +57 -32
  79. package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +35 -22
  80. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +5 -0
  81. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
  82. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +16 -11
  83. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +1 -1
  84. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -5
  85. package/tencentcloud/services/vpc/v20170312/vpc_client.js +5 -5
  86. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +18 -3
  87. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +3 -3
  88. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
  89. package/test/ckafka.v20190819.test.js +10 -0
  90. package/test/ess.v20201111.test.js +10 -0
  91. package/test/monitor.v20180724.test.js +10 -0
  92. package/test/omics.v20221128.test.js +36 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.596",
3
+ "version": "4.0.598",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -16,14 +16,14 @@
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-03-30 01:02:33 |
18
18
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-05-08 01:07:20 |
19
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-30 01:03:04 |
19
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-05-12 01:03:02 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-05-11 01:03:26 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-03-30 01:03:34 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-04-20 01:03:43 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-05-09 01:03:13 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-03-30 01:03:52 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-05-10 01:04:20 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-05-10 01:04:26 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-05-12 01:04:14 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-03-30 01:04:12 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-04-28 01:08:34 |
@@ -34,14 +34,14 @@
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-03-30 01:05:21 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-03-30 01:05:24 |
37
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-05-10 01:06:45 |
37
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-05-12 01:06:11 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-04-06 20:55:55 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-05-08 01:10:15 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-04-24 01:05:46 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-05-11 01:07:04 |
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-05-08 01:11:11 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-05-08 01:11:27 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-05-15 01:12:13 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-05-09 01:06:58 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-05-08 01:12:20 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-30 01:08:37 |
@@ -54,12 +54,12 @@
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-03-30 01:09:33 |
55
55
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
56
56
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
57
- | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-05-11 01:11:12 |
57
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-05-15 01:23:02 |
58
58
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-05-10 01:12:15 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-04-05 01:18:15 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-30 01:10:35 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-05-09 01:09:45 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-05-11 01:12:58 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-05-15 01:24:41 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-03-30 01:11:29 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-03-30 01:11:46 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
@@ -67,33 +67,33 @@
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
68
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-05-08 10:25:58 |
69
69
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-05-09 01:11:50 |
70
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-05-09 01:12:29 |
70
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-05-15 01:28:20 |
71
71
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
72
72
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-05-11 01:17:45 |
73
- | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-04-28 01:18:09 |
73
+ | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-05-12 01:18:05 |
74
74
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
75
75
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-03-30 01:33:58 |
76
76
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-05-10 01:19:56 |
77
77
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-09 01:15:24 |
78
78
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-04-07 01:43:48 |
79
79
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-04-04 01:14:38 |
80
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-04-27 01:17:49 |
80
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-05-15 01:32:47 |
81
81
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-04-26 01:20:43 |
82
82
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-05-09 01:16:42 |
83
83
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-03-30 01:36:07 |
84
84
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-03-30 01:36:11 |
85
85
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
86
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-04-27 01:18:58 |
86
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-05-12 01:21:53 |
87
87
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-04-11 01:18:48 |
88
88
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-03-30 01:36:45 |
89
89
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-05-05 01:16:29 |
90
90
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-04-24 01:17:53 |
91
91
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-03-30 01:37:29 |
92
- | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-04-20 01:20:51 |
92
+ | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-15 01:37:48 |
93
93
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-05-11 01:24:03 |
94
94
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-11 01:24:36 |
95
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-05-08 01:23:59 |
96
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-05-10 01:25:25 |
95
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-05-15 01:38:30 |
96
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-05-15 01:38:51 |
97
97
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-04-20 16:06:06 |
98
98
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-09 01:19:38 |
99
99
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-03-30 01:38:53 |
@@ -113,12 +113,12 @@
113
113
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-03-30 01:40:23 |
114
114
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2023-03-30 01:40:31 |
115
115
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
116
- | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-05-09 01:22:37 |
116
+ | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-05-12 01:29:31 |
117
117
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-03-30 01:41:01 |
118
118
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-03-30 01:41:14 |
119
119
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-05-08 01:28:02 |
120
120
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-03-30 01:41:53 |
121
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-04-12 01:33:34 |
121
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-05-12 01:31:53 |
122
122
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-04-26 01:30:49 |
123
123
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-04-26 01:31:28 |
124
124
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-30 01:43:25 |
@@ -136,17 +136,17 @@
136
136
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-03-30 01:46:57 |
137
137
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-03-30 01:47:02 |
138
138
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-04-11 01:28:42 |
139
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-05-08 01:39:58 |
139
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-05-12 01:36:37 |
140
140
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-04-28 01:31:27 |
141
- | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-30 01:49:08 |
141
+ | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-15 01:50:55 |
142
142
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-05-08 01:41:34 |
143
143
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-03-30 01:49:22 |
144
144
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
145
145
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-05-09 01:32:09 |
146
146
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
147
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-05-10 01:38:48 |
148
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-05-11 01:38:16 |
149
- | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-11 01:38:54 |
147
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-05-12 01:39:08 |
148
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-05-12 01:39:47 |
149
+ | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-12 01:40:23 |
150
150
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-03-30 01:50:22 |
151
151
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-03-30 01:50:28 |
152
152
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-03-30 01:50:40 |
@@ -154,12 +154,12 @@
154
154
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-04-27 01:32:20 |
155
155
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-27 01:32:51 |
156
156
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-04-26 01:42:31 |
157
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-05-10 01:41:40 |
157
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-05-12 01:42:12 |
158
158
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-30 01:51:52 |
159
159
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-03-30 01:51:54 |
160
160
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
161
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-04-26 01:43:23 |
162
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-05-09 01:36:11 |
161
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-12 01:43:18 |
162
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-05-15 01:55:08 |
163
163
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-05-09 01:36:33 |
164
164
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-03-30 01:52:35 |
165
165
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-04-03 01:30:29 |
@@ -169,9 +169,9 @@
169
169
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
170
170
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-05-10 01:43:56 |
171
171
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-05-08 01:50:08 |
172
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-05-09 01:38:09 |
172
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-05-12 01:45:40 |
173
173
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-03-30 01:53:47 |
174
- | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-04-27 01:35:41 |
174
+ | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-12 01:46:03 |
175
175
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-03-30 01:53:57 |
176
176
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-03-30 01:54:01 |
177
177
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-05-08 01:50:51 |
@@ -188,13 +188,13 @@
188
188
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
189
189
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-03-30 01:57:46 |
190
190
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-04-26 01:48:46 |
191
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-04-19 01:50:55 |
191
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-05-12 01:48:26 |
192
192
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-03-30 02:27:00 |
193
193
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-03-30 02:27:07 |
194
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-05-11 01:48:28 |
194
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-05-15 02:01:58 |
195
195
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-30 02:27:47 |
196
196
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-04-20 01:41:18 |
197
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-05-08 01:55:39 |
197
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-05-12 01:52:04 |
198
198
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-05-09 01:46:09 |
199
199
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
200
200
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-03-30 02:30:02 |
@@ -202,7 +202,7 @@
202
202
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-03-30 02:30:06 |
203
203
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
204
204
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-05-08 01:57:16 |
205
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-05-10 01:53:37 |
205
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-05-15 02:05:29 |
206
206
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-04-14 01:58:42 |
207
207
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-05-10 01:54:36 |
208
208
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
@@ -210,7 +210,7 @@
210
210
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-04-25 01:57:23 |
211
211
  | tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-04-07 10:20:53 |
212
212
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
213
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-26 02:00:05 |
213
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-05-15 02:07:48 |
214
214
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-12 02:06:17 |
215
215
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-05-11 01:54:38 |
216
216
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-04-20 01:48:06 |
@@ -221,11 +221,11 @@
221
221
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-03-30 02:47:27 |
222
222
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
223
223
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-05-10 01:59:01 |
224
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-05-11 01:58:28 |
225
- | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-04-14 02:04:14 |
224
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-05-15 02:11:55 |
225
+ | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-05-15 02:14:20 |
226
226
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-05-08 02:03:46 |
227
227
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-05-09 01:55:56 |
228
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-05-11 02:02:05 |
228
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-05-15 02:15:00 |
229
229
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
230
230
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-04-28 01:49:51 |
231
231
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.596"
1
+ export const sdkVersion = "4.0.598"
@@ -238,7 +238,7 @@ export class Client extends AbstractClient {
238
238
  }
239
239
 
240
240
  /**
241
- * 本接口(DeleteAutoScalingGroup)用于删除指定伸缩组,删除前提是伸缩组内无实例且当前未在执行伸缩活动。
241
+ * 本接口(DeleteAutoScalingGroup)用于删除指定伸缩组,删除前提是伸缩组内无运行中(IN_SERVICE)状态的实例且当前未在执行伸缩活动。删除伸缩组后,创建失败(CREATION_FAILED)、中止失败(TERMINATION_FAILED)、解绑失败(DETACH_FAILED)等非运行中状态的实例不会被销毁。
242
242
  */
243
243
  async DeleteAutoScalingGroup(
244
244
  req: DeleteAutoScalingGroupRequest,
@@ -167,8 +167,11 @@ export class Client extends AbstractClient {
167
167
  }
168
168
 
169
169
  /**
170
- * 查询账单明细数据
171
- */
170
+ * 查询账单明细数据。
171
+ 注意事项:
172
+ 1.在请求接口时,由于网络不稳定或其它异常,可能会导致请求失败。如果您遇到这种情况,我们建议您在接口请求失败时,手动发起重试操作,这样可以更好地确保您的接口请求能够成功执行。
173
+ 2.对于账单明细数据量级很大(例如每月账单明细量级超过20w)的客户,通过 API 调用账单数据效率较低,建议您开通账单数据存储功能,通过存储桶中获取账单文件进行分析。[账单存储至COS桶](https://cloud.tencent.com/document/product/555/61275)
174
+ */
172
175
  async DescribeBillDetail(
173
176
  req: DescribeBillDetailRequest,
174
177
  cb?: (error: string, rep: DescribeBillDetailResponse) => void
@@ -1093,7 +1093,7 @@ export type DescribeAccountBalanceRequest = null
1093
1093
  */
1094
1094
  export interface DescribeBillDetailRequest {
1095
1095
  /**
1096
- * 偏移量
1096
+ * 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,依次类推
1097
1097
  */
1098
1098
  Offset: number
1099
1099
 
@@ -1108,17 +1108,17 @@ export interface DescribeBillDetailRequest {
1108
1108
  PeriodType?: string
1109
1109
 
1110
1110
  /**
1111
- * 月份,格式为yyyy-mm,Month和BeginTime&EndTime必传一个,如果有传BeginTime&EndTime则Month字段无效。不能早于开通账单2.0的月份,最多可拉取24个月内的数据。
1111
+ * 月份,格式为yyyy-mm,Month和BeginTime&EndTime必传一个,如果有传BeginTime&EndTime则Month字段无效。不能早于开通账单2.0的月份,最多可拉取18个月内的数据。
1112
1112
  */
1113
1113
  Month?: string
1114
1114
 
1115
1115
  /**
1116
- * 周期开始时间,格式为Y-m-d H:i:s,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传。不能早于开通账单2.0的月份,最多可拉取24个月内的数据。(不支持跨月查询)
1116
+ * 周期开始时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传。不能早于开通账单2.0的月份,最多可拉取18个月内的数据。(不支持跨月查询)
1117
1117
  */
1118
1118
  BeginTime?: string
1119
1119
 
1120
1120
  /**
1121
- * 周期结束时间,格式为Y-m-d H:i:s,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传。不能早于开通账单2.0的月份,最多可拉取24个月内的数据。(不支持跨月查询)
1121
+ * 周期结束时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传。不能早于开通账单2.0的月份,最多可拉取18个月内的数据。(不支持跨月查询)
1122
1122
  */
1123
1123
  EndTime?: string
1124
1124
 
@@ -1184,6 +1184,11 @@ export interface DescribeBillDetailRequest {
1184
1184
  备注:如需获取当月使用过的BusinessCode,请调用API:<a href="https://cloud.tencent.com/document/product/555/35761">获取产品汇总费用分布</a>
1185
1185
  */
1186
1186
  BusinessCode?: string
1187
+
1188
+ /**
1189
+ * 上一次请求返回的上下文信息,翻页查询Month>=2023-05的月份的数据可加快查询速度,数据量10万级别以上的用户建议使用,查询速度可提升2~10倍
1190
+ */
1191
+ Context?: string
1187
1192
  }
1188
1193
 
1189
1194
  /**
@@ -1644,7 +1649,7 @@ export interface BillDetailComponent {
1644
1649
  Cost: string
1645
1650
 
1646
1651
  /**
1647
- * 折扣率
1652
+ * 折扣率,本资源享受的折扣率(如果客户享受一口价/合同价则默认不展示,退费场景也默认不展示)
1648
1653
  */
1649
1654
  Discount: string
1650
1655
 
@@ -1686,7 +1691,7 @@ export interface BillDetailComponent {
1686
1691
  ComponentCode: string
1687
1692
 
1688
1693
  /**
1689
- * 合同价
1694
+ * 组件单价
1690
1695
  注意:此字段可能返回 null,表示取不到有效值。
1691
1696
  */
1692
1697
  ContractPrice: string
@@ -1704,31 +1709,31 @@ export interface BillDetailComponent {
1704
1709
  RiTimeSpan: string
1705
1710
 
1706
1711
  /**
1707
- * 按组件原价的口径换算的预留实例抵扣金额
1712
+ * 预留实例抵扣组件原价,本产品或服务使用预留实例抵扣的组件原价金额
1708
1713
  注意:此字段可能返回 null,表示取不到有效值。
1709
1714
  */
1710
1715
  OriginalCostWithRI: string
1711
1716
 
1712
1717
  /**
1713
- * 节省计划可用余额额度范围内,节省计划对于此组件打的折扣率
1718
+ * 节省计划抵扣率,节省计划可用余额额度范围内,节省计划对于此组件打的折扣率
1714
1719
  注意:此字段可能返回 null,表示取不到有效值。
1715
1720
  */
1716
1721
  SPDeductionRate: string
1717
1722
 
1718
1723
  /**
1719
- * 节省计划抵扣的SP包面值
1724
+ * 节省计划抵扣金额,节省计划抵扣的SP包面值
1720
1725
  注意:此字段可能返回 null,表示取不到有效值。
1721
1726
  */
1722
1727
  SPDeduction: string
1723
1728
 
1724
1729
  /**
1725
- * 按组件原价的口径换算的节省计划抵扣金额
1730
+ * 节省计划抵扣组件原价,节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
1726
1731
  注意:此字段可能返回 null,表示取不到有效值。
1727
1732
  */
1728
1733
  OriginalCostWithSP: string
1729
1734
 
1730
1735
  /**
1731
- * 综合了官网折扣、预留实例抵扣、节省计划抵扣的混合折扣率。若没有预留实例抵扣、节省计划抵扣,混合折扣率等于折扣率
1736
+ * 混合折扣率,综合各类折扣抵扣信息后的最终折扣率,混合折扣率 = 优惠后总价 / 组件原价
1732
1737
  注意:此字段可能返回 null,表示取不到有效值。
1733
1738
  */
1734
1739
  BlendedDiscount: string
@@ -2650,11 +2655,17 @@ export interface DescribeBillDetailResponse {
2650
2655
  DetailSet?: Array<BillDetail>
2651
2656
 
2652
2657
  /**
2653
- * 总记录数
2658
+ * 总记录数,24小时缓存一次,可能比实际总记录数少
2654
2659
  注意:此字段可能返回 null,表示取不到有效值。
2655
2660
  */
2656
2661
  Total?: number
2657
2662
 
2663
+ /**
2664
+ * 本次请求的上下文信息,可用于下一次请求的请求参数中,加快查询速度
2665
+ 注意:此字段可能返回 null,表示取不到有效值。
2666
+ */
2667
+ Context?: string
2668
+
2658
2669
  /**
2659
2670
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2660
2671
  */
@@ -526,6 +526,16 @@ export interface DescribeRollbackRangeTimeRequest {
526
526
  * 实例 ID 列表,单个实例 ID 的格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
527
527
  */
528
528
  InstanceIds: Array<string>
529
+
530
+ /**
531
+ * 克隆实例与源实例是否在同一可用区,是:"false",否:"true"
532
+ */
533
+ IsRemoteZone?: string
534
+
535
+ /**
536
+ * 克隆实例与源实例不在同一地域时需填写克隆实例所在地域,例:"ap-guangzhou"
537
+ */
538
+ BackupRegion?: string
529
539
  }
530
540
 
531
541
  /**
@@ -2462,12 +2472,12 @@ export interface DescribeRollbackRangeTimeResponse {
2462
2472
  /**
2463
2473
  * 符合查询条件的实例总数。
2464
2474
  */
2465
- TotalCount?: number
2475
+ TotalCount: number
2466
2476
 
2467
2477
  /**
2468
2478
  * 返回的参数信息。
2469
2479
  */
2470
- Items?: Array<InstanceRollbackRangeTime>
2480
+ Items: Array<InstanceRollbackRangeTime>
2471
2481
 
2472
2482
  /**
2473
2483
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -32,6 +32,7 @@ import {
32
32
  PartitionOffset,
33
33
  SQLServerConnectParam,
34
34
  CreateConnectResourceResponse,
35
+ EsModifyConnectParam,
35
36
  TopicRetentionTimeConfigRsp,
36
37
  BatchModifyTopicResultDTO,
37
38
  SubscribedInfo,
@@ -81,9 +82,11 @@ import {
81
82
  CheckCdcClusterResponse,
82
83
  CtsdbModifyConnectParam,
83
84
  CreateTokenResponse,
85
+ DescribeTopicFlowRankingRequest,
84
86
  DynamicDiskConfig,
87
+ TopicMessageHeapRanking,
85
88
  DorisConnectParam,
86
- ZoneInfo,
89
+ TopicFlowRanking,
87
90
  DescribeTopicSubscribeGroupResponse,
88
91
  DeleteAclRuleRequest,
89
92
  DescribeConnectResourcesRequest,
@@ -201,6 +204,7 @@ import {
201
204
  DeleteDatahubTopicRequest,
202
205
  DescribeRegionResponse,
203
206
  CreateTopicResponse,
207
+ ConsumerGroupSpeed,
204
208
  VipEntity,
205
209
  KafkaConnectParam,
206
210
  DescribeTopicProduceConnectionResponse,
@@ -226,6 +230,7 @@ import {
226
230
  Filter,
227
231
  Connection,
228
232
  BatchCreateAclResponse,
233
+ ZoneInfo,
229
234
  ModifyInstancePreResponse,
230
235
  CreateUserRequest,
231
236
  RouteResponse,
@@ -241,6 +246,7 @@ import {
241
246
  DescribeInstancesDetailRequest,
242
247
  JsonPathReplaceParam,
243
248
  SubstrParam,
249
+ TopicFlowRankingResult,
244
250
  FetchMessageByOffsetResponse,
245
251
  CreateConsumerRequest,
246
252
  InquireCkafkaPriceResponse,
@@ -275,7 +281,7 @@ import {
275
281
  BatchModifyTopicInfo,
276
282
  DescribeRouteResponse,
277
283
  ModifyDatahubTopicResponse,
278
- EsModifyConnectParam,
284
+ DescribeTopicFlowRankingResponse,
279
285
  ModifyConnectResourceResponse,
280
286
  InstanceChargeParam,
281
287
  DescribeDatahubTopicsRequest,
@@ -747,6 +753,17 @@ export class Client extends AbstractClient {
747
753
  return this.request("CheckCdcCluster", req, cb)
748
754
  }
749
755
 
756
+ /**
757
+ * 获取Topic流量排行,消费者流量排行
758
+
759
+ */
760
+ async DescribeTopicFlowRanking(
761
+ req: DescribeTopicFlowRankingRequest,
762
+ cb?: (error: string, rep: DescribeTopicFlowRankingResponse) => void
763
+ ): Promise<DescribeTopicFlowRankingResponse> {
764
+ return this.request("DescribeTopicFlowRanking", req, cb)
765
+ }
766
+
750
767
  /**
751
768
  * 修改AC策略,目前只支持预设规则的是否应用到新增topic这一项的修改
752
769
  */