tencentcloud-sdk-nodejs 4.0.624 → 4.0.626

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 (107) hide show
  1. package/CHANGELOG.md +394 -0
  2. package/SERVICE_CHANGELOG.md +503 -67
  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/apigateway/v20180808/apigateway_models.ts +16 -16
  7. package/src/services/apm/v20210622/apm_models.ts +5 -1
  8. package/src/services/billing/v20180709/billing_models.ts +29 -23
  9. package/src/services/cfs/v20190719/cfs_models.ts +4 -0
  10. package/src/services/ckafka/v20190819/ckafka_client.ts +4 -4
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +100 -65
  12. package/src/services/csip/v20221121/csip_client.ts +19 -2
  13. package/src/services/csip/v20221121/csip_models.ts +160 -10
  14. package/src/services/dcdb/v20180411/dcdb_client.ts +26 -13
  15. package/src/services/dcdb/v20180411/dcdb_models.ts +114 -9
  16. package/src/services/dlc/v20210125/dlc_client.ts +30 -27
  17. package/src/services/dlc/v20210125/dlc_models.ts +197 -95
  18. package/src/services/dnspod/v20210323/dnspod_models.ts +5 -0
  19. package/src/services/emr/v20190103/emr_client.ts +1 -1
  20. package/src/services/ess/v20201111/ess_client.ts +15 -1
  21. package/src/services/ess/v20201111/ess_models.ts +114 -15
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +18 -4
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +193 -72
  24. package/src/services/live/v20180801/live_client.ts +19 -6
  25. package/src/services/live/v20180801/live_models.ts +69 -0
  26. package/src/services/mariadb/v20170312/mariadb_client.ts +14 -1
  27. package/src/services/mariadb/v20170312/mariadb_models.ts +121 -16
  28. package/src/services/monitor/v20180724/monitor_client.ts +3 -3
  29. package/src/services/partners/v20180321/partners_models.ts +5 -0
  30. package/src/services/smh/v20210712/smh_models.ts +11 -11
  31. package/src/services/sms/v20190711/sms_client.ts +0 -1
  32. package/src/services/sms/v20190711/sms_models.ts +2 -2
  33. package/src/services/sms/v20210111/sms_models.ts +2 -2
  34. package/src/services/sts/v20180813/sts_client.ts +21 -8
  35. package/src/services/sts/v20180813/sts_models.ts +21 -21
  36. package/src/services/tbaas/v20180416/tbaas_client.ts +38 -14
  37. package/src/services/tbaas/v20180416/tbaas_models.ts +72 -8
  38. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +20 -15
  39. package/src/services/tdmq/v20200217/tdmq_client.ts +13 -1
  40. package/src/services/tdmq/v20200217/tdmq_models.ts +55 -6
  41. package/src/services/tke/v20180525/tke_client.ts +85 -24
  42. package/src/services/tke/v20180525/tke_models.ts +310 -133
  43. package/src/services/vpc/v20170312/vpc_models.ts +8 -6
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +16 -16
  47. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +5 -1
  48. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +9 -3
  49. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +4 -0
  50. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +0 -1
  51. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +0 -1
  52. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +99 -65
  53. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  54. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  55. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +153 -10
  56. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +9 -5
  57. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +12 -6
  58. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +111 -9
  59. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +27 -27
  60. package/tencentcloud/services/dlc/v20210125/dlc_client.js +27 -27
  61. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +194 -95
  62. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +5 -0
  63. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
  64. package/tencentcloud/services/emr/v20190103/emr_client.js +1 -1
  65. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  66. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  67. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +110 -15
  68. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
  70. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +188 -71
  71. package/tencentcloud/services/live/v20180801/live_client.d.ts +7 -3
  72. package/tencentcloud/services/live/v20180801/live_client.js +9 -3
  73. package/tencentcloud/services/live/v20180801/live_models.d.ts +66 -0
  74. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  75. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  76. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +118 -16
  77. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -3
  78. package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -3
  79. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +5 -0
  80. package/tencentcloud/services/smh/v20210712/smh_models.d.ts +11 -11
  81. package/tencentcloud/services/sms/v20190711/sms_client.d.ts +0 -1
  82. package/tencentcloud/services/sms/v20190711/sms_client.js +0 -1
  83. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +2 -2
  84. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +2 -2
  85. package/tencentcloud/services/sts/v20180813/sts_client.d.ts +18 -5
  86. package/tencentcloud/services/sts/v20180813/sts_client.js +18 -5
  87. package/tencentcloud/services/sts/v20180813/sts_models.d.ts +21 -21
  88. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +24 -8
  89. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +25 -7
  90. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +70 -8
  91. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +20 -15
  92. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  93. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  94. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +53 -6
  95. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +25 -5
  96. package/tencentcloud/services/tke/v20180525/tke_client.js +36 -6
  97. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +296 -130
  98. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -6
  99. package/test/csip.v20221121.test.js +10 -0
  100. package/test/dcdb.v20180411.test.js +14 -4
  101. package/test/ess.v20201111.test.js +10 -0
  102. package/test/essbasic.v20210526.test.js +10 -0
  103. package/test/live.v20180801.test.js +12 -2
  104. package/test/mariadb.v20170312.test.js +10 -0
  105. package/test/tbaas.v20180416.test.js +10 -0
  106. package/test/tdmq.v20200217.test.js +10 -0
  107. package/test/tke.v20180525.test.js +54 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.624",
