tencentcloud-sdk-nodejs 4.0.386 → 4.0.389
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 +597 -0
- package/SERVICE_CHANGELOG.md +620 -67
- package/package.json +1 -1
- package/products.md +30 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +42 -0
- package/src/services/as/v20180419/as_client.ts +1 -0
- package/src/services/as/v20180419/as_models.ts +65 -3
- package/src/services/bma/index.ts +5 -0
- package/src/services/bma/v20210624/bma_client.ts +79 -0
- package/src/services/bma/v20210624/bma_models.ts +316 -0
- package/src/services/bma/v20210624/index.ts +6 -0
- package/src/services/cdn/v20180606/cdn_client.ts +1 -0
- package/src/services/cdn/v20180606/cdn_models.ts +11 -0
- package/src/services/cfw/v20190904/cfw_client.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +275 -48
- package/src/services/ckafka/v20190819/ckafka_models.ts +3607 -471
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cpdp/v20190820/cpdp_models.ts +6 -0
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +54 -16
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +270 -51
- package/src/services/dataintegration/index.ts +5 -0
- package/src/services/dataintegration/v20220613/dataintegration_client.ts +40 -0
- package/src/services/dataintegration/v20220613/dataintegration_models.ts +61 -0
- package/src/services/dataintegration/v20220613/index.ts +6 -0
- package/src/services/dbdc/v20201029/dbdc_models.ts +31 -4
- package/src/services/ess/v20201111/ess_models.ts +93 -93
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -3
- package/src/services/gaap/v20180529/gaap_models.ts +195 -20
- package/src/services/index.ts +2 -0
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +10 -0
- package/src/services/oceanus/v20190422/oceanus_client.ts +37 -11
- package/src/services/oceanus/v20190422/oceanus_models.ts +219 -126
- package/src/services/ocr/v20181119/ocr_client.ts +24 -8
- package/src/services/ocr/v20181119/ocr_models.ts +2 -2
- package/src/services/redis/v20180412/redis_client.ts +85 -61
- package/src/services/redis/v20180412/redis_models.ts +76 -6
- package/src/services/ssa/v20180608/ssa_models.ts +7 -7
- package/src/services/tdmq/v20200217/tdmq_client.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/tke/v20180525/tke_client.ts +58 -10
- package/src/services/tke/v20180525/tke_models.ts +199 -82
- package/src/services/trp/v20210515/trp_models.ts +21 -1
- package/src/services/trtc/v20190722/trtc_client.ts +210 -134
- package/src/services/trtc/v20190722/trtc_models.ts +508 -150
- package/src/services/tsf/v20180326/tsf_models.ts +6 -1
- package/src/services/waf/v20180125/waf_client.ts +2 -14
- package/src/services/waf/v20180125/waf_models.ts +31 -96
- 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 +34 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +56 -3
- package/tencentcloud/services/bma/index.d.ts +6 -0
- package/tencentcloud/services/bma/index.js +7 -0
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +26 -0
- package/tencentcloud/services/bma/v20210624/bma_client.js +55 -0
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +248 -0
- package/tencentcloud/services/bma/v20210624/bma_models.js +18 -0
- package/tencentcloud/services/bma/v20210624/index.d.ts +6 -0
- package/tencentcloud/services/bma/v20210624/index.js +9 -0
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -0
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +9 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +65 -9
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +96 -12
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +3113 -469
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +5 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +17 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +24 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +228 -45
- package/tencentcloud/services/dataintegration/index.d.ts +6 -0
- package/tencentcloud/services/dataintegration/index.js +7 -0
- package/tencentcloud/services/dataintegration/v20220613/dataintegration_client.d.ts +14 -0
- package/tencentcloud/services/dataintegration/v20220613/dataintegration_client.js +37 -0
- package/tencentcloud/services/dataintegration/v20220613/dataintegration_models.d.ts +39 -0
- package/tencentcloud/services/dataintegration/v20220613/dataintegration_models.js +18 -0
- package/tencentcloud/services/dataintegration/v20220613/index.d.ts +6 -0
- package/tencentcloud/services/dataintegration/v20220613/index.js +9 -0
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +26 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +81 -81
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -2
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +159 -18
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +8 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +9 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +12 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +195 -116
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +16 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +16 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +29 -21
- package/tencentcloud/services/redis/v20180412/redis_client.js +42 -30
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +66 -6
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +7 -7
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +19 -3
- package/tencentcloud/services/tke/v20180525/tke_client.js +27 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +170 -68
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +17 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +80 -52
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +111 -71
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +436 -130
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +27 -81
- package/test/bma.v20210624.test.js +61 -0
- package/test/ckafka.v20190819.test.js +148 -8
- package/test/cynosdb.v20190107.test.js +34 -4
- package/test/dataintegration.v20220613.test.js +31 -0
- package/test/oceanus.v20190422.test.js +20 -0
- package/test/redis.v20180412.test.js +40 -20
- package/test/tke.v20180525.test.js +42 -2
- package/test/trtc.v20190722.test.js +94 -34
- package/test/waf.v20180125.test.js +0 -10
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
|
|
9
9
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
10
10
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-06-23 06:06:13 |
|
|
11
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-07-
|
|
11
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-07-27 06:03:19 |
|
|
12
12
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
13
13
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
14
14
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
|
|
15
15
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-06-14 06:05:10 |
|
|
16
16
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-07-12 06:04:29 |
|
|
17
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-07-
|
|
17
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-07-26 06:06:18 |
|
|
18
18
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-07-20 06:01:12 |
|
|
19
19
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
20
20
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-06-08 06:04:08 |
|
|
25
25
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
26
26
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
|
|
27
|
+
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-07-26 14:16:47 |
|
|
27
28
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
|
|
28
29
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
|
|
29
30
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
|
|
@@ -39,34 +40,35 @@
|
|
|
39
40
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-07-01 06:06:59 |
|
|
40
41
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-07-12 06:05:46 |
|
|
41
42
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
|
|
42
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-07-
|
|
43
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-07-26 06:09:30 |
|
|
43
44
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
44
45
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-07-22 06:04:01 |
|
|
45
46
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
|
|
46
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-
|
|
47
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-07-27 06:05:49 |
|
|
47
48
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
|
|
48
49
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-07-19 20:27:09 |
|
|
49
50
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
50
51
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
51
52
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
52
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-07-
|
|
53
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-07-
|
|
53
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-07-26 06:10:15 |
|
|
54
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-07-27 06:06:19 |
|
|
54
55
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
|
|
55
56
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
|
|
56
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-07-
|
|
57
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-07-25 06:05:02 |
|
|
57
58
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-24 06:09:00 |
|
|
58
59
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
59
60
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
60
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-07-
|
|
61
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-07-27 06:06:57 |
|
|
61
62
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
62
63
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-07-22 06:05:40 |
|
|
63
64
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-07-15 06:07:13 |
|
|
64
65
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
65
|
-
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-07-
|
|
66
|
+
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-07-26 06:12:54 |
|
|
66
67
|
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-06-01 20:56:43 |
|
|
68
|
+
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
67
69
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
|
|
68
70
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-06-22 06:06:28 |
|
|
69
|
-
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-07-
|
|
71
|
+
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-07-27 06:08:38 |
|
|
70
72
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
71
73
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-07-22 06:06:56 |
|
|
72
74
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-07-21 06:07:59 |
|
|
@@ -84,14 +86,14 @@
|
|
|
84
86
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-06-16 06:06:58 |
|
|
85
87
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-22 06:08:04 |
|
|
86
88
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-07-14 06:10:06 |
|
|
87
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-07-
|
|
88
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-07-
|
|
89
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-07-27 06:10:04 |
|
|
90
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-07-26 06:15:25 |
|
|
89
91
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
90
92
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-07-14 17:47:55 |
|
|
91
93
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
92
94
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
93
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-07-
|
|
94
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-
|
|
95
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-07-27 06:10:24 |
|
|
96
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-07-25 06:08:50 |
|
|
95
97
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
96
98
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
|
|
97
99
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
@@ -103,7 +105,7 @@
|
|
|
103
105
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-07-06 06:13:46 |
|
|
104
106
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-12 06:15:04 |
|
|
105
107
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
106
|
-
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-07-
|
|
108
|
+
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-07-26 06:16:30 |
|
|
107
109
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
108
110
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-27 06:10:42 |
|
|
109
111
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-06-08 06:10:59 |
|
|
@@ -114,10 +116,10 @@
|
|
|
114
116
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
|
|
115
117
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-21 06:09:47 |
|
|
116
118
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-06-28 06:12:49 |
|
|
117
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-07-
|
|
119
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-07-25 06:10:46 |
|
|
118
120
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
119
121
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
120
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-
|
|
122
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-27 06:13:02 |
|
|
121
123
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
|
|
122
124
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
|
|
123
125
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
@@ -132,15 +134,15 @@
|
|
|
132
134
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
133
135
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
134
136
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
135
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-07-
|
|
136
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-07-
|
|
137
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-07-26 06:19:20 |
|
|
138
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-07-26 06:19:28 |
|
|
137
139
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-07-21 06:14:50 |
|
|
138
140
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-06-13 06:15:36 |
|
|
139
141
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
140
142
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-06-27 06:13:12 |
|
|
141
143
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-04-04 07:02:49 |
|
|
142
144
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-04-21 06:16:10 |
|
|
143
|
-
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-07-
|
|
145
|
+
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-07-27 06:14:34 |
|
|
144
146
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
145
147
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
146
148
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-07-14 06:14:27 |
|
|
@@ -152,7 +154,7 @@
|
|
|
152
154
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-06-07 06:12:07 |
|
|
153
155
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
154
156
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-07-18 06:15:30 |
|
|
155
|
-
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-
|
|
157
|
+
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-07-25 06:13:43 |
|
|
156
158
|
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-07-20 06:12:05 |
|
|
157
159
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
158
160
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-07-18 06:15:58 |
|
|
@@ -175,7 +177,7 @@
|
|
|
175
177
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-07-19 06:18:23 |
|
|
176
178
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
|
|
177
179
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
178
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-
|
|
180
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-27 06:16:59 |
|
|
179
181
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-07-22 06:14:55 |
|
|
180
182
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-07-19 06:19:12 |
|
|
181
183
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
@@ -187,14 +189,14 @@
|
|
|
187
189
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-07-21 06:19:01 |
|
|
188
190
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-07-18 06:17:59 |
|
|
189
191
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
190
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-07-
|
|
192
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-07-26 06:23:55 |
|
|
191
193
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
192
194
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
193
195
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
|
|
194
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-
|
|
195
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-07-
|
|
196
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-07-27 06:17:54 |
|
|
197
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-07-25 06:16:06 |
|
|
196
198
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-07-19 06:20:45 |
|
|
197
|
-
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-
|
|
199
|
+
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-27 06:18:08 |
|
|
198
200
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
199
201
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
|
|
200
202
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
@@ -202,9 +204,9 @@
|
|
|
202
204
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
203
205
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-07-19 06:21:28 |
|
|
204
206
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-07-22 06:16:48 |
|
|
205
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-07-
|
|
207
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-07-25 06:17:49 |
|
|
206
208
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
207
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-07-
|
|
209
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-07-25 06:17:59 |
|
|
208
210
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
209
211
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-07-20 06:16:26 |
|
|
210
212
|
| 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.389"
|
|
@@ -1118,6 +1118,36 @@ export interface L7RuleHealth {
|
|
|
1118
1118
|
* 健康检查判定正常状态码,1xx =1, 2xx=2, 3xx=4, 4xx=8,5xx=16,多个状态码值加和
|
|
1119
1119
|
*/
|
|
1120
1120
|
StatusCode: number
|
|
1121
|
+
|
|
1122
|
+
/**
|
|
1123
|
+
* 是否同时下发http和https规则健康检查配置
|
|
1124
|
+
*/
|
|
1125
|
+
ProtocolFlag?: number
|
|
1126
|
+
|
|
1127
|
+
/**
|
|
1128
|
+
* 被动探测开关,=1表示开启;=0表示关闭
|
|
1129
|
+
*/
|
|
1130
|
+
PassiveEnable?: number
|
|
1131
|
+
|
|
1132
|
+
/**
|
|
1133
|
+
* 被动探测不健康屏蔽时间
|
|
1134
|
+
*/
|
|
1135
|
+
BlockInter?: number
|
|
1136
|
+
|
|
1137
|
+
/**
|
|
1138
|
+
* 被动探测不健康统计间隔
|
|
1139
|
+
*/
|
|
1140
|
+
FailedCountInter?: number
|
|
1141
|
+
|
|
1142
|
+
/**
|
|
1143
|
+
* 被动探测不健康阈值
|
|
1144
|
+
*/
|
|
1145
|
+
FailedThreshold?: number
|
|
1146
|
+
|
|
1147
|
+
/**
|
|
1148
|
+
* 被动探测判定正常状态码,1xx =1, 2xx=2, 3xx=4, 4xx=8,5xx=16,多个状态码值加和
|
|
1149
|
+
*/
|
|
1150
|
+
PassiveStatusCode?: number
|
|
1121
1151
|
}
|
|
1122
1152
|
|
|
1123
1153
|
/**
|
|
@@ -2545,6 +2575,12 @@ export interface L4RuleSource {
|
|
|
2545
2575
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2546
2576
|
*/
|
|
2547
2577
|
Port?: number
|
|
2578
|
+
|
|
2579
|
+
/**
|
|
2580
|
+
* 备份源站,1: 备份源站,0: 普通源站
|
|
2581
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2582
|
+
*/
|
|
2583
|
+
Backup?: number
|
|
2548
2584
|
}
|
|
2549
2585
|
|
|
2550
2586
|
/**
|
|
@@ -2729,6 +2765,12 @@ export interface BGPIPInstance {
|
|
|
2729
2765
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2730
2766
|
*/
|
|
2731
2767
|
AnycastOutPackRelation: AnycastOutPackRelation
|
|
2768
|
+
|
|
2769
|
+
/**
|
|
2770
|
+
* 资源实例版本
|
|
2771
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2772
|
+
*/
|
|
2773
|
+
InstanceVersion: number
|
|
2732
2774
|
}
|
|
2733
2775
|
|
|
2734
2776
|
/**
|
|
@@ -524,10 +524,16 @@ export interface LaunchConfiguration {
|
|
|
524
524
|
InstanceTypes: Array<string>
|
|
525
525
|
|
|
526
526
|
/**
|
|
527
|
-
*
|
|
527
|
+
* 实例标签列表。扩容出来的实例会自动带上标签,最多支持10个标签。
|
|
528
528
|
*/
|
|
529
529
|
InstanceTags: Array<InstanceTag>
|
|
530
530
|
|
|
531
|
+
/**
|
|
532
|
+
* 标签列表。
|
|
533
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
534
|
+
*/
|
|
535
|
+
Tags: Array<Tag>
|
|
536
|
+
|
|
531
537
|
/**
|
|
532
538
|
* 版本号。
|
|
533
539
|
*/
|
|
@@ -1296,6 +1302,11 @@ export interface CreateLaunchConfigurationRequest {
|
|
|
1296
1302
|
*/
|
|
1297
1303
|
InstanceTypes?: Array<string>
|
|
1298
1304
|
|
|
1305
|
+
/**
|
|
1306
|
+
* CAM角色名称。可通过DescribeRoleList接口返回值中的roleName获取。
|
|
1307
|
+
*/
|
|
1308
|
+
CamRoleName?: string
|
|
1309
|
+
|
|
1299
1310
|
/**
|
|
1300
1311
|
* 实例类型校验策略,取值包括 ALL 和 ANY,默认取值为ANY。
|
|
1301
1312
|
<br><li> ALL,所有实例类型(InstanceType)都可用则通过校验,否则校验报错。
|
|
@@ -1312,9 +1323,9 @@ export interface CreateLaunchConfigurationRequest {
|
|
|
1312
1323
|
InstanceTags?: Array<InstanceTag>
|
|
1313
1324
|
|
|
1314
1325
|
/**
|
|
1315
|
-
*
|
|
1326
|
+
* 标签描述列表。通过指定该参数可以支持绑定标签到启动配置。每个启动配置最多支持30个标签。
|
|
1316
1327
|
*/
|
|
1317
|
-
|
|
1328
|
+
Tags?: Array<Tag>
|
|
1318
1329
|
|
|
1319
1330
|
/**
|
|
1320
1331
|
* 云服务器主机名(HostName)的相关设置。
|
|
@@ -1817,6 +1828,47 @@ export interface DeleteLaunchConfigurationRequest {
|
|
|
1817
1828
|
LaunchConfigurationId: string
|
|
1818
1829
|
}
|
|
1819
1830
|
|
|
1831
|
+
/**
|
|
1832
|
+
* 执行命令结果。
|
|
1833
|
+
*/
|
|
1834
|
+
export interface InvocationResult {
|
|
1835
|
+
/**
|
|
1836
|
+
* 实例ID。
|
|
1837
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1838
|
+
*/
|
|
1839
|
+
InstanceId: string
|
|
1840
|
+
|
|
1841
|
+
/**
|
|
1842
|
+
* 执行活动ID。
|
|
1843
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1844
|
+
*/
|
|
1845
|
+
InvocationId: string
|
|
1846
|
+
|
|
1847
|
+
/**
|
|
1848
|
+
* 执行任务ID。
|
|
1849
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1850
|
+
*/
|
|
1851
|
+
InvocationTaskId: string
|
|
1852
|
+
|
|
1853
|
+
/**
|
|
1854
|
+
* 命令ID。
|
|
1855
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1856
|
+
*/
|
|
1857
|
+
CommandId: string
|
|
1858
|
+
|
|
1859
|
+
/**
|
|
1860
|
+
* 执行任务状态。
|
|
1861
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1862
|
+
*/
|
|
1863
|
+
TaskStatus: string
|
|
1864
|
+
|
|
1865
|
+
/**
|
|
1866
|
+
* 执行异常信息。
|
|
1867
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1868
|
+
*/
|
|
1869
|
+
ErrorMessage: string
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1820
1872
|
/**
|
|
1821
1873
|
* ModifyScalingPolicy请求参数结构体
|
|
1822
1874
|
*/
|
|
@@ -3021,6 +3073,10 @@ export interface DescribeLaunchConfigurationsRequest {
|
|
|
3021
3073
|
<li> launch-configuration-id - String - 是否必填:否 -(过滤条件)按照启动配置ID过滤。</li>
|
|
3022
3074
|
<li> launch-configuration-name - String - 是否必填:否 -(过滤条件)按照启动配置名称过滤。</li>
|
|
3023
3075
|
<li> vague-launch-configuration-name - String - 是否必填:否 -(过滤条件)按照启动配置名称模糊搜索。</li>
|
|
3076
|
+
<li> tag-key - String - 是否必填:否 -(过滤条件)按照标签键进行过滤。</li>
|
|
3077
|
+
<li> tag-value - String - 是否必填:否 -(过滤条件)按照标签值进行过滤。</li>
|
|
3078
|
+
<li> tag:tag-key - String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例3
|
|
3079
|
+
</li>
|
|
3024
3080
|
每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`LaunchConfigurationIds`和`Filters`。
|
|
3025
3081
|
*/
|
|
3026
3082
|
Filters?: Array<Filter>
|
|
@@ -3499,6 +3555,7 @@ export interface Activity {
|
|
|
3499
3555
|
<li>SCALE_OUT:扩容活动<li>SCALE_IN:缩容活动<li>ATTACH_INSTANCES:添加实例<li>REMOVE_INSTANCES:销毁实例<li>DETACH_INSTANCES:移出实例<li>TERMINATE_INSTANCES_UNEXPECTEDLY:实例在CVM控制台被销毁<li>REPLACE_UNHEALTHY_INSTANCE:替换不健康实例
|
|
3500
3556
|
<li>START_INSTANCES:开启实例
|
|
3501
3557
|
<li>STOP_INSTANCES:关闭实例
|
|
3558
|
+
<li>INVOKE_COMMAND:执行命令
|
|
3502
3559
|
*/
|
|
3503
3560
|
ActivityType: string
|
|
3504
3561
|
|
|
@@ -3562,6 +3619,11 @@ export interface Activity {
|
|
|
3562
3619
|
* 伸缩活动状态详细描述。
|
|
3563
3620
|
*/
|
|
3564
3621
|
DetailedStatusMessageSet: Array<DetailedStatusMessage>
|
|
3622
|
+
|
|
3623
|
+
/**
|
|
3624
|
+
* 执行命令结果。
|
|
3625
|
+
*/
|
|
3626
|
+
InvocationResultSet: Array<InvocationResult>
|
|
3565
3627
|
}
|
|
3566
3628
|
|
|
3567
3629
|
/**
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
|
+
import { ClientConfig } from "../../../common/interface"
|
|
20
|
+
import {
|
|
21
|
+
DescribeCRWorkInfoRequest,
|
|
22
|
+
DescribeCRWorkInfoResponse,
|
|
23
|
+
CreateCRRightRequest,
|
|
24
|
+
CreateCRRightResponse,
|
|
25
|
+
CreateCRBlockRequest,
|
|
26
|
+
CreateCRBlockResponse,
|
|
27
|
+
CreateCRCompanyVerifyResponse,
|
|
28
|
+
CreateCRCompanyVerifyRequest,
|
|
29
|
+
} from "./bma_models"
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* bma client
|
|
33
|
+
* @class
|
|
34
|
+
*/
|
|
35
|
+
export class Client extends AbstractClient {
|
|
36
|
+
constructor(clientConfig: ClientConfig) {
|
|
37
|
+
super("bma.tencentcloudapi.com", "2021-06-24", clientConfig)
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* 查询作品基本信息
|
|
42
|
+
*/
|
|
43
|
+
async DescribeCRWorkInfo(
|
|
44
|
+
req: DescribeCRWorkInfoRequest,
|
|
45
|
+
cb?: (error: string, rep: DescribeCRWorkInfoResponse) => void
|
|
46
|
+
): Promise<DescribeCRWorkInfoResponse> {
|
|
47
|
+
return this.request("DescribeCRWorkInfo", req, cb)
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* 版权保护-新建发函接口
|
|
52
|
+
*/
|
|
53
|
+
async CreateCRRight(
|
|
54
|
+
req: CreateCRRightRequest,
|
|
55
|
+
cb?: (error: string, rep: CreateCRRightResponse) => void
|
|
56
|
+
): Promise<CreateCRRightResponse> {
|
|
57
|
+
return this.request("CreateCRRight", req, cb)
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* 版权保护-新建拦截接口
|
|
62
|
+
*/
|
|
63
|
+
async CreateCRBlock(
|
|
64
|
+
req: CreateCRBlockRequest,
|
|
65
|
+
cb?: (error: string, rep: CreateCRBlockResponse) => void
|
|
66
|
+
): Promise<CreateCRBlockResponse> {
|
|
67
|
+
return this.request("CreateCRBlock", req, cb)
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* 品牌经营管家-版权保护模块企业认证接口
|
|
72
|
+
*/
|
|
73
|
+
async CreateCRCompanyVerify(
|
|
74
|
+
req: CreateCRCompanyVerifyRequest,
|
|
75
|
+
cb?: (error: string, rep: CreateCRCompanyVerifyResponse) => void
|
|
76
|
+
): Promise<CreateCRCompanyVerifyResponse> {
|
|
77
|
+
return this.request("CreateCRCompanyVerify", req, cb)
|
|
78
|
+
}
|
|
79
|
+
}
|