tencentcloud-sdk-nodejs 4.0.709 → 4.0.711

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 (105) hide show
  1. package/CHANGELOG.md +367 -0
  2. package/SERVICE_CHANGELOG.md +401 -180
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/bi/v20220105/bi_client.ts +91 -79
  8. package/src/services/bi/v20220105/bi_models.ts +68 -25
  9. package/src/services/bma/index.ts +2 -2
  10. package/src/services/cdb/v20170320/cdb_client.ts +29 -4
  11. package/src/services/cdb/v20170320/cdb_models.ts +149 -46
  12. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  13. package/src/services/cdn/v20180606/cdn_models.ts +36 -37
  14. package/src/services/chdfs/index.ts +2 -2
  15. package/src/services/clb/v20180317/clb_client.ts +1 -1
  16. package/src/services/clb/v20180317/clb_models.ts +15 -10
  17. package/src/services/cwp/v20180228/cwp_models.ts +11 -3
  18. package/src/services/cynosdb/v20190107/cynosdb_models.ts +88 -83
  19. package/src/services/dlc/v20210125/dlc_client.ts +30 -5
  20. package/src/services/dlc/v20210125/dlc_models.ts +156 -65
  21. package/src/services/domain/v20180808/domain_client.ts +78 -17
  22. package/src/services/domain/v20180808/domain_models.ts +188 -21
  23. package/src/services/dts/index.ts +2 -2
  24. package/src/services/ecm/v20190719/ecm_models.ts +10 -4
  25. package/src/services/ess/v20201111/ess_models.ts +11 -0
  26. package/src/services/essbasic/v20210526/essbasic_models.ts +12 -1
  27. package/src/services/faceid/v20180301/faceid_models.ts +12 -12
  28. package/src/services/iotvideo/index.ts +2 -2
  29. package/src/services/lcic/v20220817/lcic_models.ts +63 -0
  30. package/src/services/live/v20180801/live_models.ts +23 -11
  31. package/src/services/mps/v20190612/mps_client.ts +9 -4
  32. package/src/services/mps/v20190612/mps_models.ts +135 -45
  33. package/src/services/mrs/v20200910/mrs_client.ts +2 -1
  34. package/src/services/mrs/v20200910/mrs_models.ts +50 -19
  35. package/src/services/oceanus/v20190422/oceanus_client.ts +18 -6
  36. package/src/services/oceanus/v20190422/oceanus_models.ts +91 -1
  37. package/src/services/sms/index.ts +2 -2
  38. package/src/services/ssl/v20191205/ssl_client.ts +4 -1
  39. package/src/services/ssl/v20191205/ssl_models.ts +82 -6
  40. package/src/services/tbp/index.ts +2 -2
  41. package/src/services/tem/index.ts +2 -2
  42. package/src/services/tione/index.ts +2 -2
  43. package/src/services/tione/v20211111/tione_client.ts +2 -4
  44. package/src/services/tione/v20211111/tione_models.ts +0 -2
  45. package/src/services/tse/v20201207/tse_models.ts +10 -0
  46. package/tencentcloud/common/sdk_version.d.ts +1 -1
  47. package/tencentcloud/common/sdk_version.js +1 -1
  48. package/tencentcloud/services/ams/index.d.ts +4 -4
  49. package/tencentcloud/services/ams/index.js +2 -2
  50. package/tencentcloud/services/bi/v20220105/bi_client.d.ts +35 -31
  51. package/tencentcloud/services/bi/v20220105/bi_client.js +51 -45
  52. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +65 -24
  53. package/tencentcloud/services/bma/index.d.ts +4 -4
  54. package/tencentcloud/services/bma/index.js +2 -2
  55. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +9 -1
  56. package/tencentcloud/services/cdb/v20170320/cdb_client.js +12 -0
  57. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +143 -45
  58. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +36 -37
  59. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  60. package/tencentcloud/services/chdfs/index.js +2 -2
  61. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -1
  62. package/tencentcloud/services/clb/v20180317/clb_client.js +1 -1
  63. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +15 -10
  64. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +11 -3
  65. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +88 -83
  66. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +10 -2
  67. package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -0
  68. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +151 -65
  69. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +26 -6
  70. package/tencentcloud/services/domain/v20180808/domain_client.js +37 -7
  71. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +177 -21
  72. package/tencentcloud/services/dts/index.d.ts +4 -4
  73. package/tencentcloud/services/dts/index.js +2 -2
  74. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +10 -4
  75. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -0
  76. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -1
  77. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -12
  78. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  79. package/tencentcloud/services/iotvideo/index.js +2 -2
  80. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +63 -0
  81. package/tencentcloud/services/live/v20180801/live_models.d.ts +23 -11
  82. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  83. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +130 -45
  84. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +49 -19
  85. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +7 -3
  86. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +9 -3
  87. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +89 -1
  88. package/tencentcloud/services/sms/index.d.ts +4 -4
  89. package/tencentcloud/services/sms/index.js +2 -2
  90. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +79 -6
  91. package/tencentcloud/services/tbp/index.d.ts +4 -4
  92. package/tencentcloud/services/tbp/index.js +2 -2
  93. package/tencentcloud/services/tem/index.d.ts +4 -4
  94. package/tencentcloud/services/tem/index.js +2 -2
  95. package/tencentcloud/services/tione/index.d.ts +4 -4
  96. package/tencentcloud/services/tione/index.js +2 -2
  97. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -3
  98. package/tencentcloud/services/tione/v20211111/tione_client.js +1 -3
  99. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +0 -2
  100. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
  101. package/test/bi.v20220105.test.js +42 -32
  102. package/test/cdb.v20170320.test.js +20 -0
  103. package/test/dlc.v20210125.test.js +20 -0
  104. package/test/domain.v20180808.test.js +54 -4
  105. package/test/oceanus.v20190422.test.js +12 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.709",
