tencentcloud-sdk-nodejs 4.0.322 → 4.0.325
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 +503 -0
- package/SERVICE_CHANGELOG.md +492 -73
- package/package.json +1 -1
- package/products.md +28 -27
- package/src/common/abstract_client.ts +5 -1
- package/src/common/interface.ts +2 -2
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +6 -0
- package/src/services/bmvpc/v20180625/bmvpc_models.ts +2 -2
- package/src/services/captcha/v20190722/captcha_client.ts +1 -1
- package/src/services/cbs/v20170312/cbs_client.ts +1 -0
- package/src/services/cbs/v20170312/cbs_models.ts +48 -23
- package/src/services/ccc/v20200210/ccc_models.ts +6 -6
- package/src/services/cdb/v20170320/cdb_client.ts +12 -0
- package/src/services/cdb/v20170320/cdb_models.ts +61 -16
- package/src/services/cdn/v20180606/cdn_client.ts +6 -4
- package/src/services/cdn/v20180606/cdn_models.ts +176 -53
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +32 -0
- package/src/services/dc/v20180410/dc_models.ts +21 -1
- package/src/services/dcdb/v20180411/dcdb_client.ts +8 -33
- package/src/services/dcdb/v20180411/dcdb_models.ts +19 -121
- package/src/services/gaap/v20180529/gaap_models.ts +2 -1
- package/src/services/icr/index.ts +5 -0
- package/src/services/icr/v20211014/icr_client.ts +54 -0
- package/src/services/icr/v20211014/icr_models.ts +363 -0
- package/src/services/icr/v20211014/index.ts +6 -0
- package/src/services/iecp/v20210914/iecp_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +18 -11
- package/src/services/mariadb/v20170312/mariadb_client.ts +9 -34
- package/src/services/mariadb/v20170312/mariadb_models.ts +11 -119
- package/src/services/nlp/v20190408/nlp_client.ts +0 -3
- package/src/services/nlp/v20190408/nlp_models.ts +1 -1
- package/src/services/postgres/v20170312/postgres_models.ts +38 -5
- package/src/services/sms/v20210111/sms_models.ts +1 -1
- package/src/services/ssa/v20180608/ssa_client.ts +14 -0
- package/src/services/ssa/v20180608/ssa_models.ts +130 -25
- package/src/services/tcss/v20201101/tcss_models.ts +13 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +15 -5
- package/src/services/tiia/v20190529/tiia_client.ts +23 -8
- package/src/services/tiia/v20190529/tiia_models.ts +59 -15
- package/src/services/tsf/v20180326/tsf_models.ts +73 -1
- package/src/services/vod/v20180717/vod_client.ts +60 -18
- package/src/services/vod/v20180717/vod_models.ts +131 -29
- package/src/services/vpc/v20170312/vpc_client.ts +1 -0
- package/tencentcloud/common/abstract_client.js +1 -1
- package/tencentcloud/common/interface.d.ts +2 -2
- 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 +5 -0
- package/tencentcloud/services/bmvpc/v20180625/bmvpc_models.d.ts +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +1 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +1 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +43 -23
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +6 -6
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +54 -16
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +149 -46
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +26 -0
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +17 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +3 -11
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +3 -15
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +17 -104
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +2 -1
- package/tencentcloud/services/icr/index.d.ts +6 -0
- package/tencentcloud/services/icr/index.js +7 -0
- package/tencentcloud/services/icr/v20211014/icr_client.d.ts +14 -0
- package/tencentcloud/services/icr/v20211014/icr_client.js +37 -0
- package/tencentcloud/services/icr/v20211014/icr_models.d.ts +297 -0
- package/tencentcloud/services/icr/v20211014/icr_models.js +18 -0
- package/tencentcloud/services/icr/v20211014/index.d.ts +6 -0
- package/tencentcloud/services/icr/v20211014/index.js +9 -0
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +17 -11
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +4 -12
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +4 -16
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +10 -102
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +0 -3
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -3
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +32 -5
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +115 -25
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +11 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +13 -5
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +10 -3
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +12 -3
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +52 -13
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +61 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +24 -7
- package/tencentcloud/services/vod/v20180717/vod_client.js +31 -8
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +114 -25
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -0
- package/test/cdb.v20170320.test.js +10 -0
- package/test/dcdb.v20180411.test.js +2 -22
- package/test/icr.v20211014.test.js +31 -0
- package/test/mariadb.v20170312.test.js +2 -22
- package/test/ssa.v20180608.test.js +10 -0
- package/test/tiia.v20190529.test.js +12 -2
- package/test/vod.v20180717.test.js +34 -4
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-04-04 06:05:47 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-04-07 06:08:19 |
|
|
16
16
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-04-08 06:01:46 |
|
|
17
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-04-
|
|
17
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-04-12 06:06:07 |
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-04-04 06:08:47 |
|
|
@@ -24,18 +24,18 @@
|
|
|
24
24
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
|
|
25
25
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-04 06:09:29 |
|
|
26
26
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
|
|
27
|
-
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-
|
|
27
|
+
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-14 06:07:14 |
|
|
28
28
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
29
29
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-04-07 06:10:43 |
|
|
30
30
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
31
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-04-
|
|
32
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-
|
|
31
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-04-14 06:07:25 |
|
|
32
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
|
|
33
33
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
|
|
34
34
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-04-04 06:11:56 |
|
|
35
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-
|
|
36
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-04-
|
|
37
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-04-
|
|
38
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-04-
|
|
35
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-13 06:12:00 |
|
|
36
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-04-13 06:12:26 |
|
|
37
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-04-14 06:07:55 |
|
|
38
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-04-14 06:08:21 |
|
|
39
39
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
40
40
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-04-04 06:17:11 |
|
|
41
41
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-04-04 06:18:39 |
|
|
45
45
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
46
46
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
47
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-04-
|
|
47
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-04-13 06:18:36 |
|
|
48
48
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-04-08 06:04:17 |
|
|
49
49
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-04-04 06:21:08 |
|
|
50
50
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
|
|
51
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-04-
|
|
51
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-04-12 06:09:41 |
|
|
52
52
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-04-04 06:22:26 |
|
|
53
53
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
54
54
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-04-04 06:33:13 |
|
|
61
61
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
|
|
62
62
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-04 06:36:31 |
|
|
63
|
-
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-
|
|
64
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-04-
|
|
63
|
+
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
64
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-04-13 06:37:02 |
|
|
65
65
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-04-04 06:37:52 |
|
|
66
66
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-04-04 06:38:13 |
|
|
67
67
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-04-04 06:38:32 |
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-04-04 06:42:44 |
|
|
84
84
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
85
85
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
86
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-04-
|
|
86
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-04-13 06:43:04 |
|
|
87
87
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-04-04 06:44:28 |
|
|
88
88
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-04-04 06:44:42 |
|
|
89
89
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
|
|
@@ -92,13 +92,14 @@
|
|
|
92
92
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
|
|
93
93
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-04-04 06:45:59 |
|
|
94
94
|
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-04-04 06:46:38 |
|
|
95
|
+
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
|
|
95
96
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-04-04 06:46:42 |
|
|
96
|
-
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-
|
|
97
|
+
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-12 06:15:04 |
|
|
97
98
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
98
99
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-04-04 06:48:07 |
|
|
99
100
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
100
101
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-04-01 15:20:13 |
|
|
101
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-04-
|
|
102
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-04-13 06:48:26 |
|
|
102
103
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
103
104
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
|
|
104
105
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
|
|
@@ -108,7 +109,7 @@
|
|
|
108
109
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-04-08 06:09:47 |
|
|
109
110
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
110
111
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
111
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-04-
|
|
112
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-04-13 06:56:52 |
|
|
112
113
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
|
|
113
114
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
|
|
114
115
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
|
|
@@ -120,29 +121,29 @@
|
|
|
120
121
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
121
122
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
122
123
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
123
|
-
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-
|
|
124
|
+
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
124
125
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
125
126
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-04-08 06:10:55 |
|
|
126
127
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-04-08 06:10:59 |
|
|
127
128
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-04-04 07:01:46 |
|
|
128
129
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
|
|
129
130
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
130
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-04-
|
|
131
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-04-13 07:01:59 |
|
|
131
132
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-04-04 07:02:49 |
|
|
132
133
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-04-04 07:03:00 |
|
|
133
134
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-04-08 06:11:28 |
|
|
134
135
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
135
136
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
136
137
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-04-04 07:04:08 |
|
|
137
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-04-
|
|
138
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-04-14 06:16:14 |
|
|
138
139
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-04-04 07:05:20 |
|
|
139
140
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-04 07:05:35 |
|
|
140
141
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
141
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-
|
|
142
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
|
|
142
143
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-04-04 07:05:55 |
|
|
143
144
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
144
145
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-04-04 07:05:59 |
|
|
145
|
-
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-
|
|
146
|
+
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-14 06:16:47 |
|
|
146
147
|
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-04-04 07:07:38 |
|
|
147
148
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
148
149
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-04-04 07:08:00 |
|
|
@@ -160,10 +161,10 @@
|
|
|
160
161
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
161
162
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-04-07 07:10:53 |
|
|
162
163
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-04-08 06:13:14 |
|
|
163
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-04-
|
|
164
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-04-12 06:21:48 |
|
|
164
165
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
|
|
165
166
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
166
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-04-
|
|
167
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-04-14 06:18:12 |
|
|
167
168
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-04-04 07:16:34 |
|
|
168
169
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-04-04 11:19:56 |
|
|
169
170
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
@@ -171,7 +172,7 @@
|
|
|
171
172
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
172
173
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
173
174
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-04-04 07:17:01 |
|
|
174
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-04-
|
|
175
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-04-14 06:18:37 |
|
|
175
176
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-04-04 07:17:26 |
|
|
176
177
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-04-04 07:17:39 |
|
|
177
178
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-04-08 06:14:29 |
|
|
@@ -180,14 +181,14 @@
|
|
|
180
181
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-04-04 07:18:12 |
|
|
181
182
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-04-11 06:19:11 |
|
|
182
183
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-04-04 07:18:29 |
|
|
183
|
-
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-04-
|
|
184
|
+
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-04-12 06:23:46 |
|
|
184
185
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
185
186
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-04-04 07:22:42 |
|
|
186
187
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
187
188
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-04-04 07:22:51 |
|
|
188
189
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
189
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-04-
|
|
190
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-04-
|
|
190
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-04-13 07:24:51 |
|
|
191
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-04-14 06:20:04 |
|
|
191
192
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-04-08 06:16:21 |
|
|
192
193
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
193
194
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -43,7 +43,11 @@ export class AbstractClient {
|
|
|
43
43
|
* @param {string} region 产品地域
|
|
44
44
|
* @param {ClientProfile} profile 可选配置实例
|
|
45
45
|
*/
|
|
46
|
-
constructor(
|
|
46
|
+
constructor(
|
|
47
|
+
endpoint: string,
|
|
48
|
+
version: string,
|
|
49
|
+
{ credential, region, profile = {} }: ClientConfig
|
|
50
|
+
) {
|
|
47
51
|
this.path = "/"
|
|
48
52
|
|
|
49
53
|
/**
|
package/src/common/interface.ts
CHANGED
|
@@ -9,9 +9,9 @@ export interface ClientConfig {
|
|
|
9
9
|
credential: Credential
|
|
10
10
|
/**
|
|
11
11
|
* @param {string} region 产品地域
|
|
12
|
-
*
|
|
12
|
+
* 对于要求区分地域的产品,此参数必选(如 cvm);对于不区分地域的产品(如 sms),无需传入。
|
|
13
13
|
*/
|
|
14
|
-
region
|
|
14
|
+
region?: string
|
|
15
15
|
/**
|
|
16
16
|
* @param {ClientProfile} profile 可选配置实例
|
|
17
17
|
* 可选,没有特殊需求可以跳过。
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.325"
|
|
@@ -949,6 +949,12 @@ export interface SentenceDetail {
|
|
|
949
949
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
950
950
|
*/
|
|
951
951
|
SpeechSpeed: number
|
|
952
|
+
|
|
953
|
+
/**
|
|
954
|
+
* 声道或说话人 Id(请求中如果设置了 speaker_diarization或者ChannelNum为双声道,可区分说话人或声道)
|
|
955
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
956
|
+
*/
|
|
957
|
+
SpeakerId: number
|
|
952
958
|
}
|
|
953
959
|
|
|
954
960
|
/**
|
|
@@ -3062,7 +3062,7 @@ export interface CreateNatGatewayResponse {
|
|
|
3062
3062
|
/**
|
|
3063
3063
|
* 任务ID
|
|
3064
3064
|
*/
|
|
3065
|
-
TaskId
|
|
3065
|
+
TaskId: number
|
|
3066
3066
|
|
|
3067
3067
|
/**
|
|
3068
3068
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3360,7 +3360,7 @@ export interface DeleteNatGatewayResponse {
|
|
|
3360
3360
|
/**
|
|
3361
3361
|
* 任务ID
|
|
3362
3362
|
*/
|
|
3363
|
-
TaskId
|
|
3363
|
+
TaskId: number
|
|
3364
3364
|
|
|
3365
3365
|
/**
|
|
3366
3366
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -532,6 +532,7 @@ export class Client extends AbstractClient {
|
|
|
532
532
|
|
|
533
533
|
* 只有具有快照能力的云硬盘才能创建快照。云硬盘是否具有快照能力可由[DescribeDisks](/document/product/362/16315)接口查询,见SnapshotAbility字段。
|
|
534
534
|
* 可创建快照数量限制见[产品使用限制](https://cloud.tencent.com/doc/product/362/5145)。
|
|
535
|
+
* 当前支持将备份点转化为普通快照,转化之后可能会收取快照使用费用,备份点不保留,其占用的备份点配额也将被释放。
|
|
535
536
|
*/
|
|
536
537
|
async CreateSnapshot(
|
|
537
538
|
req: CreateSnapshotRequest,
|
|
@@ -148,7 +148,7 @@ export interface InquiryPriceCreateDisksResponse {
|
|
|
148
148
|
/**
|
|
149
149
|
* 描述了新购云盘的价格。
|
|
150
150
|
*/
|
|
151
|
-
DiskPrice
|
|
151
|
+
DiskPrice: Price
|
|
152
152
|
|
|
153
153
|
/**
|
|
154
154
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -445,6 +445,11 @@ export interface CreateDisksRequest {
|
|
|
445
445
|
* 创建云盘时指定自动挂载并初始化该数据盘。
|
|
446
446
|
*/
|
|
447
447
|
AutoMountConfiguration?: AutoMountConfiguration
|
|
448
|
+
|
|
449
|
+
/**
|
|
450
|
+
* 指定云硬盘备份点配额。
|
|
451
|
+
*/
|
|
452
|
+
DiskBackupQuota?: number
|
|
448
453
|
}
|
|
449
454
|
|
|
450
455
|
/**
|
|
@@ -805,6 +810,16 @@ export interface Disk {
|
|
|
805
810
|
* 销毁云盘时删除关联的非永久保留快照。0 表示非永久快照不随云盘销毁而销毁,1表示非永久快照随云盘销毁而销毁,默认取0。快照是否永久保留可以通过DescribeSnapshots接口返回的快照详情的IsPermanent字段来判断,true表示永久快照,false表示非永久快照。
|
|
806
811
|
*/
|
|
807
812
|
DeleteSnapshot: number
|
|
813
|
+
|
|
814
|
+
/**
|
|
815
|
+
* 云硬盘备份点已使用的数量。
|
|
816
|
+
*/
|
|
817
|
+
DiskBackupCount: number
|
|
818
|
+
|
|
819
|
+
/**
|
|
820
|
+
* 云硬盘挂载实例的类型。取值范围:<br><li>CVM<br><li>EKS
|
|
821
|
+
*/
|
|
822
|
+
InstanceType: string
|
|
808
823
|
}
|
|
809
824
|
|
|
810
825
|
/**
|
|
@@ -870,6 +885,11 @@ export interface CreateSnapshotRequest {
|
|
|
870
885
|
* 快照的到期时间,到期后该快照将会自动删除,需要传入UTC时间下的ISO-8601标准时间格式,例如:2022-01-08T09:47:55+00:00
|
|
871
886
|
*/
|
|
872
887
|
Deadline?: string
|
|
888
|
+
|
|
889
|
+
/**
|
|
890
|
+
* 云硬盘备份点ID。传入此参数时,将通过备份点创建快照。
|
|
891
|
+
*/
|
|
892
|
+
DiskBackupId?: string
|
|
873
893
|
}
|
|
874
894
|
|
|
875
895
|
/**
|
|
@@ -1406,6 +1426,11 @@ export interface Filter {
|
|
|
1406
1426
|
* InquiryPriceCreateDisks请求参数结构体
|
|
1407
1427
|
*/
|
|
1408
1428
|
export interface InquiryPriceCreateDisksRequest {
|
|
1429
|
+
/**
|
|
1430
|
+
* 云硬盘计费类型。<br><li>PREPAID:预付费,即包年包月<br><li>POSTPAID_BY_HOUR:按小时后付费
|
|
1431
|
+
*/
|
|
1432
|
+
DiskChargeType: string
|
|
1433
|
+
|
|
1409
1434
|
/**
|
|
1410
1435
|
* 硬盘介质类型。取值范围:<br><li>CLOUD_BASIC:表示普通云硬盘<br><li>CLOUD_PREMIUM:表示高性能云硬盘<br><li>CLOUD_SSD:表示SSD云硬盘<br><li>CLOUD_HSSD:表示增强型SSD云硬盘<br><li>CLOUD_TSSD:表示极速型SSD云硬盘。
|
|
1411
1436
|
*/
|
|
@@ -1417,29 +1442,29 @@ export interface InquiryPriceCreateDisksRequest {
|
|
|
1417
1442
|
DiskSize: number
|
|
1418
1443
|
|
|
1419
1444
|
/**
|
|
1420
|
-
*
|
|
1445
|
+
* 云盘所属项目ID。
|
|
1421
1446
|
*/
|
|
1422
|
-
|
|
1447
|
+
ProjectId?: number
|
|
1423
1448
|
|
|
1424
1449
|
/**
|
|
1425
|
-
*
|
|
1450
|
+
* 购买云盘的数量。不填则默认为1。
|
|
1426
1451
|
*/
|
|
1427
|
-
|
|
1452
|
+
DiskCount?: number
|
|
1428
1453
|
|
|
1429
1454
|
/**
|
|
1430
|
-
*
|
|
1455
|
+
* 额外购买的云硬盘性能值,单位MB/s。<br>目前仅支持增强型SSD云硬盘(CLOUD_HSSD)和极速型SSD云硬盘(CLOUD_TSSD)
|
|
1431
1456
|
*/
|
|
1432
|
-
|
|
1457
|
+
ThroughputPerformance?: number
|
|
1433
1458
|
|
|
1434
1459
|
/**
|
|
1435
|
-
*
|
|
1460
|
+
* 预付费模式,即包年包月相关参数设置。通过该参数指定包年包月云盘的购买时长、是否设置自动续费等属性。<br>创建预付费云盘该参数必传,创建按小时后付费云盘无需传该参数。
|
|
1436
1461
|
*/
|
|
1437
|
-
|
|
1462
|
+
DiskChargePrepaid?: DiskChargePrepaid
|
|
1438
1463
|
|
|
1439
1464
|
/**
|
|
1440
|
-
*
|
|
1465
|
+
* 指定云硬盘备份点配额。
|
|
1441
1466
|
*/
|
|
1442
|
-
|
|
1467
|
+
DiskBackupQuota?: number
|
|
1443
1468
|
}
|
|
1444
1469
|
|
|
1445
1470
|
/**
|
|
@@ -1805,10 +1830,10 @@ export interface Policy {
|
|
|
1805
1830
|
*/
|
|
1806
1831
|
export interface Price {
|
|
1807
1832
|
/**
|
|
1808
|
-
*
|
|
1833
|
+
* 后付费云盘折扣单价,单位:元。
|
|
1809
1834
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1810
1835
|
*/
|
|
1811
|
-
|
|
1836
|
+
UnitPriceDiscount: number
|
|
1812
1837
|
|
|
1813
1838
|
/**
|
|
1814
1839
|
* 预付费云盘预支费用的折扣价,单位:元。
|
|
@@ -1823,22 +1848,22 @@ export interface Price {
|
|
|
1823
1848
|
UnitPrice: number
|
|
1824
1849
|
|
|
1825
1850
|
/**
|
|
1826
|
-
*
|
|
1851
|
+
* 高精度后付费云盘原单价, 单位:元
|
|
1827
1852
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1828
1853
|
*/
|
|
1829
|
-
|
|
1854
|
+
UnitPriceHigh: string
|
|
1830
1855
|
|
|
1831
1856
|
/**
|
|
1832
|
-
*
|
|
1857
|
+
* 高精度预付费云盘预支费用的原价, 单位:元 。
|
|
1833
1858
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1834
1859
|
*/
|
|
1835
|
-
|
|
1860
|
+
OriginalPriceHigh: string
|
|
1836
1861
|
|
|
1837
1862
|
/**
|
|
1838
|
-
*
|
|
1863
|
+
* 预付费云盘预支费用的原价,单位:元。
|
|
1839
1864
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1840
1865
|
*/
|
|
1841
|
-
|
|
1866
|
+
OriginalPrice?: number
|
|
1842
1867
|
|
|
1843
1868
|
/**
|
|
1844
1869
|
* 高精度预付费云盘预支费用的折扣价, 单位:元
|
|
@@ -1847,16 +1872,16 @@ export interface Price {
|
|
|
1847
1872
|
DiscountPriceHigh: string
|
|
1848
1873
|
|
|
1849
1874
|
/**
|
|
1850
|
-
*
|
|
1875
|
+
* 高精度后付费云盘折扣单价, 单位:元
|
|
1851
1876
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1852
1877
|
*/
|
|
1853
|
-
|
|
1878
|
+
UnitPriceDiscountHigh: string
|
|
1854
1879
|
|
|
1855
1880
|
/**
|
|
1856
|
-
*
|
|
1881
|
+
* 后付费云盘的计价单元,取值范围:<br><li>HOUR:表示后付费云盘的计价单元是按小时计算。
|
|
1857
1882
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1858
1883
|
*/
|
|
1859
|
-
|
|
1884
|
+
ChargeUnit: string
|
|
1860
1885
|
}
|
|
1861
1886
|
|
|
1862
1887
|
/**
|
|
@@ -1897,19 +1897,19 @@ export interface DescribeTelCdrRequest {
|
|
|
1897
1897
|
EndTimeStamp: number
|
|
1898
1898
|
|
|
1899
1899
|
/**
|
|
1900
|
-
*
|
|
1900
|
+
* 实例 ID(deprecated)
|
|
1901
1901
|
*/
|
|
1902
|
-
|
|
1902
|
+
InstanceId?: number
|
|
1903
1903
|
|
|
1904
1904
|
/**
|
|
1905
|
-
*
|
|
1905
|
+
* 返回数据条数,上限(deprecated)
|
|
1906
1906
|
*/
|
|
1907
|
-
|
|
1907
|
+
Limit?: number
|
|
1908
1908
|
|
|
1909
1909
|
/**
|
|
1910
|
-
*
|
|
1910
|
+
* 偏移(deprecated)
|
|
1911
1911
|
*/
|
|
1912
|
-
|
|
1912
|
+
Offset?: number
|
|
1913
1913
|
|
|
1914
1914
|
/**
|
|
1915
1915
|
* 应用 ID
|
|
@@ -165,6 +165,7 @@ import {
|
|
|
165
165
|
StopRollbackRequest,
|
|
166
166
|
DescribeDeviceMonitorInfoResponse,
|
|
167
167
|
TagsInfoOfInstance,
|
|
168
|
+
ResetRootAccountRequest,
|
|
168
169
|
DescribeDBInstanceConfigRequest,
|
|
169
170
|
DescribeProxyCustomConfResponse,
|
|
170
171
|
ModifyAuditConfigResponse,
|
|
@@ -207,6 +208,7 @@ import {
|
|
|
207
208
|
CreateDeployGroupResponse,
|
|
208
209
|
SellConfig,
|
|
209
210
|
MasterInfo,
|
|
211
|
+
ResetRootAccountResponse,
|
|
210
212
|
ProxyNodeInfo,
|
|
211
213
|
Account,
|
|
212
214
|
ModifyNameOrDescByDpIdResponse,
|
|
@@ -1393,6 +1395,16 @@ export class Client extends AbstractClient {
|
|
|
1393
1395
|
return this.request("DescribeBackupDownloadRestriction", req, cb)
|
|
1394
1396
|
}
|
|
1395
1397
|
|
|
1398
|
+
/**
|
|
1399
|
+
* 重置实例ROOT账,初始化账号权限
|
|
1400
|
+
*/
|
|
1401
|
+
async ResetRootAccount(
|
|
1402
|
+
req: ResetRootAccountRequest,
|
|
1403
|
+
cb?: (error: string, rep: ResetRootAccountResponse) => void
|
|
1404
|
+
): Promise<ResetRootAccountResponse> {
|
|
1405
|
+
return this.request("ResetRootAccount", req, cb)
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1396
1408
|
/**
|
|
1397
1409
|
* 本接口(ModifyAccountPassword)用于修改云数据库账户的密码。
|
|
1398
1410
|
*/
|