tencentcloud-sdk-nodejs 4.0.705 → 4.0.707
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 +297 -0
- package/SERVICE_CHANGELOG.md +407 -95
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/batch/v20170312/batch_models.ts +7 -6
- package/src/services/bsca/v20210811/bsca_client.ts +43 -18
- package/src/services/bsca/v20210811/bsca_models.ts +107 -27
- package/src/services/car/v20220110/car_client.ts +1 -1
- package/src/services/ccc/v20200210/ccc_models.ts +2 -2
- package/src/services/csip/v20221121/csip_models.ts +4 -0
- package/src/services/cvm/v20170312/cvm_models.ts +7 -6
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/ecm/v20190719/ecm_models.ts +1 -0
- package/src/services/emr/v20190103/emr_client.ts +18 -4
- package/src/services/emr/v20190103/emr_models.ts +163 -55
- package/src/services/ess/v20201111/ess_models.ts +10 -3
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +4 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +139 -62
- package/src/services/iai/index.ts +2 -2
- package/src/services/ims/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +14 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +107 -51
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +40 -35
- package/src/services/ms/v20180408/ms_client.ts +4 -3
- package/src/services/ms/v20180408/ms_models.ts +87 -0
- package/src/services/oceanus/v20190422/oceanus_client.ts +26 -2
- package/src/services/oceanus/v20190422/oceanus_models.ts +54 -24
- package/src/services/organization/index.ts +2 -2
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/ses/v20201002/ses_models.ts +1 -1
- package/src/services/sms/index.ts +2 -2
- package/src/services/soe/v20180724/soe_models.ts +18 -12
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tem/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +3 -2
- package/src/services/tms/index.ts +2 -2
- package/src/services/tse/v20201207/tse_client.ts +3 -0
- package/src/services/tse/v20201207/tse_models.ts +141 -20
- package/src/services/vm/index.ts +2 -2
- package/src/services/waf/v20180125/waf_client.ts +45 -7
- package/src/services/waf/v20180125/waf_models.ts +559 -391
- package/src/services/wedata/v20210820/wedata_client.ts +128 -28
- package/src/services/wedata/v20210820/wedata_models.ts +651 -92
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +7 -6
- package/tencentcloud/services/bsca/v20210811/bsca_client.d.ts +15 -7
- package/tencentcloud/services/bsca/v20210811/bsca_client.js +21 -9
- package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +102 -27
- package/tencentcloud/services/car/v20220110/car_client.d.ts +1 -1
- package/tencentcloud/services/car/v20220110/car_client.js +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -2
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +4 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -6
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +159 -55
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -3
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +139 -62
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +105 -51
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +40 -35
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +3 -3
- package/tencentcloud/services/ms/v20180408/ms_client.js +3 -3
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +86 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +9 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +12 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +50 -24
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +18 -12
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +3 -2
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +138 -20
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +18 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +552 -392
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +44 -10
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +62 -12
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +635 -94
- package/test/bsca.v20210811.test.js +26 -6
- package/test/emr.v20190103.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/oceanus.v20190422.test.js +20 -0
- package/test/waf.v20180125.test.js +30 -0
- package/test/wedata.v20210820.test.js +86 -6
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -20,27 +20,27 @@
|
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-27 01:07:00 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
|
|
23
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-16 01:07:03 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-09-27 01:07:14 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-13 01:07:25 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
|
-
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-
|
|
28
|
+
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-10-17 01:07:29 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-08-31 01:07:17 |
|
|
30
|
-
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-
|
|
31
|
-
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-
|
|
30
|
+
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-10-17 01:08:08 |
|
|
31
|
+
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-10-17 01:08:12 |
|
|
32
32
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-10-12 01:13:46 |
|
|
33
33
|
| bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2023-06-14 01:09:11 |
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2023-08-17 01:22:35 |
|
|
35
|
-
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-
|
|
35
|
+
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-10-17 01:08:28 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-09-21 01:23:47 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-08-24 10:06:50 |
|
|
39
|
-
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-
|
|
39
|
+
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-10-17 01:08:50 |
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-09-20 01:08:08 |
|
|
43
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-
|
|
43
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-16 01:08:23 |
|
|
44
44
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-09-21 01:31:18 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-09 01:08:48 |
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
67
67
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
68
68
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
69
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-
|
|
69
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-16 01:11:35 |
|
|
70
70
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
71
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-
|
|
71
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-16 01:11:44 |
|
|
72
72
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-12 01:38:16 |
|
|
73
73
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
74
74
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-10-13 01:13:55 |
|
|
@@ -79,24 +79,24 @@
|
|
|
79
79
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
80
80
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
|
|
81
81
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-25 01:13:09 |
|
|
82
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-
|
|
82
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-16 01:14:08 |
|
|
83
83
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-09-12 01:43:38 |
|
|
84
84
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-09-20 01:34:26 |
|
|
85
85
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-08-17 02:59:36 |
|
|
86
86
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
87
|
-
| dsgc | [
|
|
87
|
+
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-10-17 01:15:42 |
|
|
88
88
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
89
89
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-10-10 01:36:36 |
|
|
90
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-
|
|
90
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-10-17 01:16:13 |
|
|
91
91
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
92
92
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
93
|
-
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-
|
|
93
|
+
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-10-17 01:16:27 |
|
|
94
94
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-
|
|
96
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
|
|
97
97
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-12 01:57:01 |
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-17 01:17:18 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-17 01:17:37 |
|
|
100
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
101
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-09-19 01:15:41 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-09-14 01:52:37 |
|
|
120
120
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
121
121
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-08-09 01:29:39 |
|
|
122
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-
|
|
122
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-10-16 01:17:51 |
|
|
123
123
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
124
124
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-08-30 01:17:01 |
|
|
125
125
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
|
|
@@ -141,15 +141,15 @@
|
|
|
141
141
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
142
142
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-30 01:19:09 |
|
|
143
143
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
144
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-
|
|
144
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-17 01:21:47 |
|
|
145
145
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-11 02:08:20 |
|
|
146
146
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-09-13 02:09:08 |
|
|
147
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-
|
|
147
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-10-17 01:22:38 |
|
|
148
148
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
|
|
149
149
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
150
150
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
151
151
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
152
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-
|
|
152
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-17 01:22:49 |
|
|
153
153
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-13 01:21:21 |
|
|
154
154
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-09-18 02:11:06 |
|
|
155
155
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-09-22 02:15:37 |
|
|
@@ -164,13 +164,13 @@
|
|
|
164
164
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
|
|
165
165
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
166
166
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-10-13 01:22:31 |
|
|
167
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-
|
|
168
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-10-
|
|
167
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-16 01:22:37 |
|
|
168
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-10-17 01:24:30 |
|
|
169
169
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
|
|
170
170
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
171
171
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
|
|
172
172
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-09-26 17:20:53 |
|
|
173
|
-
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-
|
|
173
|
+
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-10-16 01:23:02 |
|
|
174
174
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
175
175
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-10-10 01:45:34 |
|
|
176
176
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-09-15 02:24:19 |
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-09-22 02:29:25 |
|
|
198
198
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
199
199
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
200
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-
|
|
200
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-16 01:25:24 |
|
|
201
201
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
202
202
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
203
203
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-11 02:31:17 |
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
211
211
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-09-22 02:38:16 |
|
|
212
212
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-09-22 02:39:13 |
|
|
213
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-10-
|
|
213
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-10-16 01:26:43 |
|
|
214
214
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
215
215
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
|
|
216
216
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-09 11:35:49 |
|
|
221
221
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
222
222
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-27 10:40:48 |
|
|
223
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-10-
|
|
223
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-10-17 01:29:39 |
|
|
224
224
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-10-11 02:39:14 |
|
|
225
225
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
226
226
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
|
|
@@ -230,9 +230,9 @@
|
|
|
230
230
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-09 01:26:55 |
|
|
231
231
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-12 02:55:40 |
|
|
232
232
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
233
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-
|
|
233
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-17 01:32:14 |
|
|
234
234
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
235
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-
|
|
235
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-10-17 01:32:55 |
|
|
236
236
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
|
|
237
237
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
238
238
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.707"
|
|
@@ -1596,9 +1596,9 @@ export interface DataDisk {
|
|
|
1596
1596
|
SnapshotId?: string
|
|
1597
1597
|
/**
|
|
1598
1598
|
* 数据盘是加密。取值范围:
|
|
1599
|
-
<li>
|
|
1600
|
-
<li>
|
|
1601
|
-
默认取值:
|
|
1599
|
+
<li>true:加密
|
|
1600
|
+
<li>false:不加密<br>
|
|
1601
|
+
默认取值:false<br>
|
|
1602
1602
|
该参数目前仅用于 `RunInstances` 接口。
|
|
1603
1603
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1604
1604
|
*/
|
|
@@ -1813,7 +1813,7 @@ export interface EnhancedService {
|
|
|
1813
1813
|
*/
|
|
1814
1814
|
export interface RunAutomationServiceEnabled {
|
|
1815
1815
|
/**
|
|
1816
|
-
* 是否开启云自动化助手。取值范围:<br><li>
|
|
1816
|
+
* 是否开启云自动化助手。取值范围:<br><li>true:表示开启云自动化助手服务<br><li>false:表示不开启云自动化助手服务<br><br>默认取值:false。
|
|
1817
1817
|
*/
|
|
1818
1818
|
Enabled?: boolean
|
|
1819
1819
|
}
|
|
@@ -2931,7 +2931,8 @@ export interface Activity {
|
|
|
2931
2931
|
*/
|
|
2932
2932
|
export interface RunMonitorServiceEnabled {
|
|
2933
2933
|
/**
|
|
2934
|
-
* 是否开启[云监控](/document/product/248)服务。取值范围:<br><li>
|
|
2934
|
+
* 是否开启[云监控](/document/product/248)服务。取值范围:<br><li>true:表示开启云监控服务<br><li>false:表示不开启云监控服务<br><br>默认取值:true。
|
|
2935
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2935
2936
|
*/
|
|
2936
2937
|
Enabled?: boolean
|
|
2937
2938
|
}
|
|
@@ -2959,7 +2960,7 @@ export interface VirtualPrivateCloud {
|
|
|
2959
2960
|
*/
|
|
2960
2961
|
SubnetId: string
|
|
2961
2962
|
/**
|
|
2962
|
-
* 是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<br><li>
|
|
2963
|
+
* 是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<br><li>true:表示用作公网网关<br><li>false:表示不作为公网网关<br><br>默认取值:false。
|
|
2963
2964
|
*/
|
|
2964
2965
|
AsVpcGateway?: boolean
|
|
2965
2966
|
/**
|
|
@@ -20,28 +20,33 @@ import { ClientConfig } from "../../../common/interface"
|
|
|
20
20
|
import {
|
|
21
21
|
MatchKBPURLListResponse,
|
|
22
22
|
DescribeKBComponentVulnerabilityRequest,
|
|
23
|
+
DescribeKBComponentVersionListRequest,
|
|
23
24
|
ComponentVulnerabilityUnion,
|
|
24
25
|
LicenseUnion,
|
|
25
26
|
DescribeKBComponentVulnerabilityResponse,
|
|
26
27
|
LicenseSummary,
|
|
28
|
+
SearchKBComponentRequest,
|
|
27
29
|
Qualifier,
|
|
28
30
|
CVSSV3Info,
|
|
29
31
|
Component,
|
|
30
32
|
DescribeKBVulnerabilityResponse,
|
|
31
33
|
DescribeKBLicenseResponse,
|
|
34
|
+
ComponentVersion,
|
|
32
35
|
MatchKBPURLListRequest,
|
|
33
36
|
VulnerabilityUnion,
|
|
34
37
|
LicenseDetail,
|
|
35
38
|
DescribeKBVulnerabilityRequest,
|
|
36
39
|
VulnerabilityDetail,
|
|
37
40
|
DescribeKBComponentResponse,
|
|
41
|
+
DescribeKBComponentVersionListResponse,
|
|
38
42
|
VulnerabilitySummary,
|
|
39
43
|
DescribeKBLicenseRequest,
|
|
40
44
|
CVSSV2Info,
|
|
41
45
|
DescribeKBComponentRequest,
|
|
42
|
-
LicenseRestriction,
|
|
43
|
-
ComponentVulnerabilitySummary,
|
|
44
46
|
PURL,
|
|
47
|
+
SearchKBComponentResponse,
|
|
48
|
+
ComponentVulnerabilitySummary,
|
|
49
|
+
LicenseRestriction,
|
|
45
50
|
} from "./bsca_models"
|
|
46
51
|
|
|
47
52
|
/**
|
|
@@ -54,13 +59,23 @@ export class Client extends AbstractClient {
|
|
|
54
59
|
}
|
|
55
60
|
|
|
56
61
|
/**
|
|
57
|
-
*
|
|
62
|
+
* 根据输入的组件名、组件类型搜索相应的组件,返回符合条件的组件列表
|
|
58
63
|
*/
|
|
59
|
-
async
|
|
60
|
-
req:
|
|
61
|
-
cb?: (error: string, rep:
|
|
62
|
-
): Promise<
|
|
63
|
-
return this.request("
|
|
64
|
+
async SearchKBComponent(
|
|
65
|
+
req: SearchKBComponentRequest,
|
|
66
|
+
cb?: (error: string, rep: SearchKBComponentResponse) => void
|
|
67
|
+
): Promise<SearchKBComponentResponse> {
|
|
68
|
+
return this.request("SearchKBComponent", req, cb)
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* 查询特定组件的版本列表
|
|
73
|
+
*/
|
|
74
|
+
async DescribeKBComponentVersionList(
|
|
75
|
+
req: DescribeKBComponentVersionListRequest,
|
|
76
|
+
cb?: (error: string, rep: DescribeKBComponentVersionListResponse) => void
|
|
77
|
+
): Promise<DescribeKBComponentVersionListResponse> {
|
|
78
|
+
return this.request("DescribeKBComponentVersionList", req, cb)
|
|
64
79
|
}
|
|
65
80
|
|
|
66
81
|
/**
|
|
@@ -83,16 +98,6 @@ export class Client extends AbstractClient {
|
|
|
83
98
|
return this.request("DescribeKBLicense", req, cb)
|
|
84
99
|
}
|
|
85
100
|
|
|
86
|
-
/**
|
|
87
|
-
* 本接口(DescribeKBVulnerability)用于在知识库中查询漏洞详细信息,支持根据CVE ID查询或者根据Vul ID查询。
|
|
88
|
-
*/
|
|
89
|
-
async DescribeKBVulnerability(
|
|
90
|
-
req: DescribeKBVulnerabilityRequest,
|
|
91
|
-
cb?: (error: string, rep: DescribeKBVulnerabilityResponse) => void
|
|
92
|
-
): Promise<DescribeKBVulnerabilityResponse> {
|
|
93
|
-
return this.request("DescribeKBVulnerability", req, cb)
|
|
94
|
-
}
|
|
95
|
-
|
|
96
101
|
/**
|
|
97
102
|
* 本接口(MatchKBPURLList)用于在知识库中匹配与特征对应的开源组件列表。
|
|
98
103
|
*/
|
|
@@ -102,4 +107,24 @@ export class Client extends AbstractClient {
|
|
|
102
107
|
): Promise<MatchKBPURLListResponse> {
|
|
103
108
|
return this.request("MatchKBPURLList", req, cb)
|
|
104
109
|
}
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* 本接口(DescribeKBComponentVulnerability)用于在知识库中查询开源组件的漏洞信息。
|
|
113
|
+
*/
|
|
114
|
+
async DescribeKBComponentVulnerability(
|
|
115
|
+
req: DescribeKBComponentVulnerabilityRequest,
|
|
116
|
+
cb?: (error: string, rep: DescribeKBComponentVulnerabilityResponse) => void
|
|
117
|
+
): Promise<DescribeKBComponentVulnerabilityResponse> {
|
|
118
|
+
return this.request("DescribeKBComponentVulnerability", req, cb)
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* 本接口(DescribeKBVulnerability)用于在知识库中查询漏洞详细信息,支持根据CVE ID查询或者根据Vul ID查询。
|
|
123
|
+
*/
|
|
124
|
+
async DescribeKBVulnerability(
|
|
125
|
+
req: DescribeKBVulnerabilityRequest,
|
|
126
|
+
cb?: (error: string, rep: DescribeKBVulnerabilityResponse) => void
|
|
127
|
+
): Promise<DescribeKBVulnerabilityResponse> {
|
|
128
|
+
return this.request("DescribeKBVulnerability", req, cb)
|
|
129
|
+
}
|
|
105
130
|
}
|
|
@@ -43,6 +43,16 @@ export interface DescribeKBComponentVulnerabilityRequest {
|
|
|
43
43
|
PURL: PURL
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
+
/**
|
|
47
|
+
* DescribeKBComponentVersionList请求参数结构体
|
|
48
|
+
*/
|
|
49
|
+
export interface DescribeKBComponentVersionListRequest {
|
|
50
|
+
/**
|
|
51
|
+
* 要查询的组件 PURL
|
|
52
|
+
*/
|
|
53
|
+
PURL: PURL
|
|
54
|
+
}
|
|
55
|
+
|
|
46
56
|
/**
|
|
47
57
|
* 描述组件漏洞相关概览信息。
|
|
48
58
|
*/
|
|
@@ -120,6 +130,28 @@ export interface LicenseSummary {
|
|
|
120
130
|
Source: string
|
|
121
131
|
}
|
|
122
132
|
|
|
133
|
+
/**
|
|
134
|
+
* SearchKBComponent请求参数结构体
|
|
135
|
+
*/
|
|
136
|
+
export interface SearchKBComponentRequest {
|
|
137
|
+
/**
|
|
138
|
+
* 需要搜索的组件名
|
|
139
|
+
*/
|
|
140
|
+
Query: string
|
|
141
|
+
/**
|
|
142
|
+
* 需要搜索的组件类型
|
|
143
|
+
*/
|
|
144
|
+
Protocol?: string
|
|
145
|
+
/**
|
|
146
|
+
* 分页参数,从 0 开始
|
|
147
|
+
*/
|
|
148
|
+
PageNumber?: number
|
|
149
|
+
/**
|
|
150
|
+
* 分页参数,设置每页返回的结果数量
|
|
151
|
+
*/
|
|
152
|
+
PageSize?: number
|
|
153
|
+
}
|
|
154
|
+
|
|
123
155
|
/**
|
|
124
156
|
* PURL下的Qualifier属性类型,用于定义第三方组件的额外属性,见 https://github.com/package-url/purl-spec。
|
|
125
157
|
*/
|
|
@@ -272,6 +304,22 @@ export interface DescribeKBLicenseResponse {
|
|
|
272
304
|
RequestId?: string
|
|
273
305
|
}
|
|
274
306
|
|
|
307
|
+
/**
|
|
308
|
+
* 描述组件的一条版本信息。
|
|
309
|
+
*/
|
|
310
|
+
export interface ComponentVersion {
|
|
311
|
+
/**
|
|
312
|
+
* 该组件的PURL
|
|
313
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
314
|
+
*/
|
|
315
|
+
PURL?: PURL
|
|
316
|
+
/**
|
|
317
|
+
* 该组件版本的许可证表达式
|
|
318
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
319
|
+
*/
|
|
320
|
+
LicenseExpression?: string
|
|
321
|
+
}
|
|
322
|
+
|
|
275
323
|
/**
|
|
276
324
|
* MatchKBPURLList请求参数结构体
|
|
277
325
|
*/
|
|
@@ -402,6 +450,20 @@ export interface DescribeKBComponentResponse {
|
|
|
402
450
|
RequestId?: string
|
|
403
451
|
}
|
|
404
452
|
|
|
453
|
+
/**
|
|
454
|
+
* DescribeKBComponentVersionList返回参数结构体
|
|
455
|
+
*/
|
|
456
|
+
export interface DescribeKBComponentVersionListResponse {
|
|
457
|
+
/**
|
|
458
|
+
* 该组件的版本列表信息
|
|
459
|
+
*/
|
|
460
|
+
VersionList?: Array<ComponentVersion>
|
|
461
|
+
/**
|
|
462
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
463
|
+
*/
|
|
464
|
+
RequestId?: string
|
|
465
|
+
}
|
|
466
|
+
|
|
405
467
|
/**
|
|
406
468
|
* 描述漏洞的摘要信息。
|
|
407
469
|
*/
|
|
@@ -519,17 +581,52 @@ export interface DescribeKBComponentRequest {
|
|
|
519
581
|
}
|
|
520
582
|
|
|
521
583
|
/**
|
|
522
|
-
*
|
|
584
|
+
* PURL(Package URL)用于定位一个产品或组件,见 https://github.com/package-url/purl-spec。
|
|
523
585
|
*/
|
|
524
|
-
export interface
|
|
586
|
+
export interface PURL {
|
|
525
587
|
/**
|
|
526
|
-
*
|
|
588
|
+
* 组件名称
|
|
527
589
|
*/
|
|
528
590
|
Name: string
|
|
529
591
|
/**
|
|
530
|
-
*
|
|
592
|
+
* 组件所属的类型,如:github, gitlab, generic, deb, rpm, maven 等
|
|
531
593
|
*/
|
|
532
|
-
|
|
594
|
+
Protocol?: string
|
|
595
|
+
/**
|
|
596
|
+
* 组件名的前缀名,如github和gitlab的用户名,deb的操作系统,maven包的group id等
|
|
597
|
+
*/
|
|
598
|
+
Namespace?: string
|
|
599
|
+
/**
|
|
600
|
+
* 修饰组件的额外属性
|
|
601
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
602
|
+
*/
|
|
603
|
+
Qualifiers?: Array<Qualifier>
|
|
604
|
+
/**
|
|
605
|
+
* 相对于组件包根位置的子目录
|
|
606
|
+
*/
|
|
607
|
+
Subpath?: string
|
|
608
|
+
/**
|
|
609
|
+
* 组件版本号
|
|
610
|
+
*/
|
|
611
|
+
Version?: string
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
/**
|
|
615
|
+
* SearchKBComponent返回参数结构体
|
|
616
|
+
*/
|
|
617
|
+
export interface SearchKBComponentResponse {
|
|
618
|
+
/**
|
|
619
|
+
* 满足搜索条件的组件列表
|
|
620
|
+
*/
|
|
621
|
+
ComponentList?: Array<Component>
|
|
622
|
+
/**
|
|
623
|
+
* 满足搜索条件的总个数
|
|
624
|
+
*/
|
|
625
|
+
Total?: number
|
|
626
|
+
/**
|
|
627
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
628
|
+
*/
|
|
629
|
+
RequestId?: string
|
|
533
630
|
}
|
|
534
631
|
|
|
535
632
|
/**
|
|
@@ -568,32 +665,15 @@ export interface ComponentVulnerabilitySummary {
|
|
|
568
665
|
}
|
|
569
666
|
|
|
570
667
|
/**
|
|
571
|
-
*
|
|
668
|
+
* License约束信息。
|
|
572
669
|
*/
|
|
573
|
-
export interface
|
|
670
|
+
export interface LicenseRestriction {
|
|
574
671
|
/**
|
|
575
|
-
*
|
|
672
|
+
* license约束的名称。
|
|
576
673
|
*/
|
|
577
674
|
Name: string
|
|
578
675
|
/**
|
|
579
|
-
*
|
|
580
|
-
*/
|
|
581
|
-
Protocol?: string
|
|
582
|
-
/**
|
|
583
|
-
* 组件名的前缀名,如github和gitlab的用户名,deb的操作系统,maven包的group id等
|
|
584
|
-
*/
|
|
585
|
-
Namespace?: string
|
|
586
|
-
/**
|
|
587
|
-
* 修饰组件的额外属性
|
|
588
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
589
|
-
*/
|
|
590
|
-
Qualifiers?: Array<Qualifier>
|
|
591
|
-
/**
|
|
592
|
-
* 相对于组件包根位置的子目录
|
|
593
|
-
*/
|
|
594
|
-
Subpath?: string
|
|
595
|
-
/**
|
|
596
|
-
* 组件版本号
|
|
676
|
+
* license约束的描述。
|
|
597
677
|
*/
|
|
598
|
-
|
|
678
|
+
Description: string
|
|
599
679
|
}
|
|
@@ -82,7 +82,7 @@ export class Client extends AbstractClient {
|
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
/**
|
|
85
|
-
* 开始云端推流到指定URL
|
|
85
|
+
* 开始云端推流到指定URL。该推流方式需要单独计费,详细计费方式请查看[指定地址推流费用说明](https://cloud.tencent.com/document/product/1547/72168#98ac188a-d122-4caf-88be-05268ecefdf6)
|
|
86
86
|
*/
|
|
87
87
|
async StartPublishStreamWithURL(
|
|
88
88
|
req: StartPublishStreamWithURLRequest,
|
|
@@ -1613,7 +1613,7 @@ export interface TelCdrInfo {
|
|
|
1613
1613
|
|
|
1614
1614
|
电话呼入 107 ivrEnd IVR 后直接结束
|
|
1615
1615
|
|
|
1616
|
-
电话呼入 100
|
|
1616
|
+
电话呼入 100 blackList 呼入黑名单
|
|
1617
1617
|
|
|
1618
1618
|
电话呼出 2 unconnected 未接通
|
|
1619
1619
|
|
|
@@ -1706,7 +1706,7 @@ export interface TelCdrInfo {
|
|
|
1706
1706
|
|
|
1707
1707
|
电话呼入 107 ivrEnd IVR 后直接结束
|
|
1708
1708
|
|
|
1709
|
-
电话呼入 100
|
|
1709
|
+
电话呼入 100 blackList 呼入黑名单
|
|
1710
1710
|
|
|
1711
1711
|
电话呼出 2 unconnected 未接通
|
|
1712
1712
|
|
|
@@ -2609,9 +2609,9 @@ export interface DataDisk {
|
|
|
2609
2609
|
SnapshotId?: string
|
|
2610
2610
|
/**
|
|
2611
2611
|
* 数据盘是加密。取值范围:
|
|
2612
|
-
<li>
|
|
2613
|
-
<li>
|
|
2614
|
-
默认取值:
|
|
2612
|
+
<li>true:加密
|
|
2613
|
+
<li>false:不加密<br>
|
|
2614
|
+
默认取值:false<br>
|
|
2615
2615
|
该参数目前仅用于 `RunInstances` 接口。
|
|
2616
2616
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2617
2617
|
*/
|
|
@@ -4344,7 +4344,7 @@ export interface AccountQuotaOverview {
|
|
|
4344
4344
|
*/
|
|
4345
4345
|
export interface RunAutomationServiceEnabled {
|
|
4346
4346
|
/**
|
|
4347
|
-
* 是否开启云自动化助手。取值范围:<br><li>
|
|
4347
|
+
* 是否开启云自动化助手。取值范围:<br><li>true:表示开启云自动化助手服务<br><li>false:表示不开启云自动化助手服务<br><br>默认取值:false。
|
|
4348
4348
|
*/
|
|
4349
4349
|
Enabled?: boolean
|
|
4350
4350
|
}
|
|
@@ -5702,7 +5702,8 @@ export interface DescribeAccountQuotaResponse {
|
|
|
5702
5702
|
*/
|
|
5703
5703
|
export interface RunMonitorServiceEnabled {
|
|
5704
5704
|
/**
|
|
5705
|
-
* 是否开启[云监控](/document/product/248)服务。取值范围:<br><li>
|
|
5705
|
+
* 是否开启[云监控](/document/product/248)服务。取值范围:<br><li>true:表示开启云监控服务<br><li>false:表示不开启云监控服务<br><br>默认取值:true。
|
|
5706
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5706
5707
|
*/
|
|
5707
5708
|
Enabled?: boolean
|
|
5708
5709
|
}
|
|
@@ -5788,7 +5789,7 @@ export interface VirtualPrivateCloud {
|
|
|
5788
5789
|
*/
|
|
5789
5790
|
SubnetId: string
|
|
5790
5791
|
/**
|
|
5791
|
-
* 是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<br><li>
|
|
5792
|
+
* 是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<br><li>true:表示用作公网网关<br><li>false:表示不作为公网网关<br><br>默认取值:false。
|
|
5792
5793
|
*/
|
|
5793
5794
|
AsVpcGateway?: boolean
|
|
5794
5795
|
/**
|