3
+ "version": "4.0.711",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -14,7 +14,7 @@
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-10-18 01:09:16 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-10-23 00:01:27 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-09-25 01:06:12 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-10-10 01:07:51 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-27 01:07:00 |
@@ -22,7 +22,7 @@
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-16 01:07:03 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
25
- | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-09-27 01:07:14 |
25
+ | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-10-20 01:06:54 |
26
26
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-18 01:13:22 |
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-10-18 01:14:30 |
@@ -41,9 +41,9 @@
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-10-19 15:57:59 |
43
43
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-16 01:08:23 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-10-18 01:20:48 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-10-23 00:03:18 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
46
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-09 01:08:48 |
46
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-23 00:03:56 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-09-08 01:20:53 |
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-19 15:58:54 |
@@ -56,7 +56,7 @@
56
56
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
57
57
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
58
58
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-09-25 01:09:25 |
59
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-10-19 15:59:42 |
59
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-10-20 01:09:37 |
60
60
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
61
61
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
62
62
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
@@ -69,9 +69,9 @@
69
69
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-16 01:11:35 |
70
70
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
71
71
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-16 01:11:44 |
72
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-19 16:01:46 |
72
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-23 00:07:01 |
73
73
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
74
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-10-13 01:13:55 |
74
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-10-23 00:08:10 |
75
75
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-10-12 01:46:01 |
76
76
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
77
77
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -79,9 +79,9 @@
79
79
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
80
80
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
81
81
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-25 01:13:09 |
82
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-19 16:04:04 |
82
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-23 00:09:07 |
83
83
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-09-12 01:43:38 |
84
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-10-18 01:53:41 |
84
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-10-20 01:14:01 |
85
85
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-08-17 02:59:36 |
86
86
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
87
87
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-10-17 01:15:42 |
@@ -90,15 +90,15 @@
90
90
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-10-17 01:16:13 |
91
91
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
92
92
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
93
- | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-10-17 01:16:27 |
93
+ | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-10-23 00:10:30 |
94
94
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
95
95
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
96
96
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
97
97
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-12 01:57:01 |
98
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-19 16:06:04 |
99
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-19 16:06:54 |
98
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-23 00:11:11 |
99
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-23 00:11:23 |
100
100
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
101
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-09-19 01:15:41 |
101
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-10-20 01:16:02 |
102
102
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
103
103
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
104
104
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-09-22 01:52:02 |
@@ -128,29 +128,29 @@
128
128
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
129
129
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
130
130
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
131
- | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-10-19 16:09:49 |
131
+ | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-10-23 00:14:04 |
132
132
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-10-18 02:19:03 |
133
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-18 02:20:12 |
133
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-23 00:14:33 |
134
134
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
135
135
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
136
136
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
137
137
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-08-29 01:18:45 |
138
138
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-09-21 04:45:17 |
139
- | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-08-29 01:18:58 |
139
+ | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-10-20 01:19:21 |
140
140
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
141
141
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
142
142
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-10-18 02:23:34 |
143
143
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
144
144
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-19 16:11:02 |
145
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-11 02:08:20 |
146
- | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-09-13 02:09:08 |
145
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-23 09:46:19 |
146
+ | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-10-23 00:16:02 |
147
147
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-10-17 01:22:38 |
148
148
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
149
149
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
150
150
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
151
151
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
152
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-19 16:11:52 |
153
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-13 01:21:21 |
152
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-23 00:16:17 |
153
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-20 01:20:31 |
154
154
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-09-18 02:11:06 |
155
155
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-10-19 16:12:27 |
156
156
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
@@ -159,7 +159,7 @@
159
159
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-10-13 01:22:04 |
160
160
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-08-24 01:24:59 |
161
161
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-10-19 16:13:58 |
162
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-10-19 16:13:59 |
162
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-10-23 00:17:18 |
163
163
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
164
164
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
165
165
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -174,7 +174,7 @@
174
174
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
175
175
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-10-10 01:45:34 |
176
176
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-09-15 02:24:19 |
177
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-10-10 01:50:30 |
177
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-10-23 00:18:24 |
178
178
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
179
179
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-08-17 04:46:36 |
180
180
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-08-17 04:47:11 |
@@ -208,7 +208,7 @@
208
208
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-08-17 05:26:12 |
209
209
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
210
210
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
211
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-09-22 02:38:16 |
211
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-10-20 01:25:11 |
212
212
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-09-22 02:39:13 |
213
213
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-10-16 01:26:43 |
214
214
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
@@ -220,7 +220,7 @@
220
220
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-09 11:35:49 |
221
221
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
222
222
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-27 10:40:48 |
223
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-10-19 16:21:31 |
223
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-10-20 01:26:31 |
224
224
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-10-11 02:39:14 |
225
225
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
226
226
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.709"
1
+ export const sdkVersion = "4.0.711"
@@ -1,7 +1,7 @@
1
- import { v20201229 } from "./v20201229"
2
1
  import { v20200608 } from "./v20200608"