3
+ "version": "4.0.626",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -14,8 +14,8 @@
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
- | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-06-16 01:07:09 |
18
- | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-05-18 01:03:20 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-06-21 01:02:30 |
18
+ | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-06-21 01:02:56 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-06-15 01:02:32 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-05-26 01:03:52 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
@@ -23,7 +23,7 @@
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-05-18 01:04:14 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-05-18 01:04:31 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-05-18 01:04:39 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-06-15 01:03:25 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-06-21 01:03:53 |
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-05-18 01:04:59 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-05-18 01:05:33 |
@@ -47,28 +47,28 @@
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-06-09 01:07:54 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-06-08 01:11:18 |
50
- | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-06-06 01:12:18 |
50
+ | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-06-20 01:12:06 |
51
51
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-06-12 01:07:56 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-05-31 01:12:53 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-06-05 01:14:51 |
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
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-06-14 01:12:48 |
57
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-06-21 01:08:40 |
58
58
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-06-12 01:09:11 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-06-16 10:55:41 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-19 01:10:34 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-20 01:14:19 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-05-18 01:14:25 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-05-31 21:42:46 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-06-19 01:11:32 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-06-15 01:11:27 |
68
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-06-20 01:16:16 |
69
69
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
70
70
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-05-26 01:16:07 |
71
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-06-05 01:20:04 |
71
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-06-20 01:17:02 |
72
72
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
73
73
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-06-19 01:14:27 |
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-05-18 01:19:47 |
@@ -77,9 +77,9 @@
77
77
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-06-14 01:18:59 |
78
78
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
79
79
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
80
- | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-13 01:16:36 |
81
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-06-07 01:20:44 |
82
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-06-09 01:17:37 |
80
+ | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-21 01:15:23 |
81
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-06-21 01:15:50 |
82
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-06-21 01:16:19 |
83
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-05-18 01:23:17 |
84
84
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
85
85
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-05-18 01:23:36 |
@@ -91,10 +91,10 @@
91
91
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-06-06 01:28:52 |
92
92
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
94
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-16 01:23:03 |
94
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-21 01:18:23 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-18 01:26:23 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-19 01:20:19 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-19 01:21:10 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-21 01:18:51 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-21 01:19:14 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-31 01:26:34 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
@@ -127,17 +127,17 @@
127
127
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
128
128
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-06-15 01:24:27 |
129
129
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-06-15 01:24:47 |
130
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-06-15 01:25:15 |
130
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-06-21 01:25:23 |
131
131
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
132
132
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
133
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-13 01:27:34 |
134
- | market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-05-18 01:39:13 |
133
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-21 01:26:12 |
134
+ | market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-06-21 01:26:39 |
135
135
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-05-26 01:41:20 |
136
136
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
137
137
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
138
138
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-05-25 01:46:28 |
139
139
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-05-29 01:32:50 |
140
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-06-09 01:29:13 |
140
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-06-21 01:27:07 |
141
141
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-06-15 01:28:24 |
142
142
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
143
143
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-06-15 01:29:09 |
@@ -149,11 +149,11 @@
149
149
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-14 01:34:02 |
150
150
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-18 01:43:39 |
151
151
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-14 01:34:43 |
152
- | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-14 01:35:00 |
152
+ | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-21 01:29:51 |
153
153
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
154
154
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-06-15 01:30:36 |
155
155
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-06-14 01:36:28 |
156
- | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-05-26 01:47:14 |
156
+ | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-06-20 01:44:07 |
157
157
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
158
158
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-06-19 01:32:53 |
159
159
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-06-12 01:33:36 |
@@ -162,10 +162,10 @@
162
162
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
163
163
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-06-08 01:51:22 |
164
164
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-09 01:37:54 |
165
- | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-05-18 01:47:52 |
165
+ | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-06-21 01:31:57 |
166
166
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
167
167
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-05-18 01:48:01 |
168
- | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-13 12:01:52 |
168
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-20 01:45:56 |
169
169
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-05-18 01:48:23 |
170
170
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
171
171
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-06-07 01:43:06 |
@@ -173,16 +173,16 @@
173
173
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-06-16 01:37:57 |
174
174
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
175
175
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
176
- | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-05-18 01:49:52 |
176
+ | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-06-21 01:33:28 |
177
177
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-05-24 01:44:57 |
178
178
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-06-14 01:39:43 |
179
179
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
180
180
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-06-15 01:34:24 |
181
181
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
182
- | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-06-16 01:38:48 |
182
+ | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-06-20 01:47:44 |
183
183
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
184
184
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-06-06 01:55:04 |
185
- | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-05-18 01:50:54 |
185
+ | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-06-20 01:48:17 |
186
186
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-03-30 01:54:55 |
187
187
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
188
188
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
@@ -190,9 +190,9 @@
190
190
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
191
191
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-05-31 01:41:56 |
192
192
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-06-07 01:46:42 |
193
- | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-05-18 01:54:30 |
193
+ | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
194
194
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-05-18 01:54:42 |
195
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-06-14 01:42:52 |
195
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-06-21 01:36:48 |
196
196
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
197
197
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
198
198
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-05-29 01:44:07 |
@@ -205,14 +205,14 @@
205
205
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-05-29 01:47:15 |
206
206
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-06-13 01:43:45 |
207
207
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-06-08 02:02:46 |
208
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-06-16 01:44:43 |
208
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-06-20 01:53:31 |
209
209
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
210
210
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
211
211
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-05-18 02:01:10 |
212
212
  | tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-05-18 02:01:16 |
