tencentcloud-sdk-nodejs 4.0.690 → 4.0.692
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 +550 -0
- package/SERVICE_CHANGELOG.md +564 -117
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +8 -4
- package/src/services/cbs/v20170312/cbs_models.ts +5 -4
- package/src/services/cdn/v20180606/cdn_client.ts +21 -14
- package/src/services/cdn/v20180606/cdn_models.ts +19 -19
- package/src/services/clb/v20180317/clb_client.ts +61 -11
- package/src/services/clb/v20180317/clb_models.ts +235 -40
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +52 -2
- package/src/services/cwp/v20180228/cwp_models.ts +343 -46
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +81 -24
- package/src/services/dasb/v20191018/dasb_client.ts +12 -0
- package/src/services/dasb/v20191018/dasb_models.ts +33 -0
- package/src/services/dlc/v20210125/dlc_models.ts +2 -2
- package/src/services/dsgc/v20190723/dsgc_models.ts +40 -0
- package/src/services/ess/v20201111/ess_client.ts +52 -31
- package/src/services/ess/v20201111/ess_models.ts +381 -186
- package/src/services/essbasic/v20210526/essbasic_client.ts +37 -19
- package/src/services/essbasic/v20210526/essbasic_models.ts +106 -0
- package/src/services/faceid/v20180301/faceid_models.ts +9 -12
- package/src/services/iai/v20180301/iai_models.ts +3 -3
- package/src/services/iai/v20200303/iai_models.ts +5 -5
- package/src/services/iss/v20230517/iss_client.ts +21 -7
- package/src/services/iss/v20230517/iss_models.ts +47 -0
- package/src/services/lcic/v20220817/lcic_models.ts +1 -1
- package/src/services/mps/v20190612/mps_client.ts +50 -12
- package/src/services/mps/v20190612/mps_models.ts +1196 -379
- package/src/services/organization/v20210331/organization_client.ts +49 -13
- package/src/services/organization/v20210331/organization_models.ts +148 -90
- package/src/services/privatedns/v20201028/privatedns_client.ts +25 -1
- package/src/services/privatedns/v20201028/privatedns_models.ts +88 -8
- package/src/services/tdmq/v20200217/tdmq_client.ts +39 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +243 -88
- package/src/services/trtc/v20190722/trtc_models.ts +5 -3
- package/src/services/tts/v20190823/tts_models.ts +8 -0
- package/src/services/waf/v20180125/waf_client.ts +20 -8
- package/src/services/waf/v20180125/waf_models.ts +175 -76
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +6 -2
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -2
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +5 -4
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +14 -7
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +14 -7
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +19 -19
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +19 -3
- package/tencentcloud/services/clb/v20180317/clb_client.js +27 -3
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +225 -40
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +17 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +24 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +333 -46
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +80 -24
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +5 -1
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +6 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +31 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -2
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +40 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +40 -27
- package/tencentcloud/services/ess/v20201111/ess_client.js +42 -27
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +379 -186
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +22 -12
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +25 -13
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +104 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +9 -12
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +3 -3
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +5 -5
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +8 -3
- package/tencentcloud/services/iss/v20230517/iss_client.js +10 -3
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +44 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +15 -4
- package/tencentcloud/services/mps/v20190612/mps_client.js +14 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1167 -377
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +15 -3
- package/tencentcloud/services/organization/v20210331/organization_client.js +21 -3
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +142 -90
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +9 -1
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +12 -0
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +84 -8
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +13 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +236 -88
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -3
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +8 -0
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -9
- package/tencentcloud/services/waf/v20180125/waf_client.js +14 -8
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +173 -76
- package/test/clb.v20180317.test.js +42 -2
- package/test/cwp.v20180228.test.js +40 -0
- package/test/dasb.v20191018.test.js +10 -0
- package/test/ess.v20201111.test.js +12 -2
- package/test/essbasic.v20210526.test.js +14 -4
- package/test/iss.v20230517.test.js +12 -2
- package/test/organization.v20210331.test.js +32 -2
- package/test/privatedns.v20201028.test.js +20 -0
- package/test/tdmq.v20200217.test.js +30 -0
- package/test/waf.v20180125.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-09-13 01:06:17 |
|
|
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/297) | 2023-09-
|
|
13
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-09-19 01:05:58 |
|
|
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 |
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-08-23 01:10:00 |
|
|
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) | 2023-05-18 01:07:39 |
|
|
42
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-09-
|
|
42
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-09-20 01:08:08 |
|
|
43
43
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-09-15 01:15:34 |
|
|
44
44
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-09-14 01:15:30 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
|
|
46
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-09-
|
|
46
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-09-20 01:08:50 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-09-08 01:20:53 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-09-05 02:02:52 |
|
|
@@ -55,7 +55,7 @@
|
|
|
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
57
|
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-09-14 01:21:26 |
|
|
58
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-09-
|
|
58
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-09-20 01:13:18 |
|
|
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-08-17 01:57:08 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
@@ -67,23 +67,23 @@
|
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
68
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-09-12 01:32:51 |
|
|
69
69
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
70
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-09-
|
|
71
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-
|
|
70
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-09-20 01:15:08 |
|
|
71
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-09-20 01:15:27 |
|
|
72
72
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
73
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-09-
|
|
74
|
-
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-
|
|
73
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-09-20 01:32:40 |
|
|
74
|
+
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-09-20 01:33:17 |
|
|
75
75
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
76
76
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
77
77
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-09-05 03:38:32 |
|
|
78
78
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
79
79
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
|
|
80
80
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-05 03:42:53 |
|
|
81
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-09-
|
|
81
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-09-19 01:12:56 |
|
|
82
82
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-09-12 01:43:38 |
|
|
83
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-
|
|
83
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-09-20 01:34:26 |
|
|
84
84
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-08-17 02:59:36 |
|
|
85
85
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
86
|
-
| dsgc | [数据安全中心](https://cloud.tencent.com/document/product/1087) | 2023-09-
|
|
86
|
+
| dsgc | [数据安全中心](https://cloud.tencent.com/document/product/1087) | 2023-09-19 01:13:28 |
|
|
87
87
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
88
88
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-09-01 01:13:57 |
|
|
89
89
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-09-08 01:48:45 |
|
|
@@ -94,10 +94,10 @@
|
|
|
94
94
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
95
95
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-17 03:08:06 |
|
|
96
96
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-09-15 01:48:20 |
|
|
97
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-09-
|
|
98
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-09-
|
|
97
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-09-20 01:35:54 |
|
|
98
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-09-20 01:36:35 |
|
|
99
99
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
100
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-09-
|
|
100
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-09-19 01:15:41 |
|
|
101
101
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
102
102
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
|
|
103
103
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-08-17 03:13:07 |
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
110
110
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
111
111
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-08-17 03:18:40 |
|
|
112
|
-
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-09-
|
|
112
|
+
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-09-20 01:37:34 |
|
|
113
113
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
114
114
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2023-05-18 01:30:40 |
|
|
115
115
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-08-17 03:20:18 |
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-08-30 01:17:01 |
|
|
124
124
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
|
|
125
125
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-08-22 01:15:07 |
|
|
126
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-09-
|
|
126
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-09-19 17:35:39 |
|
|
127
127
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
128
128
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
|
|
129
129
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
130
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-09-
|
|
130
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-09-20 01:39:40 |
|
|
131
131
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-09-15 02:04:15 |
|
|
132
132
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-09-18 02:01:47 |
|
|
133
133
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-30 01:19:09 |
|
|
142
142
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
143
143
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-09-15 02:09:24 |
|
|
144
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-09-
|
|
144
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-09-20 01:41:08 |
|
|
145
145
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-09-13 02:09:08 |
|
|
146
146
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-30 01:19:55 |
|
|
147
147
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
|
|
@@ -151,11 +151,11 @@
|
|
|
151
151
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-09-06 02:10:27 |
|
|
152
152
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-09-14 02:09:03 |
|
|
153
153
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-09-18 02:11:06 |
|
|
154
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-
|
|
154
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-09-19 14:35:45 |
|
|
155
155
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
156
156
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
157
157
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-09-15 02:17:12 |
|
|
158
|
-
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-
|
|
158
|
+
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-09-19 01:22:56 |
|
|
159
159
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-08-24 01:24:59 |
|
|
160
160
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-09-18 02:13:42 |
|
|
161
161
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-09-04 02:18:48 |
|
|
@@ -196,10 +196,10 @@
|
|
|
196
196
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-09-14 02:23:36 |
|
|
197
197
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
198
198
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
199
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-09-
|
|
199
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-09-20 01:45:44 |
|
|
200
200
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
201
201
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
202
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-09-
|
|
202
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-09-20 01:47:29 |
|
|
203
203
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-09-14 02:31:21 |
|
|
204
204
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
205
205
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -215,21 +215,21 @@
|
|
|
215
215
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-08-17 05:40:04 |
|
|
216
216
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
217
217
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
218
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-09-
|
|
218
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-09-19 01:28:01 |
|
|
219
219
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-08-15 01:44:16 |
|
|
220
220
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
221
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-
|
|
221
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-20 01:50:48 |
|
|
222
222
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-09-18 02:36:04 |
|
|
223
223
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-09-12 02:52:20 |
|
|
224
224
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
225
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-
|
|
225
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
|
|
226
226
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
227
227
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
228
228
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
229
229
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-09-18 02:39:47 |
|
|
230
230
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-09-18 02:43:01 |
|
|
231
231
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
232
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-09-
|
|
232
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-09-20 01:52:55 |
|
|
233
233
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
234
234
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-31 01:29:16 |
|
|
235
235
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.692"
|
|
@@ -377,8 +377,10 @@ export class Client extends AbstractClient {
|
|
|
377
377
|
}
|
|
378
378
|
|
|
379
379
|
/**
|
|
380
|
-
|
|
381
|
-
|
|
380
|
+
* 接口变更
|
|
381
|
+
|
|
382
|
+
获取DDoS防护的IP黑白名单
|
|
383
|
+
*/
|
|
382
384
|
async DescribeBlackWhiteIpList(
|
|
383
385
|
req: DescribeBlackWhiteIpListRequest,
|
|
384
386
|
cb?: (error: string, rep: DescribeBlackWhiteIpListResponse) => void
|
|
@@ -1138,8 +1140,10 @@ export class Client extends AbstractClient {
|
|
|
1138
1140
|
}
|
|
1139
1141
|
|
|
1140
1142
|
/**
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
+
* 接口变更
|
|
1144
|
+
|
|
1145
|
+
获取防护阈值配置列表,包括DDoS的AI、等级、CC阈值开关等
|
|
1146
|
+
*/
|
|
1143
1147
|
async DescribeListProtectThresholdConfig(
|
|
1144
1148
|
req: DescribeListProtectThresholdConfigRequest,
|
|
1145
1149
|
cb?: (error: string, rep: DescribeListProtectThresholdConfigResponse) => void
|
|
@@ -1264,13 +1264,14 @@ export interface TerminateDisksRequest {
|
|
|
1264
1264
|
*/
|
|
1265
1265
|
export interface CdcSize {
|
|
1266
1266
|
/**
|
|
1267
|
-
*
|
|
1267
|
+
* 独享集群的总容量大小,单位GiB
|
|
1268
1268
|
*/
|
|
1269
|
-
|
|
1269
|
+
DiskTotal?: number
|
|
1270
1270
|
/**
|
|
1271
|
-
*
|
|
1271
|
+
* 独享集群的可用容量大小,单位GiB
|
|
1272
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1272
1273
|
*/
|
|
1273
|
-
|
|
1274
|
+
DiskAvailable?: number
|
|
1274
1275
|
}
|
|
1275
1276
|
|
|
1276
1277
|
/**
|
|
@@ -515,8 +515,9 @@ Value 字段,使用 json 进行序列化,其中固定 update 作为 key,
|
|
|
515
515
|
}
|
|
516
516
|
|
|
517
517
|
/**
|
|
518
|
-
|
|
519
|
-
|
|
518
|
+
* ### <font color=red>**该接口已废弃** </font><br>
|
|
519
|
+
GetDisableRecords 用于查询资源禁用历史,及 URL 当前状态。
|
|
520
|
+
*/
|
|
520
521
|
async GetDisableRecords(
|
|
521
522
|
req: GetDisableRecordsRequest,
|
|
522
523
|
cb?: (error: string, rep: GetDisableRecordsResponse) => void
|
|
@@ -613,8 +614,9 @@ Value 字段,使用 json 进行序列化,其中固定 update 作为 key,
|
|
|
613
614
|
}
|
|
614
615
|
|
|
615
616
|
/**
|
|
616
|
-
|
|
617
|
-
|
|
617
|
+
* ### <font color=red>**该接口已废弃** </font><br>
|
|
618
|
+
CreateDiagnoseUrl 用于添加域名诊断任务URL。
|
|
619
|
+
*/
|
|
618
620
|
async CreateDiagnoseUrl(
|
|
619
621
|
req: CreateDiagnoseUrlRequest,
|
|
620
622
|
cb?: (error: string, rep: CreateDiagnoseUrlResponse) => void
|
|
@@ -653,8 +655,9 @@ Value 字段,使用 json 进行序列化,其中固定 update 作为 key,
|
|
|
653
655
|
}
|
|
654
656
|
|
|
655
657
|
/**
|
|
656
|
-
|
|
657
|
-
|
|
658
|
+
* ### <font color=red>**该接口已废弃** </font><br>
|
|
659
|
+
DescribeDiagnoseReport 用于获取指定报告id的内容。
|
|
660
|
+
*/
|
|
658
661
|
async DescribeDiagnoseReport(
|
|
659
662
|
req: DescribeDiagnoseReportRequest,
|
|
660
663
|
cb?: (error: string, rep: DescribeDiagnoseReportResponse) => void
|
|
@@ -673,8 +676,9 @@ Value 字段,使用 json 进行序列化,其中固定 update 作为 key,
|
|
|
673
676
|
}
|
|
674
677
|
|
|
675
678
|
/**
|
|
676
|
-
|
|
677
|
-
|
|
679
|
+
* ### <font color=red>**该接口已废弃** </font><br>
|
|
680
|
+
DisableCaches 用于禁用 CDN 上指定 URL 的访问,禁用完成后,中国境内访问会直接返回 403。
|
|
681
|
+
*/
|
|
678
682
|
async DisableCaches(
|
|
679
683
|
req: DisableCachesRequest,
|
|
680
684
|
cb?: (error: string, rep: DisableCachesResponse) => void
|
|
@@ -683,8 +687,9 @@ Value 字段,使用 json 进行序列化,其中固定 update 作为 key,
|
|
|
683
687
|
}
|
|
684
688
|
|
|
685
689
|
/**
|
|
686
|
-
|
|
687
|
-
|
|
690
|
+
* ### <font color=red>**该接口已废弃** </font><br>
|
|
691
|
+
ListDiagnoseReport 用于获取用户诊断URL访问后各个子任务的简要详情。
|
|
692
|
+
*/
|
|
688
693
|
async ListDiagnoseReport(
|
|
689
694
|
req: ListDiagnoseReportRequest,
|
|
690
695
|
cb?: (error: string, rep: ListDiagnoseReportResponse) => void
|
|
@@ -1130,8 +1135,9 @@ Value 字段,使用 json 进行序列化,其中固定 update 作为 key,
|
|
|
1130
1135
|
}
|
|
1131
1136
|
|
|
1132
1137
|
/**
|
|
1133
|
-
|
|
1134
|
-
|
|
1138
|
+
* ### <font color=red>**该接口已废弃** </font><br>
|
|
1139
|
+
本接口(DescribeCdnOriginIp)用于查询 CDN 回源节点的IP信息。(注:替换接口为DescribeIpStatus)
|
|
1140
|
+
*/
|
|
1135
1141
|
async DescribeCdnOriginIp(
|
|
1136
1142
|
req?: DescribeCdnOriginIpRequest,
|
|
1137
1143
|
cb?: (error: string, rep: DescribeCdnOriginIpResponse) => void
|
|
@@ -1242,8 +1248,9 @@ Value 字段,使用 json 进行序列化,其中固定 update 作为 key,
|
|
|
1242
1248
|
}
|
|
1243
1249
|
|
|
1244
1250
|
/**
|
|
1245
|
-
|
|
1246
|
-
|
|
1251
|
+
* ### <font color=red>**该接口已废弃** </font><br>
|
|
1252
|
+
EnableCaches 用于解禁手工封禁的 URL,解禁成功后,全网生效时间约 5~10 分钟。
|
|
1253
|
+
*/
|
|
1247
1254
|
async EnableCaches(
|
|
1248
1255
|
req: EnableCachesRequest,
|
|
1249
1256
|
cb?: (error: string, rep: EnableCachesResponse) => void
|
|
@@ -1360,7 +1360,7 @@ export interface CreateDiagnoseUrlResponse {
|
|
|
1360
1360
|
/**
|
|
1361
1361
|
* 系统生成的诊断链接,一个诊断链接最多可访问10次,有效期为24h。
|
|
1362
1362
|
*/
|
|
1363
|
-
DiagnoseLink
|
|
1363
|
+
DiagnoseLink?: string
|
|
1364
1364
|
/**
|
|
1365
1365
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1366
1366
|
*/
|
|
@@ -1740,12 +1740,12 @@ export interface EnableCachesResponse {
|
|
|
1740
1740
|
* 结果列表
|
|
1741
1741
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1742
1742
|
*/
|
|
1743
|
-
CacheOptResult
|
|
1743
|
+
CacheOptResult?: CacheOptResult
|
|
1744
1744
|
/**
|
|
1745
1745
|
* 任务ID
|
|
1746
1746
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1747
1747
|
*/
|
|
1748
|
-
TaskId
|
|
1748
|
+
TaskId?: string
|
|
1749
1749
|
/**
|
|
1750
1750
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1751
1751
|
*/
|
|
@@ -1809,12 +1809,12 @@ export interface DisableCachesResponse {
|
|
|
1809
1809
|
* 提交结果
|
|
1810
1810
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1811
1811
|
*/
|
|
1812
|
-
CacheOptResult
|
|
1812
|
+
CacheOptResult?: CacheOptResult
|
|
1813
1813
|
/**
|
|
1814
1814
|
* 任务ID
|
|
1815
1815
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1816
1816
|
*/
|
|
1817
|
-
TaskId
|
|
1817
|
+
TaskId?: string
|
|
1818
1818
|
/**
|
|
1819
1819
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1820
1820
|
*/
|
|
@@ -3923,11 +3923,11 @@ export interface DescribeCdnOriginIpResponse {
|
|
|
3923
3923
|
/**
|
|
3924
3924
|
* 回源节点IP详情。
|
|
3925
3925
|
*/
|
|
3926
|
-
Ips
|
|
3926
|
+
Ips?: Array<OriginIp>
|
|
3927
3927
|
/**
|
|
3928
3928
|
* 回源节点IP总个数。
|
|
3929
3929
|
*/
|
|
3930
|
-
TotalCount
|
|
3930
|
+
TotalCount?: number
|
|
3931
3931
|
/**
|
|
3932
3932
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3933
3933
|
*/
|
|
@@ -4718,7 +4718,7 @@ export interface ListDiagnoseReportResponse {
|
|
|
4718
4718
|
/**
|
|
4719
4719
|
* 诊断信息。
|
|
4720
4720
|
*/
|
|
4721
|
-
Data
|
|
4721
|
+
Data?: Array<DiagnoseInfo>
|
|
4722
4722
|
/**
|
|
4723
4723
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4724
4724
|
*/
|
|
@@ -6600,12 +6600,12 @@ export interface GetDisableRecordsResponse {
|
|
|
6600
6600
|
* 封禁历史记录
|
|
6601
6601
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6602
6602
|
*/
|
|
6603
|
-
UrlRecordList
|
|
6603
|
+
UrlRecordList?: Array<UrlRecord>
|
|
6604
6604
|
/**
|
|
6605
6605
|
* 任务总数,用于分页
|
|
6606
6606
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6607
6607
|
*/
|
|
6608
|
-
TotalCount
|
|
6608
|
+
TotalCount?: number
|
|
6609
6609
|
/**
|
|
6610
6610
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6611
6611
|
*/
|
|
@@ -7681,40 +7681,40 @@ export interface DescribeDiagnoseReportResponse {
|
|
|
7681
7681
|
/**
|
|
7682
7682
|
* 诊断报告基础信息
|
|
7683
7683
|
*/
|
|
7684
|
-
BaskInfo
|
|
7684
|
+
BaskInfo?: DiagnoseData
|
|
7685
7685
|
/**
|
|
7686
7686
|
* CNAME检测信息
|
|
7687
7687
|
*/
|
|
7688
|
-
CnameInfo
|
|
7688
|
+
CnameInfo?: DiagnoseData
|
|
7689
7689
|
/**
|
|
7690
7690
|
* 客户端检测信息
|
|
7691
7691
|
*/
|
|
7692
|
-
ClientInfo
|
|
7692
|
+
ClientInfo?: DiagnoseData
|
|
7693
7693
|
/**
|
|
7694
7694
|
* DNS检测信息
|
|
7695
7695
|
*/
|
|
7696
|
-
DnsInfo
|
|
7696
|
+
DnsInfo?: DiagnoseData
|
|
7697
7697
|
/**
|
|
7698
7698
|
* 网络检测信息
|
|
7699
7699
|
*/
|
|
7700
|
-
NetworkInfo
|
|
7700
|
+
NetworkInfo?: DiagnoseData
|
|
7701
7701
|
/**
|
|
7702
7702
|
* 边缘节点检测信息
|
|
7703
7703
|
*/
|
|
7704
|
-
OcNodeInfo
|
|
7704
|
+
OcNodeInfo?: DiagnoseData
|
|
7705
7705
|
/**
|
|
7706
7706
|
* 中间源节点检测信息
|
|
7707
7707
|
*/
|
|
7708
|
-
MidNodeInfo
|
|
7708
|
+
MidNodeInfo?: DiagnoseData
|
|
7709
7709
|
/**
|
|
7710
7710
|
* 源站检测信息
|
|
7711
7711
|
*/
|
|
7712
|
-
OriginInfo
|
|
7712
|
+
OriginInfo?: DiagnoseData
|
|
7713
7713
|
/**
|
|
7714
7714
|
* 刷新检测信息
|
|
7715
7715
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7716
7716
|
*/
|
|
7717
|
-
PurgeInfo
|
|
7717
|
+
PurgeInfo?: DiagnoseData
|
|
7718
7718
|
/**
|
|
7719
7719
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7720
7720
|
*/
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
RsWeightRule,
|
|
51
51
|
RegisterFunctionTargetsRequest,
|
|
52
52
|
DeregisterTargetsFromClassicalLBRequest,
|
|
53
|
-
|
|
53
|
+
InquiryPriceModifyLoadBalancerRequest,
|
|
54
54
|
BasicTargetGroupInfo,
|
|
55
55
|
ModifyTargetWeightResponse,
|
|
56
56
|
ZoneResource,
|
|
@@ -70,11 +70,12 @@ import {
|
|
|
70
70
|
RegisterTargetsWithClassicalLBResponse,
|
|
71
71
|
DescribeTargetGroupsResponse,
|
|
72
72
|
LoadBalancerHealth,
|
|
73
|
-
|
|
73
|
+
InquiryPriceCreateLoadBalancerRequest,
|
|
74
74
|
DeleteLoadBalancerListenersRequest,
|
|
75
75
|
BlockedIP,
|
|
76
76
|
ModifyRuleResponse,
|
|
77
77
|
DescribeClassicalLBTargetsRequest,
|
|
78
|
+
InquiryPriceRenewLoadBalancerResponse,
|
|
78
79
|
DeregisterFunctionTargetsResponse,
|
|
79
80
|
DescribeCustomizedConfigListRequest,
|
|
80
81
|
AutoRewriteRequest,
|
|
@@ -87,14 +88,16 @@ import {
|
|
|
87
88
|
DescribeTaskStatusResponse,
|
|
88
89
|
BatchRegisterTargetsResponse,
|
|
89
90
|
ModifyLoadBalancerAttributesRequest,
|
|
90
|
-
|
|
91
|
+
InquiryPriceModifyLoadBalancerResponse,
|
|
91
92
|
DescribeLBListenersRequest,
|
|
92
93
|
SlaUpdateParam,
|
|
93
94
|
Target,
|
|
94
95
|
DescribeLoadBalancerTrafficRequest,
|
|
95
96
|
DescribeBlockIPListRequest,
|
|
96
97
|
CertIdRelatedWithLoadBalancers,
|
|
98
|
+
ItemPrice,
|
|
97
99
|
DescribeClassicalLBHealthStatusResponse,
|
|
100
|
+
ModifyLoadBalancerSlaResponse,
|
|
98
101
|
DescribeClsLogSetRequest,
|
|
99
102
|
Listener,
|
|
100
103
|
LoadBalancerTraffic,
|
|
@@ -120,6 +123,7 @@ import {
|
|
|
120
123
|
DeregisterFunctionTargetsRequest,
|
|
121
124
|
DescribeClassicalLBByInstanceIdRequest,
|
|
122
125
|
FunctionTarget,
|
|
126
|
+
InquiryPriceRefundLoadBalancerResponse,
|
|
123
127
|
DescribeResourcesResponse,
|
|
124
128
|
ModifyTargetGroupInstancesWeightRequest,
|
|
125
129
|
ManualRewriteResponse,
|
|
@@ -138,6 +142,7 @@ import {
|
|
|
138
142
|
ModifyLoadBalancersProjectRequest,
|
|
139
143
|
CertificateInput,
|
|
140
144
|
ResourceAvailability,
|
|
145
|
+
SetLoadBalancerSecurityGroupsRequest,
|
|
141
146
|
DescribeCustomizedConfigAssociateListResponse,
|
|
142
147
|
SetCustomizedConfigForLoadBalancerRequest,
|
|
143
148
|
CreateListenerResponse,
|
|
@@ -156,6 +161,7 @@ import {
|
|
|
156
161
|
BatchDeregisterTargetsRequest,
|
|
157
162
|
DeregisterTargetGroupInstancesRequest,
|
|
158
163
|
ManualRewriteRequest,
|
|
164
|
+
InquiryPriceRefundLoadBalancerRequest,
|
|
159
165
|
ModifyListenerResponse,
|
|
160
166
|
DescribeTargetHealthResponse,
|
|
161
167
|
CertInfo,
|
|
@@ -164,6 +170,7 @@ import {
|
|
|
164
170
|
BindDetailItem,
|
|
165
171
|
CreateListenerRequest,
|
|
166
172
|
CreateClsLogSetRequest,
|
|
173
|
+
TypeInfo,
|
|
167
174
|
DisassociateTargetGroupsRequest,
|
|
168
175
|
Filter,
|
|
169
176
|
ClusterResource,
|
|
@@ -196,14 +203,16 @@ import {
|
|
|
196
203
|
ExclusiveCluster,
|
|
197
204
|
DeregisterTargetsRequest,
|
|
198
205
|
ModifyLoadBalancerMixIpTargetResponse,
|
|
199
|
-
|
|
206
|
+
InquiryPriceCreateLoadBalancerResponse,
|
|
200
207
|
CreateLoadBalancerSnatIpsRequest,
|
|
201
208
|
DescribeTargetGroupInstancesResponse,
|
|
202
209
|
DescribeQuotaResponse,
|
|
203
210
|
DeleteTargetGroupsResponse,
|
|
211
|
+
Price,
|
|
204
212
|
ModifyTargetGroupInstancesPortRequest,
|
|
205
213
|
BatchRegisterTargetsRequest,
|
|
206
214
|
ListenerBackend,
|
|
215
|
+
SetSecurityGroupForLoadbalancersResponse,
|
|
207
216
|
RuleInput,
|
|
208
217
|
TagInfo,
|
|
209
218
|
SnatIp,
|
|
@@ -225,7 +234,7 @@ import {
|
|
|
225
234
|
DeleteLoadBalancerListenersResponse,
|
|
226
235
|
DescribeIdleLoadBalancersRequest,
|
|
227
236
|
DeleteLoadBalancerSnatIpsRequest,
|
|
228
|
-
|
|
237
|
+
InternetAccessible,
|
|
229
238
|
DescribeClassicalLBTargetsResponse,
|
|
230
239
|
RewriteLocationMap,
|
|
231
240
|
ModifyTargetPortRequest,
|
|
@@ -235,6 +244,7 @@ import {
|
|
|
235
244
|
TargetGroupInfo,
|
|
236
245
|
DeleteListenerResponse,
|
|
237
246
|
DeleteLoadBalancerSnatIpsResponse,
|
|
247
|
+
InquiryPriceRenewLoadBalancerRequest,
|
|
238
248
|
CertificateOutput,
|
|
239
249
|
DeleteTargetGroupsRequest,
|
|
240
250
|
DescribeClassicalLBListenersRequest,
|
|
@@ -267,6 +277,16 @@ export class Client extends AbstractClient {
|
|
|
267
277
|
return this.request("RegisterTargets", req, cb)
|
|
268
278
|
}
|
|
269
279
|
|
|
280
|
+
/**
|
|
281
|
+
* RegisterTargetsWithClassicalLB 接口用于绑定后端服务到传统型负载均衡。本接口为异步接口,接口返回成功后,需以返回的 RequestId 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
|
|
282
|
+
*/
|
|
283
|
+
async RegisterTargetsWithClassicalLB(
|
|
284
|
+
req: RegisterTargetsWithClassicalLBRequest,
|
|
285
|
+
cb?: (error: string, rep: RegisterTargetsWithClassicalLBResponse) => void
|
|
286
|
+
): Promise<RegisterTargetsWithClassicalLBResponse> {
|
|
287
|
+
return this.request("RegisterTargetsWithClassicalLB", req, cb)
|
|
288
|
+
}
|
|
289
|
+
|
|
270
290
|
/**
|
|
271
291
|
* ModifyDomainAttributes接口用于修改负载均衡7层监听器转发规则的域名级别属性,如修改域名、修改DefaultServer、开启/关闭Http2、修改证书。
|
|
272
292
|
本接口为异步接口,本接口返回成功后,需以返回的RequestId为入参,调用DescribeTaskStatus接口查询本次任务是否成功。
|
|
@@ -299,13 +319,13 @@ export class Client extends AbstractClient {
|
|
|
299
319
|
}
|
|
300
320
|
|
|
301
321
|
/**
|
|
302
|
-
*
|
|
322
|
+
* InquiryPriceRefundLoadBalancer接口查询负载均衡退费价格。
|
|
303
323
|
*/
|
|
304
|
-
async
|
|
305
|
-
req:
|
|
306
|
-
cb?: (error: string, rep:
|
|
307
|
-
): Promise<
|
|
308
|
-
return this.request("
|
|
324
|
+
async InquiryPriceRefundLoadBalancer(
|
|
325
|
+
req: InquiryPriceRefundLoadBalancerRequest,
|
|
326
|
+
cb?: (error: string, rep: InquiryPriceRefundLoadBalancerResponse) => void
|
|
327
|
+
): Promise<InquiryPriceRefundLoadBalancerResponse> {
|
|
328
|
+
return this.request("InquiryPriceRefundLoadBalancer", req, cb)
|
|
309
329
|
}
|
|
310
330
|
|
|
311
331
|
/**
|
|
@@ -361,6 +381,16 @@ export class Client extends AbstractClient {
|
|
|
361
381
|
return this.request("DeleteListener", req, cb)
|
|
362
382
|
}
|
|
363
383
|
|
|
384
|
+
/**
|
|
385
|
+
* InquiryPriceModifyLoadBalancer接口修改负载均衡配置询价。
|
|
386
|
+
*/
|
|
387
|
+
async InquiryPriceModifyLoadBalancer(
|
|
388
|
+
req: InquiryPriceModifyLoadBalancerRequest,
|
|
389
|
+
cb?: (error: string, rep: InquiryPriceModifyLoadBalancerResponse) => void
|
|
390
|
+
): Promise<InquiryPriceModifyLoadBalancerResponse> {
|
|
391
|
+
return this.request("InquiryPriceModifyLoadBalancer", req, cb)
|
|
392
|
+
}
|
|
393
|
+
|
|
364
394
|
/**
|
|
365
395
|
* 绑定或解绑一个安全组到多个公网负载均衡实例。注意:内网负载均衡不支持绑定安全组。
|
|
366
396
|
*/
|
|
@@ -466,6 +496,16 @@ export class Client extends AbstractClient {
|
|
|
466
496
|
return this.request("DeleteLoadBalancerListeners", req, cb)
|
|
467
497
|
}
|
|
468
498
|
|
|
499
|
+
/**
|
|
500
|
+
* InquiryPriceRenewLoadBalancer接口查询对负载均衡续费的价格,只支持预付费负载均衡续费。
|
|
501
|
+
*/
|
|
502
|
+
async InquiryPriceRenewLoadBalancer(
|
|
503
|
+
req: InquiryPriceRenewLoadBalancerRequest,
|
|
504
|
+
cb?: (error: string, rep: InquiryPriceRenewLoadBalancerResponse) => void
|
|
505
|
+
): Promise<InquiryPriceRenewLoadBalancerResponse> {
|
|
506
|
+
return this.request("InquiryPriceRenewLoadBalancer", req, cb)
|
|
507
|
+
}
|
|
508
|
+
|
|
469
509
|
/**
|
|
470
510
|
* 修改负载均衡转发规则上所绑定的云函数。
|
|
471
511
|
*/
|
|
@@ -563,6 +603,16 @@ export class Client extends AbstractClient {
|
|
|
563
603
|
return this.request("DeleteLoadBalancer", req, cb)
|
|
564
604
|
}
|
|
565
605
|
|
|
606
|
+
/**
|
|
607
|
+
* InquiryPriceCreateLoadBalancer接口查询创建负载均衡的价格。
|
|
608
|
+
*/
|
|
609
|
+
async InquiryPriceCreateLoadBalancer(
|
|
610
|
+
req: InquiryPriceCreateLoadBalancerRequest,
|
|
611
|
+
cb?: (error: string, rep: InquiryPriceCreateLoadBalancerResponse) => void
|
|
612
|
+
): Promise<InquiryPriceCreateLoadBalancerResponse> {
|
|
613
|
+
return this.request("InquiryPriceCreateLoadBalancer", req, cb)
|
|
614
|
+
}
|
|
615
|
+
|
|
566
616
|
/**
|
|
567
617
|
* 查询用户在当前地域支持可用区列表和资源列表。
|
|
568
618
|
*/
|