2
+ import { v20201229 } from "./v20201229"
3
3
 
4
4
  export const ams = {
5
- v20201229: v20201229,
6
5
  v20200608: v20200608,
6
+ v20201229: v20201229,
7
7
  }
@@ -48,8 +48,9 @@ import {
48
48
  BaseStateAction,
49
49
  Data,
50
50
  ModifyUserRoleProjectResponse,
51
- ModifyDatasourceCloudRequest,
51
+ DescribeUserRoleProjectListResponse,
52
52
  ModifyDatasourceCloudResponse,
53
+ ModifyDatasourceCloudRequest,
53
54
  ModifyDatasourceRequest,
54
55
  ModifyProjectRequest,
55
56
  ModifyUserRoleProjectRequest,
@@ -67,6 +68,7 @@ import {
67
68
  DescribeUserRoleListRequest,
68
69
  DeleteProjectResponse,
69
70
  ProjectListData,
71
+ DescribeUserRoleProjectListRequest,
70
72
  PermissionGroup,
71
73
  CreateEmbedTokenResponse,
72
74
  CreateUserRoleProjectRequest,
@@ -122,23 +124,33 @@ export class Client extends AbstractClient {
122
124
  }
123
125
 
124
126
  /**
125
- * 项目内-创建用户角色
127
+ * 项目详情接口
126
128
  */
127
- async CreateUserRoleProject(
128
- req: CreateUserRoleProjectRequest,
129
- cb?: (error: string, rep: CreateUserRoleProjectResponse) => void
130
- ): Promise<CreateUserRoleProjectResponse> {
131
- return this.request("CreateUserRoleProject", req, cb)
129
+ async DescribeProjectInfo(
130
+ req: DescribeProjectInfoRequest,
131
+ cb?: (error: string, rep: DescribeProjectInfoResponse) => void
132
+ ): Promise<DescribeProjectInfoResponse> {
133
+ return this.request("DescribeProjectInfo", req, cb)
132
134
  }
133
135
 
134
136
  /**
135
- * 更新云数据库
137
+ * 申请延长Token可用时间接口-强鉴权
136
138
  */
137
- async ModifyDatasourceCloud(
138
- req: ModifyDatasourceCloudRequest,
139
- cb?: (error: string, rep: ModifyDatasourceCloudResponse) => void
140
- ): Promise<ModifyDatasourceCloudResponse> {
141
- return this.request("ModifyDatasourceCloud", req, cb)
139
+ async ApplyEmbedInterval(
140
+ req: ApplyEmbedIntervalRequest,
141
+ cb?: (error: string, rep: ApplyEmbedIntervalResponse) => void
142
+ ): Promise<ApplyEmbedIntervalResponse> {
143
+ return this.request("ApplyEmbedInterval", req, cb)
144
+ }
145
+
146
+ /**
147
+ * 创建云数据库
148
+ */
149
+ async CreateDatasourceCloud(
150
+ req: CreateDatasourceCloudRequest,
151
+ cb?: (error: string, rep: CreateDatasourceCloudResponse) => void
152
+ ): Promise<CreateDatasourceCloudResponse> {
153
+ return this.request("CreateDatasourceCloud", req, cb)
142
154
  }
143
155
 
144
156
  /**
@@ -161,26 +173,6 @@ export class Client extends AbstractClient {
161
173
  return this.request("CreateEmbedToken", req, cb)
162
174
  }
163
175
 
164
- /**
165
- * 项目详情接口
166
- */
167
- async DescribeProjectInfo(
168
- req: DescribeProjectInfoRequest,
169
- cb?: (error: string, rep: DescribeProjectInfoResponse) => void
170
- ): Promise<DescribeProjectInfoResponse> {
171
- return this.request("DescribeProjectInfo", req, cb)
172
- }
173
-
174
- /**
175
- * 创建项目
176
- */
177
- async CreateProject(
178
- req: CreateProjectRequest,
179
- cb?: (error: string, rep: CreateProjectResponse) => void
180
- ): Promise<CreateProjectResponse> {
181
- return this.request("CreateProject", req, cb)
182
- }
183
-
184
176
  /**
185
177
  * 创建用户角色
186
178
  */
@@ -191,16 +183,6 @@ export class Client extends AbstractClient {
191
183
  return this.request("CreateUserRole", req, cb)
192
184
  }
193
185
 
194
- /**
195
- * 项目内-用户接口
196
- */
197
- async DescribeUserProjectList(
198
- req: DescribeUserProjectListRequest,
199
- cb?: (error: string, rep: DescribeUserProjectListResponse) => void
200
- ): Promise<DescribeUserProjectListResponse> {
201
- return this.request("DescribeUserProjectList", req, cb)
202
- }
203
-
204
186
  /**
205
187
  * 删除数据源
206
188
  */
@@ -211,16 +193,6 @@ export class Client extends AbstractClient {
211
193
  return this.request("DeleteDatasource", req, cb)
212
194
  }
213
195
 
214
- /**
215
- * 申请延长Token可用时间接口-强鉴权
216
- */
217
- async ApplyEmbedInterval(
218
- req: ApplyEmbedIntervalRequest,
219
- cb?: (error: string, rep: ApplyEmbedIntervalResponse) => void
220
- ): Promise<ApplyEmbedIntervalResponse> {
221
- return this.request("ApplyEmbedInterval", req, cb)
222
- }
223
-
224
196
  /**
225
197
  * 删除用户角色,会删除用户
226
198
  */
@@ -231,16 +203,6 @@ export class Client extends AbstractClient {
231
203
  return this.request("DeleteUserRole", req, cb)
232
204
  }
233
205
 
234
- /**
235
- * 项目-修改用户角色信息
236
- */
237
- async ModifyUserRoleProject(
238
- req: ModifyUserRoleProjectRequest,
239
- cb?: (error: string, rep: ModifyUserRoleProjectResponse) => void
240
- ): Promise<ModifyUserRoleProjectResponse> {
241
- return this.request("ModifyUserRoleProject", req, cb)
242
- }
243
-
244
206
  /**
245
207
  * 修改项目信息
246
208
  */
@@ -251,16 +213,6 @@ export class Client extends AbstractClient {
251
213
  return this.request("ModifyProject", req, cb)
252
214
  }
253
215
 
254
- /**
255
- * 项目信息
256
- */
257
- async DescribeProjectList(
258
- req: DescribeProjectListRequest,
259
- cb?: (error: string, rep: DescribeProjectListResponse) => void
260
- ): Promise<DescribeProjectListResponse> {
261
- return this.request("DescribeProjectList", req, cb)
262
- }
263
-
264
216
  /**
265
217
  * 用户角色列表
266
218
  */
@@ -272,13 +224,33 @@ export class Client extends AbstractClient {
272
224
  }
273
225
 
274
226
  /**
275
- * 创建云数据库
227
+ * 项目内-用户角色列表
276
228
  */
277
- async CreateDatasourceCloud(
278
- req: CreateDatasourceCloudRequest,
279
- cb?: (error: string, rep: CreateDatasourceCloudResponse) => void
280
- ): Promise<CreateDatasourceCloudResponse> {
281
- return this.request("CreateDatasourceCloud", req, cb)
229
+ async DescribeUserRoleProjectList(
230
+ req: DescribeUserRoleProjectListRequest,
231
+ cb?: (error: string, rep: DescribeUserRoleProjectListResponse) => void
232
+ ): Promise<DescribeUserRoleProjectListResponse> {
233
+ return this.request("DescribeUserRoleProjectList", req, cb)
234
+ }
235
+
236
+ /**
237
+ * 更新云数据库
238
+ */
239
+ async ModifyDatasourceCloud(
240
+ req: ModifyDatasourceCloudRequest,
241
+ cb?: (error: string, rep: ModifyDatasourceCloudResponse) => void
242
+ ): Promise<ModifyDatasourceCloudResponse> {
243
+ return this.request("ModifyDatasourceCloud", req, cb)
244
+ }
245
+
246
+ /**
247
+ * 项目内-创建用户角色
248
+ */
249
+ async CreateUserRoleProject(
250
+ req: CreateUserRoleProjectRequest,
251
+ cb?: (error: string, rep: CreateUserRoleProjectResponse) => void
252
+ ): Promise<CreateUserRoleProjectResponse> {
253
+ return this.request("CreateUserRoleProject", req, cb)
282
254
  }
283
255
 
284
256
  /**
@@ -291,6 +263,26 @@ export class Client extends AbstractClient {
291
263
  return this.request("DeleteUserRoleProject", req, cb)
292
264
  }
293
265
 
266
+ /**
267
+ * 创建项目
268
+ */
269
+ async CreateProject(
270
+ req: CreateProjectRequest,
271
+ cb?: (error: string, rep: CreateProjectResponse) => void
272
+ ): Promise<CreateProjectResponse> {
273
+ return this.request("CreateProject", req, cb)
274
+ }
275
+
276
+ /**
277
+ * 项目内-用户接口
278
+ */
279
+ async DescribeUserProjectList(
280
+ req: DescribeUserProjectListRequest,
281
+ cb?: (error: string, rep: DescribeUserProjectListResponse) => void
282
+ ): Promise<DescribeUserProjectListResponse> {
283
+ return this.request("DescribeUserProjectList", req, cb)
284
+ }
285
+
294
286
  /**
295
287
  * 删除项目
296
288
  */
@@ -300,4 +292,24 @@ export class Client extends AbstractClient {
300
292
  ): Promise<DeleteProjectResponse> {
301
293
  return this.request("DeleteProject", req, cb)
302
294
  }
295
+
296
+ /**
297
+ * 项目-修改用户角色信息
298
+ */
299
+ async ModifyUserRoleProject(
300
+ req: ModifyUserRoleProjectRequest,
301
+ cb?: (error: string, rep: ModifyUserRoleProjectResponse) => void
302
+ ): Promise<ModifyUserRoleProjectResponse> {
303
+ return this.request("ModifyUserRoleProject", req, cb)
304
+ }
305
+
306
+ /**
307
+ * 项目信息
308
+ */
309
+ async DescribeProjectList(
310
+ req: DescribeProjectListRequest,
311
+ cb?: (error: string, rep: DescribeProjectListResponse) => void
312
+ ): Promise<DescribeProjectListResponse> {
313
+ return this.request("DescribeProjectList", req, cb)
314
+ }
303
315
  }
@@ -830,6 +830,56 @@ export interface ModifyUserRoleProjectResponse {
830
830
  RequestId?: string
831
831
  }
832
832
 
833
+ /**
834
+ * DescribeUserRoleProjectList返回参数结构体
835
+ */
836
+ export interface DescribeUserRoleProjectListResponse {
837
+ /**
838
+ * 扩展
839
+ 注意:此字段可能返回 null,表示取不到有效值。
840
+ */
841
+ Extra?: string
842
+ /**
843
+ * 数据
844
+ 注意:此字段可能返回 null,表示取不到有效值。
845
+ */
846
+ Data?: UserRoleListData
847
+ /**
848
+ * 消息
849
+ 注意:此字段可能返回 null,表示取不到有效值。
850
+ */
851
+ Msg?: string
852
+ /**
853
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
854
+ */
855
+ RequestId?: string
856
+ }
857
+
858
+ /**
859
+ * ModifyDatasourceCloud返回参数结构体
860
+ */
861
+ export interface ModifyDatasourceCloudResponse {
862
+ /**
863
+ * 成功无
864
+ 注意:此字段可能返回 null,表示取不到有效值。
865
+ */
866
+ Data?: string
867
+ /**
868
+ * 额外信息
869
+ 注意:此字段可能返回 null,表示取不到有效值。
870
+ */
871
+ Extra?: string
872
+ /**
873
+ * 提示
874
+ 注意:此字段可能返回 null,表示取不到有效值。
875
+ */
876
+ Msg?: string
877
+ /**
878
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
879
+ */
880
+ RequestId?: string
881
+ }
882
+
833
883
  /**
834
884
  * ModifyDatasourceCloud请求参数结构体
835
885
  */
@@ -916,31 +966,6 @@ export interface ModifyDatasourceCloudRequest {
916
966
  DataOriginDatasourceId?: string
917
967
  }
918
968
 
919
- /**
920
- * ModifyDatasourceCloud返回参数结构体
921
- */
922
- export interface ModifyDatasourceCloudResponse {
923
- /**
924
- * 成功无
925
- 注意:此字段可能返回 null,表示取不到有效值。
926
- */
927
- Data?: string
928
- /**
929
- * 额外信息
930
- 注意:此字段可能返回 null,表示取不到有效值。
931
- */
932
- Extra?: string
933
- /**
934
- * 提示
935
- 注意:此字段可能返回 null,表示取不到有效值。
936
- */
937
- Msg?: string
938
- /**
939
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
940
- */
941
- RequestId?: string
942
- }
943
-
944
969
  /**
945
970
  * ModifyDatasource请求参数结构体
946
971
  */
@@ -1708,6 +1733,24 @@ export interface ProjectListData {
1708
1733
  TotalPages: number
1709
1734
  }
1710
1735
 
1736
+ /**
1737
+ * DescribeUserRoleProjectList请求参数结构体
1738
+ */
1739
+ export interface DescribeUserRoleProjectListRequest {
1740
+ /**
1741
+ * 页码
1742
+ */
1743
+ PageNo: number
1744
+ /**
1745
+ * 页数
1746
+ */
1747
+ PageSize: number
1748
+ /**
1749
+ * 项目ID
1750
+ */
1751
+ ProjectId: number
1752
+ }
1753
+
1711
1754
  /**
1712
1755
  * 商业化版本权限分组
1713
1756
  */
@@ -1,7 +1,7 @@
1
- import { v20221115 } from "./v20221115"
2
1
  import { v20210624 } from "./v20210624"
2
+ import { v20221115 } from "./v20221115"
3
3
 
4
4
  export const bma = {
5
- v20221115: v20221115,
6
5
  v20210624: v20210624,
6
+ v20221115: v20221115,
7
7
  }
@@ -61,7 +61,7 @@ import {
61
61
  AnalyzeAuditLogsRequest,
62
62
  ModifyBackupEncryptionStatusResponse,
63
63
  DescribeInstanceParamsRequest,
64
- DescribeRoMinScaleResponse,
64
+ DescribeUploadedFilesRequest,
65
65
  StopDBImportJobResponse,
66
66
  ProxyAllocation,
67
67
  StopCpuExpandRequest,
@@ -83,6 +83,7 @@ import {
83
83
  ModifyParamTemplateRequest,
84
84
  OpenAuditServiceResponse,
85
85
  DescribeBinlogBackupOverviewResponse,
86
+ DescribeDBInstanceLogToCLSResponse,
86
87
  SwitchDBInstanceMasterSlaveRequest,
87
88
  ModifyCdbProxyAddressVipAndVPortRequest,
88
89
  ModifyAutoRenewFlagRequest,
@@ -149,6 +150,7 @@ import {
149
150
  DeleteAccountsResponse,
150
151
  ParamTemplateInfo,
151
152
  ModifyCdbProxyAddressDescResponse,
153
+ ModifyDBInstanceLogToCLSRequest,
152
154
  DeleteTimeWindowResponse,
153
155
  DescribeBackupsResponse,
154
156
  CreateAuditPolicyRequest,
@@ -176,7 +178,7 @@ import {
176
178
  SlaveConfig,
177
179
  ModifyAccountPrivilegesResponse,
178
180
  StopRollbackRequest,
179
- DescribeDeviceMonitorInfoResponse,
181
+ LogToCLSConfig,
180
182
  ResetRootAccountRequest,
181
183
  DescribeDBInstanceConfigRequest,
182
184
  DescribeProxyCustomConfResponse,
@@ -185,6 +187,7 @@ import {
185
187
  ModifyDBInstanceNameResponse,
186
188
  VerifyRootAccountRequest,
187
189
  DescribeCloneListResponse,
190
+ DescribeDBInstanceLogToCLSRequest,
188
191
  DescribeDBInstanceConfigResponse,
189
192
  StartBatchRollbackRequest,
190
193
  OpenDBInstanceEncryptionRequest,
@@ -266,8 +269,8 @@ import {
266
269
  DeviceNetInfo,
267
270
  ModifyDBInstanceVipVportResponse,
268
271
  DeleteAuditRuleResponse,
272
+ IsolateDBInstanceRequest,
269
273
  InstanceAuditLogFilters,
270
- DescribeUploadedFilesRequest,
271
274
  InstanceInfo,
272
275
  DescribeDefaultParamsResponse,
273
276
  SwitchCDBProxyRequest,
@@ -316,6 +319,7 @@ import {
316
319
  DescribeCdbProxyInfoResponse,
317
320
  ModifyAuditConfigRequest,
318
321
  DeviceDiskInfo,
322
+ DescribeRoMinScaleResponse,
319
323
  RoWeightValue,
320
324
  DescribeSlowLogDataResponse,
321
325
  RestartDBInstancesResponse,
@@ -386,7 +390,7 @@ import {
386
390
  AddTimeWindowResponse,
387
391
  AdjustCdbProxyResponse,
388
392
  DescribeBackupEncryptionStatusRequest,
389
- IsolateDBInstanceRequest,
393
+ ModifyDBInstanceLogToCLSResponse,
390
394
  AuditLogFile,
391
395
  CloseCdbProxyAddressResponse,
392
396
  RollbackTables,
@@ -404,6 +408,7 @@ import {
404
408
  ModifyNameOrDescByDpIdRequest,
405
409
  UpgradeDBInstanceResponse,
406
410
  UpgradeCDBProxyVersionRequest,
411
+ DescribeDeviceMonitorInfoResponse,
407
412
  } from "./cdb_models"
408
413
 
409
414
  /**
@@ -539,6 +544,16 @@ export class Client extends AbstractClient {
539
544
  return this.request("StopReplication", req, cb)
540
545
  }
541
546
 
547
+ /**
548
+ * 开启/关闭CDB慢日志、错误日志投递CLS
549
+ */
550
+ async ModifyDBInstanceLogToCLS(
551
+ req: ModifyDBInstanceLogToCLSRequest,
552
+ cb?: (error: string, rep: ModifyDBInstanceLogToCLSResponse) => void
553
+ ): Promise<ModifyDBInstanceLogToCLSResponse> {
554
+ return this.request("ModifyDBInstanceLogToCLS", req, cb)
555
+ }
556
+
542
557
  /**
543
558
  * 通过该API,可以关闭 CPU 弹性扩容。
544
559
  */
@@ -1701,6 +1716,16 @@ export class Client extends AbstractClient {
1701
1716
  return this.request("InitDBInstances", req, cb)
1702
1717
  }
1703
1718
 
1719
+ /**
1720
+ * 本接口(DescribeDBInstanceLogToCLS)用于查询实例慢日志、错误日志投递CLS的配置,通过appId、Region以及实例ID过滤出当前实例日志投递CLS的配置。
1721
+ */
1722
+ async DescribeDBInstanceLogToCLS(
1723
+ req: DescribeDBInstanceLogToCLSRequest,
1724
+ cb?: (error: string, rep: DescribeDBInstanceLogToCLSResponse) => void
1725
+ ): Promise<DescribeDBInstanceLogToCLSResponse> {
1726
+ return this.request("DescribeDBInstanceLogToCLS", req, cb)
1727
+ }
1728
+
1704
1729
  /**
1705
1730
  * 主实例创建数据库代理
1706
1731
  */