213
213
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
214
214
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-06-01 09:59:32 |
215
- | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-05-31 01:48:08 |
215
+ | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-06-20 01:55:06 |
216
216
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-06-12 01:43:03 |
217
217
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-05-18 02:02:09 |
218
218
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-06-19 01:42:54 |
@@ -221,9 +221,9 @@
221
221
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
222
222
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
223
223
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
224
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-06-16 01:48:04 |
225
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-15 01:43:49 |
226
- | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-07 01:59:27 |
224
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-06-21 01:42:08 |
225
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-21 01:43:26 |
226
+ | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-21 01:45:11 |
227
227
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-06-07 01:59:35 |
228
228
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-05-18 02:08:17 |
229
229
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-06-08 02:14:41 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.624"
1
+ export const sdkVersion = "4.0.626"
@@ -1990,33 +1990,33 @@ export interface AvailableApiInfo {
1990
1990
  /**
1991
1991
  * API ID。
1992
1992
  */
1993
- ApiId: string
1993
+ ApiId?: string
1994
1994
  /**
1995
1995
  * API名称。
1996
1996
  */
1997
- ApiName: string
1997
+ ApiName?: string
1998
1998
  /**
1999
1999
  * API类型。
2000
2000
  */
2001
- ApiType: string
2001
+ ApiType?: string
2002
2002
  /**
2003
2003
  * API路径。
2004
2004
  */
2005
- Path: string
2005
+ Path?: string
2006
2006
  /**
2007
2007
  * API方法。
2008
2008
  */
2009
- Method: string
2009
+ Method?: string
2010
2010
  /**
2011
2011
  * API是否绑定其他插件。
2012
2012
  注意:此字段可能返回 null,表示取不到有效值。
2013
2013
  */
2014
- AttachedOtherPlugin: boolean
2014
+ AttachedOtherPlugin?: boolean
2015
2015
  /**
2016
2016
  * API是否绑定当前插件。
2017
2017
  注意:此字段可能返回 null,表示取不到有效值。
2018
2018
  */
2019
- IsAttached: boolean
2019
+ IsAttached?: boolean
2020
2020
  }
