tencentcloud-sdk-nodejs 4.0.628 → 4.0.630
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 +419 -0
- package/SERVICE_CHANGELOG.md +413 -155
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +35 -26
- package/src/services/apigateway/v20180808/apigateway_models.ts +17 -13
- package/src/services/apm/v20210622/apm_models.ts +6 -2
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +2 -2
- package/src/services/billing/v20180709/billing_models.ts +9 -10
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/cdn/v20180606/cdn_client.ts +2 -2
- package/src/services/cdn/v20180606/cdn_models.ts +66 -66
- package/src/services/ckafka/v20190819/ckafka_models.ts +17 -13
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/dcdb/v20180411/dcdb_models.ts +4 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +14 -2
- package/src/services/live/v20180801/live_models.ts +4 -4
- package/src/services/nlp/v20190408/nlp_client.ts +54 -5
- package/src/services/nlp/v20190408/nlp_models.ts +206 -32
- package/src/services/redis/v20180412/redis_client.ts +4 -4
- package/src/services/redis/v20180412/redis_models.ts +62 -49
- package/src/services/sms/v20210111/sms_client.ts +0 -1
- package/src/services/sms/v20210111/sms_models.ts +4 -4
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +26 -1
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +78 -4
- package/src/services/tbaas/v20180416/tbaas_client.ts +32 -16
- package/src/services/tcr/v20190924/tcr_client.ts +75 -25
- package/src/services/tcr/v20190924/tcr_models.ts +385 -151
- package/src/services/tdid/v20210519/tdid_client.ts +47 -50
- package/src/services/tdid/v20210519/tdid_models.ts +0 -121
- package/src/services/tdmq/v20200217/tdmq_models.ts +8 -0
- package/src/services/tts/v20190823/tts_models.ts +3 -3
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/waf/v20180125/waf_client.ts +13 -0
- package/src/services/waf/v20180125/waf_models.ts +170 -0
- package/src/services/wedata/v20210820/wedata_models.ts +76 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +35 -26
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +17 -13
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +6 -2
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +9 -10
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +66 -66
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +17 -13
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +14 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -4
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +17 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +24 -0
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +197 -32
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +4 -4
- package/tencentcloud/services/redis/v20180412/redis_client.js +4 -4
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +62 -49
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +0 -1
- package/tencentcloud/services/sms/v20210111/sms_client.js +0 -1
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +4 -4
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +9 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +12 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +73 -4
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +24 -8
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +24 -8
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +21 -5
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +30 -6
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +373 -149
- package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +38 -24
- package/tencentcloud/services/tdid/v20210519/tdid_client.js +37 -27
- package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +0 -116
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +8 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +167 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +76 -5
- package/test/nlp.v20190408.test.js +40 -0
- package/test/sqlserver.v20180328.test.js +20 -0
- package/test/tcr.v20190924.test.js +44 -4
- package/test/tdid.v20210519.test.js +0 -20
- package/test/waf.v20180125.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-05-26 01:01:42 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-05-18 01:01:48 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
13
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-06-
|
|
13
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-06-27 01:01:43 |
|
|
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-06-
|
|
18
|
-
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-06-
|
|
17
|
+
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-06-27 01:02:21 |
|
|
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-06-15 01:02:32 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-06-27 01:03:21 |
|
|
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
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-05-18 01:04:14 |
|
|
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
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-06-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-06-28 01:03:11 |
|
|
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-05-18 01:04:59 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-05-18 01:05:33 |
|
|
@@ -41,25 +41,25 @@
|
|
|
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-05-23 01:06:09 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-06-09 01:06:01 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-06-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-06-27 01:06:53 |
|
|
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-06-
|
|
46
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-06-28 01:06:57 |
|
|
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-09 01:07:54 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-06-08 01:11:18 |
|
|
50
|
-
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-06-
|
|
51
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-06-
|
|
50
|
+
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-06-27 01:08:55 |
|
|
51
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-06-28 01:08:09 |
|
|
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-06-05 01:14:51 |
|
|
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-06-
|
|
57
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-06-28 01:11:06 |
|
|
58
58
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-06-22 01:16:17 |
|
|
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
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-27 01:11:41 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-05-18 01:14:25 |
|
|
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-05-31 21:42:46 |
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-06-14 01:18:59 |
|
|
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
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-
|
|
80
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-28 01:18:44 |
|
|
81
81
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-06-21 01:15:50 |
|
|
82
82
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-06-21 01:16:19 |
|
|
83
83
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-05-18 01:23:17 |
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
|
|
94
94
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-22 01:29:05 |
|
|
95
95
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-18 01:26:23 |
|
|
96
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-
|
|
97
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-
|
|
96
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-27 01:22:30 |
|
|
97
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-28 01:22:49 |
|
|
98
98
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
|
|
99
99
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-31 01:26:34 |
|
|
100
100
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
|
|
@@ -126,8 +126,8 @@
|
|
|
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
128
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-06-15 01:24:27 |
|
|
129
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-06-
|
|
130
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-06-
|
|
129
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-06-28 01:29:24 |
|
|
130
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-06-27 01:30:16 |
|
|
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 |
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-06-15 01:29:09 |
|
|
144
144
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
|
|
145
145
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
146
|
-
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-06-
|
|
146
|
+
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-06-26 15:51:14 |
|
|
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
149
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-22 01:43:22 |
|
|
@@ -155,20 +155,20 @@
|
|
|
155
155
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-06-14 01:36:28 |
|
|
156
156
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-06-20 01:44:07 |
|
|
157
157
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
|
|
158
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-06-
|
|
158
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-06-28 01:36:04 |
|
|
159
159
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-06-12 01:33:36 |
|
|
160
160
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-05-18 01:46:50 |
|
|
161
161
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
162
162
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
|
|
163
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-06-
|
|
164
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-
|
|
163
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-06-27 01:37:18 |
|
|
164
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-28 01:37:26 |
|
|
165
165
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-06-21 01:31:57 |
|
|
166
166
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
167
167
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-05-18 01:48:01 |
|
|
168
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-
|
|
168
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-28 01:37:53 |
|
|
169
169
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-05-18 01:48:23 |
|
|
170
170
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
171
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-06-
|
|
171
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-06-28 01:38:12 |
|
|
172
172
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-06-14 01:38:59 |
|
|
173
173
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-06-16 01:37:57 |
|
|
174
174
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
|
|
180
180
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-06-15 01:34:24 |
|
|
181
181
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
182
|
-
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-06-
|
|
182
|
+
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-06-27 01:39:58 |
|
|
183
183
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
184
184
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-06-06 01:55:04 |
|
|
185
185
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-06-20 01:48:17 |
|
|
@@ -188,11 +188,11 @@
|
|
|
188
188
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
189
189
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
190
190
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
|
|
191
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-
|
|
191
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-06-28 01:40:48 |
|
|
192
192
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-06-07 01:46:42 |
|
|
193
193
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
194
|
-
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-06-
|
|
195
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-06-
|
|
194
|
+
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-06-27 01:43:11 |
|
|
195
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-06-28 01:43:23 |
|
|
196
196
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
197
197
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
|
|
198
198
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-05-29 01:44:07 |
|
|
@@ -217,16 +217,16 @@
|
|
|
217
217
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-05-18 02:02:09 |
|
|
218
218
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-06-19 01:42:54 |
|
|
219
219
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
220
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-
|
|
220
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-06-27 01:49:42 |
|
|
221
221
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
|
|
222
222
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
223
223
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
|
|
224
224
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-06-26 02:03:20 |
|
|
225
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-
|
|
225
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-28 01:50:33 |
|
|
226
226
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-21 01:45:11 |
|
|
227
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-06-
|
|
227
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-06-27 01:53:24 |
|
|
228
228
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-05-18 02:08:17 |
|
|
229
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-06-
|
|
229
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-06-27 01:54:02 |
|
|
230
230
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
231
231
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
|
|
232
232
|
| 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.630"
|
|
@@ -643,6 +643,10 @@ export interface DescribeListBGPInstancesRequest {
|
|
|
643
643
|
* 资产IP数组
|
|
644
644
|
*/
|
|
645
645
|
FilterAssetIpList?: Array<string>
|
|
646
|
+
/**
|
|
647
|
+
* 是否包含基础防护增强版 0: 不包含 1: 包含
|
|
648
|
+
*/
|
|
649
|
+
FilterBasicPlusFlag?: number
|
|
646
650
|
}
|
|
647
651
|
|
|
648
652
|
/**
|
|
@@ -2557,19 +2561,19 @@ export interface BGPIPInstance {
|
|
|
2557
2561
|
/**
|
|
2558
2562
|
* 资产实例的详细信息
|
|
2559
2563
|
*/
|
|
2560
|
-
InstanceDetail
|
|
2564
|
+
InstanceDetail?: InstanceRelation
|
|
2561
2565
|
/**
|
|
2562
2566
|
* 资产实例的规格信息
|
|
2563
2567
|
*/
|
|
2564
|
-
SpecificationLimit
|
|
2568
|
+
SpecificationLimit?: BGPIPInstanceSpecification
|
|
2565
2569
|
/**
|
|
2566
2570
|
* 资产实例的使用统计信息
|
|
2567
2571
|
*/
|
|
2568
|
-
Usage
|
|
2572
|
+
Usage?: BGPIPInstanceUsages
|
|
2569
2573
|
/**
|
|
2570
2574
|
* 资产实例所在的地域
|
|
2571
2575
|
*/
|
|
2572
|
-
Region
|
|
2576
|
+
Region?: RegionInfo
|
|
2573
2577
|
/**
|
|
2574
2578
|
* 资产实例的防护状态,状态码如下:
|
|
2575
2579
|
"idle":正常状态(无攻击)
|
|
@@ -2579,113 +2583,113 @@ export interface BGPIPInstance {
|
|
|
2579
2583
|
"deblocking":解封中
|
|
2580
2584
|
"isolate":回收隔离中
|
|
2581
2585
|
*/
|
|
2582
|
-
Status
|
|
2586
|
+
Status?: string
|
|
2583
2587
|
/**
|
|
2584
2588
|
* 到期时间
|
|
2585
2589
|
*/
|
|
2586
|
-
ExpiredTime
|
|
2590
|
+
ExpiredTime?: string
|
|
2587
2591
|
/**
|
|
2588
2592
|
* 购买时间
|
|
2589
2593
|
*/
|
|
2590
|
-
CreatedTime
|
|
2594
|
+
CreatedTime?: string
|
|
2591
2595
|
/**
|
|
2592
2596
|
* 资产实例的名称
|
|
2593
2597
|
*/
|
|
2594
|
-
Name
|
|
2598
|
+
Name?: string
|
|
2595
2599
|
/**
|
|
2596
2600
|
* 资产实例所属的套餐包信息,
|
|
2597
2601
|
注意:当资产实例不是套餐包的实例时,此字段为null
|
|
2598
2602
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2599
2603
|
*/
|
|
2600
|
-
PackInfo
|
|
2604
|
+
PackInfo?: PackInfo
|
|
2601
2605
|
/**
|
|
2602
2606
|
* 资产实例所属的三网套餐包详情,
|
|
2603
2607
|
注意:当资产实例不是三网套餐包的实例时,此字段为null
|
|
2604
2608
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2605
2609
|
*/
|
|
2606
|
-
StaticPackRelation
|
|
2610
|
+
StaticPackRelation?: StaticPackRelation
|
|
2607
2611
|
/**
|
|
2608
2612
|
* 区分高防IP境外线路
|
|
2609
2613
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2610
2614
|
*/
|
|
2611
|
-
ZoneId
|
|
2615
|
+
ZoneId?: number
|
|
2612
2616
|
/**
|
|
2613
2617
|
* 区分集群
|
|
2614
2618
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2615
2619
|
*/
|
|
2616
|
-
Tgw
|
|
2620
|
+
Tgw?: number
|
|
2617
2621
|
/**
|
|
2618
2622
|
* 高防弹性公网IP状态,包含'CREATING'(创建中),'BINDING'(绑定中),'BIND'(已绑定),'UNBINDING'(解绑中),'UNBIND'(已解绑),'OFFLINING'(释放中),'BIND_ENI'(绑定悬空弹性网卡)。只对高防弹性公网IP实例有效。
|
|
2619
2623
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2620
2624
|
*/
|
|
2621
|
-
EipAddressStatus
|
|
2625
|
+
EipAddressStatus?: string
|
|
2622
2626
|
/**
|
|
2623
2627
|
* 是否高防弹性公网IP实例,是为1,否为0。
|
|
2624
2628
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2625
2629
|
*/
|
|
2626
|
-
EipFlag
|
|
2630
|
+
EipFlag?: number
|
|
2627
2631
|
/**
|
|
2628
2632
|
* 资产实例所属的高防弹性公网IP套餐包详情,
|
|
2629
2633
|
注意:当资产实例不是高防弹性公网IP套餐包的实例时,此字段为null
|
|
2630
2634
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2631
2635
|
*/
|
|
2632
|
-
EipAddressPackRelation
|
|
2636
|
+
EipAddressPackRelation?: EipAddressPackRelation
|
|
2633
2637
|
/**
|
|
2634
2638
|
* 高防弹性公网IP关联的实例信息。
|
|
2635
2639
|
注意:当资产实例不是高防弹性公网IP实例时,此字段为null
|
|
2636
2640
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2637
2641
|
*/
|
|
2638
|
-
EipAddressInfo
|
|
2642
|
+
EipAddressInfo?: EipAddressRelation
|
|
2639
2643
|
/**
|
|
2640
2644
|
* 建议客户接入的域名,客户可使用域名接入。
|
|
2641
2645
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2642
2646
|
*/
|
|
2643
|
-
Domain
|
|
2647
|
+
Domain?: string
|
|
2644
2648
|
/**
|
|
2645
2649
|
* 是否开启安全加速,是为1,否为0。
|
|
2646
2650
|
*/
|
|
2647
|
-
DamDDoSStatus
|
|
2651
|
+
DamDDoSStatus?: number
|
|
2648
2652
|
/**
|
|
2649
2653
|
* 是否Ipv6版本的IP, 是为1,否为0
|
|
2650
2654
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2651
2655
|
*/
|
|
2652
|
-
V6Flag
|
|
2656
|
+
V6Flag?: number
|
|
2653
2657
|
/**
|
|
2654
2658
|
* 是否渠道版高防IP,是为1,否为0
|
|
2655
2659
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2656
2660
|
*/
|
|
2657
|
-
BGPIPChannelFlag
|
|
2661
|
+
BGPIPChannelFlag?: number
|
|
2658
2662
|
/**
|
|
2659
2663
|
* 资源关联标签
|
|
2660
2664
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2661
2665
|
*/
|
|
2662
|
-
TagInfoList
|
|
2666
|
+
TagInfoList?: Array<TagInfo>
|
|
2663
2667
|
/**
|
|
2664
2668
|
* 资产实例所属的全力防护套餐包详情,
|
|
2665
2669
|
注意:当资产实例不是全力防护套餐包的实例时,此字段为null
|
|
2666
2670
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2667
2671
|
*/
|
|
2668
|
-
AnycastOutPackRelation
|
|
2672
|
+
AnycastOutPackRelation?: AnycastOutPackRelation
|
|
2669
2673
|
/**
|
|
2670
2674
|
* 资源实例版本
|
|
2671
2675
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2672
2676
|
*/
|
|
2673
|
-
InstanceVersion
|
|
2677
|
+
InstanceVersion?: number
|
|
2674
2678
|
/**
|
|
2675
2679
|
* 重保实例
|
|
2676
2680
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2677
2681
|
*/
|
|
2678
|
-
ConvoyId
|
|
2682
|
+
ConvoyId?: string
|
|
2679
2683
|
/**
|
|
2680
2684
|
* 带宽后付费
|
|
2681
2685
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2682
2686
|
*/
|
|
2683
|
-
ElasticBandwidth
|
|
2687
|
+
ElasticBandwidth?: number
|
|
2684
2688
|
/**
|
|
2685
2689
|
* 是否为EO代播的ip: 1是,0不是
|
|
2686
2690
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2687
2691
|
*/
|
|
2688
|
-
EOFlag
|
|
2692
|
+
EOFlag?: number
|
|
2689
2693
|
}
|
|
2690
2694
|
|
|
2691
2695
|
/**
|
|
@@ -5148,6 +5152,11 @@ export interface BGPInstance {
|
|
|
5148
5152
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5149
5153
|
*/
|
|
5150
5154
|
ModifyTime?: string
|
|
5155
|
+
/**
|
|
5156
|
+
* 是否是基础防护加强版 0: 不是 1: 是
|
|
5157
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5158
|
+
*/
|
|
5159
|
+
BasicPlusFlag?: number
|
|
5151
5160
|
}
|
|
5152
5161
|
|
|
5153
5162
|
/**
|
|
@@ -3067,50 +3067,51 @@ export interface ParameterInfo {
|
|
|
3067
3067
|
/**
|
|
3068
3068
|
* 名字
|
|
3069
3069
|
*/
|
|
3070
|
-
Name
|
|
3070
|
+
Name?: string
|
|
3071
3071
|
/**
|
|
3072
3072
|
* 当前值
|
|
3073
3073
|
*/
|
|
3074
|
-
Value
|
|
3074
|
+
Value?: number
|
|
3075
3075
|
/**
|
|
3076
3076
|
* 默认值
|
|
3077
3077
|
*/
|
|
3078
|
-
Default
|
|
3078
|
+
Default?: number
|
|
3079
3079
|
/**
|
|
3080
3080
|
* 单位
|
|
3081
3081
|
*/
|
|
3082
|
-
Unit
|
|
3082
|
+
Unit?: string
|
|
3083
3083
|
/**
|
|
3084
3084
|
* 类型, integer|string
|
|
3085
3085
|
*/
|
|
3086
|
-
Type
|
|
3086
|
+
Type?: string
|
|
3087
3087
|
/**
|
|
3088
3088
|
* 最小
|
|
3089
3089
|
*/
|
|
3090
|
-
Minimum
|
|
3090
|
+
Minimum?: number
|
|
3091
3091
|
/**
|
|
3092
3092
|
* 最大
|
|
3093
3093
|
*/
|
|
3094
|
-
Maximum
|
|
3094
|
+
Maximum?: number
|
|
3095
3095
|
/**
|
|
3096
3096
|
* 修改时间
|
|
3097
|
+
* @deprecated
|
|
3097
3098
|
*/
|
|
3098
|
-
ModifedTime
|
|
3099
|
+
ModifedTime?: string
|
|
3099
3100
|
/**
|
|
3100
3101
|
* 字符类型的值,当Type为string时才有意义
|
|
3101
3102
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3102
3103
|
*/
|
|
3103
|
-
ValueString
|
|
3104
|
+
ValueString?: string
|
|
3104
3105
|
/**
|
|
3105
3106
|
* 字符类型的默认值,当Type为string时才有意义
|
|
3106
3107
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3107
3108
|
*/
|
|
3108
|
-
DefaultValueString
|
|
3109
|
+
DefaultValueString?: string
|
|
3109
3110
|
/**
|
|
3110
3111
|
* 可调整范围
|
|
3111
3112
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3112
3113
|
*/
|
|
3113
|
-
Range
|
|
3114
|
+
Range?: string
|
|
3114
3115
|
}
|
|
3115
3116
|
|
|
3116
3117
|
/**
|
|
@@ -3734,8 +3735,9 @@ export interface ApiIdStatus {
|
|
|
3734
3735
|
/**
|
|
3735
3736
|
* 授权API关联的业务API列表。
|
|
3736
3737
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3738
|
+
* @deprecated
|
|
3737
3739
|
*/
|
|
3738
|
-
RelationBuniessApiIds
|
|
3740
|
+
RelationBuniessApiIds?: Array<string>
|
|
3739
3741
|
/**
|
|
3740
3742
|
* oauth配置信息。
|
|
3741
3743
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -5498,6 +5500,7 @@ export interface DescribeApisStatusResultApiIdStatusSetInfo {
|
|
|
5498
5500
|
/**
|
|
5499
5501
|
* 授权API关联的业务API列表。
|
|
5500
5502
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5503
|
+
* @deprecated
|
|
5501
5504
|
*/
|
|
5502
5505
|
RelationBuniessApiIds?: Array<string>
|
|
5503
5506
|
/**
|
|
@@ -6675,8 +6678,9 @@ export interface DesApisStatus {
|
|
|
6675
6678
|
/**
|
|
6676
6679
|
* 授权API关联的业务API列表。
|
|
6677
6680
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6681
|
+
* @deprecated
|
|
6678
6682
|
*/
|
|
6679
|
-
RelationBuniessApiIds
|
|
6683
|
+
RelationBuniessApiIds?: Array<string>
|
|
6680
6684
|
/**
|
|
6681
6685
|
* API关联的标签信息。
|
|
6682
6686
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -511,12 +511,12 @@ export interface DescribeMetricRecordsResponse {
|
|
|
511
511
|
* 指标结果集
|
|
512
512
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
513
513
|
*/
|
|
514
|
-
Records
|
|
514
|
+
Records?: Array<ApmMetricRecord>
|
|
515
515
|
/**
|
|
516
516
|
* 查询指标结果集条数
|
|
517
517
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
518
518
|
*/
|
|
519
|
-
TotalCount
|
|
519
|
+
TotalCount?: number
|
|
520
520
|
/**
|
|
521
521
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
522
522
|
*/
|
|
@@ -649,6 +649,10 @@ export interface DescribeMetricRecordsRequest {
|
|
|
649
649
|
* 页长
|
|
650
650
|
*/
|
|
651
651
|
PageSize?: number
|
|
652
|
+
/**
|
|
653
|
+
* Or过滤条件
|
|
654
|
+
*/
|
|
655
|
+
OrFilters?: Array<Filter>
|
|
652
656
|
}
|
|
653
657
|
|
|
654
658
|
/**
|
|
@@ -128,7 +128,7 @@ export class Client extends AbstractClient {
|
|
|
128
128
|
• 支持回调或轮询的方式获取结果,结果获取请参考[ 录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)。
|
|
129
129
|
• 生成字幕场景可设置参数ResTextFormat为3,解析ResultDetail结构生成字幕,可参考 [生成字幕最佳实践](https://cloud.tencent.com/document/product/1093/84291)。
|
|
130
130
|
• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。
|
|
131
|
-
• 默认接口请求频率限制:20
|
|
131
|
+
• 默认接口请求频率限制:20次/秒。
|
|
132
132
|
*/
|
|
133
133
|
async CreateRecTask(
|
|
134
134
|
req: CreateRecTaskRequest,
|
|
@@ -522,8 +522,8 @@ export interface CreateRecTaskRequest {
|
|
|
522
522
|
*/
|
|
523
523
|
SourceType: number
|
|
524
524
|
/**
|
|
525
|
-
* 是否开启说话人分离,0:不开启,1:开启(仅支持8k_zh
|
|
526
|
-
注意:8k电话场景建议使用双声道来区分通话双方,设置ChannelNum=2
|
|
525
|
+
* 是否开启说话人分离,0:不开启,1:开启(仅支持8k_zh/16k_zh,ChannelNum=1时可用),默认值为 0。
|
|
526
|
+
注意:8k电话场景建议使用双声道来区分通话双方,设置ChannelNum=2即可,不用开启说话人分离,如果设置了ChannelNum=1,后台会先转码成单声道,说话人分离结果可能产生偏差。
|
|
527
527
|
*/
|
|
528
528
|
SpeakerDiarization?: number
|
|
529
529
|
/**
|
|
@@ -493,8 +493,7 @@ export interface CostDetail {
|
|
|
493
493
|
*/
|
|
494
494
|
export interface DescribeBillSummaryByPayModeResponse {
|
|
495
495
|
/**
|
|
496
|
-
* 数据是否准备好,0
|
|
497
|
-
Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟,请于10分钟后重试
|
|
496
|
+
* 数据是否准备好,0准备中,1已就绪。(Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟出账,请于10分钟后重试即可)
|
|
498
497
|
*/
|
|
499
498
|
Ready?: number
|
|
500
499
|
/**
|
|
@@ -782,8 +781,7 @@ export interface Conditions {
|
|
|
782
781
|
*/
|
|
783
782
|
export interface DescribeBillSummaryByProductResponse {
|
|
784
783
|
/**
|
|
785
|
-
* 数据是否准备好,0
|
|
786
|
-
Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟,请于10分钟后重试
|
|
784
|
+
* 数据是否准备好,0准备中,1已就绪。(Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟出账,请于10分钟后重试即可)
|
|
787
785
|
*/
|
|
788
786
|
Ready?: number
|
|
789
787
|
/**
|
|
@@ -821,8 +819,7 @@ export interface BillTagInfo {
|
|
|
821
819
|
*/
|
|
822
820
|
export interface DescribeBillSummaryByRegionResponse {
|
|
823
821
|
/**
|
|
824
|
-
* 数据是否准备好,0
|
|
825
|
-
Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟,请于10分钟后重试
|
|
822
|
+
* 数据是否准备好,0准备中,1已就绪。(Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟出账,请于10分钟后重试即可)
|
|
826
823
|
*/
|
|
827
824
|
Ready?: number
|
|
828
825
|
/**
|
|
@@ -1272,8 +1269,7 @@ export interface DescribeCostSummaryByProductResponse {
|
|
|
1272
1269
|
*/
|
|
1273
1270
|
export interface DescribeBillSummaryByTagResponse {
|
|
1274
1271
|
/**
|
|
1275
|
-
* 数据是否准备好,0
|
|
1276
|
-
Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟,请于10分钟后重试
|
|
1272
|
+
* 数据是否准备好,0准备中,1已就绪。(Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟出账,请于10分钟后重试即可)
|
|
1277
1273
|
*/
|
|
1278
1274
|
Ready?: number
|
|
1279
1275
|
/**
|
|
@@ -2168,6 +2164,10 @@ export interface DescribeBillResourceSummaryRequest {
|
|
|
2168
2164
|
备注:如需获取当月使用过的BusinessCode,请调用API:<a href="https://cloud.tencent.com/document/product/555/35761">获取产品汇总费用分布</a>
|
|
2169
2165
|
*/
|
|
2170
2166
|
BusinessCode?: string
|
|
2167
|
+
/**
|
|
2168
|
+
* 支付者的账号 ID(账号 ID 是用户在腾讯云的唯一账号标识),默认查询本账号账单,如集团管理账号需查询成员账号自付的账单,该字段需入参成员账号UIN
|
|
2169
|
+
*/
|
|
2170
|
+
PayerUin?: string
|
|
2171
2171
|
}
|
|
2172
2172
|
|
|
2173
2173
|
/**
|
|
@@ -2825,8 +2825,7 @@ export interface DescribeBillSummaryByProjectRequest {
|
|
|
2825
2825
|
*/
|
|
2826
2826
|
export interface DescribeBillSummaryByProjectResponse {
|
|
2827
2827
|
/**
|
|
2828
|
-
* 数据是否准备好,0
|
|
2829
|
-
Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟,请于10分钟后重试
|
|
2828
|
+
* 数据是否准备好,0准备中,1已就绪。(Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟出账,请于10分钟后重试即可)
|
|
2830
2829
|
*/
|
|
2831
2830
|
Ready?: number
|
|
2832
2831
|
/**
|
|
@@ -5722,10 +5722,10 @@ export interface ProxyInst {
|
|
|
5722
5722
|
*/
|
|
5723
5723
|
InstanceName?: string
|
|
5724
5724
|
/**
|
|
5725
|
-
*
|
|
5725
|
+
* 实例类型:1 master 主实例; 2 ro 只读实例; 3 dr 灾备实例; 4 sdr 小灾备实例
|
|
5726
5726
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5727
5727
|
*/
|
|
5728
|
-
InstanceType?:
|
|
5728
|
+
InstanceType?: number
|
|
5729
5729
|
/**
|
|
5730
5730
|
* 实例状态,可能的返回值:0-创建中;1-运行中;4-隔离中;5-已隔离
|
|
5731
5731
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -956,8 +956,8 @@ Value 字段,使用 json 进行序列化,其中固定 update 作为 key,
|
|
|
956
956
|
}
|
|
957
957
|
|
|
958
958
|
/**
|
|
959
|
-
* UpdateDomainConfig
|
|
960
|
-
注意:如果需要更新复杂类型的配置项,必须传递整个对象的所有属性,未传递的属性将使用默认值,建议通过查询接口获取配置属性后,直接修改后传递给本接口。
|
|
959
|
+
* UpdateDomainConfig 用于修改内容分发网络加速域名配置信息。
|
|
960
|
+
注意:如果需要更新复杂类型的配置项,必须传递整个对象的所有属性,未传递的属性将使用默认值,建议通过查询接口获取配置属性后,直接修改后传递给本接口。
|
|
961
961
|
云审计相关:接口的入参可能包含密钥等敏感信息,所以此接口的入参不会上报到云审计。
|
|
962
962
|
*/
|
|
963
963
|
async UpdateDomainConfig(
|