tencentcloud-sdk-nodejs 4.0.639 → 4.0.641
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 +363 -0
- package/SERVICE_CHANGELOG.md +375 -147
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +4 -3
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cdb/v20170320/cdb_client.ts +1 -0
- package/src/services/cdb/v20170320/cdb_models.ts +59 -5
- package/src/services/cdn/v20180606/cdn_models.ts +43 -43
- package/src/services/cfs/v20190719/cfs_models.ts +47 -30
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +22 -7
- package/src/services/cme/v20191029/cme_client.ts +1 -1
- package/src/services/cme/v20191029/cme_models.ts +11 -11
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +107 -22
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +54 -3
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +293 -33
- package/src/services/eis/index.ts +2 -2
- package/src/services/emr/v20190103/emr_models.ts +5 -5
- package/src/services/es/v20180416/es_client.ts +19 -7
- package/src/services/es/v20180416/es_models.ts +32 -8
- package/src/services/ess/v20201111/ess_models.ts +7 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +30 -0
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/lcic/v20220817/lcic_models.ts +18 -14
- package/src/services/live/v20180801/live_models.ts +4 -1
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +3 -3
- package/src/services/ocr/v20181119/ocr_client.ts +3 -3
- package/src/services/ocr/v20181119/ocr_models.ts +18 -23
- package/src/services/tdmq/v20200217/tdmq_client.ts +1 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +25 -3
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tse/v20201207/tse_models.ts +1 -1
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/vod/v20180717/vod_client.ts +14 -10
- package/src/services/vod/v20180717/vod_models.ts +47 -45
- package/src/services/vpc/v20170312/vpc_models.ts +11 -3
- package/src/services/wedata/v20210820/wedata_client.ts +29 -0
- package/src/services/wedata/v20210820/wedata_models.ts +444 -0
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +4 -3
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +58 -5
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +43 -43
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +47 -30
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +22 -7
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_client.js +1 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +11 -11
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +106 -22
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +17 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +24 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +282 -33
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -5
- package/tencentcloud/services/es/v20180416/es_client.d.ts +7 -3
- package/tencentcloud/services/es/v20180416/es_client.js +9 -3
- package/tencentcloud/services/es/v20180416/es_models.d.ts +30 -8
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +7 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +30 -0
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +18 -14
- package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -1
- 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 +3 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +3 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +3 -3
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +18 -23
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +24 -3
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/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/tse/v20201207/tse_models.d.ts +1 -1
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +14 -10
- package/tencentcloud/services/vod/v20180717/vod_client.js +14 -10
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +47 -45
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +11 -3
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +9 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +12 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +435 -0
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/dbbrain.v20210527.test.js +40 -0
- package/test/es.v20180416.test.js +12 -2
- package/test/wedata.v20210820.test.js +20 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
|
-
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-07-
|
|
17
|
+
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-07-13 01:02:00 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-06-28 01:02:05 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-07-11 01:03:12 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-07-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-07-13 01:02:59 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
|
|
23
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-07-13 01:03:15 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-06-26 01:08:49 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-05-18 01:04:39 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-07-06 01:08:15 |
|
|
@@ -41,40 +41,40 @@
|
|
|
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-07-03 01:06:30 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-06-30 01:11:07 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-13 01:06:06 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-06-08 01:10:03 |
|
|
46
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-
|
|
46
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-07-12 01:11:36 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-06-30 01:12:59 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-06-29 01:09:00 |
|
|
50
|
-
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-
|
|
50
|
+
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-07-13 01:07:49 |
|
|
51
51
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-07-05 01:13:10 |
|
|
52
52
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-05-31 01:12:53 |
|
|
53
53
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
55
55
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
56
56
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
57
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-07-
|
|
57
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-07-12 19:20:51 |
|
|
58
58
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-07-04 01:15:49 |
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-06-16 10:55:41 |
|
|
62
62
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-07-11 01:10:57 |
|
|
63
|
-
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-
|
|
63
|
+
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-13 01:10:23 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-07-11 01:11:56 |
|
|
66
66
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-07-10 01:16:33 |
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
68
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-06-20 01:16:16 |
|
|
69
69
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
70
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-07-
|
|
70
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-07-13 01:12:13 |
|
|
71
71
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-06-20 01:17:02 |
|
|
72
72
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
73
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-07-
|
|
73
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-07-13 01:13:53 |
|
|
74
74
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-07-07 01:21:45 |
|
|
75
75
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
76
76
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
77
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-07-
|
|
77
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-07-13 01:15:30 |
|
|
78
78
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
|
|
79
79
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
|
|
80
80
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-28 01:18:44 |
|
|
@@ -91,16 +91,16 @@
|
|
|
91
91
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-07-11 01:20:38 |
|
|
92
92
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
93
93
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
|
|
94
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-07-
|
|
95
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-
|
|
96
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-
|
|
97
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-
|
|
94
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-07-12 01:23:43 |
|
|
95
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-12 01:24:00 |
|
|
96
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-13 01:19:43 |
|
|
97
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-13 01:20:20 |
|
|
98
98
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-11 01:24:18 |
|
|
99
99
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-07-03 01:23:32 |
|
|
100
100
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
|
|
101
101
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
|
|
102
102
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-07-07 01:35:13 |
|
|
103
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-
|
|
103
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-07-13 01:21:39 |
|
|
104
104
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-05-18 01:29:36 |
|
|
105
105
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
106
106
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
|
|
@@ -125,9 +125,9 @@
|
|
|
125
125
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
126
126
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-05-24 01:32:32 |
|
|
127
127
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
|
|
128
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-07-
|
|
128
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-07-12 01:30:32 |
|
|
129
129
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-07-10 01:32:08 |
|
|
130
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-07-
|
|
130
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-07-12 01:31:17 |
|
|
131
131
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
132
132
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
133
133
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-26 01:40:00 |
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
138
138
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-05-25 01:46:28 |
|
|
139
139
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-07-06 01:31:55 |
|
|
140
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-07-
|
|
140
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-07-13 01:28:24 |
|
|
141
141
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-07-06 01:33:04 |
|
|
142
142
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
|
|
143
143
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-06-15 01:29:09 |
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-07-04 01:39:00 |
|
|
147
147
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
148
148
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-06-19 01:30:56 |
|
|
149
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-
|
|
149
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-07-13 01:30:28 |
|
|
150
150
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-18 01:43:39 |
|
|
151
151
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-30 01:38:16 |
|
|
152
152
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-21 01:29:51 |
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-07-06 01:44:39 |
|
|
194
194
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
195
195
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-06-27 01:43:11 |
|
|
196
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-07-
|
|
196
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-07-13 01:38:37 |
|
|
197
197
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
198
198
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
|
|
199
199
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-07-10 01:46:13 |
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-07-10 01:48:50 |
|
|
207
207
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-06-26 01:57:45 |
|
|
208
208
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-06-08 02:02:46 |
|
|
209
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-07-
|
|
209
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-07-12 01:46:09 |
|
|
210
210
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
211
211
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
|
|
212
212
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-05-18 02:01:10 |
|
|
@@ -214,20 +214,20 @@
|
|
|
214
214
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
215
215
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
|
|
216
216
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-06-20 01:55:06 |
|
|
217
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-
|
|
218
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-07-
|
|
217
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-13 01:42:46 |
|
|
218
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-07-12 01:47:55 |
|
|
219
219
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-06-19 01:42:54 |
|
|
220
220
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
221
221
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-07-11 01:50:46 |
|
|
222
222
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
|
|
223
223
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
224
224
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
|
|
225
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-
|
|
226
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-07-
|
|
225
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-13 01:44:34 |
|
|
226
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-07-12 01:51:01 |
|
|
227
227
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-21 01:45:11 |
|
|
228
228
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-05 01:56:06 |
|
|
229
229
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-11 01:55:43 |
|
|
230
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-07-
|
|
230
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-07-12 01:53:01 |
|
|
231
231
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
232
232
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
|
|
233
233
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.641"
|
|
@@ -2575,7 +2575,7 @@ export interface DescribeLogSearchResponse {
|
|
|
2575
2575
|
/**
|
|
2576
2576
|
* 获取更多检索结果的游标,值为""表示无后续结果
|
|
2577
2577
|
*/
|
|
2578
|
-
ConText
|
|
2578
|
+
ConText?: string
|
|
2579
2579
|
/**
|
|
2580
2580
|
* 由0或多条日志组成,每条日志格式如下:
|
|
2581
2581
|
'[$app_id][$env_name][$service_id][$http_host][$api_id][$uri][$scheme][rsp_st:$status][ups_st:$upstream_status]'
|
|
@@ -2606,11 +2606,11 @@ err_msg: 错误信息。
|
|
|
2606
2606
|
tcp_rtt: 客户端 TCP 连接信息,RTT(Round Trip Time)由三部分组成:链路的传播时间(propagation delay)、末端系统的处理时间、路由器缓存中的排队和处理时间(queuing delay)。
|
|
2607
2607
|
req_id:请求id。
|
|
2608
2608
|
*/
|
|
2609
|
-
LogSet
|
|
2609
|
+
LogSet?: Array<string>
|
|
2610
2610
|
/**
|
|
2611
2611
|
* 单次搜索返回的日志条数,TotalCount <= Limit
|
|
2612
2612
|
*/
|
|
2613
|
-
TotalCount
|
|
2613
|
+
TotalCount?: number
|
|
2614
2614
|
/**
|
|
2615
2615
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2616
2616
|
*/
|
|
@@ -6764,6 +6764,7 @@ req_t:”>=“ 、 ”<=“
|
|
|
6764
6764
|
|
|
6765
6765
|
说明:
|
|
6766
6766
|
“:”表示包含,“!=”表示不等于,字段含义见输出参数的LogSet说明
|
|
6767
|
+
* @deprecated
|
|
6767
6768
|
*/
|
|
6768
6769
|
LogQuerys?: Array<LogQuery>
|
|
6769
6770
|
}
|
|
@@ -599,7 +599,7 @@ export interface CreateRecTaskRequest {
|
|
|
599
599
|
*/
|
|
600
600
|
ChannelNum: number
|
|
601
601
|
/**
|
|
602
|
-
* 识别结果返回形式。0: 识别结果文本(含分段时间戳); 1:词级别粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(不含标点,含语速值);2:词级别粒度的详细识别结果(包含标点、语速值);3: 标点符号分段,包含每段时间戳,特别适用于字幕场景(包含词级时间、标点、语速值)。4:【付费功能】将对ASR
|
|
602
|
+
* 识别结果返回形式。0: 识别结果文本(含分段时间戳); 1:词级别粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(不含标点,含语速值);2:词级别粒度的详细识别结果(包含标点、语速值);3: 标点符号分段,包含每段时间戳,特别适用于字幕场景(包含词级时间、标点、语速值)。4:【付费功能】将对ASR结果按照语义分段,并展示词级别粒度的详细识别结果,目前仅支持中文引擎(注意:如果开启后付费,将[自动计费](https://cloud.tencent.com/document/product/1093/35686))
|
|
603
603
|
*/
|
|
604
604
|
ResTextFormat: number
|
|
605
605
|
/**
|
|
@@ -1162,9 +1162,13 @@ export interface AnalyzeAuditLogsRequest {
|
|
|
1162
1162
|
*/
|
|
1163
1163
|
AggregationConditions: Array<AggregationCondition>
|
|
1164
1164
|
/**
|
|
1165
|
-
*
|
|
1165
|
+
* 已废弃。该过滤条件下的审计日志结果集作为分析日志。
|
|
1166
1166
|
*/
|
|
1167
1167
|
AuditLogFilter?: AuditLogFilter
|
|
1168
|
+
/**
|
|
1169
|
+
* 该过滤条件下的审计日志结果集作为分析日志。
|
|
1170
|
+
*/
|
|
1171
|
+
LogFilter?: Array<InstanceAuditLogFilters>
|
|
1168
1172
|
}
|
|
1169
1173
|
|
|
1170
1174
|
/**
|
|
@@ -5986,6 +5990,52 @@ export interface DeleteAuditRuleResponse {
|
|
|
5986
5990
|
RequestId?: string
|
|
5987
5991
|
}
|
|
5988
5992
|
|
|
5993
|
+
/**
|
|
5994
|
+
* 审计日志搜索过滤器
|
|
5995
|
+
*/
|
|
5996
|
+
export interface InstanceAuditLogFilters {
|
|
5997
|
+
/**
|
|
5998
|
+
* 过滤项。目前支持以下搜索条件:
|
|
5999
|
+
|
|
6000
|
+
分词搜索:
|
|
6001
|
+
sql - SQL语句;
|
|
6002
|
+
|
|
6003
|
+
等于、不等于、包含、不包含:
|
|
6004
|
+
host - 客户端地址;
|
|
6005
|
+
user - 用户名;
|
|
6006
|
+
dbName - 数据库名称;
|
|
6007
|
+
|
|
6008
|
+
等于、不等于:
|
|
6009
|
+
sqlType - SQL类型;
|
|
6010
|
+
errCode - 错误码;
|
|
6011
|
+
threadId - 线程ID;
|
|
6012
|
+
|
|
6013
|
+
范围搜索(时间类型统一为微妙):
|
|
6014
|
+
execTime - 执行时间;
|
|
6015
|
+
lockWaitTime - 执行时间;
|
|
6016
|
+
ioWaitTime - IO等待时间;
|
|
6017
|
+
trxLivingTime - 事物持续时间;
|
|
6018
|
+
cpuTime - cpu时间;
|
|
6019
|
+
checkRows - 扫描行数;
|
|
6020
|
+
affectRows - 影响行数;
|
|
6021
|
+
sentRows - 返回行数。
|
|
6022
|
+
*/
|
|
6023
|
+
Type?: string
|
|
6024
|
+
/**
|
|
6025
|
+
* 过滤条件。支持以下条件:
|
|
6026
|
+
INC - 包含,
|
|
6027
|
+
EXC - 不包含,
|
|
6028
|
+
EQS - 等于,
|
|
6029
|
+
NEQ - 不等于,
|
|
6030
|
+
RA - 范围。
|
|
6031
|
+
*/
|
|
6032
|
+
Compare?: string
|
|
6033
|
+
/**
|
|
6034
|
+
* 过滤的值。
|
|
6035
|
+
*/
|
|
6036
|
+
Value?: Array<string>
|
|
6037
|
+
}
|
|
6038
|
+
|
|
5989
6039
|
/**
|
|
5990
6040
|
* DescribeUploadedFiles请求参数结构体
|
|
5991
6041
|
*/
|
|
@@ -6572,15 +6622,15 @@ export interface ModifyAccountHostRequest {
|
|
|
6572
6622
|
*/
|
|
6573
6623
|
export interface CreateAuditLogFileRequest {
|
|
6574
6624
|
/**
|
|
6575
|
-
* 实例 ID
|
|
6625
|
+
* 实例 ID,与云数据库控制台页面中显示的实例 ID 相同。
|
|
6576
6626
|
*/
|
|
6577
6627
|
InstanceId: string
|
|
6578
6628
|
/**
|
|
6579
|
-
*
|
|
6629
|
+
* 开始时间。
|
|
6580
6630
|
*/
|
|
6581
6631
|
StartTime: string
|
|
6582
6632
|
/**
|
|
6583
|
-
*
|
|
6633
|
+
* 结束时间。
|
|
6584
6634
|
*/
|
|
6585
6635
|
EndTime: string
|
|
6586
6636
|
/**
|
|
@@ -6595,9 +6645,13 @@ export interface CreateAuditLogFileRequest {
|
|
|
6595
6645
|
*/
|
|
6596
6646
|
OrderBy?: string
|
|
6597
6647
|
/**
|
|
6598
|
-
*
|
|
6648
|
+
* 已废弃。
|
|
6599
6649
|
*/
|
|
6600
6650
|
Filter?: AuditLogFilter
|
|
6651
|
+
/**
|
|
6652
|
+
* 过滤条件。可按设置的过滤条件过滤日志。
|
|
6653
|
+
*/
|
|
6654
|
+
LogFilter?: Array<InstanceAuditLogFilters>
|
|
6601
6655
|
}
|
|
6602
6656
|
|
|
6603
6657
|
/**
|
|
@@ -2724,75 +2724,75 @@ export interface HttpsPackage {
|
|
|
2724
2724
|
/**
|
|
2725
2725
|
* HTTPS请求包 Id
|
|
2726
2726
|
*/
|
|
2727
|
-
Id
|
|
2727
|
+
Id?: number
|
|
2728
2728
|
/**
|
|
2729
2729
|
* HTTPS请求包类型
|
|
2730
2730
|
*/
|
|
2731
|
-
Type
|
|
2731
|
+
Type?: string
|
|
2732
2732
|
/**
|
|
2733
2733
|
* HTTPS请求包大小(单位为:次)
|
|
2734
2734
|
*/
|
|
2735
|
-
Size
|
|
2735
|
+
Size?: number
|
|
2736
2736
|
/**
|
|
2737
2737
|
* 已消耗HTTPS请求包(单位为:次)
|
|
2738
2738
|
*/
|
|
2739
|
-
SizeUsed
|
|
2739
|
+
SizeUsed?: number
|
|
2740
2740
|
/**
|
|
2741
2741
|
* HTTPS请求包状态
|
|
2742
2742
|
enabled:已启用
|
|
2743
2743
|
expired:已过期
|
|
2744
2744
|
disabled:未启用
|
|
2745
2745
|
*/
|
|
2746
|
-
Status
|
|
2746
|
+
Status?: string
|
|
2747
2747
|
/**
|
|
2748
2748
|
* HTTPS请求包发放时间
|
|
2749
2749
|
*/
|
|
2750
|
-
CreateTime
|
|
2750
|
+
CreateTime?: string
|
|
2751
2751
|
/**
|
|
2752
2752
|
* HTTPS请求包生效时间
|
|
2753
2753
|
*/
|
|
2754
|
-
EnableTime
|
|
2754
|
+
EnableTime?: string
|
|
2755
2755
|
/**
|
|
2756
2756
|
* HTTPS请求包过期时间
|
|
2757
2757
|
*/
|
|
2758
|
-
ExpireTime
|
|
2758
|
+
ExpireTime?: string
|
|
2759
2759
|
/**
|
|
2760
2760
|
* HTTPS请求包来源
|
|
2761
2761
|
*/
|
|
2762
|
-
Channel
|
|
2762
|
+
Channel?: string
|
|
2763
2763
|
/**
|
|
2764
2764
|
* HTTPS请求包生命周期月数
|
|
2765
2765
|
*/
|
|
2766
|
-
LifeTimeMonth
|
|
2766
|
+
LifeTimeMonth?: number
|
|
2767
2767
|
/**
|
|
2768
2768
|
* HTTPS请求包是否支持退费
|
|
2769
2769
|
*/
|
|
2770
|
-
RefundAvailable
|
|
2770
|
+
RefundAvailable?: boolean
|
|
2771
2771
|
/**
|
|
2772
2772
|
* HTTPS请求包类型id
|
|
2773
2773
|
*/
|
|
2774
|
-
ConfigId
|
|
2774
|
+
ConfigId?: number
|
|
2775
2775
|
/**
|
|
2776
2776
|
* HTTPS请求包实际生效时间
|
|
2777
2777
|
*/
|
|
2778
|
-
TrueEnableTime
|
|
2778
|
+
TrueEnableTime?: string
|
|
2779
2779
|
/**
|
|
2780
2780
|
* HTTPS请求包实际过期时间
|
|
2781
2781
|
*/
|
|
2782
|
-
TrueExpireTime
|
|
2782
|
+
TrueExpireTime?: string
|
|
2783
2783
|
/**
|
|
2784
2784
|
* HTTPS请求包生效区域
|
|
2785
2785
|
global:全球
|
|
2786
2786
|
*/
|
|
2787
|
-
Area
|
|
2787
|
+
Area?: string
|
|
2788
2788
|
/**
|
|
2789
2789
|
* HTTPS请求包是否续订
|
|
2790
2790
|
*/
|
|
2791
|
-
ContractExtension
|
|
2791
|
+
ContractExtension?: boolean
|
|
2792
2792
|
/**
|
|
2793
2793
|
* HTTPS请求包是否支持续订
|
|
2794
2794
|
*/
|
|
2795
|
-
ExtensionAvailable
|
|
2795
|
+
ExtensionAvailable?: boolean
|
|
2796
2796
|
/**
|
|
2797
2797
|
* HTTPS请求包当前续订模式
|
|
2798
2798
|
0:未续订
|
|
@@ -2800,7 +2800,7 @@ global:全球
|
|
|
2800
2800
|
2:用完续订
|
|
2801
2801
|
3:到期或用完续订
|
|
2802
2802
|
*/
|
|
2803
|
-
ExtensionMode
|
|
2803
|
+
ExtensionMode?: number
|
|
2804
2804
|
/**
|
|
2805
2805
|
* HTTPS请求包是否自动续订
|
|
2806
2806
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -3254,66 +3254,66 @@ export interface TrafficPackage {
|
|
|
3254
3254
|
/**
|
|
3255
3255
|
* 流量包 Id
|
|
3256
3256
|
*/
|
|
3257
|
-
Id
|
|
3257
|
+
Id?: number
|
|
3258
3258
|
/**
|
|
3259
3259
|
* 流量包类型
|
|
3260
3260
|
*/
|
|
3261
|
-
Type
|
|
3261
|
+
Type?: string
|
|
3262
3262
|
/**
|
|
3263
3263
|
* 流量包大小(单位为 Byte)
|
|
3264
3264
|
*/
|
|
3265
|
-
Bytes
|
|
3265
|
+
Bytes?: number
|
|
3266
3266
|
/**
|
|
3267
3267
|
* 已消耗流量(单位为 Byte)
|
|
3268
3268
|
*/
|
|
3269
|
-
BytesUsed
|
|
3269
|
+
BytesUsed?: number
|
|
3270
3270
|
/**
|
|
3271
3271
|
* 流量包状态
|
|
3272
3272
|
enabled:已启用
|
|
3273
3273
|
expired:已过期
|
|
3274
3274
|
disabled:未启用
|
|
3275
3275
|
*/
|
|
3276
|
-
Status
|
|
3276
|
+
Status?: string
|
|
3277
3277
|
/**
|
|
3278
3278
|
* 流量包发放时间
|
|
3279
3279
|
*/
|
|
3280
|
-
CreateTime
|
|
3280
|
+
CreateTime?: string
|
|
3281
3281
|
/**
|
|
3282
3282
|
* 流量包生效时间
|
|
3283
3283
|
*/
|
|
3284
|
-
EnableTime
|
|
3284
|
+
EnableTime?: string
|
|
3285
3285
|
/**
|
|
3286
3286
|
* 流量包过期时间
|
|
3287
3287
|
*/
|
|
3288
|
-
ExpireTime
|
|
3288
|
+
ExpireTime?: string
|
|
3289
3289
|
/**
|
|
3290
3290
|
* 流量包是否续订
|
|
3291
3291
|
*/
|
|
3292
|
-
ContractExtension
|
|
3292
|
+
ContractExtension?: boolean
|
|
3293
3293
|
/**
|
|
3294
3294
|
* 流量包是否自动续订
|
|
3295
3295
|
*/
|
|
3296
|
-
AutoExtension
|
|
3296
|
+
AutoExtension?: boolean
|
|
3297
3297
|
/**
|
|
3298
3298
|
* 流量包来源
|
|
3299
3299
|
*/
|
|
3300
|
-
Channel
|
|
3300
|
+
Channel?: string
|
|
3301
3301
|
/**
|
|
3302
3302
|
* 流量包生效区域,mainland或overseas
|
|
3303
3303
|
*/
|
|
3304
|
-
Area
|
|
3304
|
+
Area?: string
|
|
3305
3305
|
/**
|
|
3306
3306
|
* 流量包生命周期月数
|
|
3307
3307
|
*/
|
|
3308
|
-
LifeTimeMonth
|
|
3308
|
+
LifeTimeMonth?: number
|
|
3309
3309
|
/**
|
|
3310
3310
|
* 流量包是否支持续订
|
|
3311
3311
|
*/
|
|
3312
|
-
ExtensionAvailable
|
|
3312
|
+
ExtensionAvailable?: boolean
|
|
3313
3313
|
/**
|
|
3314
3314
|
* 流量包是否支持退费
|
|
3315
3315
|
*/
|
|
3316
|
-
RefundAvailable
|
|
3316
|
+
RefundAvailable?: boolean
|
|
3317
3317
|
/**
|
|
3318
3318
|
* 流量包生效区域
|
|
3319
3319
|
0:中国大陆
|
|
@@ -3327,27 +3327,27 @@ disabled:未启用
|
|
|
3327
3327
|
8:非洲
|
|
3328
3328
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3329
3329
|
*/
|
|
3330
|
-
Region
|
|
3330
|
+
Region?: number
|
|
3331
3331
|
/**
|
|
3332
3332
|
* 流量包类型id
|
|
3333
3333
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3334
3334
|
*/
|
|
3335
|
-
ConfigId
|
|
3335
|
+
ConfigId?: number
|
|
3336
3336
|
/**
|
|
3337
3337
|
* 流量包当前续订模式,0 未续订、1到期续订、2用完续订、3到期或用完续订
|
|
3338
3338
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3339
3339
|
*/
|
|
3340
|
-
ExtensionMode
|
|
3340
|
+
ExtensionMode?: number
|
|
3341
3341
|
/**
|
|
3342
3342
|
* 流量包实际生效时间
|
|
3343
3343
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3344
3344
|
*/
|
|
3345
|
-
TrueEnableTime
|
|
3345
|
+
TrueEnableTime?: string
|
|
3346
3346
|
/**
|
|
3347
3347
|
* 流量包实际过期时间
|
|
3348
3348
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3349
3349
|
*/
|
|
3350
|
-
TrueExpireTime
|
|
3350
|
+
TrueExpireTime?: string
|
|
3351
3351
|
}
|
|
3352
3352
|
|
|
3353
3353
|
/**
|
|
@@ -7035,23 +7035,23 @@ export interface DescribeTrafficPackagesResponse {
|
|
|
7035
7035
|
/**
|
|
7036
7036
|
* 流量包总个数
|
|
7037
7037
|
*/
|
|
7038
|
-
TotalCount
|
|
7038
|
+
TotalCount?: number
|
|
7039
7039
|
/**
|
|
7040
7040
|
* 流量包详情
|
|
7041
7041
|
*/
|
|
7042
|
-
TrafficPackages
|
|
7042
|
+
TrafficPackages?: Array<TrafficPackage>
|
|
7043
7043
|
/**
|
|
7044
7044
|
* 即将过期的流量包个数(7天内)
|
|
7045
7045
|
*/
|
|
7046
|
-
ExpiringCount
|
|
7046
|
+
ExpiringCount?: number
|
|
7047
7047
|
/**
|
|
7048
7048
|
* 有效流量包个数
|
|
7049
7049
|
*/
|
|
7050
|
-
EnabledCount
|
|
7050
|
+
EnabledCount?: number
|
|
7051
7051
|
/**
|
|
7052
7052
|
* 付费流量包个数
|
|
7053
7053
|
*/
|
|
7054
|
-
PaidCount
|
|
7054
|
+
PaidCount?: number
|
|
7055
7055
|
/**
|
|
7056
7056
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7057
7057
|
*/
|