2021
2021
 
2022
2022
  /**
@@ -4640,40 +4640,40 @@ export interface InstanceInfo {
4640
4640
  /**
4641
4641
  * 独享实例唯一id
4642
4642
  */
4643
- InstanceId: string
4643
+ InstanceId?: string
4644
4644
  /**
4645
4645
  * 独享实例name
4646
4646
  */
4647
- InstanceName: string
4647
+ InstanceName?: string
4648
4648
  /**
4649
4649
  * 独享实例描述
4650
4650
  */
4651
- InstanceDescription: string
4651
+ InstanceDescription?: string
4652
4652
  /**
4653
4653
  * 独享实例计费类型
4654
4654
  */
4655
- InstanceChargeType: string
4655
+ InstanceChargeType?: string
4656
4656
  /**
4657
4657
  * 独享实例类型
4658
4658
  */
4659
- InstanceType: string
4659
+ InstanceType?: string
4660
4660
  /**
4661
4661
  * 独享实例状态
4662
4662
  */
4663
- InstanceState: string
4663
+ InstanceState?: string
4664
4664
  /**
4665
4665
  * 独享实例创建时间
4666
4666
  */
4667
- CreatedTime: string
4667
+ CreatedTime?: string
4668
4668
  /**
4669
4669
  * 订单号
4670
4670
  注意:此字段可能返回 null,表示取不到有效值。
4671
4671
  */
4672
- DealName: string
4672
+ DealName?: string
4673
4673
  /**
4674
4674
  * 资源ID同唯一id
4675
4675
  */
4676
- ResourceId: string
4676
+ ResourceId?: string
4677
4677
  }
4678
4678
 
4679
4679
  /**
@@ -296,7 +296,7 @@ export interface DescribeApmInstancesResponse {
296
296
  * apm实例列表
297
297
  注意:此字段可能返回 null,表示取不到有效值。
298
298
  */
299
- Instances: Array<ApmInstanceDetail>
299
+ Instances?: Array<ApmInstanceDetail>
300
300
  /**
301
301
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
302
302
  */
@@ -774,6 +774,10 @@ export interface DescribeApmInstancesRequest {
774
774
  * 是否查询官方demo实例
775
775
  */
776
776
  DemoInstanceFlag?: number
777
+ /**
778
+ * 是否查询全地域实例
779
+ */
780
+ AllRegionsFlag?: number
777
781
  }
778
782
 
