tencentcloud-sdk-nodejs 4.0.241 → 4.0.245
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 +374 -16
- package/README.md +1 -1
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +13 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +161 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +18 -9
- package/src/services/billing/v20180709/billing_models.ts +13 -1
- package/src/services/cfw/v20190904/cfw_client.ts +13 -0
- package/src/services/cfw/v20190904/cfw_models.ts +118 -0
- package/src/services/cii/v20210408/cii_client.ts +15 -0
- package/src/services/cii/v20210408/cii_models.ts +31 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +12 -12
- package/src/services/cme/v20191029/cme_client.ts +26 -21
- package/src/services/cme/v20191029/cme_models.ts +161 -144
- package/src/services/cvm/v20170312/cvm_models.ts +5 -2
- package/src/services/dcdb/v20180411/dcdb_models.ts +6 -1
- package/src/services/faceid/v20180301/faceid_models.ts +48 -17
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +10 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +11 -1
- package/src/services/mps/v20190612/mps_models.ts +6 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +5 -5
- package/src/services/postgres/v20170312/postgres_client.ts +2 -1
- package/src/services/postgres/v20170312/postgres_models.ts +89 -12
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/ses/v20201002/ses_models.ts +1 -1
- package/src/services/tat/v20201028/tat_models.ts +13 -0
- package/src/services/tcb/v20180608/tcb_client.ts +1 -0
- package/src/services/tcb/v20180608/tcb_models.ts +48 -0
- package/src/services/tdmq/v20200217/tdmq_client.ts +700 -440
- package/src/services/tdmq/v20200217/tdmq_models.ts +1488 -279
- package/src/services/tke/v20180525/tke_client.ts +26 -1
- package/src/services/tke/v20180525/tke_models.ts +97 -12
- 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 +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +132 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +17 -8
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +11 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +99 -0
- package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
- package/tencentcloud/services/cii/v20210408/cii_client.js +9 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +27 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -12
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +26 -21
- package/tencentcloud/services/cme/v20191029/cme_client.js +26 -21
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +155 -139
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -2
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +5 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +45 -17
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +8 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +9 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -5
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +74 -9
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +11 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +40 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +221 -137
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +330 -204
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1254 -234
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +9 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +12 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +84 -11
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/cfw.v20190904.test.js +10 -0
- package/test/cii.v20210408.test.js +10 -0
- package/test/tdmq.v20200217.test.js +346 -136
- package/test/tke.v20180525.test.js +20 -0
package/products.md
CHANGED
|
@@ -7,18 +7,18 @@
|
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2021-11-18 08:02:17 |
|
|
8
8
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2021-11-10 08:01:52 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-11-10 08:01:55 |
|
|
10
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-11-
|
|
10
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-11-23 08:02:33 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-11-10 08:02:02 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-11-10 08:02:03 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
|
|
14
|
-
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-11-
|
|
15
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-
|
|
14
|
+
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-11-24 08:04:10 |
|
|
15
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-23 08:02:56 |
|
|
16
16
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-11-10 08:02:28 |
|
|
17
17
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-10 08:02:31 |
|
|
18
18
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-11-10 08:02:33 |
|
|
19
19
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2021-11-10 08:02:34 |
|
|
20
20
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2021-11-10 08:02:39 |
|
|
21
|
-
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2021-11-
|
|
21
|
+
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2021-11-23 08:03:19 |
|
|
22
22
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
23
23
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
|
|
24
24
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2021-11-10 08:02:52 |
|
|
@@ -35,29 +35,29 @@
|
|
|
35
35
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-11-19 08:07:05 |
|
|
36
36
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-11-10 08:03:57 |
|
|
37
37
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-11-17 08:07:53 |
|
|
38
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-11-
|
|
38
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-11-26 08:05:36 |
|
|
39
39
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-11-10 08:04:08 |
|
|
40
|
-
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-11-
|
|
40
|
+
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-11-23 08:04:46 |
|
|
41
41
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
42
42
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
43
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-11-
|
|
43
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-11-24 08:06:10 |
|
|
44
44
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-11-17 08:08:17 |
|
|
45
45
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-11-16 08:07:51 |
|
|
46
46
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-10 08:04:28 |
|
|
47
47
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-11-10 08:04:30 |
|
|
48
|
-
| cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-11-
|
|
48
|
+
| cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-11-26 08:06:20 |
|
|
49
49
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-11-10 08:04:45 |
|
|
50
50
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
51
51
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-11-17 08:08:58 |
|
|
52
52
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
53
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-
|
|
53
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-26 08:07:10 |
|
|
54
54
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-11-22 08:04:43 |
|
|
55
55
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
56
56
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-11-17 08:10:15 |
|
|
57
57
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-11-10 08:05:47 |
|
|
58
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2021-11-
|
|
58
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2021-11-25 08:09:57 |
|
|
59
59
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2021-11-10 08:06:00 |
|
|
60
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-11-
|
|
60
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-11-26 08:08:12 |
|
|
61
61
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2021-11-10 08:06:10 |
|
|
62
62
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-11-17 08:10:54 |
|
|
63
63
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-11-10 08:06:19 |
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-11-10 08:07:00 |
|
|
75
75
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-11-10 08:07:03 |
|
|
76
76
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-11-18 08:08:10 |
|
|
77
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-11-
|
|
77
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-11-26 08:09:14 |
|
|
78
78
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-11-10 08:07:11 |
|
|
79
79
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-11-10 08:07:13 |
|
|
80
80
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-11-10 08:07:14 |
|
|
@@ -93,20 +93,20 @@
|
|
|
93
93
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
|
|
94
94
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-11-10 08:08:03 |
|
|
95
95
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
|
|
96
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-11-
|
|
96
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-11-23 08:09:04 |
|
|
97
97
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-11-19 08:12:04 |
|
|
98
98
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-11-10 08:08:25 |
|
|
99
99
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-10-20 08:12:10 |
|
|
100
100
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-11-22 08:08:13 |
|
|
101
101
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
|
|
102
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-11-
|
|
102
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-11-26 08:11:04 |
|
|
103
103
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
|
|
104
104
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
|
|
105
105
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
|
|
106
106
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
|
|
107
107
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-11-10 08:08:57 |
|
|
108
108
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-11-18 08:10:15 |
|
|
109
|
-
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-
|
|
109
|
+
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
|
|
110
110
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-11-16 08:13:00 |
|
|
111
111
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
112
112
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2021-11-10 08:09:22 |
|
|
@@ -114,11 +114,11 @@
|
|
|
114
114
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-11-10 08:09:23 |
|
|
115
115
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
116
116
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-11-15 08:11:30 |
|
|
117
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-11-
|
|
117
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-11-26 08:11:53 |
|
|
118
118
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-11-10 08:09:46 |
|
|
119
119
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
|
|
120
120
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
|
|
121
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-11-
|
|
121
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-11-26 08:12:08 |
|
|
122
122
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-11-10 08:09:59 |
|
|
123
123
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2021-11-10 08:10:02 |
|
|
124
124
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-11-04 08:12:00 |
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
|
|
127
127
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-11-10 08:10:05 |
|
|
128
128
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-11-19 08:13:47 |
|
|
129
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-11-
|
|
129
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-11-26 08:12:29 |
|
|
130
130
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
|
|
131
131
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-11-16 08:13:49 |
|
|
132
132
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-11-18 08:11:34 |
|
|
@@ -139,19 +139,19 @@
|
|
|
139
139
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-11-10 08:10:42 |
|
|
140
140
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-10 08:10:43 |
|
|
141
141
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
|
|
142
|
-
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-11-
|
|
142
|
+
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-11-24 08:13:01 |
|
|
143
143
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
144
144
|
| tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2021-11-10 08:10:50 |
|
|
145
145
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
146
146
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-11-10 08:10:55 |
|
|
147
147
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2021-11-10 08:10:55 |
|
|
148
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-11-
|
|
148
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-11-26 08:13:21 |
|
|
149
149
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
|
|
150
150
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
151
151
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
|
|
152
152
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-11-11 11:08:37 |
|
|
153
153
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
|
|
154
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-11-
|
|
154
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-11-24 08:13:42 |
|
|
155
155
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-11-10 08:11:34 |
|
|
156
156
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
157
157
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2021-11-10 08:11:35 |
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-11-10 08:11:42 |
|
|
162
162
|
| tione | [智能钛机器学习平台](https://cloud.tencent.com/document/product/851) | 2021-11-10 08:11:45 |
|
|
163
163
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-11-19 08:15:40 |
|
|
164
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-11-
|
|
164
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-11-25 08:15:58 |
|
|
165
165
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
166
166
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-11-10 08:12:05 |
|
|
167
167
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.245"
|
|
@@ -32,6 +32,7 @@ import {
|
|
|
32
32
|
DescribeL7RulesBySSLCertIdResponse,
|
|
33
33
|
DescribeListDDoSSpeedLimitConfigRequest,
|
|
34
34
|
InstanceRelation,
|
|
35
|
+
ModifyNewDomainRulesRequest,
|
|
35
36
|
DescribeListProtocolBlockConfigResponse,
|
|
36
37
|
DescribeListBGPInstancesRequest,
|
|
37
38
|
KeyValue,
|
|
@@ -44,6 +45,7 @@ import {
|
|
|
44
45
|
DescribeDefaultAlarmThresholdResponse,
|
|
45
46
|
CreateDDoSAIRequest,
|
|
46
47
|
DescribeListProtectThresholdConfigRequest,
|
|
48
|
+
ModifyNewDomainRulesResponse,
|
|
47
49
|
CreateWaterPrintConfigResponse,
|
|
48
50
|
DescribeListBGPIPInstancesRequest,
|
|
49
51
|
StaticPackRelation,
|
|
@@ -131,6 +133,7 @@ import {
|
|
|
131
133
|
AssociateDDoSEipLoadBalancerResponse,
|
|
132
134
|
CreateBlackWhiteIpListRequest,
|
|
133
135
|
DescribeBizTrendResponse,
|
|
136
|
+
NewL7RuleEntry,
|
|
134
137
|
CreateBoundIPResponse,
|
|
135
138
|
SpeedValue,
|
|
136
139
|
SwitchWaterPrintConfigRequest,
|
|
@@ -303,6 +306,16 @@ export class Client extends AbstractClient {
|
|
|
303
306
|
return this.request("DescribeListBlackWhiteIpList", req, cb)
|
|
304
307
|
}
|
|
305
308
|
|
|
309
|
+
/**
|
|
310
|
+
* 修改7层转发规则
|
|
311
|
+
*/
|
|
312
|
+
async ModifyNewDomainRules(
|
|
313
|
+
req: ModifyNewDomainRulesRequest,
|
|
314
|
+
cb?: (error: string, rep: ModifyNewDomainRulesResponse) => void
|
|
315
|
+
): Promise<ModifyNewDomainRulesResponse> {
|
|
316
|
+
return this.request("ModifyNewDomainRules", req, cb)
|
|
317
|
+
}
|
|
318
|
+
|
|
306
319
|
/**
|
|
307
320
|
* 获取DDoS防护的区域封禁配置列表
|
|
308
321
|
*/
|
|
@@ -291,6 +291,26 @@ export interface InstanceRelation {
|
|
|
291
291
|
InstanceId: string
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
+
/**
|
|
295
|
+
* ModifyNewDomainRules请求参数结构体
|
|
296
|
+
*/
|
|
297
|
+
export interface ModifyNewDomainRulesRequest {
|
|
298
|
+
/**
|
|
299
|
+
* 大禹子产品代号(bgpip表示高防IP)
|
|
300
|
+
*/
|
|
301
|
+
Business: string
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* 资源ID
|
|
305
|
+
*/
|
|
306
|
+
Id: string
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* 域名转发规则
|
|
310
|
+
*/
|
|
311
|
+
Rule: NewL7RuleEntry
|
|
312
|
+
}
|
|
313
|
+
|
|
294
314
|
/**
|
|
295
315
|
* DescribeListProtocolBlockConfig返回参数结构体
|
|
296
316
|
*/
|
|
@@ -524,6 +544,21 @@ export interface DescribeListProtectThresholdConfigRequest {
|
|
|
524
544
|
FilterProtocol?: string
|
|
525
545
|
}
|
|
526
546
|
|
|
547
|
+
/**
|
|
548
|
+
* ModifyNewDomainRules返回参数结构体
|
|
549
|
+
*/
|
|
550
|
+
export interface ModifyNewDomainRulesResponse {
|
|
551
|
+
/**
|
|
552
|
+
* 成功码
|
|
553
|
+
*/
|
|
554
|
+
Success: SuccessCode
|
|
555
|
+
|
|
556
|
+
/**
|
|
557
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
558
|
+
*/
|
|
559
|
+
RequestId?: string
|
|
560
|
+
}
|
|
561
|
+
|
|
527
562
|
/**
|
|
528
563
|
* CreateWaterPrintConfig返回参数结构体
|
|
529
564
|
*/
|
|
@@ -2449,6 +2484,132 @@ export interface DescribeBizTrendResponse {
|
|
|
2449
2484
|
RequestId?: string
|
|
2450
2485
|
}
|
|
2451
2486
|
|
|
2487
|
+
/**
|
|
2488
|
+
* L7规则
|
|
2489
|
+
*/
|
|
2490
|
+
export interface NewL7RuleEntry {
|
|
2491
|
+
/**
|
|
2492
|
+
* 会话保持时间,单位秒
|
|
2493
|
+
*/
|
|
2494
|
+
KeepTime: number
|
|
2495
|
+
|
|
2496
|
+
/**
|
|
2497
|
+
* 负载均衡方式,取值[1(加权轮询)]
|
|
2498
|
+
*/
|
|
2499
|
+
LbType: number
|
|
2500
|
+
|
|
2501
|
+
/**
|
|
2502
|
+
* 回源列表
|
|
2503
|
+
*/
|
|
2504
|
+
SourceList: Array<L4RuleSource>
|
|
2505
|
+
|
|
2506
|
+
/**
|
|
2507
|
+
* 会话保持开关,取值[0(会话保持关闭),1(会话保持开启)]
|
|
2508
|
+
*/
|
|
2509
|
+
KeepEnable: number
|
|
2510
|
+
|
|
2511
|
+
/**
|
|
2512
|
+
* 转发域名
|
|
2513
|
+
*/
|
|
2514
|
+
Domain: string
|
|
2515
|
+
|
|
2516
|
+
/**
|
|
2517
|
+
* 转发协议,取值[http, https]
|
|
2518
|
+
*/
|
|
2519
|
+
Protocol: string
|
|
2520
|
+
|
|
2521
|
+
/**
|
|
2522
|
+
* 回源方式,取值[1(域名回源),2(IP回源)]
|
|
2523
|
+
*/
|
|
2524
|
+
SourceType: number
|
|
2525
|
+
|
|
2526
|
+
/**
|
|
2527
|
+
* 是否开启Https协议使用Http回源,取值[0(关闭), 1(开启)],不填写默认是关闭
|
|
2528
|
+
*/
|
|
2529
|
+
HttpsToHttpEnable?: number
|
|
2530
|
+
|
|
2531
|
+
/**
|
|
2532
|
+
* 规则状态,取值[0(规则配置成功),1(规则配置生效中),2(规则配置失败),3(规则删除生效中),5(规则删除失败),6(规则等待配置),7(规则等待删除),8(规则待配置证书)]
|
|
2533
|
+
*/
|
|
2534
|
+
Status?: number
|
|
2535
|
+
|
|
2536
|
+
/**
|
|
2537
|
+
* HTTPS协议的CC防护等级
|
|
2538
|
+
*/
|
|
2539
|
+
CCLevel?: string
|
|
2540
|
+
|
|
2541
|
+
/**
|
|
2542
|
+
* HTTPS协议的CC防护状态,取值[0(关闭), 1(开启)]
|
|
2543
|
+
*/
|
|
2544
|
+
CCEnable?: number
|
|
2545
|
+
|
|
2546
|
+
/**
|
|
2547
|
+
* HTTPS协议的CC防护阈值
|
|
2548
|
+
*/
|
|
2549
|
+
CCThreshold?: number
|
|
2550
|
+
|
|
2551
|
+
/**
|
|
2552
|
+
* 区域码
|
|
2553
|
+
*/
|
|
2554
|
+
Region?: number
|
|
2555
|
+
|
|
2556
|
+
/**
|
|
2557
|
+
* 规则描述
|
|
2558
|
+
*/
|
|
2559
|
+
RuleName?: string
|
|
2560
|
+
|
|
2561
|
+
/**
|
|
2562
|
+
* 当证书来源为自有证书时,此字段必须填写证书内容;(因已不再支持自有证书,此字段已弃用,请不用填写此字段)
|
|
2563
|
+
*/
|
|
2564
|
+
Cert?: string
|
|
2565
|
+
|
|
2566
|
+
/**
|
|
2567
|
+
* 修改时间
|
|
2568
|
+
*/
|
|
2569
|
+
ModifyTime?: string
|
|
2570
|
+
|
|
2571
|
+
/**
|
|
2572
|
+
* 规则ID,当添加新规则时可以不用填写此字段;当修改或者删除规则时需要填写此字段;
|
|
2573
|
+
*/
|
|
2574
|
+
RuleId?: string
|
|
2575
|
+
|
|
2576
|
+
/**
|
|
2577
|
+
* 资源Ip
|
|
2578
|
+
*/
|
|
2579
|
+
Ip?: string
|
|
2580
|
+
|
|
2581
|
+
/**
|
|
2582
|
+
* 当证书来源为自有证书时,此字段必须填写证书密钥;(因已不再支持自有证书,此字段已弃用,请不用填写此字段)
|
|
2583
|
+
*/
|
|
2584
|
+
PrivateKey?: string
|
|
2585
|
+
|
|
2586
|
+
/**
|
|
2587
|
+
* 证书来源,当转发协议为https时必须填,取值[2(腾讯云托管证书)],当转发协议为http时也可以填0
|
|
2588
|
+
*/
|
|
2589
|
+
CertType?: number
|
|
2590
|
+
|
|
2591
|
+
/**
|
|
2592
|
+
* 接入端口值
|
|
2593
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2594
|
+
*/
|
|
2595
|
+
VirtualPort?: number
|
|
2596
|
+
|
|
2597
|
+
/**
|
|
2598
|
+
* cc防护状态,取值[0(关闭), 1(开启)]
|
|
2599
|
+
*/
|
|
2600
|
+
CCStatus?: number
|
|
2601
|
+
|
|
2602
|
+
/**
|
|
2603
|
+
* 当证书来源为腾讯云托管证书时,此字段必须填写托管证书ID
|
|
2604
|
+
*/
|
|
2605
|
+
SSLId?: string
|
|
2606
|
+
|
|
2607
|
+
/**
|
|
2608
|
+
* 资源Id
|
|
2609
|
+
*/
|
|
2610
|
+
Id?: string
|
|
2611
|
+
}
|
|
2612
|
+
|
|
2452
2613
|
/**
|
|
2453
2614
|
* CreateBoundIP返回参数结构体
|
|
2454
2615
|
*/
|
|
@@ -2886,7 +2886,7 @@ export interface CreatePluginRequest {
|
|
|
2886
2886
|
PluginName: string
|
|
2887
2887
|
|
|
2888
2888
|
/**
|
|
2889
|
-
* 插件类型。目前支持IPControl, TrafficControl, Cors, CustomReq, CustomAuth。
|
|
2889
|
+
* 插件类型。目前支持IPControl, TrafficControl, Cors, CustomReq, CustomAuth,Routing,TrafficControlByParameter。
|
|
2890
2890
|
*/
|
|
2891
2891
|
PluginType: string
|
|
2892
2892
|
|
|
@@ -1515,17 +1515,24 @@ export interface CreateNotificationConfigurationRequest {
|
|
|
1515
1515
|
NotificationUserGroupIds?: Array<string>
|
|
1516
1516
|
|
|
1517
1517
|
/**
|
|
1518
|
-
|
|
1519
|
-
|
|
1518
|
+
* 通知接收端类型,取值如下
|
|
1519
|
+
<br><li>USER_GROUP:用户组
|
|
1520
|
+
<br><li>CMQ_QUEUE:CMQ 队列
|
|
1521
|
+
<br><li>CMQ_TOPIC:CMQ 主题
|
|
1522
|
+
<br><li>TDMQ_CMQ_TOPIC:TDMQ CMQ 主题
|
|
1523
|
+
<br><li>TDMQ_CMQ_QUEUE:TDMQ CMQ 队列
|
|
1524
|
+
|
|
1525
|
+
默认值为:`USER_GROUP`。
|
|
1526
|
+
*/
|
|
1520
1527
|
TargetType?: string
|
|
1521
1528
|
|
|
1522
1529
|
/**
|
|
1523
|
-
* CMQ 队列名称,如 TargetType 取值为 `CMQ_QUEUE
|
|
1530
|
+
* CMQ 队列名称,如 TargetType 取值为 `CMQ_QUEUE` 或 `TDMQ_CMQ_QUEUE` 时,该字段必填。
|
|
1524
1531
|
*/
|
|
1525
1532
|
QueueName?: string
|
|
1526
1533
|
|
|
1527
1534
|
/**
|
|
1528
|
-
* CMQ 主题名称,如 TargetType 取值为 `CMQ_TOPIC
|
|
1535
|
+
* CMQ 主题名称,如 TargetType 取值为 `CMQ_TOPIC` 或 `TDMQ_CMQ_TOPIC` 时,该字段必填。
|
|
1529
1536
|
*/
|
|
1530
1537
|
TopicName?: string
|
|
1531
1538
|
}
|
|
@@ -1576,12 +1583,12 @@ export interface ModifyNotificationConfigurationRequest {
|
|
|
1576
1583
|
NotificationUserGroupIds?: Array<string>
|
|
1577
1584
|
|
|
1578
1585
|
/**
|
|
1579
|
-
* CMQ 队列名。
|
|
1586
|
+
* CMQ 队列或 TDMQ CMQ 队列名。
|
|
1580
1587
|
*/
|
|
1581
1588
|
QueueName?: string
|
|
1582
1589
|
|
|
1583
1590
|
/**
|
|
1584
|
-
* CMQ 主题名。
|
|
1591
|
+
* CMQ 主题或 TDMQ CMQ 主题名。
|
|
1585
1592
|
*/
|
|
1586
1593
|
TopicName?: string
|
|
1587
1594
|
}
|
|
@@ -2918,19 +2925,21 @@ export interface DescribeLaunchConfigurationsRequest {
|
|
|
2918
2925
|
*/
|
|
2919
2926
|
export interface NotificationTarget {
|
|
2920
2927
|
/**
|
|
2921
|
-
* 目标类型,取值范围包括`CMQ_QUEUE`、`CMQ_TOPIC`。
|
|
2928
|
+
* 目标类型,取值范围包括`CMQ_QUEUE`、`CMQ_TOPIC`、`TDMQ_CMQ_QUEUE`、`TDMQ_CMQ_TOPIC`。
|
|
2922
2929
|
<li> CMQ_QUEUE,指腾讯云消息队列-队列模型。</li>
|
|
2923
2930
|
<li> CMQ_TOPIC,指腾讯云消息队列-主题模型。</li>
|
|
2931
|
+
<li> TDMQ_CMQ_QUEUE,指腾讯云 TDMQ 消息队列-队列模型。</li>
|
|
2932
|
+
<li> TDMQ_CMQ_TOPIC,指腾讯云 TDMQ 消息队列-主题模型。</li>
|
|
2924
2933
|
*/
|
|
2925
2934
|
TargetType: string
|
|
2926
2935
|
|
|
2927
2936
|
/**
|
|
2928
|
-
* 队列名称,如果`TargetType`取值为`CMQ_QUEUE`,则本字段必填。
|
|
2937
|
+
* 队列名称,如果`TargetType`取值为`CMQ_QUEUE` 或 `TDMQ_CMQ_QUEUE`,则本字段必填。
|
|
2929
2938
|
*/
|
|
2930
2939
|
QueueName?: string
|
|
2931
2940
|
|
|
2932
2941
|
/**
|
|
2933
|
-
* 主题名称,如果`TargetType`取值为`CMQ_TOPIC`,则本字段必填。
|
|
2942
|
+
* 主题名称,如果`TargetType`取值为`CMQ_TOPIC` 或 `TDMQ_CMQ_TOPIC`,则本字段必填。
|
|
2934
2943
|
*/
|
|
2935
2944
|
TopicName?: string
|
|
2936
2945
|
}
|
|
@@ -1061,7 +1061,7 @@ export interface DescribeBillDetailRequest {
|
|
|
1061
1061
|
NeedRecordNum?: number
|
|
1062
1062
|
|
|
1063
1063
|
/**
|
|
1064
|
-
*
|
|
1064
|
+
* 已废弃参数,未开放
|
|
1065
1065
|
*/
|
|
1066
1066
|
ProductCode?: string
|
|
1067
1067
|
|
|
@@ -1084,6 +1084,12 @@ export interface DescribeBillDetailRequest {
|
|
|
1084
1084
|
* 项目ID:资源所属项目ID
|
|
1085
1085
|
*/
|
|
1086
1086
|
ProjectId?: number
|
|
1087
|
+
|
|
1088
|
+
/**
|
|
1089
|
+
* 商品名称代码
|
|
1090
|
+
备注:如需获取当月使用过的BusinessCode,请调用API:<a href="https://cloud.tencent.com/document/product/555/35761">获取产品汇总费用分布</a>
|
|
1091
|
+
*/
|
|
1092
|
+
BusinessCode?: string
|
|
1087
1093
|
}
|
|
1088
1094
|
|
|
1089
1095
|
/**
|
|
@@ -1878,6 +1884,12 @@ export interface DescribeBillResourceSummaryRequest {
|
|
|
1878
1884
|
* 付费模式 prePay/postPay
|
|
1879
1885
|
*/
|
|
1880
1886
|
PayMode?: string
|
|
1887
|
+
|
|
1888
|
+
/**
|
|
1889
|
+
* 商品名称代码
|
|
1890
|
+
备注:如需获取当月使用过的BusinessCode,请调用API:<a href="https://cloud.tencent.com/document/product/555/35761">获取产品汇总费用分布</a>
|
|
1891
|
+
*/
|
|
1892
|
+
BusinessCode?: string
|
|
1881
1893
|
}
|
|
1882
1894
|
|
|
1883
1895
|
/**
|
|
@@ -58,6 +58,7 @@ import {
|
|
|
58
58
|
DeleteSecurityGroupRuleResponse,
|
|
59
59
|
ModifySecurityGroupAllRuleStatusRequest,
|
|
60
60
|
ModifySequenceRulesRequest,
|
|
61
|
+
DescribeAddrTemplateListRequest,
|
|
61
62
|
CreateNatFwInstanceRequest,
|
|
62
63
|
ModifySecurityGroupItemRuleStatusResponse,
|
|
63
64
|
DescribeEnterpriseSecurityGroupRuleResponse,
|
|
@@ -79,6 +80,7 @@ import {
|
|
|
79
80
|
DescribeTLogInfoRequest,
|
|
80
81
|
DescribeSecurityGroupListResponse,
|
|
81
82
|
AssetZone,
|
|
83
|
+
DescribeAddrTemplateListResponse,
|
|
82
84
|
RunSyncAssetRequest,
|
|
83
85
|
DescribeTLogIpListRequest,
|
|
84
86
|
DescribeNatFwInstancesInfoRequest,
|
|
@@ -154,6 +156,7 @@ import {
|
|
|
154
156
|
StopSecurityGroupRuleDispatchRequest,
|
|
155
157
|
DescribeGuideScanInfoRequest,
|
|
156
158
|
ModifyBlockTopResponse,
|
|
159
|
+
TemplateListInfo,
|
|
157
160
|
CreateSecurityGroupApiRulesRequest,
|
|
158
161
|
DescribeNatFwVpcDnsLstResponse,
|
|
159
162
|
CreateChooseVpcsRequest,
|
|
@@ -877,6 +880,16 @@ export class Client extends AbstractClient {
|
|
|
877
880
|
return this.request("DescribeBlockByIpTimesList", req, cb)
|
|
878
881
|
}
|
|
879
882
|
|
|
883
|
+
/**
|
|
884
|
+
* 获取地址模版列表
|
|
885
|
+
*/
|
|
886
|
+
async DescribeAddrTemplateList(
|
|
887
|
+
req: DescribeAddrTemplateListRequest,
|
|
888
|
+
cb?: (error: string, rep: DescribeAddrTemplateListResponse) => void
|
|
889
|
+
): Promise<DescribeAddrTemplateListResponse> {
|
|
890
|
+
return this.request("DescribeAddrTemplateList", req, cb)
|
|
891
|
+
}
|
|
892
|
+
|
|
880
893
|
/**
|
|
881
894
|
* DescribeBlockStaticList 告警中心柱形图
|
|
882
895
|
|
|
@@ -419,6 +419,16 @@ drop:拒绝
|
|
|
419
419
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
420
420
|
*/
|
|
421
421
|
ServiceTemplateId?: string
|
|
422
|
+
|
|
423
|
+
/**
|
|
424
|
+
* 规则对应的唯一id
|
|
425
|
+
*/
|
|
426
|
+
Id?: string
|
|
427
|
+
|
|
428
|
+
/**
|
|
429
|
+
* 规则状态,true表示启用,false表示禁用
|
|
430
|
+
*/
|
|
431
|
+
Enable?: string
|
|
422
432
|
}
|
|
423
433
|
|
|
424
434
|
/**
|
|
@@ -1062,6 +1072,36 @@ export interface ModifySequenceRulesRequest {
|
|
|
1062
1072
|
Direction?: number
|
|
1063
1073
|
}
|
|
1064
1074
|
|
|
1075
|
+
/**
|
|
1076
|
+
* DescribeAddrTemplateList请求参数结构体
|
|
1077
|
+
*/
|
|
1078
|
+
export interface DescribeAddrTemplateListRequest {
|
|
1079
|
+
/**
|
|
1080
|
+
* 偏移量,分页用
|
|
1081
|
+
*/
|
|
1082
|
+
Offset?: number
|
|
1083
|
+
|
|
1084
|
+
/**
|
|
1085
|
+
* 条数,分页用
|
|
1086
|
+
*/
|
|
1087
|
+
Limit?: number
|
|
1088
|
+
|
|
1089
|
+
/**
|
|
1090
|
+
* 排序字段,取值 'UpdateTime' | 'RulesNum'
|
|
1091
|
+
*/
|
|
1092
|
+
By?: string
|
|
1093
|
+
|
|
1094
|
+
/**
|
|
1095
|
+
* 排序,取值 'asc'|'desc'
|
|
1096
|
+
*/
|
|
1097
|
+
Order?: string
|
|
1098
|
+
|
|
1099
|
+
/**
|
|
1100
|
+
* 搜索值
|
|
1101
|
+
*/
|
|
1102
|
+
SearchValue?: string
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1065
1105
|
/**
|
|
1066
1106
|
* CreateNatFwInstance请求参数结构体
|
|
1067
1107
|
*/
|
|
@@ -1635,6 +1675,31 @@ export interface AssetZone {
|
|
|
1635
1675
|
ZoneEng: string
|
|
1636
1676
|
}
|
|
1637
1677
|
|
|
1678
|
+
/**
|
|
1679
|
+
* DescribeAddrTemplateList返回参数结构体
|
|
1680
|
+
*/
|
|
1681
|
+
export interface DescribeAddrTemplateListResponse {
|
|
1682
|
+
/**
|
|
1683
|
+
* 模版总数
|
|
1684
|
+
*/
|
|
1685
|
+
Total: number
|
|
1686
|
+
|
|
1687
|
+
/**
|
|
1688
|
+
* 模版列表数据
|
|
1689
|
+
*/
|
|
1690
|
+
Data: Array<TemplateListInfo>
|
|
1691
|
+
|
|
1692
|
+
/**
|
|
1693
|
+
* 模版名称列表
|
|
1694
|
+
*/
|
|
1695
|
+
NameList: Array<string>
|
|
1696
|
+
|
|
1697
|
+
/**
|
|
1698
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1699
|
+
*/
|
|
1700
|
+
RequestId?: string
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1638
1703
|
/**
|
|
1639
1704
|
* RunSyncAsset请求参数结构体
|
|
1640
1705
|
*/
|
|
@@ -3575,6 +3640,59 @@ export interface ModifyBlockTopResponse {
|
|
|
3575
3640
|
RequestId?: string
|
|
3576
3641
|
}
|
|
3577
3642
|
|
|
3643
|
+
/**
|
|
3644
|
+
* 地址模版列表数据
|
|
3645
|
+
*/
|
|
3646
|
+
export interface TemplateListInfo {
|
|
3647
|
+
/**
|
|
3648
|
+
* 模版ID
|
|
3649
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3650
|
+
*/
|
|
3651
|
+
Uuid: string
|
|
3652
|
+
|
|
3653
|
+
/**
|
|
3654
|
+
* 模版名称
|
|
3655
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3656
|
+
*/
|
|
3657
|
+
Name: string
|
|
3658
|
+
|
|
3659
|
+
/**
|
|
3660
|
+
* 描述
|
|
3661
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3662
|
+
*/
|
|
3663
|
+
Detail: string
|
|
3664
|
+
|
|
3665
|
+
/**
|
|
3666
|
+
* IP模版
|
|
3667
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3668
|
+
*/
|
|
3669
|
+
IpString: string
|
|
3670
|
+
|
|
3671
|
+
/**
|
|
3672
|
+
* 插入时间
|
|
3673
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3674
|
+
*/
|
|
3675
|
+
InsertTime: string
|
|
3676
|
+
|
|
3677
|
+
/**
|
|
3678
|
+
* 修改时间
|
|
3679
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3680
|
+
*/
|
|
3681
|
+
UpdateTime: string
|
|
3682
|
+
|
|
3683
|
+
/**
|
|
3684
|
+
* 模版类型
|
|
3685
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3686
|
+
*/
|
|
3687
|
+
Type: number
|
|
3688
|
+
|
|
3689
|
+
/**
|
|
3690
|
+
* 关联规则条数
|
|
3691
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3692
|
+
*/
|
|
3693
|
+
RulesNum: number
|
|
3694
|
+
}
|
|
3695
|
+
|
|
3578
3696
|
/**
|
|
3579
3697
|
* CreateSecurityGroupApiRules请求参数结构体
|
|
3580
3698
|
*/
|