tencentcloud-sdk-nodejs 4.0.563 → 4.0.565
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 +428 -0
- package/SERVICE_CHANGELOG.md +515 -89
- package/package.json +1 -1
- package/products.md +37 -36
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +1 -1
- package/src/services/as/v20180419/as_client.ts +1 -0
- package/src/services/as/v20180419/as_models.ts +124 -25
- package/src/services/asr/v20190614/asr_client.ts +2 -2
- package/src/services/asr/v20190614/asr_models.ts +3 -0
- package/src/services/cam/v20190116/cam_models.ts +10 -10
- package/src/services/ccc/v20200210/ccc_models.ts +12 -0
- package/src/services/cdb/v20170320/cdb_client.ts +25 -8
- package/src/services/cdb/v20170320/cdb_models.ts +255 -120
- package/src/services/cdn/v20180606/cdn_client.ts +8 -4
- package/src/services/cdn/v20180606/cdn_models.ts +6 -6
- package/src/services/cfs/v20190719/cfs_models.ts +41 -9
- package/src/services/ckafka/v20190819/ckafka_models.ts +12 -0
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +5 -5
- package/src/services/ess/v20201111/ess_models.ts +14 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +17 -0
- package/src/services/index.ts +1 -0
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +14 -1
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +69 -4
- package/src/services/lcic/v20220817/lcic_client.ts +27 -15
- package/src/services/lcic/v20220817/lcic_models.ts +53 -38
- package/src/services/monitor/v20180724/monitor_client.ts +8 -8
- package/src/services/monitor/v20180724/monitor_models.ts +12 -7
- package/src/services/mps/v20190612/mps_models.ts +15 -0
- package/src/services/ocr/v20181119/ocr_client.ts +55 -25
- package/src/services/ocr/v20181119/ocr_models.ts +18 -18
- package/src/services/omics/index.ts +5 -0
- package/src/services/omics/v20221128/index.ts +6 -0
- package/src/services/omics/v20221128/omics_client.ts +110 -0
- package/src/services/omics/v20221128/omics_models.ts +686 -0
- package/src/services/ssl/v20191205/ssl_models.ts +11 -3
- package/src/services/tcb/v20180608/tcb_client.ts +12 -0
- package/src/services/tcb/v20180608/tcb_models.ts +80 -0
- package/src/services/teo/v20220901/teo_client.ts +16 -2
- package/src/services/teo/v20220901/teo_models.ts +214 -34
- package/src/services/thpc/v20220401/thpc_client.ts +4 -2
- package/src/services/thpc/v20220401/thpc_models.ts +2 -2
- package/src/services/tiw/v20190919/tiw_models.ts +2 -1
- package/src/services/trtc/v20190722/trtc_client.ts +15 -0
- package/src/services/trtc/v20190722/trtc_models.ts +15 -0
- package/src/services/vod/v20180717/vod_models.ts +4 -4
- package/src/services/wedata/v20210820/wedata_models.ts +7 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +1 -1
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -0
- package/tencentcloud/services/as/v20180419/as_client.js +1 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +107 -25
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
- package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +10 -10
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +10 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +8 -2
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +9 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +215 -101
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +6 -2
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +6 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +6 -6
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +34 -8
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +10 -0
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +12 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +14 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +60 -4
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +9 -5
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +12 -6
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +46 -33
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +8 -8
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +8 -8
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +11 -7
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +12 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +34 -4
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +34 -4
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +18 -18
- package/tencentcloud/services/omics/index.d.ts +6 -0
- package/tencentcloud/services/omics/index.js +7 -0
- package/tencentcloud/services/omics/v20221128/index.d.ts +6 -0
- package/tencentcloud/services/omics/v20221128/index.js +9 -0
- package/tencentcloud/services/omics/v20221128/omics_client.d.ts +34 -0
- package/tencentcloud/services/omics/v20221128/omics_client.js +67 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +563 -0
- package/tencentcloud/services/omics/v20221128/omics_models.js +18 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -3
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +6 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +66 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +187 -34
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +2 -0
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +2 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +2 -2
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +8 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +9 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +13 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -4
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +6 -1
- package/test/cdb.v20170320.test.js +10 -0
- package/test/iotvideo.v20211125.test.js +10 -0
- package/test/lcic.v20220817.test.js +14 -4
- package/test/omics.v20221128.test.js +81 -0
- package/test/tcb.v20180608.test.js +10 -0
- package/test/teo.v20220901.test.js +10 -0
- package/test/trtc.v20190722.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-02-01 01:01:26 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-02-01 01:01:37 |
|
|
9
|
-
| aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-03-
|
|
9
|
+
| aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-03-23 01:01:50 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-23 01:01:50 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-12-29 10:01:58 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2022-12-21 18:48:21 |
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
|
|
18
18
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-03-21 01:03:36 |
|
|
19
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-03-
|
|
19
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-23 01:04:00 |
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-03-22 01:04:23 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
22
22
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-03-16 01:09:09 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-12-15 01:09:06 |
|
|
25
|
-
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-03-
|
|
25
|
+
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-03-22 01:06:01 |
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-03-23 01:05:52 |
|
|
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-01-11 11:01:36 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-21 01:06:31 |
|
|
@@ -34,32 +34,32 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
|
|
37
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-03-
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-03-23 01:08:42 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-03-15 01:07:46 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-03-10 01:05:35 |
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-03-15 01:09:07 |
|
|
43
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-03-
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-
|
|
43
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-03-23 01:14:04 |
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-22 01:11:38 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-09 01:07:38 |
|
|
46
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-
|
|
46
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-23 01:15:53 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-03-16 01:15:13 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
|
|
50
|
-
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-03-
|
|
50
|
+
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-03-23 01:17:23 |
|
|
51
51
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-03-21 01:13:58 |
|
|
52
52
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-02-24 01:08:00 |
|
|
53
53
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
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-03-
|
|
58
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-03-
|
|
59
|
-
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-03-
|
|
57
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-22 01:16:39 |
|
|
58
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-03-23 01:19:43 |
|
|
59
|
+
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-03-22 01:21:19 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-10 01:16:51 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-03-21 01:17:19 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-22 01:21:57 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-27 01:14:21 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-03-09 01:20:41 |
|
|
76
76
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
|
|
77
77
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
|
|
78
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-03-
|
|
78
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-03-23 01:33:19 |
|
|
79
79
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-21 01:26:40 |
|
|
80
80
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-21 01:30:31 |
|
|
81
81
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-03-21 01:31:19 |
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
92
92
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-09 01:24:21 |
|
|
93
93
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-16 01:32:21 |
|
|
94
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-
|
|
95
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-
|
|
94
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-23 01:38:57 |
|
|
95
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-23 01:39:22 |
|
|
96
96
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-27 01:25:30 |
|
|
97
97
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-15 01:37:54 |
|
|
98
98
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
|
|
@@ -117,26 +117,26 @@
|
|
|
117
117
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-03-10 01:36:02 |
|
|
118
118
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-12 01:29:57 |
|
|
119
119
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
120
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-03-
|
|
120
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-03-22 01:49:36 |
|
|
121
121
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
|
|
122
122
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-03-10 01:38:31 |
|
|
123
123
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-21 01:46:21 |
|
|
124
124
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-15 01:45:20 |
|
|
125
125
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-03 01:26:52 |
|
|
126
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-
|
|
126
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-23 01:48:55 |
|
|
127
127
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-03-15 01:46:26 |
|
|
128
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-
|
|
128
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-22 02:01:17 |
|
|
129
129
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
130
130
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
131
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-
|
|
131
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-23 01:51:42 |
|
|
132
132
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
|
|
133
133
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-03-21 01:50:45 |
|
|
134
134
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
135
135
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
|
|
136
136
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-02-24 01:20:12 |
|
|
137
137
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-20 01:41:42 |
|
|
138
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-
|
|
139
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-03-
|
|
138
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-23 01:53:03 |
|
|
139
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-03-23 01:54:54 |
|
|
140
140
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-21 01:53:56 |
|
|
141
141
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-03-15 01:56:41 |
|
|
142
142
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
@@ -144,7 +144,8 @@
|
|
|
144
144
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-21 01:54:21 |
|
|
145
145
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
146
146
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-21 01:54:32 |
|
|
147
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-
|
|
147
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-23 01:57:00 |
|
|
148
|
+
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-03-21 20:10:58 |
|
|
148
149
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-03-20 01:46:48 |
|
|
149
150
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-20 01:44:36 |
|
|
150
151
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -167,7 +168,7 @@
|
|
|
167
168
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
168
169
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-03-21 02:02:15 |
|
|
169
170
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-02-21 02:01:02 |
|
|
170
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-03-
|
|
171
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-03-22 02:22:56 |
|
|
171
172
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-03-02 01:35:41 |
|
|
172
173
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
|
|
173
174
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-03-09 01:47:55 |
|
|
@@ -180,20 +181,20 @@
|
|
|
180
181
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
181
182
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
|
|
182
183
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-03-10 01:48:39 |
|
|
183
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-03-
|
|
184
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-03-22 02:25:31 |
|
|
184
185
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-03-08 01:54:20 |
|
|
185
186
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
186
187
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
187
188
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-03-09 01:49:28 |
|
|
188
189
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-20 01:55:07 |
|
|
189
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-
|
|
190
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-23 02:07:17 |
|
|
190
191
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
191
192
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
|
|
192
193
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-20 01:58:33 |
|
|
193
194
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-16 02:17:10 |
|
|
194
195
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-02 01:40:29 |
|
|
195
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-03-
|
|
196
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-03-
|
|
196
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-03-23 02:39:19 |
|
|
197
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-03-22 02:38:04 |
|
|
197
198
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
198
199
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
199
200
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
@@ -201,14 +202,14 @@
|
|
|
201
202
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
202
203
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
|
|
203
204
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-03 01:55:44 |
|
|
204
|
-
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-03-
|
|
205
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-03-
|
|
205
|
+
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-03-22 02:39:44 |
|
|
206
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-03-23 02:42:43 |
|
|
206
207
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
207
208
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
|
|
208
209
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
|
|
209
210
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
|
|
210
211
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-03-21 02:26:25 |
|
|
211
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-
|
|
212
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-23 02:55:58 |
|
|
212
213
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-21 02:27:23 |
|
|
213
214
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-23 02:05:41 |
|
|
214
215
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
@@ -216,11 +217,11 @@
|
|
|
216
217
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
217
218
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
218
219
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
219
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-
|
|
220
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-
|
|
221
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-
|
|
220
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-22 02:46:14 |
|
|
221
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-23 02:58:47 |
|
|
222
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-22 02:51:26 |
|
|
222
223
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-14 12:01:08 |
|
|
223
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-03-
|
|
224
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-03-22 02:53:10 |
|
|
224
225
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
225
226
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-03-16 02:35:06 |
|
|
226
227
|
| 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.565"
|
|
@@ -233,9 +233,11 @@ export interface ModifyAutoScalingGroupRequest {
|
|
|
233
233
|
Zones?: Array<string>
|
|
234
234
|
|
|
235
235
|
/**
|
|
236
|
-
* 重试策略,取值包括 IMMEDIATE_RETRY、 INCREMENTAL_INTERVALS、NO_RETRY,默认取值为 IMMEDIATE_RETRY
|
|
237
|
-
<br><li>
|
|
238
|
-
|
|
236
|
+
* 重试策略,取值包括 IMMEDIATE_RETRY、 INCREMENTAL_INTERVALS、NO_RETRY,默认取值为 IMMEDIATE_RETRY。部分成功的伸缩活动判定为一次失败活动。
|
|
237
|
+
<br><li>
|
|
238
|
+
IMMEDIATE_RETRY,立即重试,在较短时间内快速重试,连续失败超过一定次数(5次)后不再重试。
|
|
239
|
+
<br><li>
|
|
240
|
+
INCREMENTAL_INTERVALS,间隔递增重试,随着连续失败次数的增加,重试间隔逐渐增大,重试间隔从秒级到1天不等。
|
|
239
241
|
<br><li> NO_RETRY,不进行重试,直到再次收到用户调用或者告警信息后才会重试。
|
|
240
242
|
*/
|
|
241
243
|
RetryPolicy?: string
|
|
@@ -816,6 +818,7 @@ export interface DescribeScalingPoliciesRequest {
|
|
|
816
818
|
<li> auto-scaling-policy-id - String - 是否必填:否 -(过滤条件)按照告警策略ID过滤。</li>
|
|
817
819
|
<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>
|
|
818
820
|
<li> scaling-policy-name - String - 是否必填:否 -(过滤条件)按照告警策略名称过滤。</li>
|
|
821
|
+
<li> scaling-policy-type - String - 是否必填:否 -(过滤条件)按照告警策略类型过滤,取值范围为SIMPLE,TARGET_TRACKING。</li>
|
|
819
822
|
每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`AutoScalingPolicyIds`和`Filters`。
|
|
820
823
|
*/
|
|
821
824
|
Filters?: Array<Filter>
|
|
@@ -925,7 +928,7 @@ export interface ExecuteScalingPolicyResponse {
|
|
|
925
928
|
/**
|
|
926
929
|
* 伸缩活动ID
|
|
927
930
|
*/
|
|
928
|
-
ActivityId
|
|
931
|
+
ActivityId?: string
|
|
929
932
|
|
|
930
933
|
/**
|
|
931
934
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1000,7 +1003,7 @@ export interface CreateScalingPolicyResponse {
|
|
|
1000
1003
|
/**
|
|
1001
1004
|
* 告警触发策略ID。
|
|
1002
1005
|
*/
|
|
1003
|
-
AutoScalingPolicyId
|
|
1006
|
+
AutoScalingPolicyId?: string
|
|
1004
1007
|
|
|
1005
1008
|
/**
|
|
1006
1009
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1675,31 +1678,68 @@ export interface ScalingPolicy {
|
|
|
1675
1678
|
*/
|
|
1676
1679
|
AutoScalingPolicyId: string
|
|
1677
1680
|
|
|
1681
|
+
/**
|
|
1682
|
+
* 告警触发策略类型。取值:
|
|
1683
|
+
- SIMPLE:简单策略
|
|
1684
|
+
- TARGET_TRACKING:目标追踪策略
|
|
1685
|
+
*/
|
|
1686
|
+
ScalingPolicyType?: string
|
|
1687
|
+
|
|
1678
1688
|
/**
|
|
1679
1689
|
* 告警触发策略名称。
|
|
1680
1690
|
*/
|
|
1681
1691
|
ScalingPolicyName: string
|
|
1682
1692
|
|
|
1683
1693
|
/**
|
|
1684
|
-
*
|
|
1694
|
+
* 告警触发后,期望实例数修改方式,仅适用于简单策略。取值范围:<br><li>CHANGE_IN_CAPACITY:增加或减少若干期望实例数</li><li>EXACT_CAPACITY:调整至指定期望实例数</li> <li>PERCENT_CHANGE_IN_CAPACITY:按百分比调整期望实例数</li>
|
|
1685
1695
|
*/
|
|
1686
1696
|
AdjustmentType: string
|
|
1687
1697
|
|
|
1688
1698
|
/**
|
|
1689
|
-
*
|
|
1699
|
+
* 告警触发后,期望实例数的调整值,仅适用于简单策略。
|
|
1690
1700
|
*/
|
|
1691
1701
|
AdjustmentValue: number
|
|
1692
1702
|
|
|
1693
1703
|
/**
|
|
1694
|
-
*
|
|
1704
|
+
* 冷却时间,仅适用于简单策略。
|
|
1695
1705
|
*/
|
|
1696
1706
|
Cooldown: number
|
|
1697
1707
|
|
|
1698
1708
|
/**
|
|
1699
|
-
*
|
|
1709
|
+
* 简单告警触发策略告警监控指标,仅适用于简单策略。
|
|
1700
1710
|
*/
|
|
1701
1711
|
MetricAlarm: MetricAlarm
|
|
1702
1712
|
|
|
1713
|
+
/**
|
|
1714
|
+
* 预定义监控项,仅适用于目标追踪策略。取值范围:<br><li>ASG_AVG_CPU_UTILIZATION:平均CPU使用率</li><li>ASG_AVG_LAN_TRAFFIC_OUT:平均内网出带宽</li><li>ASG_AVG_LAN_TRAFFIC_IN:平均内网入带宽</li><li>ASG_AVG_WAN_TRAFFIC_OUT:平均外网出带宽</li><li>ASG_AVG_WAN_TRAFFIC_IN:平均外网出带宽</li>
|
|
1715
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1716
|
+
*/
|
|
1717
|
+
PredefinedMetricType: string
|
|
1718
|
+
|
|
1719
|
+
/**
|
|
1720
|
+
* 目标值,仅适用于目标追踪策略。<br><li>ASG_AVG_CPU_UTILIZATION:[1, 100),单位:%</li><li>ASG_AVG_LAN_TRAFFIC_OUT:>0,单位:Mbps</li><li>ASG_AVG_LAN_TRAFFIC_IN:>0,单位:Mbps</li><li>ASG_AVG_WAN_TRAFFIC_OUT:>0,单位:Mbps</li><li>ASG_AVG_WAN_TRAFFIC_IN:>0,单位:Mbps</li>
|
|
1721
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1722
|
+
*/
|
|
1723
|
+
TargetValue: number
|
|
1724
|
+
|
|
1725
|
+
/**
|
|
1726
|
+
* 实例预热时间,单位为秒,仅适用于目标追踪策略。取值范围为0-3600。
|
|
1727
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1728
|
+
*/
|
|
1729
|
+
EstimatedInstanceWarmup: number
|
|
1730
|
+
|
|
1731
|
+
/**
|
|
1732
|
+
* 是否禁用缩容,仅适用于目标追踪策略。取值范围:<br><li>true:目标追踪策略仅触发扩容</li><li>false:目标追踪策略触发扩容和缩容</li>
|
|
1733
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1734
|
+
*/
|
|
1735
|
+
DisableScaleIn: boolean
|
|
1736
|
+
|
|
1737
|
+
/**
|
|
1738
|
+
* 告警监控指标列表,仅适用于目标追踪策略。
|
|
1739
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1740
|
+
*/
|
|
1741
|
+
MetricAlarms: Array<MetricAlarm>
|
|
1742
|
+
|
|
1703
1743
|
/**
|
|
1704
1744
|
* 通知组ID,即为用户组ID集合。
|
|
1705
1745
|
*/
|
|
@@ -1922,25 +1962,45 @@ export interface ModifyScalingPolicyRequest {
|
|
|
1922
1962
|
ScalingPolicyName?: string
|
|
1923
1963
|
|
|
1924
1964
|
/**
|
|
1925
|
-
*
|
|
1965
|
+
* 告警触发后,期望实例数修改方式,仅适用于简单策略。取值范围:<br><li>CHANGE_IN_CAPACITY:增加或减少若干期望实例数</li><li>EXACT_CAPACITY:调整至指定期望实例数</li> <li>PERCENT_CHANGE_IN_CAPACITY:按百分比调整期望实例数</li>
|
|
1926
1966
|
*/
|
|
1927
1967
|
AdjustmentType?: string
|
|
1928
1968
|
|
|
1929
1969
|
/**
|
|
1930
|
-
*
|
|
1970
|
+
* 告警触发后,期望实例数的调整值,仅适用于简单策略。<br><li>当 AdjustmentType 为 CHANGE_IN_CAPACITY 时,AdjustmentValue 为正数表示告警触发后增加实例,为负数表示告警触发后减少实例 </li> <li> 当 AdjustmentType 为 EXACT_CAPACITY 时,AdjustmentValue 的值即为告警触发后新的期望实例数,需要大于或等于0 </li> <li> 当 AdjustmentType 为 PERCENT_CHANGE_IN_CAPACITY 时,AdjusmentValue 为正数表示告警触发后按百分比增加实例,为负数表示告警触发后按百分比减少实例,单位是:%。
|
|
1931
1971
|
*/
|
|
1932
1972
|
AdjustmentValue?: number
|
|
1933
1973
|
|
|
1934
1974
|
/**
|
|
1935
|
-
*
|
|
1975
|
+
* 冷却时间,仅适用于简单策略,单位为秒。
|
|
1936
1976
|
*/
|
|
1937
1977
|
Cooldown?: number
|
|
1938
1978
|
|
|
1939
1979
|
/**
|
|
1940
|
-
*
|
|
1980
|
+
* 告警监控指标,仅适用于简单策略。
|
|
1941
1981
|
*/
|
|
1942
1982
|
MetricAlarm?: MetricAlarm
|
|
1943
1983
|
|
|
1984
|
+
/**
|
|
1985
|
+
* 预定义监控项,仅适用于目标追踪策略。取值范围:<br><li>ASG_AVG_CPU_UTILIZATION:平均CPU使用率</li><li>ASG_AVG_LAN_TRAFFIC_OUT:平均内网出带宽</li><li>ASG_AVG_LAN_TRAFFIC_IN:平均内网入带宽</li><li>ASG_AVG_WAN_TRAFFIC_OUT:平均外网出带宽</li><li>ASG_AVG_WAN_TRAFFIC_IN:平均外网出带宽</li>
|
|
1986
|
+
*/
|
|
1987
|
+
PredefinedMetricType?: string
|
|
1988
|
+
|
|
1989
|
+
/**
|
|
1990
|
+
* 目标值,仅适用于目标追踪策略。<br><li>ASG_AVG_CPU_UTILIZATION:[1, 100),单位:%</li><li>ASG_AVG_LAN_TRAFFIC_OUT:>0,单位:Mbps</li><li>ASG_AVG_LAN_TRAFFIC_IN:>0,单位:Mbps</li><li>ASG_AVG_WAN_TRAFFIC_OUT:>0,单位:Mbps</li><li>ASG_AVG_WAN_TRAFFIC_IN:>0,单位:Mbps</li>
|
|
1991
|
+
*/
|
|
1992
|
+
TargetValue?: number
|
|
1993
|
+
|
|
1994
|
+
/**
|
|
1995
|
+
* 实例预热时间,单位为秒,仅适用于目标追踪策略。取值范围为0-3600。
|
|
1996
|
+
*/
|
|
1997
|
+
EstimatedInstanceWarmup?: number
|
|
1998
|
+
|
|
1999
|
+
/**
|
|
2000
|
+
* 是否禁用缩容,仅适用于目标追踪策略。取值范围:<br><li>true:目标追踪策略仅触发扩容</li><li>false:目标追踪策略触发扩容和缩容</li>
|
|
2001
|
+
*/
|
|
2002
|
+
DisableScaleIn?: boolean
|
|
2003
|
+
|
|
1944
2004
|
/**
|
|
1945
2005
|
* 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。
|
|
1946
2006
|
如果需要清空通知用户组,需要在列表中传入特定字符串 "NULL"。
|
|
@@ -2106,7 +2166,7 @@ export interface CreateAutoScalingGroupRequest {
|
|
|
2106
2166
|
Zones?: Array<string>
|
|
2107
2167
|
|
|
2108
2168
|
/**
|
|
2109
|
-
* 重试策略,取值包括 IMMEDIATE_RETRY、 INCREMENTAL_INTERVALS、NO_RETRY,默认取值为 IMMEDIATE_RETRY
|
|
2169
|
+
* 重试策略,取值包括 IMMEDIATE_RETRY、 INCREMENTAL_INTERVALS、NO_RETRY,默认取值为 IMMEDIATE_RETRY。部分成功的伸缩活动判定为一次失败活动。
|
|
2110
2170
|
<br><li> IMMEDIATE_RETRY,立即重试,在较短时间内快速重试,连续失败超过一定次数(5次)后不再重试。
|
|
2111
2171
|
<br><li> INCREMENTAL_INTERVALS,间隔递增重试,随着连续失败次数的增加,重试间隔逐渐增大,重试间隔从秒级到1天不等。
|
|
2112
2172
|
<br><li> NO_RETRY,不进行重试,直到再次收到用户调用或者告警信息后才会重试。
|
|
@@ -2547,6 +2607,15 @@ export interface Instance {
|
|
|
2547
2607
|
* 伸缩组名称
|
|
2548
2608
|
*/
|
|
2549
2609
|
AutoScalingGroupName: string
|
|
2610
|
+
|
|
2611
|
+
/**
|
|
2612
|
+
* 预热状态,取值如下:
|
|
2613
|
+
<li>WAITING_ENTER_WARMUP:等待进入预热
|
|
2614
|
+
<li>NO_NEED_WARMUP:无需预热
|
|
2615
|
+
<li>IN_WARMUP:预热中
|
|
2616
|
+
<li>AFTER_WARMUP:完成预热
|
|
2617
|
+
*/
|
|
2618
|
+
WarmupStatus: string
|
|
2550
2619
|
}
|
|
2551
2620
|
|
|
2552
2621
|
/**
|
|
@@ -3043,7 +3112,7 @@ export interface CreateAutoScalingGroupResponse {
|
|
|
3043
3112
|
/**
|
|
3044
3113
|
* 伸缩组ID
|
|
3045
3114
|
*/
|
|
3046
|
-
AutoScalingGroupId
|
|
3115
|
+
AutoScalingGroupId?: string
|
|
3047
3116
|
|
|
3048
3117
|
/**
|
|
3049
3118
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3121,25 +3190,50 @@ export interface CreateScalingPolicyRequest {
|
|
|
3121
3190
|
ScalingPolicyName: string
|
|
3122
3191
|
|
|
3123
3192
|
/**
|
|
3124
|
-
*
|
|
3193
|
+
* 告警触发策略类型,默认类型为SIMPLE。取值范围:<br><li>SIMPLE:简单策略</li><li>TARGET_TRACKING:目标追踪策略</li>
|
|
3125
3194
|
*/
|
|
3126
|
-
|
|
3195
|
+
ScalingPolicyType?: string
|
|
3127
3196
|
|
|
3128
3197
|
/**
|
|
3129
|
-
*
|
|
3198
|
+
* 告警触发后,期望实例数修改方式,仅适用于简单策略。取值范围:<br><li>CHANGE_IN_CAPACITY:增加或减少若干期望实例数</li><li>EXACT_CAPACITY:调整至指定期望实例数</li> <li>PERCENT_CHANGE_IN_CAPACITY:按百分比调整期望实例数</li>
|
|
3130
3199
|
*/
|
|
3131
|
-
|
|
3200
|
+
AdjustmentType?: string
|
|
3132
3201
|
|
|
3133
3202
|
/**
|
|
3134
|
-
*
|
|
3203
|
+
* 告警触发后,期望实例数的调整值,仅适用于简单策略。<br><li>当 AdjustmentType 为 CHANGE_IN_CAPACITY 时,AdjustmentValue 为正数表示告警触发后增加实例,为负数表示告警触发后减少实例 </li> <li> 当 AdjustmentType 为 EXACT_CAPACITY 时,AdjustmentValue 的值即为告警触发后新的期望实例数,需要大于或等于0 </li> <li> 当 AdjustmentType 为 PERCENT_CHANGE_IN_CAPACITY 时,AdjusmentValue 为正数表示告警触发后按百分比增加实例,为负数表示告警触发后按百分比减少实例,单位是:%。
|
|
3135
3204
|
*/
|
|
3136
|
-
|
|
3205
|
+
AdjustmentValue?: number
|
|
3137
3206
|
|
|
3138
3207
|
/**
|
|
3139
|
-
*
|
|
3208
|
+
* 冷却时间,单位为秒,仅适用于简单策略。默认冷却时间300秒。
|
|
3140
3209
|
*/
|
|
3141
3210
|
Cooldown?: number
|
|
3142
3211
|
|
|
3212
|
+
/**
|
|
3213
|
+
* 告警监控指标,仅适用于简单策略。
|
|
3214
|
+
*/
|
|
3215
|
+
MetricAlarm?: MetricAlarm
|
|
3216
|
+
|
|
3217
|
+
/**
|
|
3218
|
+
* 预定义监控项,仅适用于目标追踪策略。取值范围:<br><li>ASG_AVG_CPU_UTILIZATION:平均CPU使用率</li><li>ASG_AVG_LAN_TRAFFIC_OUT:平均内网出带宽</li><li>ASG_AVG_LAN_TRAFFIC_IN:平均内网入带宽</li><li>ASG_AVG_WAN_TRAFFIC_OUT:平均外网出带宽</li><li>ASG_AVG_WAN_TRAFFIC_IN:平均外网出带宽</li>
|
|
3219
|
+
*/
|
|
3220
|
+
PredefinedMetricType?: string
|
|
3221
|
+
|
|
3222
|
+
/**
|
|
3223
|
+
* 目标值,仅适用于目标追踪策略。<br><li>ASG_AVG_CPU_UTILIZATION:[1, 100),单位:%</li><li>ASG_AVG_LAN_TRAFFIC_OUT:>0,单位:Mbps</li><li>ASG_AVG_LAN_TRAFFIC_IN:>0,单位:Mbps</li><li>ASG_AVG_WAN_TRAFFIC_OUT:>0,单位:Mbps</li><li>ASG_AVG_WAN_TRAFFIC_IN:>0,单位:Mbps</li>
|
|
3224
|
+
*/
|
|
3225
|
+
TargetValue?: number
|
|
3226
|
+
|
|
3227
|
+
/**
|
|
3228
|
+
* 实例预热时间,单位为秒,仅适用于目标追踪策略。取值范围为0-3600,默认预热时间300秒。
|
|
3229
|
+
*/
|
|
3230
|
+
EstimatedInstanceWarmup?: number
|
|
3231
|
+
|
|
3232
|
+
/**
|
|
3233
|
+
* 是否禁用缩容,仅适用于目标追踪策略,默认值为 false。取值范围:<br><li>true:目标追踪策略仅触发扩容</li><li>false:目标追踪策略触发扩容和缩容</li>
|
|
3234
|
+
*/
|
|
3235
|
+
DisableScaleIn?: boolean
|
|
3236
|
+
|
|
3143
3237
|
/**
|
|
3144
3238
|
* 此参数已不再生效,请使用[创建通知](https://cloud.tencent.com/document/api/377/33185)。
|
|
3145
3239
|
通知组ID,即为用户组ID集合。
|
|
@@ -3376,6 +3470,11 @@ export interface MetricAlarm {
|
|
|
3376
3470
|
* 统计类型,可选字段如下:<br><li>AVERAGE:平均值</li><li>MAXIMUM:最大值<li>MINIMUM:最小值</li><br> 默认取值:AVERAGE
|
|
3377
3471
|
*/
|
|
3378
3472
|
Statistic?: string
|
|
3473
|
+
|
|
3474
|
+
/**
|
|
3475
|
+
* 精确告警阈值,本参数不作为入参输入,仅用作查询接口出参:<br><li>CPU_UTILIZATION:(0, 100],单位:%</li><li>MEM_UTILIZATION:(0, 100],单位:%</li><li>LAN_TRAFFIC_OUT:>0,单位:Mbps </li><li>LAN_TRAFFIC_IN:>0,单位:Mbps</li><li>WAN_TRAFFIC_OUT:>0,单位:Mbps</li><li>WAN_TRAFFIC_IN:>0,单位:Mbps</li>
|
|
3476
|
+
*/
|
|
3477
|
+
PreciseThreshold?: number
|
|
3379
3478
|
}
|
|
3380
3479
|
|
|
3381
3480
|
/**
|
|
@@ -3676,12 +3775,12 @@ export interface DescribeScalingPoliciesResponse {
|
|
|
3676
3775
|
/**
|
|
3677
3776
|
* 弹性伸缩告警触发策略详细信息列表。
|
|
3678
3777
|
*/
|
|
3679
|
-
ScalingPolicySet
|
|
3778
|
+
ScalingPolicySet?: Array<ScalingPolicy>
|
|
3680
3779
|
|
|
3681
3780
|
/**
|
|
3682
3781
|
* 符合条件的通知数量。
|
|
3683
3782
|
*/
|
|
3684
|
-
TotalCount
|
|
3783
|
+
TotalCount?: number
|
|
3685
3784
|
|
|
3686
3785
|
/**
|
|
3687
3786
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3992,7 +4091,7 @@ export interface DeleteLifecycleHookResponse {
|
|
|
3992
4091
|
*/
|
|
3993
4092
|
export interface ExecuteScalingPolicyRequest {
|
|
3994
4093
|
/**
|
|
3995
|
-
* 告警伸缩策略ID
|
|
4094
|
+
* 告警伸缩策略ID,不支持目标追踪策略。
|
|
3996
4095
|
*/
|
|
3997
4096
|
AutoScalingPolicyId: string
|
|
3998
4097
|
|
|
@@ -109,7 +109,7 @@ export class Client extends AbstractClient {
|
|
|
109
109
|
|
|
110
110
|
/**
|
|
111
111
|
* 本接口服务对时长5小时以内的录音文件进行识别,异步返回识别全部结果。
|
|
112
|
-
•
|
|
112
|
+
• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
|
|
113
113
|
• 支持wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac格式。
|
|
114
114
|
• 支持语音 URL 和本地语音文件两种请求方式。语音 URL 的音频时长不能长于5小时,文件大小不超过1GB。本地语音文件调用不能大于5MB。
|
|
115
115
|
• 提交录音文件识别请求后,在3小时内完成识别(大多数情况下1小时音频约3分钟以内完成识别,半小时内发送超过1000小时录音或者2万条识别任务的除外),识别结果在服务端可保存7天。
|
|
@@ -274,7 +274,7 @@ export class Client extends AbstractClient {
|
|
|
274
274
|
}
|
|
275
275
|
|
|
276
276
|
/**
|
|
277
|
-
* 本接口用于对60秒之内的短音频文件进行识别。<br>•
|
|
277
|
+
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
|
|
278
278
|
*/
|
|
279
279
|
async SentenceRecognition(
|
|
280
280
|
req: SentenceRecognitionRequest,
|
|
@@ -120,6 +120,7 @@ export interface CreateAsyncRecognitionTaskRequest {
|
|
|
120
120
|
• 16k_zh_video:16k 音视频领域;
|
|
121
121
|
• 16k_en:16k 英语;
|
|
122
122
|
• 16k_ca:16k 粤语;
|
|
123
|
+
• 16k_id:16k 印度尼西亚语;
|
|
123
124
|
*/
|
|
124
125
|
EngineType: string
|
|
125
126
|
|
|
@@ -240,6 +241,7 @@ export interface SentenceRecognitionRequest {
|
|
|
240
241
|
• 16k_ja:16k 日语;
|
|
241
242
|
• 16k_vi:16k 越南语;
|
|
242
243
|
• 16k_ms:16k 马来语;
|
|
244
|
+
• 16k_id:16k 印度尼西亚语;
|
|
243
245
|
• 16k_zh_medical:16k 医疗;
|
|
244
246
|
• 16k_zh-PY 中英粤;
|
|
245
247
|
• 16k_zh_dialect:多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
|
|
@@ -474,6 +476,7 @@ export interface CreateRecTaskRequest {
|
|
|
474
476
|
• 16k_ja:16k 日语;
|
|
475
477
|
• 16k_vi:16k 越南语;
|
|
476
478
|
• 16k_ms:16k 马来语;
|
|
479
|
+
• 16k_id:16k 印度尼西亚语;
|
|
477
480
|
• 16k_zh_edu 中文教育;
|
|
478
481
|
• 16k_en_edu 英文教育;
|
|
479
482
|
• 16k_zh_medical 医疗;
|