779
783
  /**
@@ -1086,29 +1086,31 @@ export interface DescribeBillDetailRequest {
1086
1086
  包年包月新购
1087
1087
  包年包月续费
1088
1088
  包年包月配置变更
1089
- 包年包月退款
1090
- 按量计费扣费
1091
- 按量计费小时结
1092
- 按量计费日结
1093
- 按量计费月结
1094
- 线下项目扣费
1095
- 线下产品扣费
1096
- 调账扣费
1097
- 调账补偿
1098
- 竞价实例小时结
1099
- 线下项目调账补偿
1100
- 线下产品调账补偿
1101
- 优惠扣费
1102
- 优惠补偿
1103
- 按量计费迁入资源
1104
- 按量计费迁出资源
1105
- 包年包月迁入资源
1106
- 包年包月迁出资源
1107
- 预付费用
1108
- 小时费用
1109
- 预留实例退款
1110
- 按量计费冲正
1111
- 包年包月转按量
1089
+ 包年包月退款
1090
+ 按量计费扣费
1091
+ 线下项目扣费
1092
+ 线下产品扣费
1093
+ 调账扣费
1094
+ 调账补偿
1095
+ 按量计费小时结
1096
+ 按量计费日结
1097
+ 按量计费月结
1098
+ 竞价实例小时结
1099
+ 线下项目调账补偿
1100
+ 线下产品调账补偿
1101
+ 优惠扣费
1102
+ 优惠补偿
1103
+ 按量计费迁入资源
1104
+ 按量计费迁出资源
1105
+ 包年包月迁入资源
1106
+ 包年包月迁出资源
1107
+ 预付费用
1108
+ 小时费用
1109
+ 预留实例退款
1110
+ 按量计费冲正
1111
+ 包年包月转按量
1112
+ 保底扣款
1113
+ 节省计划小时费用
1112
1114
  */
1113
1115
  ActionType?: string
1114
1116
  /**
@@ -1124,6 +1126,10 @@ export interface DescribeBillDetailRequest {
1124
1126
  * 上一次请求返回的上下文信息,翻页查询Month>=2023-05的月份的数据可加快查询速度,数据量10万级别以上的用户建议使用,查询速度可提升2~10倍
1125
1127
  */
1126
1128
  Context?: string
1129
+ /**
1130
+ * 支付者的账号 ID(账号 ID 是用户在腾讯云的唯一账号标识),默认查询本账号账单,如集团管理账号需查询成员账号自付的账单,该字段需入参成员账号UIN
1131
+ */
1132
+ PayerUin?: string
1127
1133
  }
1128
1134
 
1129
1135
  /**
@@ -720,6 +720,10 @@ export interface AutoSnapshotPolicyInfo {
720
720
  注意:此字段可能返回 null,表示取不到有效值。
721
721
  */
722
722
  IntervalDays?: number
723
+ /**
724
+ * 跨地域复制的快照保留时间
725
+ */
726
+ CrossRegionsAliveDays?: number
723
727
  }
724
728
 
