tencentcloud-sdk-nodejs 4.0.342 → 4.0.345
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 +510 -0
- package/SERVICE_CHANGELOG.md +492 -93
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +2 -2
- package/src/services/cam/v20190116/cam_client.ts +2 -1
- package/src/services/cam/v20190116/cam_models.ts +119 -83
- package/src/services/cat/v20180409/cat_models.ts +22 -0
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +9 -4
- package/src/services/cpdp/v20190820/cpdp_client.ts +94 -21
- package/src/services/cpdp/v20190820/cpdp_models.ts +895 -387
- package/src/services/cvm/v20170312/cvm_models.ts +29 -12
- package/src/services/dlc/v20210125/dlc_models.ts +24 -0
- package/src/services/dnspod/v20210323/dnspod_models.ts +5 -0
- package/src/services/ecm/v20190719/ecm_models.ts +6 -0
- package/src/services/emr/v20190103/emr_client.ts +147 -108
- package/src/services/emr/v20190103/emr_models.ts +349 -57
- package/src/services/es/v20180416/es_models.ts +10 -5
- package/src/services/gaap/v20180529/gaap_models.ts +1 -1
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +27 -2
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +144 -30
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +17 -1
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/oceanus/v20190422/oceanus_client.ts +31 -6
- package/src/services/oceanus/v20190422/oceanus_models.ts +186 -0
- package/src/services/ocr/v20181119/ocr_client.ts +0 -14
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +122 -81
- package/src/services/ssl/v20191205/ssl_client.ts +15 -2
- package/src/services/ssl/v20191205/ssl_models.ts +89 -31
- package/src/services/tke/v20180525/tke_client.ts +72 -17
- package/src/services/tke/v20180525/tke_models.ts +807 -55
- package/src/services/tmt/v20180321/tmt_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +4 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -2
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +100 -70
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +18 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +7 -2
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +29 -5
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +42 -6
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +785 -360
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +26 -12
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +20 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +5 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +51 -39
- package/tencentcloud/services/emr/v20190103/emr_client.js +75 -57
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +296 -50
- package/tencentcloud/services/es/v20180416/es_models.d.ts +9 -4
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +9 -1
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +12 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +124 -27
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +16 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +11 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +15 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +157 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +0 -14
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -14
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +112 -79
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +77 -27
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +30 -14
- package/tencentcloud/services/tke/v20180525/tke_client.js +24 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +683 -39
- package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +1 -1
- package/tencentcloud/services/tmt/v20180321/tmt_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -1
- package/test/cpdp.v20190820.test.js +64 -4
- package/test/emr.v20190103.test.js +70 -40
- package/test/iotcloud.v20210408.test.js +20 -0
- package/test/oceanus.v20190422.test.js +22 -2
- package/test/ssl.v20191205.test.js +10 -0
- package/test/tke.v20180525.test.js +40 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2022-04-04 06:03:06 |
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
5
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-04-04 06:03:08 |
|
|
6
|
-
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-
|
|
7
|
-
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-
|
|
6
|
+
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
|
|
7
|
+
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
|
|
8
8
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-04-04 06:03:33 |
|
|
10
10
|
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-05-17 06:03:35 |
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-05-09 06:02:38 |
|
|
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
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-
|
|
20
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-23 06:02:46 |
|
|
21
21
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-05-09 06:02:49 |
|
|
22
22
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-05-13 18:34:36 |
|
|
23
23
|
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-04-04 06:09:17 |
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
30
30
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-04-25 06:01:56 |
|
|
31
31
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
32
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-
|
|
32
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-19 06:07:36 |
|
|
33
33
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
|
|
34
34
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-04-27 06:05:49 |
|
|
35
35
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
|
|
36
|
-
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-
|
|
36
|
+
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-05-23 06:03:34 |
|
|
37
37
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-21 06:07:31 |
|
|
38
38
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-17 06:05:22 |
|
|
39
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-05-
|
|
39
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-05-19 06:08:10 |
|
|
40
40
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
|
|
41
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-05-
|
|
41
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-05-20 06:02:50 |
|
|
42
42
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
43
43
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-04-04 06:17:11 |
|
|
44
44
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
|
|
@@ -51,22 +51,22 @@
|
|
|
51
51
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-11 06:06:40 |
|
|
52
52
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-04-04 06:21:08 |
|
|
53
53
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
|
|
54
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-
|
|
54
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-05-19 06:09:29 |
|
|
55
55
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-04-22 06:07:06 |
|
|
56
56
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
57
57
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
58
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-05-
|
|
58
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-05-20 06:04:11 |
|
|
59
59
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
60
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-
|
|
61
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-
|
|
60
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-23 06:05:51 |
|
|
61
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-20 06:05:01 |
|
|
62
62
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
63
63
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-09 06:06:32 |
|
|
64
64
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
|
|
65
65
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-25 06:05:43 |
|
|
66
66
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
67
67
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-04-26 06:09:14 |
|
|
68
|
-
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-
|
|
69
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-
|
|
68
|
+
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-20 06:10:49 |
|
|
69
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-05-19 06:11:31 |
|
|
70
70
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-04-21 06:11:32 |
|
|
71
71
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
72
72
|
| ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-04-04 06:38:52 |
|
|
@@ -75,18 +75,18 @@
|
|
|
75
75
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-04-04 06:39:12 |
|
|
76
76
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
77
77
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
78
|
-
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-
|
|
78
|
+
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-05-20 06:11:20 |
|
|
79
79
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
80
80
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
|
|
81
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-05-
|
|
82
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-05-
|
|
81
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-05-23 06:08:01 |
|
|
82
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-05-19 06:12:26 |
|
|
83
83
|
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-05-16 06:09:12 |
|
|
84
84
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-05-06 06:10:19 |
|
|
85
85
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-04-04 06:42:42 |
|
|
86
86
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-05-12 06:11:15 |
|
|
87
87
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
88
88
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
89
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-05-
|
|
89
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-05-19 06:12:45 |
|
|
90
90
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-04-04 06:44:28 |
|
|
91
91
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-04-04 06:44:42 |
|
|
92
92
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
|
|
@@ -101,15 +101,15 @@
|
|
|
101
101
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
102
102
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-04-04 06:48:07 |
|
|
103
103
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
104
|
-
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-
|
|
104
|
+
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-20 06:13:13 |
|
|
105
105
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-05-16 06:10:42 |
|
|
106
106
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
107
107
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
|
|
108
108
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
|
|
109
109
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-04-24 15:20:20 |
|
|
110
110
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-04-04 06:53:19 |
|
|
111
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-05-
|
|
112
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-
|
|
111
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-05-20 06:14:11 |
|
|
112
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-05-20 06:14:21 |
|
|
113
113
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
114
114
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
115
115
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-04-13 06:56:52 |
|
|
@@ -126,8 +126,8 @@
|
|
|
126
126
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
127
127
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
128
128
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
129
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-
|
|
130
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-
|
|
129
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-05-23 06:11:33 |
|
|
130
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-19 06:15:55 |
|
|
131
131
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-04-04 07:01:46 |
|
|
132
132
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
|
|
133
133
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -138,16 +138,16 @@
|
|
|
138
138
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
139
139
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
140
140
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-04-04 07:04:08 |
|
|
141
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-05-
|
|
141
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-05-19 06:16:44 |
|
|
142
142
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-05-13 06:16:33 |
|
|
143
143
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
|
|
144
144
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
145
145
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
|
|
146
146
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-04-04 07:05:55 |
|
|
147
147
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
148
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-05-
|
|
148
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-05-23 06:12:44 |
|
|
149
149
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-22 06:14:46 |
|
|
150
|
-
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-
|
|
150
|
+
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-05-20 06:17:18 |
|
|
151
151
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
152
152
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-04-04 07:08:00 |
|
|
153
153
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-05-18 06:16:35 |
|
|
@@ -179,13 +179,13 @@
|
|
|
179
179
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-05-13 06:18:48 |
|
|
180
180
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-04-04 07:17:26 |
|
|
181
181
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
182
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-05-
|
|
182
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-05-23 06:14:59 |
|
|
183
183
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
184
184
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
185
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-
|
|
185
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
|
|
186
186
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-05-18 06:19:08 |
|
|
187
187
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-04-22 06:17:09 |
|
|
188
|
-
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-
|
|
188
|
+
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-20 06:20:03 |
|
|
189
189
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
190
190
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-04-04 07:22:42 |
|
|
191
191
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.345"
|
|
@@ -2339,7 +2339,7 @@ export interface ModifyComputeEnvResponse {
|
|
|
2339
2339
|
}
|
|
2340
2340
|
|
|
2341
2341
|
/**
|
|
2342
|
-
*
|
|
2342
|
+
* 描述了实例的抽象位置,包括其所在的可用区,所属的项目,宿主机(仅专用宿主机产品可用),母机ip等
|
|
2343
2343
|
*/
|
|
2344
2344
|
export interface Placement {
|
|
2345
2345
|
/**
|
|
@@ -2577,7 +2577,7 @@ export interface InstanceTypeQuotaItem {
|
|
|
2577
2577
|
InstanceType: string
|
|
2578
2578
|
|
|
2579
2579
|
/**
|
|
2580
|
-
* 实例计费模式。取值范围: <br><li>PREPAID:表示预付费,即包年包月<br><li>POSTPAID_BY_HOUR:表示后付费,即按量计费<br><li>CDHPAID:表示[
|
|
2580
|
+
* 实例计费模式。取值范围: <br><li>PREPAID:表示预付费,即包年包月<br><li>POSTPAID_BY_HOUR:表示后付费,即按量计费<br><li>CDHPAID:表示[专用宿主机](https://cloud.tencent.com/document/product/416)付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。<br><li>`SPOTPAID`:表示竞价实例付费。
|
|
2581
2581
|
*/
|
|
2582
2582
|
InstanceChargeType: string
|
|
2583
2583
|
|
|
@@ -55,6 +55,7 @@ import {
|
|
|
55
55
|
DescribeUserSAMLConfigRequest,
|
|
56
56
|
PutRolePermissionsBoundaryRequest,
|
|
57
57
|
GetGroupRequest,
|
|
58
|
+
StrategyInfo,
|
|
58
59
|
DeleteRoleResponse,
|
|
59
60
|
PolicyVersionItem,
|
|
60
61
|
DetachUserPolicyRequest,
|
|
@@ -89,7 +90,7 @@ import {
|
|
|
89
90
|
DetachRolePolicyRequest,
|
|
90
91
|
ListPoliciesGrantingServiceAccessResponse,
|
|
91
92
|
DeleteRolePermissionsBoundaryRequest,
|
|
92
|
-
|
|
93
|
+
RoleTags,
|
|
93
94
|
DescribeUserOIDCConfigResponse,
|
|
94
95
|
DeletePolicyRequest,
|
|
95
96
|
GroupInfo,
|
|
@@ -277,6 +277,11 @@ export interface CreateServiceLinkedRoleRequest {
|
|
|
277
277
|
* 角色说明。
|
|
278
278
|
*/
|
|
279
279
|
Description?: string
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* 角色绑定标签。
|
|
283
|
+
*/
|
|
284
|
+
Tags?: Array<RoleTags>
|
|
280
285
|
}
|
|
281
286
|
|
|
282
287
|
/**
|
|
@@ -589,6 +594,11 @@ export interface DescribeRoleListRequest {
|
|
|
589
594
|
* 每页行数,不能大于200
|
|
590
595
|
*/
|
|
591
596
|
Rp: number
|
|
597
|
+
|
|
598
|
+
/**
|
|
599
|
+
* 标签筛选
|
|
600
|
+
*/
|
|
601
|
+
Tags?: Array<RoleTags>
|
|
592
602
|
}
|
|
593
603
|
|
|
594
604
|
/**
|
|
@@ -626,6 +636,96 @@ export interface GetGroupRequest {
|
|
|
626
636
|
GroupId: number
|
|
627
637
|
}
|
|
628
638
|
|
|
639
|
+
/**
|
|
640
|
+
* 策略信息
|
|
641
|
+
*/
|
|
642
|
+
export interface StrategyInfo {
|
|
643
|
+
/**
|
|
644
|
+
* 策略ID。
|
|
645
|
+
*/
|
|
646
|
+
PolicyId: number
|
|
647
|
+
|
|
648
|
+
/**
|
|
649
|
+
* 策略名称。
|
|
650
|
+
*/
|
|
651
|
+
PolicyName: string
|
|
652
|
+
|
|
653
|
+
/**
|
|
654
|
+
* 策略创建时间。
|
|
655
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
656
|
+
*/
|
|
657
|
+
AddTime: string
|
|
658
|
+
|
|
659
|
+
/**
|
|
660
|
+
* 策略类型。1 表示自定义策略,2 表示预设策略。
|
|
661
|
+
*/
|
|
662
|
+
Type: number
|
|
663
|
+
|
|
664
|
+
/**
|
|
665
|
+
* 策略描述。
|
|
666
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
667
|
+
*/
|
|
668
|
+
Description: string
|
|
669
|
+
|
|
670
|
+
/**
|
|
671
|
+
* 创建来源,1 通过控制台创建, 2 通过策略语法创建。
|
|
672
|
+
*/
|
|
673
|
+
CreateMode: number
|
|
674
|
+
|
|
675
|
+
/**
|
|
676
|
+
* 关联的用户数
|
|
677
|
+
*/
|
|
678
|
+
Attachments: number
|
|
679
|
+
|
|
680
|
+
/**
|
|
681
|
+
* 策略关联的产品
|
|
682
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
683
|
+
*/
|
|
684
|
+
ServiceType: string
|
|
685
|
+
|
|
686
|
+
/**
|
|
687
|
+
* 当需要查询标记实体是否已经关联策略时不为null。0表示未关联策略,1表示已关联策略
|
|
688
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
689
|
+
*/
|
|
690
|
+
IsAttached: number
|
|
691
|
+
|
|
692
|
+
/**
|
|
693
|
+
* 是否已下线
|
|
694
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
695
|
+
*/
|
|
696
|
+
Deactived: number
|
|
697
|
+
|
|
698
|
+
/**
|
|
699
|
+
* 已下线产品列表
|
|
700
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
701
|
+
*/
|
|
702
|
+
DeactivedDetail: Array<string>
|
|
703
|
+
|
|
704
|
+
/**
|
|
705
|
+
* 是否是服务相关角色策略
|
|
706
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
707
|
+
*/
|
|
708
|
+
IsServiceLinkedPolicy: number
|
|
709
|
+
|
|
710
|
+
/**
|
|
711
|
+
* 关联策略实体数
|
|
712
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
713
|
+
*/
|
|
714
|
+
AttachEntityCount: number
|
|
715
|
+
|
|
716
|
+
/**
|
|
717
|
+
* 关联权限边界实体数
|
|
718
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
719
|
+
*/
|
|
720
|
+
AttachEntityBoundaryCount: number
|
|
721
|
+
|
|
722
|
+
/**
|
|
723
|
+
* 最后编辑时间
|
|
724
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
725
|
+
*/
|
|
726
|
+
UpdateTime: string
|
|
727
|
+
}
|
|
728
|
+
|
|
629
729
|
/**
|
|
630
730
|
* DeleteRole返回参数结构体
|
|
631
731
|
*/
|
|
@@ -1093,6 +1193,12 @@ export interface RoleInfo {
|
|
|
1093
1193
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1094
1194
|
*/
|
|
1095
1195
|
DeletionTaskId: string
|
|
1196
|
+
|
|
1197
|
+
/**
|
|
1198
|
+
* 标签
|
|
1199
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1200
|
+
*/
|
|
1201
|
+
Tags: Array<RoleTags>
|
|
1096
1202
|
}
|
|
1097
1203
|
|
|
1098
1204
|
/**
|
|
@@ -1363,93 +1469,18 @@ export interface DeleteRolePermissionsBoundaryRequest {
|
|
|
1363
1469
|
}
|
|
1364
1470
|
|
|
1365
1471
|
/**
|
|
1366
|
-
*
|
|
1472
|
+
* 角色标签类型
|
|
1367
1473
|
*/
|
|
1368
|
-
export interface
|
|
1369
|
-
/**
|
|
1370
|
-
* 策略ID。
|
|
1371
|
-
*/
|
|
1372
|
-
PolicyId: number
|
|
1373
|
-
|
|
1474
|
+
export interface RoleTags {
|
|
1374
1475
|
/**
|
|
1375
|
-
*
|
|
1476
|
+
* 标签键
|
|
1376
1477
|
*/
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
/**
|
|
1380
|
-
* 策略创建时间。
|
|
1381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1382
|
-
*/
|
|
1383
|
-
AddTime: string
|
|
1478
|
+
Key: string
|
|
1384
1479
|
|
|
1385
1480
|
/**
|
|
1386
|
-
*
|
|
1481
|
+
* 标签值
|
|
1387
1482
|
*/
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
/**
|
|
1391
|
-
* 策略描述。
|
|
1392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1393
|
-
*/
|
|
1394
|
-
Description: string
|
|
1395
|
-
|
|
1396
|
-
/**
|
|
1397
|
-
* 创建来源,1 通过控制台创建, 2 通过策略语法创建。
|
|
1398
|
-
*/
|
|
1399
|
-
CreateMode: number
|
|
1400
|
-
|
|
1401
|
-
/**
|
|
1402
|
-
* 关联的用户数
|
|
1403
|
-
*/
|
|
1404
|
-
Attachments: number
|
|
1405
|
-
|
|
1406
|
-
/**
|
|
1407
|
-
* 策略关联的产品
|
|
1408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1409
|
-
*/
|
|
1410
|
-
ServiceType: string
|
|
1411
|
-
|
|
1412
|
-
/**
|
|
1413
|
-
* 当需要查询标记实体是否已经关联策略时不为null。0表示未关联策略,1表示已关联策略
|
|
1414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1415
|
-
*/
|
|
1416
|
-
IsAttached: number
|
|
1417
|
-
|
|
1418
|
-
/**
|
|
1419
|
-
* 是否已下线
|
|
1420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1421
|
-
*/
|
|
1422
|
-
Deactived: number
|
|
1423
|
-
|
|
1424
|
-
/**
|
|
1425
|
-
* 已下线产品列表
|
|
1426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1427
|
-
*/
|
|
1428
|
-
DeactivedDetail: Array<string>
|
|
1429
|
-
|
|
1430
|
-
/**
|
|
1431
|
-
* 是否是服务相关角色策略
|
|
1432
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1433
|
-
*/
|
|
1434
|
-
IsServiceLinkedPolicy: number
|
|
1435
|
-
|
|
1436
|
-
/**
|
|
1437
|
-
* 关联策略实体数
|
|
1438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1439
|
-
*/
|
|
1440
|
-
AttachEntityCount: number
|
|
1441
|
-
|
|
1442
|
-
/**
|
|
1443
|
-
* 关联权限边界实体数
|
|
1444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1445
|
-
*/
|
|
1446
|
-
AttachEntityBoundaryCount: number
|
|
1447
|
-
|
|
1448
|
-
/**
|
|
1449
|
-
* 最后编辑时间
|
|
1450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1451
|
-
*/
|
|
1452
|
-
UpdateTime: string
|
|
1483
|
+
Value: string
|
|
1453
1484
|
}
|
|
1454
1485
|
|
|
1455
1486
|
/**
|
|
@@ -2457,7 +2488,7 @@ export interface CreateServiceLinkedRoleResponse {
|
|
|
2457
2488
|
/**
|
|
2458
2489
|
* 角色ID
|
|
2459
2490
|
*/
|
|
2460
|
-
RoleId
|
|
2491
|
+
RoleId: string
|
|
2461
2492
|
|
|
2462
2493
|
/**
|
|
2463
2494
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2874,7 +2905,7 @@ export interface CreateRoleResponse {
|
|
|
2874
2905
|
* 角色ID
|
|
2875
2906
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2876
2907
|
*/
|
|
2877
|
-
RoleId
|
|
2908
|
+
RoleId: string
|
|
2878
2909
|
|
|
2879
2910
|
/**
|
|
2880
2911
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3276,6 +3307,11 @@ export interface CreateRoleRequest {
|
|
|
3276
3307
|
* 申请角色临时密钥的最长有效期限制(范围:0~43200)
|
|
3277
3308
|
*/
|
|
3278
3309
|
SessionDuration?: number
|
|
3310
|
+
|
|
3311
|
+
/**
|
|
3312
|
+
* 角色绑定标签
|
|
3313
|
+
*/
|
|
3314
|
+
Tags?: Array<RoleTags>
|
|
3279
3315
|
}
|
|
3280
3316
|
|
|
3281
3317
|
/**
|
|
@@ -1602,6 +1602,18 @@ export interface NodeDefine {
|
|
|
1602
1602
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1603
1603
|
*/
|
|
1604
1604
|
Location: number
|
|
1605
|
+
|
|
1606
|
+
/**
|
|
1607
|
+
* 节点类型
|
|
1608
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1609
|
+
*/
|
|
1610
|
+
CodeType: string
|
|
1611
|
+
|
|
1612
|
+
/**
|
|
1613
|
+
* 节点状态:1-运行,2-下线
|
|
1614
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1615
|
+
*/
|
|
1616
|
+
NodeDefineStatus: number
|
|
1605
1617
|
}
|
|
1606
1618
|
|
|
1607
1619
|
/**
|
|
@@ -2144,6 +2156,11 @@ export interface CreateProbeTasksRequest {
|
|
|
2144
2156
|
* 插件类型
|
|
2145
2157
|
*/
|
|
2146
2158
|
PluginSource?: string
|
|
2159
|
+
|
|
2160
|
+
/**
|
|
2161
|
+
* 客户度ID
|
|
2162
|
+
*/
|
|
2163
|
+
ClientNum?: string
|
|
2147
2164
|
}
|
|
2148
2165
|
|
|
2149
2166
|
/**
|
|
@@ -2745,6 +2762,11 @@ export interface DeleteProbeTaskResponse {
|
|
|
2745
2762
|
* CreateProbeTasks返回参数结构体
|
|
2746
2763
|
*/
|
|
2747
2764
|
export interface CreateProbeTasksResponse {
|
|
2765
|
+
/**
|
|
2766
|
+
* 任务ID列表
|
|
2767
|
+
*/
|
|
2768
|
+
TaskIDs: Array<string>
|
|
2769
|
+
|
|
2748
2770
|
/**
|
|
2749
2771
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2750
2772
|
*/
|
|
@@ -6545,7 +6545,7 @@ export interface ModifyAccountPrivilegesRequest {
|
|
|
6545
6545
|
Accounts: Array<Account>
|
|
6546
6546
|
|
|
6547
6547
|
/**
|
|
6548
|
-
* 全局权限。其中,GlobalPrivileges 中权限的可选值为:"SELECT","INSERT","UPDATE","DELETE","CREATE", "PROCESS", "DROP","REFERENCES","INDEX","ALTER","SHOW DATABASES","CREATE TEMPORARY TABLES","LOCK TABLES","EXECUTE","CREATE VIEW","SHOW VIEW","CREATE ROUTINE","ALTER ROUTINE","EVENT","TRIGGER","CREATE USER","RELOAD","REPLICATION CLIENT","REPLICATION SLAVE"
|
|
6548
|
+
* 全局权限。其中,GlobalPrivileges 中权限的可选值为:"SELECT","INSERT","UPDATE","DELETE","CREATE", "PROCESS", "DROP","REFERENCES","INDEX","ALTER","SHOW DATABASES","CREATE TEMPORARY TABLES","LOCK TABLES","EXECUTE","CREATE VIEW","SHOW VIEW","CREATE ROUTINE","ALTER ROUTINE","EVENT","TRIGGER","CREATE USER","RELOAD","REPLICATION CLIENT","REPLICATION SLAVE"。
|
|
6549
6549
|
注意,ModifyAction为空时,不传该参数表示清除该权限。
|
|
6550
6550
|
*/
|
|
6551
6551
|
GlobalPrivileges?: Array<string>
|
|
@@ -1216,8 +1216,10 @@ export interface FullTextInfo {
|
|
|
1216
1216
|
CaseSensitive: boolean
|
|
1217
1217
|
|
|
1218
1218
|
/**
|
|
1219
|
-
|
|
1220
|
-
|
|
1219
|
+
* 全文索引的分词符,其中的每个字符代表一个分词符;
|
|
1220
|
+
仅支持英文符号及\n\t\r;
|
|
1221
|
+
推荐使用 @&?|#()='",;:<>[]{}/ \n\t\r\ 作为分词符;
|
|
1222
|
+
*/
|
|
1221
1223
|
Tokenizer: string
|
|
1222
1224
|
|
|
1223
1225
|
/**
|
|
@@ -2848,8 +2850,11 @@ export interface ValueInfo {
|
|
|
2848
2850
|
Type: string
|
|
2849
2851
|
|
|
2850
2852
|
/**
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
+
* 字段的分词符,其中的每个字符代表一个分词符;
|
|
2854
|
+
仅支持英文符号及\n\t\r;
|
|
2855
|
+
long及double类型字段需为空;
|
|
2856
|
+
text类型字段推荐使用 @&?|#()='",;:<>[]{}/ \n\t\r\\ 作为分词符;
|
|
2857
|
+
*/
|
|
2853
2858
|
Tokenizer?: string
|
|
2854
2859
|
|
|
2855
2860
|
/**
|