tencentcloud-sdk-nodejs 4.0.762 → 4.0.764
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 +351 -0
- package/SERVICE_CHANGELOG.md +417 -43
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/v20201229/ams_client.ts +1 -2
- package/src/services/ams/v20201229/ams_models.ts +67 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/bi/v20220105/bi_models.ts +5 -0
- package/src/services/ccc/v20200210/ccc_models.ts +31 -28
- package/src/services/cdb/v20170320/cdb_client.ts +2 -2
- package/src/services/cdb/v20170320/cdb_models.ts +31 -22
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +5 -0
- package/src/services/cvm/v20170312/cvm_client.ts +3 -3
- package/src/services/cvm/v20170312/cvm_models.ts +11 -8
- package/src/services/dlc/v20210125/dlc_models.ts +2 -2
- package/src/services/dnspod/v20210323/dnspod_models.ts +4 -0
- package/src/services/dts/v20211206/dts_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +64 -4
- package/src/services/ess/v20201111/ess_models.ts +175 -202
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +14 -9
- package/src/services/faceid/v20180301/faceid_client.ts +2 -0
- package/src/services/faceid/v20180301/faceid_models.ts +36 -0
- package/src/services/lcic/v20220817/lcic_models.ts +8 -4
- package/src/services/ocr/v20181119/ocr_client.ts +4 -1
- package/src/services/ocr/v20181119/ocr_models.ts +328 -44
- package/src/services/redis/v20180412/redis_models.ts +23 -14
- package/src/services/tag/v20180813/tag_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_client.ts +1 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +35 -44
- package/src/services/tione/v20211111/tione_models.ts +15 -15
- package/src/services/trp/v20210515/trp_client.ts +20 -7
- package/src/services/trp/v20210515/trp_models.ts +141 -48
- package/src/services/vm/v20210922/vm_client.ts +1 -0
- package/src/services/vm/v20210922/vm_models.ts +67 -0
- package/src/services/vod/v20180717/vod_client.ts +14 -1
- package/src/services/vod/v20180717/vod_models.ts +73 -6
- package/src/services/vpc/v20170312/vpc_client.ts +32 -16
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_client.d.ts +0 -2
- package/tencentcloud/services/ams/v20201229/ams_client.js +0 -2
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +66 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +5 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +31 -28
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +31 -22
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +5 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -8
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +64 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +64 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +175 -202
- 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 +14 -9
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +34 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -4
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +325 -44
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +23 -14
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +35 -43
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +15 -15
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +7 -3
- package/tencentcloud/services/trp/v20210515/trp_client.js +9 -3
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +138 -48
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +66 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +70 -6
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +16 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +16 -0
- package/test/trp.v20210515.test.js +12 -2
- package/test/vod.v20180717.test.js +10 -0
package/products.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-09-07 01:06:21 |
|
|
9
9
|
| aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-11-07 11:26:02 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
|
-
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-
|
|
11
|
+
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-12-22 01:06:11 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
13
13
|
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-12-13 01:06:45 |
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-11-16 01:06:33 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-12-15 18:59:23 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-11-20 00:01:45 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-12-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-12-21 01:08:50 |
|
|
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
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-12-15 19:00:41 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
|
|
25
|
-
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-12-
|
|
25
|
+
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-12-22 01:07:03 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-12-01 01:08:07 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-10-18 01:14:30 |
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-12-05 01:14:32 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-04 00:03:32 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-11-01 01:07:57 |
|
|
42
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-12-
|
|
42
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-12-22 01:08:08 |
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-12-22 01:08:53 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-12-05 01:17:51 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-12-11 00:15:21 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-22 01:09:56 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-12-15 19:11:22 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-24 01:09:00 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-12-19 01:25:03 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
72
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-12-
|
|
72
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-12-22 01:11:31 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-11-29 01:11:08 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
75
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-12-15 19:25:23 |
|
|
@@ -80,14 +80,14 @@
|
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-12-20 01:30:30 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
|
|
83
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-12-
|
|
84
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-
|
|
83
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-12-21 01:31:01 |
|
|
84
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-12-22 01:14:13 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-12-15 01:10:52 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-29 01:53:04 |
|
|
89
89
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
90
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-12-
|
|
90
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-12-22 01:14:53 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-12-15 19:35:27 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
@@ -96,10 +96,10 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-19 01:39:39 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-12-05 01:46:13 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-22 01:15:47 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-22 01:16:03 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-
|
|
102
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-22 01:16:17 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
|
|
105
105
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-11-14 01:16:54 |
|
|
@@ -132,8 +132,8 @@
|
|
|
132
132
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
135
|
-
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-
|
|
136
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-
|
|
135
|
+
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-21 01:48:52 |
|
|
136
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-22 01:18:51 |
|
|
137
137
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-12-19 01:53:39 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
156
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-12-20 01:57:04 |
|
|
157
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-
|
|
157
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-21 01:56:34 |
|
|
158
158
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-13 02:14:02 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
|
|
160
160
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-12-12 02:16:16 |
|
|
164
164
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-12-12 02:16:34 |
|
|
165
165
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-11-24 01:21:07 |
|
|
166
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-12-
|
|
166
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-12-22 01:21:35 |
|
|
167
167
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
168
168
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
|
|
169
169
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-12-12 02:23:51 |
|
|
184
184
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-27 02:11:56 |
|
|
185
185
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
|
|
186
|
-
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-
|
|
186
|
+
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-12-22 01:22:58 |
|
|
187
187
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
|
|
188
188
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-12-20 02:06:26 |
|
|
189
189
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
@@ -201,10 +201,10 @@
|
|
|
201
201
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-29 02:03:30 |
|
|
202
202
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
203
203
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
204
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-
|
|
204
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-21 02:11:13 |
|
|
205
205
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
|
|
206
206
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-12-20 02:13:36 |
|
|
207
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-
|
|
207
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-21 02:13:02 |
|
|
208
208
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
|
|
209
209
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
210
210
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-08-17 05:26:12 |
|
|
213
213
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
214
214
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
215
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-12-
|
|
215
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-12-21 02:14:50 |
|
|
216
216
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-12-01 01:26:06 |
|
|
217
217
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-13 02:38:08 |
|
|
218
218
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
222
222
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
223
223
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-12-01 01:26:49 |
|
|
224
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-
|
|
224
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-12-21 10:26:13 |
|
|
225
225
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
226
226
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-12-15 20:34:23 |
|
|
227
227
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-12-20 02:20:03 |
|
|
@@ -229,14 +229,14 @@
|
|
|
229
229
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
230
230
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
|
|
231
231
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
232
|
-
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-
|
|
232
|
+
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-12-22 01:27:31 |
|
|
233
233
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
234
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-
|
|
235
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-
|
|
234
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-21 02:21:45 |
|
|
235
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-22 01:28:06 |
|
|
236
236
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
|
|
237
237
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-20 02:27:15 |
|
|
238
238
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
|
|
239
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-
|
|
239
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-22 01:29:59 |
|
|
240
240
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-14 02:56:46 |
|
|
241
241
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
242
242
|
| 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.764"
|
|
@@ -32,6 +32,7 @@ import {
|
|
|
32
32
|
StorageInfo,
|
|
33
33
|
DescribeTaskDetailRequest,
|
|
34
34
|
CreateAudioModerationSyncTaskResponse,
|
|
35
|
+
User,
|
|
35
36
|
TaskLabel,
|
|
36
37
|
TaskFilter,
|
|
37
38
|
InputInfo,
|
|
@@ -90,8 +91,6 @@ export class Client extends AbstractClient {
|
|
|
90
91
|
- 请确认已对接[取消任务](https://cloud.tencent.com/document/product/1219/53258)。
|
|
91
92
|
- 如果直播任务取消/结束,则终止直播拉流并退出审核。
|
|
92
93
|
- 如果直播任务没有取消/结束,直播视频推流因故中断,产品将在将在10分钟内持续拉流重试。如果10分钟检测到音频切片数据,则恢复正常审核,反之,则终止拉流并退出审核。在拉流终止后,用户如有审核需求,需重新送审。
|
|
93
|
-
|
|
94
|
-
默认接口请求频率限制:20次/秒。
|
|
95
94
|
*/
|
|
96
95
|
async CreateAudioModerationTask(
|
|
97
96
|
req: CreateAudioModerationTaskRequest,
|
|
@@ -171,7 +171,7 @@ export interface BucketInfo {
|
|
|
171
171
|
*/
|
|
172
172
|
Region: string
|
|
173
173
|
/**
|
|
174
|
-
* 该字段用于标识腾讯云对象存储的对象Key
|
|
174
|
+
* 该字段用于标识腾讯云对象存储的对象Key,对象作为基本单元被存放在存储桶中;用户可以通过腾讯云控制台、API、SDK 等多种方式管理对象。有关对象的详细描述敬请参阅相应 [产品文档](https://cloud.tencent.com/document/product/436/13324)。
|
|
175
175
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
176
176
|
*/
|
|
177
177
|
Object: string
|
|
@@ -343,6 +343,10 @@ export interface CreateAudioModerationTaskRequest {
|
|
|
343
343
|
* 可选参数,该字段表示接受审核信息回调的地址,格式为URL链接默认格式。配置成功后,审核过程中产生的违规音频片段将通过此接口发送。回调返回内容格式请参考 [回调签名示例](https://cloud.tencent.com/document/product/1219/53257#.E7.A4.BA.E4.BE.8B2-.E5.9B.9E.E8.B0.83.E7.AD.BE.E5.90.8D.E7.A4.BA.E4.BE.8B)
|
|
344
344
|
*/
|
|
345
345
|
CallbackUrl?: string
|
|
346
|
+
/**
|
|
347
|
+
* 该字段表示待检测对象对应的用户相关信息,若填入则可甄别相应违规风险用户
|
|
348
|
+
*/
|
|
349
|
+
User?: User
|
|
346
350
|
}
|
|
347
351
|
|
|
348
352
|
/**
|
|
@@ -474,6 +478,68 @@ Block 建议屏蔽;
|
|
|
474
478
|
RequestId?: string
|
|
475
479
|
}
|
|
476
480
|
|
|
481
|
+
/**
|
|
482
|
+
* User结果
|
|
483
|
+
*/
|
|
484
|
+
export interface User {
|
|
485
|
+
/**
|
|
486
|
+
* 用户等级,默认0 未知 1 低 2 中 3 高
|
|
487
|
+
*/
|
|
488
|
+
Level?: number
|
|
489
|
+
/**
|
|
490
|
+
* 性别 默认0 未知 1 男性 2 女性
|
|
491
|
+
*/
|
|
492
|
+
Gender?: number
|
|
493
|
+
/**
|
|
494
|
+
* 年龄 默认0 未知
|
|
495
|
+
*/
|
|
496
|
+
Age?: number
|
|
497
|
+
/**
|
|
498
|
+
* 业务用户ID 如填写,会根据账号历史恶意情况,判定消息有害结果,特别是有利于可疑恶意情况下的辅助判断。账号可以填写微信uin、QQ号、微信openid、QQopenid、字符串等。该字段和账号类别确定唯一账号。
|
|
499
|
+
*/
|
|
500
|
+
UserId?: string
|
|
501
|
+
/**
|
|
502
|
+
* 手机号
|
|
503
|
+
*/
|
|
504
|
+
Phone?: string
|
|
505
|
+
/**
|
|
506
|
+
* 业务用户ID类型 "1-微信uin 2-QQ号 3-微信群uin 4-qq群号 5-微信openid 6-QQopenid 7-其它string"
|
|
507
|
+
*/
|
|
508
|
+
AccountType?: string
|
|
509
|
+
/**
|
|
510
|
+
* 用户昵称
|
|
511
|
+
*/
|
|
512
|
+
Nickname?: string
|
|
513
|
+
/**
|
|
514
|
+
* 用户头像图片链接
|
|
515
|
+
*/
|
|
516
|
+
HeadUrl?: string
|
|
517
|
+
/**
|
|
518
|
+
* 用户简介,长度不超过5000字
|
|
519
|
+
*/
|
|
520
|
+
Desc?: string
|
|
521
|
+
/**
|
|
522
|
+
* 群聊场景房间ID
|
|
523
|
+
*/
|
|
524
|
+
RoomId?: string
|
|
525
|
+
/**
|
|
526
|
+
* 群聊场景群ID
|
|
527
|
+
*/
|
|
528
|
+
GroupId?: string
|
|
529
|
+
/**
|
|
530
|
+
* 群聊场景群用户数
|
|
531
|
+
*/
|
|
532
|
+
GroupSize?: number
|
|
533
|
+
/**
|
|
534
|
+
* 消息接收者ID
|
|
535
|
+
*/
|
|
536
|
+
ReceiverId?: string
|
|
537
|
+
/**
|
|
538
|
+
* 消息生成时间,毫秒
|
|
539
|
+
*/
|
|
540
|
+
SendTime?: string
|
|
541
|
+
}
|
|
542
|
+
|
|
477
543
|
/**
|
|
478
544
|
* 用于返回审核任务输出的标签
|
|
479
545
|
*/
|
|
@@ -387,11 +387,11 @@ export interface DescribeExtensionsResponse {
|
|
|
387
387
|
/**
|
|
388
388
|
* 查询总数
|
|
389
389
|
*/
|
|
390
|
-
Total
|
|
390
|
+
Total?: number
|
|
391
391
|
/**
|
|
392
392
|
* 话机信息列表
|
|
393
393
|
*/
|
|
394
|
-
ExtensionList
|
|
394
|
+
ExtensionList?: Array<ExtensionInfo>
|
|
395
395
|
/**
|
|
396
396
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
397
397
|
*/
|
|
@@ -577,11 +577,11 @@ export interface DescribeAutoCalloutTasksResponse {
|
|
|
577
577
|
/**
|
|
578
578
|
* 总数
|
|
579
579
|
*/
|
|
580
|
-
TotalCount
|
|
580
|
+
TotalCount?: number
|
|
581
581
|
/**
|
|
582
582
|
* 任务列表
|
|
583
583
|
*/
|
|
584
|
-
Tasks
|
|
584
|
+
Tasks?: Array<AutoCalloutTaskInfo>
|
|
585
585
|
/**
|
|
586
586
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
587
587
|
*/
|
|
@@ -836,36 +836,36 @@ export interface DescribeAutoCalloutTaskResponse {
|
|
|
836
836
|
/**
|
|
837
837
|
* 任务名
|
|
838
838
|
*/
|
|
839
|
-
Name
|
|
839
|
+
Name?: string
|
|
840
840
|
/**
|
|
841
841
|
* 任务描述
|
|
842
842
|
*/
|
|
843
|
-
Description
|
|
843
|
+
Description?: string
|
|
844
844
|
/**
|
|
845
845
|
* 任务起始时间戳
|
|
846
846
|
*/
|
|
847
|
-
NotBefore
|
|
847
|
+
NotBefore?: number
|
|
848
848
|
/**
|
|
849
849
|
* 任务结束时间戳
|
|
850
850
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
851
851
|
*/
|
|
852
|
-
NotAfter
|
|
852
|
+
NotAfter?: number
|
|
853
853
|
/**
|
|
854
854
|
* 主叫列表
|
|
855
855
|
*/
|
|
856
|
-
Callers
|
|
856
|
+
Callers?: Array<string>
|
|
857
857
|
/**
|
|
858
858
|
* 被叫信息列表
|
|
859
859
|
*/
|
|
860
|
-
Callees
|
|
860
|
+
Callees?: Array<AutoCalloutTaskCalleeInfo>
|
|
861
861
|
/**
|
|
862
862
|
* 任务使用的IvrId
|
|
863
863
|
*/
|
|
864
|
-
IvrId
|
|
864
|
+
IvrId?: number
|
|
865
865
|
/**
|
|
866
866
|
* 任务状态 0初始 1运行中 2已完成 3结束中 4已终止
|
|
867
867
|
*/
|
|
868
|
-
State
|
|
868
|
+
State?: number
|
|
869
869
|
/**
|
|
870
870
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
871
871
|
*/
|
|
@@ -1205,36 +1205,36 @@ export interface AutoCalloutTaskInfo {
|
|
|
1205
1205
|
/**
|
|
1206
1206
|
* 任务名
|
|
1207
1207
|
*/
|
|
1208
|
-
Name
|
|
1208
|
+
Name?: string
|
|
1209
1209
|
/**
|
|
1210
1210
|
* 被叫数量
|
|
1211
1211
|
*/
|
|
1212
|
-
CalleeCount
|
|
1212
|
+
CalleeCount?: number
|
|
1213
1213
|
/**
|
|
1214
1214
|
* 主叫号码列表
|
|
1215
1215
|
*/
|
|
1216
|
-
Callers
|
|
1216
|
+
Callers?: Array<string>
|
|
1217
1217
|
/**
|
|
1218
1218
|
* 起始时间戳
|
|
1219
1219
|
*/
|
|
1220
|
-
NotBefore
|
|
1220
|
+
NotBefore?: number
|
|
1221
1221
|
/**
|
|
1222
1222
|
* 结束时间戳
|
|
1223
1223
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1224
1224
|
*/
|
|
1225
|
-
NotAfter
|
|
1225
|
+
NotAfter?: number
|
|
1226
1226
|
/**
|
|
1227
1227
|
* 任务使用的IvrId
|
|
1228
1228
|
*/
|
|
1229
|
-
IvrId
|
|
1229
|
+
IvrId?: number
|
|
1230
1230
|
/**
|
|
1231
1231
|
* 任务状态0初始 1运行中 2已完成 3结束中 4已结束
|
|
1232
1232
|
*/
|
|
1233
|
-
State
|
|
1233
|
+
State?: number
|
|
1234
1234
|
/**
|
|
1235
1235
|
* 任务Id
|
|
1236
1236
|
*/
|
|
1237
|
-
TaskId
|
|
1237
|
+
TaskId?: number
|
|
1238
1238
|
}
|
|
1239
1239
|
|
|
1240
1240
|
/**
|
|
@@ -1632,6 +1632,8 @@ export interface TelCdrInfo {
|
|
|
1632
1632
|
|
|
1633
1633
|
电话呼出 201 unknown 未知状态
|
|
1634
1634
|
|
|
1635
|
+
电话呼出 202 notAnswer 未接听
|
|
1636
|
+
|
|
1635
1637
|
电话呼出 203 userReject 拒接挂断
|
|
1636
1638
|
|
|
1637
1639
|
电话呼出 204 powerOff 关机
|
|
@@ -1727,6 +1729,8 @@ export interface TelCdrInfo {
|
|
|
1727
1729
|
|
|
1728
1730
|
电话呼出 201 unknown 未知状态
|
|
1729
1731
|
|
|
1732
|
+
电话呼出 202 notAnswer 未接听
|
|
1733
|
+
|
|
1730
1734
|
电话呼出 203 userReject 拒接挂断
|
|
1731
1735
|
|
|
1732
1736
|
电话呼出 204 powerOff 关机
|
|
@@ -1745,7 +1749,6 @@ export interface TelCdrInfo {
|
|
|
1745
1749
|
|
|
1746
1750
|
电话呼入&呼出 211 clientError 客户端错误
|
|
1747
1751
|
|
|
1748
|
-
|
|
1749
1752
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1750
1753
|
*/
|
|
1751
1754
|
EndStatusString?: string
|
|
@@ -1963,15 +1966,15 @@ export interface CallInNumberMetrics {
|
|
|
1963
1966
|
/**
|
|
1964
1967
|
* 线路号码
|
|
1965
1968
|
*/
|
|
1966
|
-
Number
|
|
1969
|
+
Number?: string
|
|
1967
1970
|
/**
|
|
1968
1971
|
* 线路相关指标
|
|
1969
1972
|
*/
|
|
1970
|
-
Metrics
|
|
1973
|
+
Metrics?: CallInMetrics
|
|
1971
1974
|
/**
|
|
1972
1975
|
* 所属技能组相关指标
|
|
1973
1976
|
*/
|
|
1974
|
-
SkillGroupMetrics
|
|
1977
|
+
SkillGroupMetrics?: Array<CallInSkillGroupMetrics>
|
|
1975
1978
|
}
|
|
1976
1979
|
|
|
1977
1980
|
/**
|
|
@@ -2453,7 +2456,7 @@ export interface DeleteStaffResponse {
|
|
|
2453
2456
|
* 无法删除的状态为在线的客服列表
|
|
2454
2457
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2455
2458
|
*/
|
|
2456
|
-
OnlineStaffList
|
|
2459
|
+
OnlineStaffList?: Array<string>
|
|
2457
2460
|
/**
|
|
2458
2461
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2459
2462
|
*/
|
|
@@ -2567,11 +2570,11 @@ export interface DescribePSTNActiveSessionListResponse {
|
|
|
2567
2570
|
/**
|
|
2568
2571
|
* 列表总条数
|
|
2569
2572
|
*/
|
|
2570
|
-
Total
|
|
2573
|
+
Total?: number
|
|
2571
2574
|
/**
|
|
2572
2575
|
* 列表内容
|
|
2573
2576
|
*/
|
|
2574
|
-
Sessions
|
|
2577
|
+
Sessions?: Array<PSTNSessionInfo>
|
|
2575
2578
|
/**
|
|
2576
2579
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2577
2580
|
*/
|
|
@@ -2730,7 +2733,7 @@ export interface DescribeTelSessionResponse {
|
|
|
2730
2733
|
/**
|
|
2731
2734
|
* 会话信息
|
|
2732
2735
|
*/
|
|
2733
|
-
Session
|
|
2736
|
+
Session?: PSTNSession
|
|
2734
2737
|
/**
|
|
2735
2738
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2736
2739
|
*/
|
|
@@ -1002,7 +1002,7 @@ export class Client extends AbstractClient {
|
|
|
1002
1002
|
2. 单次创建实例最大支持 100 个,实例时长最大支持 36 个月;
|
|
1003
1003
|
3. 支持创建 MySQL 5.5、MySQL 5.6 、MySQL 5.7 和 MySQL 8.0 版本;
|
|
1004
1004
|
4. 支持创建主实例、灾备实例和只读实例;
|
|
1005
|
-
5. 当入参指定 Port,
|
|
1005
|
+
5. 当入参指定 Port,ParamTemplateType 或 Password 时,该实例会进行初始化操作;
|
|
1006
1006
|
*/
|
|
1007
1007
|
async CreateDBInstanceHour(
|
|
1008
1008
|
req: CreateDBInstanceHourRequest,
|
|
@@ -1140,7 +1140,7 @@ export class Client extends AbstractClient {
|
|
|
1140
1140
|
2. 单次创建实例最大支持 100 个,实例时长最大支持 36 个月;
|
|
1141
1141
|
3. 支持创建 MySQL 5.5 、 MySQL 5.6 、 MySQL 5.7 、 MySQL 8.0 版本;
|
|
1142
1142
|
4. 支持创建主实例、只读实例、灾备实例;
|
|
1143
|
-
5. 当入参指定 Port,
|
|
1143
|
+
5. 当入参指定 Port,ParamTemplateType 或 Password 时,该实例会进行初始化操作(不支持基础版实例);
|
|
1144
1144
|
6. 当入参指定 ParamTemplateId 或 AlarmPolicyList 时,需将SDK提升至最新版本方可支持;
|
|
1145
1145
|
*/
|
|
1146
1146
|
async CreateDBInstance(
|
|
@@ -658,7 +658,7 @@ export interface CreateDatabaseRequest {
|
|
|
658
658
|
*/
|
|
659
659
|
InstanceId: string
|
|
660
660
|
/**
|
|
661
|
-
*
|
|
661
|
+
* 数据库名称,长度不超过64。
|
|
662
662
|
*/
|
|
663
663
|
DBName: string
|
|
664
664
|
/**
|
|
@@ -2077,7 +2077,7 @@ export interface DeleteDatabaseRequest {
|
|
|
2077
2077
|
*/
|
|
2078
2078
|
InstanceId: string
|
|
2079
2079
|
/**
|
|
2080
|
-
*
|
|
2080
|
+
* 数据库名称,长度不超过64。
|
|
2081
2081
|
*/
|
|
2082
2082
|
DBName: string
|
|
2083
2083
|
}
|
|
@@ -2331,6 +2331,10 @@ export interface DescribeBinlogsRequest {
|
|
|
2331
2331
|
* binlog最晚开始时间,时间格式:2016-03-17 02:10:37
|
|
2332
2332
|
*/
|
|
2333
2333
|
MaxStartTime?: string
|
|
2334
|
+
/**
|
|
2335
|
+
* 返回binlog列表是否包含MinStartTime起始节点,默认为否
|
|
2336
|
+
*/
|
|
2337
|
+
ContainsMinStartTime?: boolean
|
|
2334
2338
|
}
|
|
2335
2339
|
|
|
2336
2340
|
/**
|
|
@@ -5692,84 +5696,89 @@ export interface BackupInfo {
|
|
|
5692
5696
|
/**
|
|
5693
5697
|
* 备份文件名
|
|
5694
5698
|
*/
|
|
5695
|
-
Name
|
|
5699
|
+
Name?: string
|
|
5696
5700
|
/**
|
|
5697
5701
|
* 备份文件大小,单位:Byte
|
|
5698
5702
|
*/
|
|
5699
|
-
Size
|
|
5703
|
+
Size?: number
|
|
5700
5704
|
/**
|
|
5701
5705
|
* 备份快照时间,时间格式:2016-03-17 02:10:37
|
|
5702
5706
|
*/
|
|
5703
|
-
Date
|
|
5707
|
+
Date?: string
|
|
5704
5708
|
/**
|
|
5705
5709
|
* 下载地址
|
|
5706
5710
|
*/
|
|
5707
|
-
IntranetUrl
|
|
5711
|
+
IntranetUrl?: string
|
|
5708
5712
|
/**
|
|
5709
5713
|
* 下载地址
|
|
5710
5714
|
*/
|
|
5711
|
-
InternetUrl
|
|
5715
|
+
InternetUrl?: string
|
|
5712
5716
|
/**
|
|
5713
5717
|
* 日志具体类型。可能的值有 "logical": 逻辑冷备, "physical": 物理冷备。
|
|
5714
5718
|
*/
|
|
5715
|
-
Type
|
|
5719
|
+
Type?: string
|
|
5716
5720
|
/**
|
|
5717
5721
|
* 备份子任务的ID,删除备份文件时使用
|
|
5718
5722
|
*/
|
|
5719
|
-
BackupId
|
|
5723
|
+
BackupId?: number
|
|
5720
5724
|
/**
|
|
5721
5725
|
* 备份任务状态。可能的值有 "SUCCESS": 备份成功, "FAILED": 备份失败, "RUNNING": 备份进行中。
|
|
5722
5726
|
*/
|
|
5723
|
-
Status
|
|
5727
|
+
Status?: string
|
|
5724
5728
|
/**
|
|
5725
5729
|
* 备份任务的完成时间
|
|
5726
5730
|
*/
|
|
5727
|
-
FinishTime
|
|
5731
|
+
FinishTime?: string
|
|
5728
5732
|
/**
|
|
5729
5733
|
* (该值将废弃,不建议使用)备份的创建者,可能的值:SYSTEM - 系统创建,Uin - 发起者Uin值。
|
|
5730
5734
|
*/
|
|
5731
|
-
Creator
|
|
5735
|
+
Creator?: string
|
|
5732
5736
|
/**
|
|
5733
5737
|
* 备份任务的开始时间
|
|
5734
5738
|
*/
|
|
5735
|
-
StartTime
|
|
5739
|
+
StartTime?: string
|
|
5736
5740
|
/**
|
|
5737
5741
|
* 备份方法。可能的值有 "full": 全量备份, "partial": 部分备份。
|
|
5738
5742
|
*/
|
|
5739
|
-
Method
|
|
5743
|
+
Method?: string
|
|
5740
5744
|
/**
|
|
5741
5745
|
* 备份方式。可能的值有 "manual": 手动备份, "automatic": 自动备份。
|
|
5742
5746
|
*/
|
|
5743
|
-
Way
|
|
5747
|
+
Way?: string
|
|
5744
5748
|
/**
|
|
5745
5749
|
* 手动备份别名
|
|
5746
5750
|
*/
|
|
5747
|
-
ManualBackupName
|
|
5751
|
+
ManualBackupName?: string
|
|
5748
5752
|
/**
|
|
5749
5753
|
* 备份保留类型,save_mode_regular - 常规保存备份,save_mode_period - 定期保存备份
|
|
5750
5754
|
*/
|
|
5751
|
-
SaveMode
|
|
5755
|
+
SaveMode?: string
|
|
5752
5756
|
/**
|
|
5753
5757
|
* 本地备份所在地域
|
|
5754
5758
|
*/
|
|
5755
|
-
Region
|
|
5759
|
+
Region?: string
|
|
5756
5760
|
/**
|
|
5757
5761
|
* 异地备份详细信息
|
|
5758
5762
|
*/
|
|
5759
|
-
RemoteInfo
|
|
5763
|
+
RemoteInfo?: Array<RemoteBackupInfo>
|
|
5760
5764
|
/**
|
|
5761
5765
|
* 存储方式,0-常规存储,1-归档存储,默认为0
|
|
5762
5766
|
*/
|
|
5763
|
-
CosStorageType
|
|
5767
|
+
CosStorageType?: number
|
|
5764
5768
|
/**
|
|
5765
5769
|
* 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
|
|
5766
5770
|
*/
|
|
5767
|
-
InstanceId
|
|
5771
|
+
InstanceId?: string
|
|
5768
5772
|
/**
|
|
5769
5773
|
* 备份文件是否加密, on-加密, off-未加密
|
|
5770
5774
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5771
5775
|
*/
|
|
5772
|
-
EncryptionFlag
|
|
5776
|
+
EncryptionFlag?: string
|
|
5777
|
+
/**
|
|
5778
|
+
* 备份GTID点位
|
|
5779
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5780
|
+
*/
|
|
5781
|
+
ExecutedGTIDSet?: string
|
|
5773
5782
|
}
|
|
5774
5783
|
|
|
5775
5784
|
/**
|