tencentcloud-sdk-nodejs 4.0.589 → 4.0.590
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.
- package/CHANGELOG.md +258 -0
- package/SERVICE_CHANGELOG.md +352 -108
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +7 -3
- package/src/services/cls/v20201016/cls_client.ts +1 -0
- package/src/services/cls/v20201016/cls_models.ts +46 -0
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +3 -4
- package/src/services/dlc/v20210125/dlc_client.ts +1 -1
- package/src/services/dlc/v20210125/dlc_models.ts +12 -0
- package/src/services/dts/v20211206/dts_models.ts +3 -3
- package/src/services/ecdn/v20191012/ecdn_client.ts +21 -7
- package/src/services/gaap/v20180529/gaap_client.ts +16 -4
- package/src/services/gaap/v20180529/gaap_models.ts +70 -55
- package/src/services/lcic/v20220817/lcic_models.ts +32 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +4 -4
- package/src/services/pts/v20210728/pts_models.ts +3 -3
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +38 -34
- package/src/services/ssm/v20190923/ssm_models.ts +18 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +8 -8
- package/src/services/tke/v20180525/tke_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tsf/v20180326/tsf_client.ts +14 -1
- package/src/services/tsf/v20180326/tsf_models.ts +70 -7
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +6 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +38 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -3
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +10 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +3 -3
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +21 -7
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +21 -7
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +5 -1
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +6 -0
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +61 -48
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +26 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +4 -4
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +3 -3
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +35 -31
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +15 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +8 -8
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +60 -6
- package/test/gaap.v20180529.test.js +10 -0
- package/test/tsf.v20180326.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
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-04-21 01:08:25 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-30 01:03:04 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-27 01:03:23 |
|
|
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-04-12 01:04:10 |
|
|
@@ -41,14 +41,14 @@
|
|
|
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-04-26 01:07:08 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-04-24 01:06:05 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-27 01:07:29 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-30 01:08:00 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-04-19 01:11:05 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-30 01:08:37 |
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-04-21 01:13:12 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-04-19 01:11:52 |
|
|
50
50
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-04-25 01:11:04 |
|
|
51
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-04-
|
|
51
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-04-27 01:09:48 |
|
|
52
52
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-03-30 01:09:19 |
|
|
53
53
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-03-30 01:09:27 |
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-03-30 01:09:33 |
|
|
@@ -59,33 +59,33 @@
|
|
|
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-04-05 01:18:28 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-27 01:12:13 |
|
|
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 |
|
|
66
66
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-04-14 01:14:41 |
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-
|
|
68
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-27 01:14:08 |
|
|
69
69
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-04-19 01:23:40 |
|
|
70
70
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
71
71
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-30 01:33:24 |
|
|
72
72
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-04-24 01:14:18 |
|
|
73
73
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
74
74
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-03-30 01:33:58 |
|
|
75
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-04-
|
|
75
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-04-27 01:17:03 |
|
|
76
76
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-03-30 01:34:45 |
|
|
77
77
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-04-07 01:43:48 |
|
|
78
78
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-04-04 01:14:38 |
|
|
79
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-04-
|
|
79
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-04-27 01:17:49 |
|
|
80
80
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-04-26 01:20:43 |
|
|
81
81
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-04-19 01:27:47 |
|
|
82
82
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-03-30 01:36:07 |
|
|
83
83
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-03-30 01:36:11 |
|
|
84
84
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
85
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-
|
|
85
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-04-27 01:18:58 |
|
|
86
86
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-04-11 01:18:48 |
|
|
87
87
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-03-30 01:36:45 |
|
|
88
|
-
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-
|
|
88
|
+
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-04-27 01:19:24 |
|
|
89
89
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-04-24 01:17:53 |
|
|
90
90
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-03-30 01:37:29 |
|
|
91
91
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-04-20 01:20:51 |
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-04-17 01:20:00 |
|
|
98
98
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-03-30 01:38:53 |
|
|
99
99
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-03-30 01:38:57 |
|
|
100
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-
|
|
100
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-27 01:21:51 |
|
|
101
101
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-04-21 01:25:14 |
|
|
102
102
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-04-20 01:23:06 |
|
|
103
103
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-30 01:43:25 |
|
|
124
124
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-04-24 01:28:29 |
|
|
125
125
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-30 01:43:44 |
|
|
126
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-
|
|
127
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-
|
|
126
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-27 01:26:43 |
|
|
127
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-27 01:27:08 |
|
|
128
128
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-04-24 01:29:32 |
|
|
129
129
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
130
130
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-04-17 01:29:42 |
|
|
142
142
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-03-30 01:49:22 |
|
|
143
143
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
144
|
-
| nlp | [NLP服务](https://cloud.tencent.com/document/product/271) | 2023-04-
|
|
144
|
+
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-04-27 01:30:48 |
|
|
145
145
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
146
146
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-30 01:49:33 |
|
|
147
147
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-04-26 01:37:50 |
|
|
@@ -150,10 +150,10 @@
|
|
|
150
150
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-03-30 01:50:28 |
|
|
151
151
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-03-30 01:50:40 |
|
|
152
152
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-04-24 01:34:02 |
|
|
153
|
-
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-
|
|
154
|
-
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-
|
|
153
|
+
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-04-27 01:32:20 |
|
|
154
|
+
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-27 01:32:51 |
|
|
155
155
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-04-26 01:42:31 |
|
|
156
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-04-
|
|
156
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-04-27 01:33:11 |
|
|
157
157
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-30 01:51:52 |
|
|
158
158
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-03-30 01:51:54 |
|
|
159
159
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-03-30 01:53:27 |
|
|
171
171
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-04-21 01:38:46 |
|
|
172
172
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-03-30 01:53:47 |
|
|
173
|
-
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-
|
|
173
|
+
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-04-27 01:35:41 |
|
|
174
174
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-03-30 01:53:57 |
|
|
175
175
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-03-30 01:54:01 |
|
|
176
176
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-04-03 01:31:53 |
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-04-19 01:50:55 |
|
|
191
191
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-03-30 02:27:00 |
|
|
192
192
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-03-30 02:27:07 |
|
|
193
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-
|
|
193
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-27 01:38:59 |
|
|
194
194
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-30 02:27:47 |
|
|
195
195
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-04-20 01:41:18 |
|
|
196
196
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-26 01:54:26 |
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-03-30 02:30:09 |
|
|
204
204
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-04-26 01:56:56 |
|
|
205
205
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-04-14 01:58:42 |
|
|
206
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-
|
|
206
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-27 01:43:06 |
|
|
207
207
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
208
208
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-03-30 02:45:27 |
|
|
209
209
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-04-25 01:57:23 |
|
|
@@ -211,9 +211,9 @@
|
|
|
211
211
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
|
|
212
212
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-26 02:00:05 |
|
|
213
213
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-12 02:06:17 |
|
|
214
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-
|
|
214
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-27 01:44:29 |
|
|
215
215
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-04-20 01:48:06 |
|
|
216
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-
|
|
216
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-26 11:35:57 |
|
|
217
217
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-03-30 02:47:12 |
|
|
218
218
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-04-24 01:48:24 |
|
|
219
219
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-03-30 02:47:18 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.590"
|
|
@@ -2112,7 +2112,7 @@ export interface ModifyEnterpriseSecurityDispatchStatusResponse {
|
|
|
2112
2112
|
* 0: 修改成功, 其他: 修改失败
|
|
2113
2113
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2114
2114
|
*/
|
|
2115
|
-
Status
|
|
2115
|
+
Status?: number
|
|
2116
2116
|
|
|
2117
2117
|
/**
|
|
2118
2118
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4833,8 +4833,12 @@ export interface CreateAcRulesRequest {
|
|
|
4833
4833
|
*/
|
|
4834
4834
|
export interface ModifyEnterpriseSecurityDispatchStatusRequest {
|
|
4835
4835
|
/**
|
|
4836
|
-
|
|
4837
|
-
|
|
4836
|
+
* 0:打开立即下发开关;
|
|
4837
|
+
|
|
4838
|
+
1:关闭立即下发开关;
|
|
4839
|
+
|
|
4840
|
+
2:关闭立即下发开关下,触发开始下发
|
|
4841
|
+
*/
|
|
4838
4842
|
Status: number
|
|
4839
4843
|
}
|
|
4840
4844
|
|
|
@@ -978,6 +978,21 @@ export interface Tag {
|
|
|
978
978
|
Value: string
|
|
979
979
|
}
|
|
980
980
|
|
|
981
|
+
/**
|
|
982
|
+
* 元数据信息
|
|
983
|
+
*/
|
|
984
|
+
export interface MetaTagInfo {
|
|
985
|
+
/**
|
|
986
|
+
* 元数据key
|
|
987
|
+
*/
|
|
988
|
+
Key?: string
|
|
989
|
+
|
|
990
|
+
/**
|
|
991
|
+
* 元数据value
|
|
992
|
+
*/
|
|
993
|
+
Value?: string
|
|
994
|
+
}
|
|
995
|
+
|
|
981
996
|
/**
|
|
982
997
|
* CreateCosRecharge请求参数结构体
|
|
983
998
|
*/
|
|
@@ -1127,6 +1142,22 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议
|
|
|
1127
1142
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1128
1143
|
*/
|
|
1129
1144
|
ParseProtocol?: string
|
|
1145
|
+
|
|
1146
|
+
/**
|
|
1147
|
+
* 元数据类型,0: 不使用元数据信息,1:使用机器组元数据,2:使用用户自定义元数据,3:使用采集配置路径,
|
|
1148
|
+
*/
|
|
1149
|
+
MetadataType?: number
|
|
1150
|
+
|
|
1151
|
+
/**
|
|
1152
|
+
* 采集配置路径正则表达式,MetadataType为1时必填
|
|
1153
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1154
|
+
*/
|
|
1155
|
+
PathRegex?: string
|
|
1156
|
+
|
|
1157
|
+
/**
|
|
1158
|
+
* 用户自定义元数据信息,MetadataType为2时必填
|
|
1159
|
+
*/
|
|
1160
|
+
MetaTags?: Array<MetaTagInfo>
|
|
1130
1161
|
}
|
|
1131
1162
|
|
|
1132
1163
|
/**
|
|
@@ -2021,6 +2052,11 @@ export interface MachineGroupInfo {
|
|
|
2021
2052
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2022
2053
|
*/
|
|
2023
2054
|
ServiceLogging: boolean
|
|
2055
|
+
|
|
2056
|
+
/**
|
|
2057
|
+
* 机器组元数据信息列表
|
|
2058
|
+
*/
|
|
2059
|
+
MetaTags?: Array<MetaTagInfo>
|
|
2024
2060
|
}
|
|
2025
2061
|
|
|
2026
2062
|
/**
|
|
@@ -4115,6 +4151,11 @@ export interface ModifyMachineGroupRequest {
|
|
|
4115
4151
|
* 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
|
|
4116
4152
|
*/
|
|
4117
4153
|
ServiceLogging?: boolean
|
|
4154
|
+
|
|
4155
|
+
/**
|
|
4156
|
+
* 机器组元数据信息列表
|
|
4157
|
+
*/
|
|
4158
|
+
MetaTags?: Array<MetaTagInfo>
|
|
4118
4159
|
}
|
|
4119
4160
|
|
|
4120
4161
|
/**
|
|
@@ -4446,6 +4487,11 @@ export interface CreateMachineGroupRequest {
|
|
|
4446
4487
|
* 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
|
|
4447
4488
|
*/
|
|
4448
4489
|
ServiceLogging?: boolean
|
|
4490
|
+
|
|
4491
|
+
/**
|
|
4492
|
+
* 机器组元数据信息列表
|
|
4493
|
+
*/
|
|
4494
|
+
MetaTags?: Array<MetaTagInfo>
|
|
4449
4495
|
}
|
|
4450
4496
|
|
|
4451
4497
|
/**
|
|
@@ -6363,12 +6363,12 @@ export interface DescribeAccountQuotaResponse {
|
|
|
6363
6363
|
/**
|
|
6364
6364
|
* 用户appid
|
|
6365
6365
|
*/
|
|
6366
|
-
AppId
|
|
6366
|
+
AppId?: number
|
|
6367
6367
|
|
|
6368
6368
|
/**
|
|
6369
6369
|
* 配额数据
|
|
6370
6370
|
*/
|
|
6371
|
-
AccountQuotaOverview
|
|
6371
|
+
AccountQuotaOverview?: AccountQuotaOverview
|
|
6372
6372
|
|
|
6373
6373
|
/**
|
|
6374
6374
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1107,10 +1107,9 @@ export interface DeleteDBDiagReportTasksRequest {
|
|
|
1107
1107
|
InstanceId: string
|
|
1108
1108
|
|
|
1109
1109
|
/**
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
Product: string
|
|
1110
|
+
* 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
|
1111
|
+
*/
|
|
1112
|
+
Product?: string
|
|
1114
1113
|
}
|
|
1115
1114
|
|
|
1116
1115
|
/**
|
|
@@ -927,6 +927,18 @@ export interface SparkJobInfo {
|
|
|
927
927
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
928
928
|
*/
|
|
929
929
|
SessionId?: string
|
|
930
|
+
|
|
931
|
+
/**
|
|
932
|
+
* spark_emr_livy
|
|
933
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
934
|
+
*/
|
|
935
|
+
DataEngineClusterType?: string
|
|
936
|
+
|
|
937
|
+
/**
|
|
938
|
+
* Spark 3.2-EMR
|
|
939
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
940
|
+
*/
|
|
941
|
+
DataEngineImageVersion?: string
|
|
930
942
|
}
|
|
931
943
|
|
|
932
944
|
/**
|
|
@@ -578,12 +578,12 @@ export interface ContinueMigrateJobResponse {
|
|
|
578
578
|
*/
|
|
579
579
|
export interface CreateMigrationServiceRequest {
|
|
580
580
|
/**
|
|
581
|
-
*
|
|
581
|
+
* 源实例数据库类型,如mysql,redis,percona,mongodb,postgresql,sqlserver,mariadb,cynosdbmysql
|
|
582
582
|
*/
|
|
583
583
|
SrcDatabaseType: string
|
|
584
584
|
|
|
585
585
|
/**
|
|
586
|
-
*
|
|
586
|
+
* 目标实例数据库类型,如mysql,redis,percona,mongodb,postgresql,sqlserver,mariadb,cynosdbmysql
|
|
587
587
|
*/
|
|
588
588
|
DstDatabaseType: string
|
|
589
589
|
|
|
@@ -1409,7 +1409,7 @@ export interface CreateMigrationServiceResponse {
|
|
|
1409
1409
|
* 下单成功随机生成的迁移任务id列表,形如:dts-c1f6rs21
|
|
1410
1410
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1411
1411
|
*/
|
|
1412
|
-
JobIds
|
|
1412
|
+
JobIds?: Array<string>
|
|
1413
1413
|
|
|
1414
1414
|
/**
|
|
1415
1415
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -91,7 +91,9 @@ export class Client extends AbstractClient {
|
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
/**
|
|
94
|
-
*
|
|
94
|
+
* ECDN融合CDN后,接口都用CDN的,此接口已经废弃
|
|
95
|
+
|
|
96
|
+
本接口(AddEcdnDomain)用于创建加速域名。
|
|
95
97
|
|
|
96
98
|
>? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/api/228/41123"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
|
|
97
99
|
*/
|
|
@@ -115,7 +117,9 @@ export class Client extends AbstractClient {
|
|
|
115
117
|
}
|
|
116
118
|
|
|
117
119
|
/**
|
|
118
|
-
*
|
|
120
|
+
* ECDN融合CDN后,接口都用CDN的,此接口已经废弃
|
|
121
|
+
|
|
122
|
+
PurgePathCache 用于批量刷新目录缓存,一次提交将返回一个刷新任务id。
|
|
119
123
|
|
|
120
124
|
>? 若您的业务已迁移至 CDN 控制台,请参考<a href=" https://cloud.tencent.com/document/api/570/42475"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
|
|
121
125
|
*/
|
|
@@ -127,7 +131,9 @@ export class Client extends AbstractClient {
|
|
|
127
131
|
}
|
|
128
132
|
|
|
129
133
|
/**
|
|
130
|
-
*
|
|
134
|
+
* ECDN融合CDN后,接口都用CDN的,此接口已经废弃
|
|
135
|
+
|
|
136
|
+
本接口(StartEcdnDomain)用于启用加速域名,待启用域名必须处于已下线状态。
|
|
131
137
|
|
|
132
138
|
>? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/product/228/41121"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
|
|
133
139
|
*/
|
|
@@ -139,7 +145,9 @@ export class Client extends AbstractClient {
|
|
|
139
145
|
}
|
|
140
146
|
|
|
141
147
|
/**
|
|
142
|
-
*
|
|
148
|
+
* ECDN融合CDN后,接口都用CDN的,此接口已经废弃
|
|
149
|
+
|
|
150
|
+
本接口(UpdateDomainConfig)用于更新ECDN加速域名配置信息。
|
|
143
151
|
注意:如果需要更新复杂类型的配置项,必须传递整个对象的所有属性,未传递的属性将使用默认值。建议通过查询接口获取配置属性后,直接修改后传递给本接口。Https配置由于证书的特殊性,更新时不用传递证书和密钥字段。
|
|
144
152
|
|
|
145
153
|
>? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/product/228/41116"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
|
|
@@ -211,7 +219,9 @@ export class Client extends AbstractClient {
|
|
|
211
219
|
}
|
|
212
220
|
|
|
213
221
|
/**
|
|
214
|
-
*
|
|
222
|
+
* ECDN融合CDN后,接口都用CDN的,此接口已经废弃
|
|
223
|
+
|
|
224
|
+
本接口(StopCdnDomain)用于停止加速域名,待停用加速域名必须处于已上线或部署中状态。
|
|
215
225
|
|
|
216
226
|
>? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/product/228/41120"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
|
|
217
227
|
*/
|
|
@@ -223,7 +233,9 @@ export class Client extends AbstractClient {
|
|
|
223
233
|
}
|
|
224
234
|
|
|
225
235
|
/**
|
|
226
|
-
*
|
|
236
|
+
* ECDN融合CDN后,接口都用CDN的,此接口已经废弃
|
|
237
|
+
|
|
238
|
+
本接口(DeleteEcdnDomain)用于删除指定加速域名。待删除域名必须处于已停用状态。
|
|
227
239
|
|
|
228
240
|
>? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/api/228/41122"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
|
|
229
241
|
*/
|
|
@@ -247,7 +259,9 @@ export class Client extends AbstractClient {
|
|
|
247
259
|
}
|
|
248
260
|
|
|
249
261
|
/**
|
|
250
|
-
*
|
|
262
|
+
* ECDN融合CDN后,接口都用CDN的,此接口已经废弃
|
|
263
|
+
|
|
264
|
+
生成一条子域名解析,提示客户添加到域名解析上,用于泛域名及域名取回校验归属权。
|
|
251
265
|
|
|
252
266
|
>? 若您的业务已迁移至 CDN 控制台,请参考<a href=" https://cloud.tencent.com/document/api/228/48118"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
|
|
253
267
|
*/
|
|
@@ -37,8 +37,9 @@ import {
|
|
|
37
37
|
ModifyProxiesProjectRequest,
|
|
38
38
|
DomainErrorPageInfo,
|
|
39
39
|
AccessConfiguration,
|
|
40
|
+
ModifyProxiesProjectResponse,
|
|
40
41
|
DescribeCertificateDetailRequest,
|
|
41
|
-
|
|
42
|
+
ProxyAccessInfo,
|
|
42
43
|
SetAuthenticationResponse,
|
|
43
44
|
DescribeProxyGroupStatisticsResponse,
|
|
44
45
|
DisableGlobalDomainResponse,
|
|
@@ -106,7 +107,7 @@ import {
|
|
|
106
107
|
DeleteListenersRequest,
|
|
107
108
|
DescribeSecurityRulesRequest,
|
|
108
109
|
DescribeDestRegionsResponse,
|
|
109
|
-
|
|
110
|
+
DescribeAuthSignatureResponse,
|
|
110
111
|
DescribeDomainErrorPageInfoByIdsResponse,
|
|
111
112
|
DescribeProxiesRequest,
|
|
112
113
|
DescribeAccessRegionsByDestRegionResponse,
|
|
@@ -119,6 +120,7 @@ import {
|
|
|
119
120
|
CreateSecurityPolicyResponse,
|
|
120
121
|
TCPListener,
|
|
121
122
|
EnableGlobalDomainResponse,
|
|
123
|
+
TagResourceInfo,
|
|
122
124
|
CreateSecurityRulesResponse,
|
|
123
125
|
DescribeAccessRegionsRequest,
|
|
124
126
|
CreateCertificateRequest,
|
|
@@ -139,7 +141,7 @@ import {
|
|
|
139
141
|
DeleteSecurityPolicyResponse,
|
|
140
142
|
CreateDomainResponse,
|
|
141
143
|
EnableGlobalDomainRequest,
|
|
142
|
-
|
|
144
|
+
DescribeAuthSignatureRequest,
|
|
143
145
|
ModifyDomainRequest,
|
|
144
146
|
DeleteGlobalDomainDnsRequest,
|
|
145
147
|
CreateCustomHeaderResponse,
|
|
@@ -235,7 +237,7 @@ import {
|
|
|
235
237
|
DescribeProxyStatisticsResponse,
|
|
236
238
|
DescribeRealServersStatusResponse,
|
|
237
239
|
ModifyProxyGroupAttributeRequest,
|
|
238
|
-
|
|
240
|
+
ModifyGlobalDomainDnsResponse,
|
|
239
241
|
CloseProxyGroupResponse,
|
|
240
242
|
DeleteFirstLinkSessionResponse,
|
|
241
243
|
ModifyProxiesAttributeResponse,
|
|
@@ -1196,6 +1198,16 @@ export class Client extends AbstractClient {
|
|
|
1196
1198
|
return this.request("DescribeDomainErrorPageInfo", req, cb)
|
|
1197
1199
|
}
|
|
1198
1200
|
|
|
1201
|
+
/**
|
|
1202
|
+
* 为了防止在下单、询价、后付费开通等过程中确保来源合法以及订单参数没有被篡改过,各个业务方使用下单、询价等场景需调用计费签名接口获取签名,获取签名的请求需带上签名以验证身份,本接口可以获取计费签名。
|
|
1203
|
+
*/
|
|
1204
|
+
async DescribeAuthSignature(
|
|
1205
|
+
req?: DescribeAuthSignatureRequest,
|
|
1206
|
+
cb?: (error: string, rep: DescribeAuthSignatureResponse) => void
|
|
1207
|
+
): Promise<DescribeAuthSignatureResponse> {
|
|
1208
|
+
return this.request("DescribeAuthSignature", req, cb)
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1199
1211
|
/**
|
|
1200
1212
|
* 本接口(BanAndRecoverProxy)用于联通封禁解封GAAP跨境通道实例,支持按照客户UIN维度下发请求。被封禁的实例带宽上限将会被限制到0Mbps,无法正常处理客户端和源站之间的请求。
|
|
1201
1213
|
*/
|