725
729
  /**
@@ -122,7 +122,7 @@ import {
122
122
  RenewCkafkaInstanceResponse,
123
123
  DescribeACLRequest,
124
124
  CreateUserResponse,
125
- DescribeDatahubTaskRes,
125
+ BrokerTopicData,
126
126
  CreatePartitionResponse,
127
127
  MongoDBConnectParam,
128
128
  MySQLParam,
@@ -177,6 +177,7 @@ import {
177
177
  TopicSubscribeGroup,
178
178
  DescribeUserResponse,
179
179
  DtsConnectParam,
180
+ DescribeDatahubTaskRes,
180
181
  DorisModifyConnectParam,
181
182
  FieldParam,
182
183
  DescribeGroupInfoResponse,
@@ -756,9 +757,8 @@ export class Client extends AbstractClient {
756
757
  }
757
758
 
758
759
  /**
759
- * 获取Topic流量排行,消费者流量排行
760
-
761
- */
760
+ * 获取Topic流量排行,消费者流量排行
761
+ */
762
762
  async DescribeTopicFlowRanking(
763
763
  req: DescribeTopicFlowRankingRequest,
764
764
  cb?: (error: string, rep: DescribeTopicFlowRankingResponse) => void
@@ -1937,6 +1937,10 @@ export interface DescribeTopicFlowRankingRequest {
1937
1937
  * 排行结束日期
1938
1938
  */
1939
1939
  EndDate?: string
1940
+ /**
1941
+ * Broker IP 地址
1942
+ */
1943
+ BrokerIp?: string
1940
1944
  }
1941
1945
 
1942
1946
  /**
@@ -2738,80 +2742,24 @@ export interface CreateUserResponse {
2738
2742
  }
2739
2743
 
2740
2744
  /**
2741
- * 查询Datahub任务信息
2745
+ * 主题占用Broker磁盘大小
2742
2746
  */
2743
- export interface DescribeDatahubTaskRes {
2744
- /**
2745
- * 任务ID
2746
- */
2747
- TaskId: string
2748
- /**
2749
- * 任务名称
2750
- */
2751
- TaskName: string
2752
- /**
2753
- * 任务类型,SOURCE数据接入,SINK数据流出
2754
- */
2755
- TaskType: string
2756
- /**
2757
- * 状态,-1创建失败,0创建中,1运行中,2删除中,3已删除,4删除失败,5暂停中,6已暂停,7暂停失败,8恢复中,9恢复失败
2758
- */
2759
- Status: number
2747
+ export interface BrokerTopicData {
2760
2748
  /**
2761
- * 数据源
2762
- 注意:此字段可能返回 null,表示取不到有效值。
2763
- */
2764
- SourceResource: DatahubResource
2765
- /**
2766
- * 数据目标
2767
- 注意:此字段可能返回 null,表示取不到有效值。
2768
- */
2769
- TargetResource: DatahubResource
2770
- /**
2771
- * Connection列表
2772
- 注意:此字段可能返回 null,表示取不到有效值。
2773
- */
2774
- Connections: Array<Connection>
2775
- /**
2776
- * 任务创建时间
2777
- 注意:此字段可能返回 null,表示取不到有效值。
2778
- */
2779
- CreateTime: string
2780
- /**
2781
- * 消息处理规则
2782
- 注意:此字段可能返回 null,表示取不到有效值。
2783
- */
2784
- TransformParam: TransformParam
2785
- /**
2786
- * 数据接入ID
2787
- 注意:此字段可能返回 null,表示取不到有效值。
2788
- */
2789
- DatahubId: string
2790
- /**
2791
- * 绑定的SchemaId
2792
- 注意:此字段可能返回 null,表示取不到有效值。
2793
- */
2794
- SchemaId: string
2795
- /**
2796
- * 绑定的Schema名称
2797
- 注意:此字段可能返回 null,表示取不到有效值。
2798
- */
2799
- SchemaName: string
2800
- /**
2801
- * 数据处理规则
2749
+ * 主题名称
2802
2750
  注意:此字段可能返回 null,表示取不到有效值。
2803
2751
  */
2804
- TransformsParam: TransformsParam
2752
+ TopicName?: string
2805
2753
  /**
2806
- * 异常信息
2754
+ * 主题ID
2807
2755
  注意:此字段可能返回 null,表示取不到有效值。
2808
2756
  */
2809
- ErrorMessage: string
2757
+ TopicId?: string
2810
2758
  /**
2811
- * 任务标签列表
2759
+ * 主题占用Broker 容量大小
2812
2760
  注意:此字段可能返回 null,表示取不到有效值。
2813
2761
  */
2814
- Tags: Array<Tag>
2762
+ DataSize?: number
2815
2763
  }
2816
2764
 
2817
2765
  /**
@@ -4149,6 +4097,83 @@ export interface DtsConnectParam {
4149
4097
  IsUpdate?: boolean
4150
4098
  }
4151
4099
 
4100
+ /**
4101
+ * 查询Datahub任务信息
4102
+ */
4103
+ export interface DescribeDatahubTaskRes {
4104
+ /**
4105
+ * 任务ID
4106
+ */
4107
+ TaskId: string
4108
+ /**
4109
+ * 任务名称
4110
+ */
4111
+ TaskName: string
4112
+ /**
4113
+ * 任务类型,SOURCE数据接入,SINK数据流出
4114
+ */
4115
+ TaskType: string
4116
+ /**
4117
+ * 状态,-1创建失败,0创建中,1运行中,2删除中,3已删除,4删除失败,5暂停中,6已暂停,7暂停失败,8恢复中,9恢复失败
4118
+ */
4119
+ Status: number
4120
+ /**
4121
+ * 数据源
4122
+ 注意:此字段可能返回 null,表示取不到有效值。
4123
+ */
4124
+ SourceResource: DatahubResource
4125
+ /**
4126
+ * 数据目标
4127
+ 注意:此字段可能返回 null,表示取不到有效值。
4128
+ */
4129
+ TargetResource: DatahubResource
4130
+ /**
4131
+ * Connection列表
4132
+ 注意:此字段可能返回 null,表示取不到有效值。
4133
+ */
4134
+ Connections: Array<Connection>
4135
+ /**
4136
+ * 任务创建时间
4137
+ 注意:此字段可能返回 null,表示取不到有效值。
4138
+ */
4139
+ CreateTime: string
4140
+ /**
4141
+ * 消息处理规则
4142
+ 注意:此字段可能返回 null,表示取不到有效值。
4143
+ */
4144
+ TransformParam: TransformParam
4145
+ /**
4146
+ * 数据接入ID
4147
+ 注意:此字段可能返回 null,表示取不到有效值。
4148
+ */
4149
+ DatahubId: string
4150
+ /**
4151
+ * 绑定的SchemaId
4152
+ 注意:此字段可能返回 null,表示取不到有效值。
4153
+ */
4154
+ SchemaId: string
4155
+ /**
4156
+ * 绑定的Schema名称
4157
+ 注意:此字段可能返回 null,表示取不到有效值。
4158
+ */
4159
+ SchemaName: string
4160
+ /**
4161
+ * 数据处理规则
4162
+ 注意:此字段可能返回 null,表示取不到有效值。
4163
+ */
4164
+ TransformsParam: TransformsParam
4165
+ /**
4166
+ * 异常信息
4167
+ 注意:此字段可能返回 null,表示取不到有效值。
4168
+ */
4169
+ ErrorMessage: string
4170
+ /**
4171
+ * 任务标签列表
4172
+ 注意:此字段可能返回 null,表示取不到有效值。
4173
+ */
4174
+ Tags: Array<Tag>
4175
+ }
4176
+
4152
4177
  /**
4153
4178
  * Doris 连接源修改参数
4154
4179
  */
@@ -5964,6 +5989,16 @@ export interface TopicFlowRankingResult {
5964
5989
  注意:此字段可能返回 null,表示取不到有效值。
5965
5990
  */
5966
5991
  TopicMessageHeap: Array<TopicMessageHeapRanking>
5992
+ /**
5993
+ * Broker Ip 列表
5994
+ 注意:此字段可能返回 null,表示取不到有效值。
5995
+ */
5996
+ BrokerIp?: Array<string>
5997
+ /**
5998
+ * 单个broker 节点 Topic占用的数据大小
5999
+ 注意:此字段可能返回 null,表示取不到有效值。
6000
+ */
6001
+ BrokerTopicData?: Array<BrokerTopicData>
5967
6002
  }
5968
6003
 
5969
6004
  /**
@@ -6830,7 +6865,7 @@ export interface DescribeTopicFlowRankingResponse {
6830
6865
  /**
6831
6866
  * 流量排行
6832
6867
  */
6833
- Result: TopicFlowRankingResult
6868
+ Result?: TopicFlowRankingResult
6834
6869
  /**
6835
6870
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6836
6871
  */