tencentcloud-sdk-nodejs 4.0.225 → 4.0.229
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 +489 -41
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/advisor/v20200721/advisor_models.ts +7 -1
- package/src/services/as/v20180419/as_models.ts +2 -6
- package/src/services/ccc/v20200210/ccc_models.ts +49 -7
- package/src/services/cdb/v20170320/cdb_client.ts +2 -14
- package/src/services/cdb/v20170320/cdb_models.ts +51 -51
- package/src/services/cdn/v20180606/cdn_models.ts +7 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +17 -1
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/cls/v20201016/cls_client.ts +3 -18
- package/src/services/cls/v20201016/cls_models.ts +16 -1
- package/src/services/cme/v20191029/cme_models.ts +5 -0
- package/src/services/cwp/v20180228/cwp_models.ts +25 -4
- package/src/services/faceid/v20180301/faceid_models.ts +23 -7
- package/src/services/ims/v20201229/ims_models.ts +10 -0
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +1 -1
- package/src/services/mongodb/v20190725/mongodb_models.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +5 -0
- package/src/services/ses/v20201002/ses_client.ts +32 -18
- package/src/services/ses/v20201002/ses_models.ts +149 -52
- package/src/services/taf/v20200210/taf_client.ts +4 -3
- package/src/services/taf/v20200210/taf_models.ts +72 -12
- package/src/services/tem/v20210701/tem_models.ts +5 -0
- package/src/services/tiia/v20190529/tiia_client.ts +78 -3
- package/src/services/tiia/v20190529/tiia_models.ts +397 -29
- package/src/services/tiw/v20190919/tiw_client.ts +17 -1
- package/src/services/tiw/v20190919/tiw_models.ts +82 -5
- package/src/services/tke/v20180525/tke_models.ts +2 -2
- package/src/services/trtc/v20190722/trtc_client.ts +3 -40
- package/src/services/trtc/v20190722/trtc_models.ts +43 -187
- package/src/services/vod/v20180717/vod_models.ts +20 -10
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +6 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -6
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +40 -6
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -5
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +43 -45
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +14 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -18
- package/tencentcloud/services/cls/v20201016/cls_client.js +2 -17
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +20 -3
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +20 -7
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +8 -0
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +4 -0
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +10 -6
- package/tencentcloud/services/ses/v20201002/ses_client.js +13 -7
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +129 -47
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +2 -2
- package/tencentcloud/services/taf/v20200210/taf_client.js +2 -2
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +59 -11
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -0
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +26 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +37 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +341 -28
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +8 -1
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +9 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +72 -5
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -13
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -18
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +39 -163
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -10
- package/test/cdb.v20170320.test.js +0 -10
- package/test/ses.v20201002.test.js +14 -4
- package/test/tiia.v20190529.test.js +60 -0
- package/test/tiw.v20190919.test.js +10 -0
- package/test/trtc.v20190722.test.js +0 -30
package/products.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|-|-|-|
|
|
3
3
|
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2021-10-28 08:01:28 |
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
|
-
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-10-
|
|
5
|
+
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-10-29 08:00:17 |
|
|
6
6
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2021-09-16 08:02:22 |
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2021-09-16 08:02:20 |
|
|
8
8
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2021-10-13 08:02:42 |
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-09-16 08:01:43 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
|
|
14
14
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-09-29 08:00:45 |
|
|
15
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-
|
|
15
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-01 08:05:02 |
|
|
16
16
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-09-16 08:01:57 |
|
|
17
17
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-09-16 08:01:40 |
|
|
18
18
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-09-16 08:01:39 |
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-09-16 08:05:04 |
|
|
31
31
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-09-16 08:03:51 |
|
|
32
32
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-10-27 08:03:51 |
|
|
33
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-
|
|
34
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-
|
|
35
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-
|
|
33
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-11-01 08:06:08 |
|
|
34
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-11-02 08:03:22 |
|
|
35
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-11-02 08:03:38 |
|
|
36
36
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-09-16 08:05:40 |
|
|
37
37
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-09-16 08:05:42 |
|
|
38
38
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-10-27 08:04:17 |
|
|
@@ -40,18 +40,18 @@
|
|
|
40
40
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-09-30 08:02:25 |
|
|
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-
|
|
44
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-
|
|
43
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-11-02 08:04:08 |
|
|
44
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-11-02 08:04:16 |
|
|
45
45
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-09-16 08:14:35 |
|
|
46
46
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-09-16 08:12:58 |
|
|
47
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-
|
|
48
|
-
| cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-
|
|
47
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-11-01 08:07:18 |
|
|
48
|
+
| cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-11-01 08:07:26 |
|
|
49
49
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-09-16 08:03:08 |
|
|
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-10-13 08:05:27 |
|
|
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-
|
|
54
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-
|
|
53
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-02 08:05:03 |
|
|
54
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-11-02 08:05:13 |
|
|
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-10-27 08:06:08 |
|
|
57
57
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-09-16 08:06:18 |
|
|
@@ -74,27 +74,27 @@
|
|
|
74
74
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-09-30 08:05:14 |
|
|
75
75
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-10-25 08:05:49 |
|
|
76
76
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-09-16 08:07:14 |
|
|
77
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-10-
|
|
77
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-10-29 08:05:31 |
|
|
78
78
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-09-24 09:57:29 |
|
|
79
79
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-09-24 09:57:31 |
|
|
80
80
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-10-18 08:07:19 |
|
|
81
81
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2021-09-16 08:07:34 |
|
|
82
82
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2021-09-16 08:01:47 |
|
|
83
83
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2021-09-16 08:03:55 |
|
|
84
|
-
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2021-
|
|
84
|
+
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2021-10-29 08:05:58 |
|
|
85
85
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
86
86
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2021-09-16 08:07:38 |
|
|
87
87
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2021-10-13 08:08:07 |
|
|
88
88
|
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2021-09-16 08:00:56 |
|
|
89
89
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2021-10-18 08:07:55 |
|
|
90
90
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2021-09-16 08:02:27 |
|
|
91
|
-
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2021-
|
|
91
|
+
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2021-10-29 08:06:21 |
|
|
92
92
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2021-09-16 08:07:49 |
|
|
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-10-28 08:08:02 |
|
|
95
95
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-09-16 08:08:06 |
|
|
96
96
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-09-16 08:03:15 |
|
|
97
|
-
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-
|
|
97
|
+
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-11-03 08:12:03 |
|
|
98
98
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-09-16 08:08:09 |
|
|
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-10-21 11:29:49 |
|
|
@@ -104,7 +104,7 @@
|
|
|
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-09-16 08:01:53 |
|
|
106
106
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-10-11 08:07:22 |
|
|
107
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-
|
|
107
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-10-29 08:07:31 |
|
|
108
108
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-10-28 08:09:09 |
|
|
109
109
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-10-27 08:09:49 |
|
|
110
110
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-10-21 11:32:09 |
|
|
@@ -125,8 +125,8 @@
|
|
|
125
125
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-09-16 08:13:45 |
|
|
126
126
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-09-16 08:02:24 |
|
|
127
127
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-09-27 08:15:19 |
|
|
128
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-
|
|
129
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-
|
|
128
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-11-02 08:10:12 |
|
|
129
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-10-29 08:08:48 |
|
|
130
130
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-09-16 08:04:09 |
|
|
131
131
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-10-27 08:10:57 |
|
|
132
132
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-09-16 08:09:52 |
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2021-09-16 08:01:50 |
|
|
138
138
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2021-09-16 08:03:57 |
|
|
139
139
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-09-16 08:13:47 |
|
|
140
|
-
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-
|
|
140
|
+
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-03 08:14:28 |
|
|
141
141
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-09-16 08:10:15 |
|
|
142
142
|
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-10-11 08:09:12 |
|
|
143
143
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
@@ -150,29 +150,29 @@
|
|
|
150
150
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
151
151
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-10-21 11:37:27 |
|
|
152
152
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-09-16 08:00:13 |
|
|
153
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-10-
|
|
154
|
-
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-10-
|
|
153
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-10-29 08:10:04 |
|
|
154
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-10-29 08:10:14 |
|
|
155
155
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
156
156
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2021-09-16 08:01:33 |
|
|
157
157
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
158
158
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2021-09-16 08:10:45 |
|
|
159
159
|
| tiems | [智能钛弹性模型服务](https://cloud.tencent.com/document/product/1120) | 2021-09-16 08:10:47 |
|
|
160
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-
|
|
160
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-10-29 08:10:24 |
|
|
161
161
|
| tione | [智能钛机器学习平台](https://cloud.tencent.com/document/product/851) | 2021-09-16 08:03:04 |
|
|
162
|
-
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-
|
|
163
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-
|
|
162
|
+
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-10-29 08:10:34 |
|
|
163
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-11-02 08:12:02 |
|
|
164
164
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
165
165
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-09-16 08:02:16 |
|
|
166
166
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-10-11 08:10:28 |
|
|
167
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-10-
|
|
168
|
-
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-
|
|
167
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-10-29 08:10:53 |
|
|
168
|
+
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-11-03 08:15:55 |
|
|
169
169
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2021-10-27 08:12:46 |
|
|
170
170
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-09-16 08:14:31 |
|
|
171
171
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2021-09-16 08:11:28 |
|
|
172
172
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-09-16 08:01:36 |
|
|
173
173
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-09-16 08:01:26 |
|
|
174
174
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-09-16 08:01:28 |
|
|
175
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-
|
|
175
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-11-02 08:12:52 |
|
|
176
176
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-10-27 08:13:36 |
|
|
177
177
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-09-16 08:14:32 |
|
|
178
178
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2021-09-30 08:11:50 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.229"
|
|
@@ -116,7 +116,7 @@ export interface DescribeStrategie {
|
|
|
116
116
|
export interface DescribeTaskStrategyRisksResponse {
|
|
117
117
|
/**
|
|
118
118
|
* 根据此配置,匹配风险实例列表(Risks)对应字段,例如:
|
|
119
|
-
{"Response":{"RequestId":"111","RiskFieldsDesc":[{"Field":"InstanceId","FieldName":"ID","FieldType":"string","FieldDict":{}},{"Field":"InstanceName","FieldName":"名称","FieldType":"string","FieldDict":{}},{"Field":"InstanceState","FieldName":"状态","FieldType":"string","FieldDict":{"LAUNCH_FAILED":"创建失败","PENDING":"创建中","REBOOTING":"重启中","RUNNING":"运行中","SHUTDOWN":"停止待销毁","STARTING":"开机中","STOPPED":"关机","STOPPING":"关机中","TERMINATING":"销毁中"}},{"Field":"Zone","FieldName":"可用区","FieldType":"string","FieldDict":{}},{"Field":"PrivateIPAddresses","FieldName":"IP地址(内)","FieldType":"stringSlice","FieldDict":{}},{"Field":"PublicIPAddresses","FieldName":"IP地址(公)","FieldType":"stringSlice","FieldDict":{}},{"Field":"Tags","FieldName":"标签","FieldType":"tags","FieldDict":{}}],"RiskTotalCount":
|
|
119
|
+
{"Response":{"RequestId":"111","RiskFieldsDesc":[{"Field":"InstanceId","FieldName":"ID","FieldType":"string","FieldDict":{}},{"Field":"InstanceName","FieldName":"名称","FieldType":"string","FieldDict":{}},{"Field":"InstanceState","FieldName":"状态","FieldType":"string","FieldDict":{"LAUNCH_FAILED":"创建失败","PENDING":"创建中","REBOOTING":"重启中","RUNNING":"运行中","SHUTDOWN":"停止待销毁","STARTING":"开机中","STOPPED":"关机","STOPPING":"关机中","TERMINATING":"销毁中"}},{"Field":"Zone","FieldName":"可用区","FieldType":"string","FieldDict":{}},{"Field":"PrivateIPAddresses","FieldName":"IP地址(内)","FieldType":"stringSlice","FieldDict":{}},{"Field":"PublicIPAddresses","FieldName":"IP地址(公)","FieldType":"stringSlice","FieldDict":{}},{"Field":"Region","FieldName":"地域","FieldType":"string","FieldDict":{}},{"Field":"Tags","FieldName":"标签","FieldType":"tags","FieldDict":{}}],"RiskTotalCount":3,"Risks":"[{\"InstanceId\":\"ins-xxx1\",\"InstanceName\":\"xxx1\",\"InstanceState\":\"RUNNING\",\"PrivateIPAddresses\":[\"1.17.64.2\"],\"PublicIPAddresses\":null,\"Region\":\"ap-shanghai\",\"Tags\":null,\"Zone\":\"ap-shanghai-2\"},{\"InstanceId\":\"ins-xxx2\",\"InstanceName\":\"xxx2\",\"InstanceState\":\"RUNNING\",\"PrivateIPAddresses\":[\"1.17.64.11\"],\"PublicIPAddresses\":null,\"Region\":\"ap-shanghai\",\"Tags\":null,\"Zone\":\"ap-shanghai-2\"}]","StrategyId":9}}
|
|
120
120
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
121
121
|
*/
|
|
122
122
|
RiskFieldsDesc: Array<RiskFieldsDesc>
|
|
@@ -133,6 +133,12 @@ export interface DescribeTaskStrategyRisksResponse {
|
|
|
133
133
|
*/
|
|
134
134
|
RiskTotalCount: number
|
|
135
135
|
|
|
136
|
+
/**
|
|
137
|
+
* 风险实例详情列表,需要json decode
|
|
138
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
139
|
+
*/
|
|
140
|
+
Risks: string
|
|
141
|
+
|
|
136
142
|
/**
|
|
137
143
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
138
144
|
*/
|
|
@@ -2645,10 +2645,6 @@ export interface DescribeLifecycleHooksRequest {
|
|
|
2645
2645
|
<li> lifecycle-hook-id - String - 是否必填:否 -(过滤条件)按照生命周期挂钩ID过滤。</li>
|
|
2646
2646
|
<li> lifecycle-hook-name - String - 是否必填:否 -(过滤条件)按照生命周期挂钩名称过滤。</li>
|
|
2647
2647
|
<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>
|
|
2648
|
-
过滤条件。
|
|
2649
|
-
<li> lifecycle-hook-id - String - 是否必填:否 -(过滤条件)按照生命周期挂钩ID过滤。</li>
|
|
2650
|
-
<li> lifecycle-hook-name - String - 是否必填:否 -(过滤条件)按照生命周期挂钩名称过滤。</li>
|
|
2651
|
-
<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>
|
|
2652
2648
|
每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`LifecycleHookIds `和`Filters`。
|
|
2653
2649
|
*/
|
|
2654
2650
|
Filters?: Array<Filter>
|
|
@@ -2885,12 +2881,12 @@ export interface DescribeLifecycleHooksResponse {
|
|
|
2885
2881
|
/**
|
|
2886
2882
|
* 生命周期挂钩数组
|
|
2887
2883
|
*/
|
|
2888
|
-
LifecycleHookSet
|
|
2884
|
+
LifecycleHookSet: Array<LifecycleHook>
|
|
2889
2885
|
|
|
2890
2886
|
/**
|
|
2891
2887
|
* 总体数量
|
|
2892
2888
|
*/
|
|
2893
|
-
TotalCount
|
|
2889
|
+
TotalCount: number
|
|
2894
2890
|
|
|
2895
2891
|
/**
|
|
2896
2892
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -575,6 +575,18 @@ notInService 不在服务区
|
|
|
575
575
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
576
576
|
*/
|
|
577
577
|
SessionId: string
|
|
578
|
+
|
|
579
|
+
/**
|
|
580
|
+
* 主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空
|
|
581
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
582
|
+
*/
|
|
583
|
+
ProtectedCaller: string
|
|
584
|
+
|
|
585
|
+
/**
|
|
586
|
+
* 被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空
|
|
587
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
588
|
+
*/
|
|
589
|
+
ProtectedCallee: string
|
|
578
590
|
}
|
|
579
591
|
|
|
580
592
|
/**
|
|
@@ -660,12 +672,12 @@ export interface DescribeChatMessagesResponse {
|
|
|
660
672
|
/**
|
|
661
673
|
* 总记录数
|
|
662
674
|
*/
|
|
663
|
-
TotalCount
|
|
675
|
+
TotalCount: number
|
|
664
676
|
|
|
665
677
|
/**
|
|
666
678
|
* 消息列表
|
|
667
679
|
*/
|
|
668
|
-
Messages
|
|
680
|
+
Messages: Array<MessageBody>
|
|
669
681
|
|
|
670
682
|
/**
|
|
671
683
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -777,11 +789,6 @@ export interface ErrStaffItem {
|
|
|
777
789
|
* DescribeChatMessages请求参数结构体
|
|
778
790
|
*/
|
|
779
791
|
export interface DescribeChatMessagesRequest {
|
|
780
|
-
/**
|
|
781
|
-
* 服务记录ID
|
|
782
|
-
*/
|
|
783
|
-
CdrId: string
|
|
784
|
-
|
|
785
792
|
/**
|
|
786
793
|
* 实例ID
|
|
787
794
|
*/
|
|
@@ -792,6 +799,11 @@ export interface DescribeChatMessagesRequest {
|
|
|
792
799
|
*/
|
|
793
800
|
SdkAppId?: number
|
|
794
801
|
|
|
802
|
+
/**
|
|
803
|
+
* 服务记录ID
|
|
804
|
+
*/
|
|
805
|
+
CdrId?: string
|
|
806
|
+
|
|
795
807
|
/**
|
|
796
808
|
* 返回记录条数 最大为100默认20
|
|
797
809
|
*/
|
|
@@ -806,6 +818,11 @@ export interface DescribeChatMessagesRequest {
|
|
|
806
818
|
* 1为从早到晚,2为从晚到早,默认为2
|
|
807
819
|
*/
|
|
808
820
|
Order?: number
|
|
821
|
+
|
|
822
|
+
/**
|
|
823
|
+
* 服务记录SessionID
|
|
824
|
+
*/
|
|
825
|
+
SessionId?: string
|
|
809
826
|
}
|
|
810
827
|
|
|
811
828
|
/**
|
|
@@ -880,6 +897,16 @@ finished 已完成
|
|
|
880
897
|
* 转外线被叫
|
|
881
898
|
*/
|
|
882
899
|
OutBoundCallee: string
|
|
900
|
+
|
|
901
|
+
/**
|
|
902
|
+
* 主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空
|
|
903
|
+
*/
|
|
904
|
+
ProtectedCaller: string
|
|
905
|
+
|
|
906
|
+
/**
|
|
907
|
+
* 被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空
|
|
908
|
+
*/
|
|
909
|
+
ProtectedCallee: string
|
|
883
910
|
}
|
|
884
911
|
|
|
885
912
|
/**
|
|
@@ -1075,6 +1102,16 @@ export interface PSTNSessionInfo {
|
|
|
1075
1102
|
* 振铃时间,Unix 时间戳
|
|
1076
1103
|
*/
|
|
1077
1104
|
RingTimestamp: number
|
|
1105
|
+
|
|
1106
|
+
/**
|
|
1107
|
+
* 主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空
|
|
1108
|
+
*/
|
|
1109
|
+
ProtectedCaller: string
|
|
1110
|
+
|
|
1111
|
+
/**
|
|
1112
|
+
* 被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空
|
|
1113
|
+
*/
|
|
1114
|
+
ProtectedCallee: string
|
|
1078
1115
|
}
|
|
1079
1116
|
|
|
1080
1117
|
/**
|
|
@@ -1411,6 +1448,11 @@ export interface DescribeTelCdrRequest {
|
|
|
1411
1448
|
* 按手机号筛选
|
|
1412
1449
|
*/
|
|
1413
1450
|
Phones?: Array<string>
|
|
1451
|
+
|
|
1452
|
+
/**
|
|
1453
|
+
* 按SessionId筛选
|
|
1454
|
+
*/
|
|
1455
|
+
SessionIds?: Array<string>
|
|
1414
1456
|
}
|
|
1415
1457
|
|
|
1416
1458
|
/**
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
DescribeRoMinScaleResponse,
|
|
31
31
|
CreateAuditRuleResponse,
|
|
32
32
|
StopDBImportJobRequest,
|
|
33
|
-
|
|
33
|
+
RoWeightValue,
|
|
34
34
|
DescribeSlowLogDataResponse,
|
|
35
35
|
SellType,
|
|
36
36
|
DescribeDBInstanceInfoResponse,
|
|
@@ -167,7 +167,6 @@ import {
|
|
|
167
167
|
DescribeBackupTablesResponse,
|
|
168
168
|
Outbound,
|
|
169
169
|
SlaveInstanceInfo,
|
|
170
|
-
RoWeightValue,
|
|
171
170
|
ModifyDBInstanceVipVportRequest,
|
|
172
171
|
ModifyParamTemplateResponse,
|
|
173
172
|
ModifyDBInstanceSecurityGroupsResponse,
|
|
@@ -193,7 +192,6 @@ import {
|
|
|
193
192
|
DescribeAsyncRequestInfoRequest,
|
|
194
193
|
TablePrivilege,
|
|
195
194
|
BalanceRoGroupLoadRequest,
|
|
196
|
-
ModifyRoTypeResponse,
|
|
197
195
|
DescribeAuditRulesRequest,
|
|
198
196
|
DescribeBackupOverviewResponse,
|
|
199
197
|
ColumnPrivilege,
|
|
@@ -218,7 +216,7 @@ import {
|
|
|
218
216
|
DescribeDBInstanceConfigRequest,
|
|
219
217
|
DescribeBackupTablesRequest,
|
|
220
218
|
DescribeBinlogsResponse,
|
|
221
|
-
|
|
219
|
+
OfflineIsolatedInstancesResponse,
|
|
222
220
|
SwitchDrInstanceToMasterResponse,
|
|
223
221
|
DatabasePrivilege,
|
|
224
222
|
RoGroupAttr,
|
|
@@ -640,16 +638,6 @@ export class Client extends AbstractClient {
|
|
|
640
638
|
return this.request("DescribeAccountPrivileges", req, cb)
|
|
641
639
|
}
|
|
642
640
|
|
|
643
|
-
/**
|
|
644
|
-
* 修改只读实例类型,可以将普通只读实例变为延迟只读实例,或者将延迟只读实例变为普通只读实例。
|
|
645
|
-
*/
|
|
646
|
-
async ModifyRoType(
|
|
647
|
-
req: ModifyRoTypeRequest,
|
|
648
|
-
cb?: (error: string, rep: ModifyRoTypeResponse) => void
|
|
649
|
-
): Promise<ModifyRoTypeResponse> {
|
|
650
|
-
return this.request("ModifyRoType", req, cb)
|
|
651
|
-
}
|
|
652
|
-
|
|
653
641
|
/**
|
|
654
642
|
* 本接口(ReleaseIsolatedDBInstances)用于恢复已隔离云数据库实例。
|
|
655
643
|
*/
|
|
@@ -211,6 +211,16 @@ export interface CreateDBInstanceRequest {
|
|
|
211
211
|
* 金融围拢 ID。
|
|
212
212
|
*/
|
|
213
213
|
CageId?: string
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* 告警策略名数组,例如:["policy-uyoee9wg"],AlarmPolicyList不为空时该参数无效。
|
|
217
|
+
*/
|
|
218
|
+
AlarmPolicyIdList?: Array<string>
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* 是否只预检此次请求。true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制等。如果检查不通过,则返回对应错误码;如果检查通过,则返回RequestId.默认为false:发送正常请求,通过检查后直接创建实例。
|
|
222
|
+
*/
|
|
223
|
+
DryRun?: boolean
|
|
214
224
|
}
|
|
215
225
|
|
|
216
226
|
/**
|
|
@@ -360,7 +370,7 @@ export interface CreateDBImportJobRequest {
|
|
|
360
370
|
InstanceId: string
|
|
361
371
|
|
|
362
372
|
/**
|
|
363
|
-
*
|
|
373
|
+
* 文件名称。该文件是指用户已上传到腾讯云的文件,仅支持.sql文件。
|
|
364
374
|
*/
|
|
365
375
|
FileName: string
|
|
366
376
|
|
|
@@ -531,13 +541,18 @@ export interface StopDBImportJobRequest {
|
|
|
531
541
|
}
|
|
532
542
|
|
|
533
543
|
/**
|
|
534
|
-
*
|
|
544
|
+
* RO 实例的权重值
|
|
535
545
|
*/
|
|
536
|
-
export interface
|
|
546
|
+
export interface RoWeightValue {
|
|
537
547
|
/**
|
|
538
|
-
*
|
|
548
|
+
* RO 实例 ID。
|
|
539
549
|
*/
|
|
540
|
-
|
|
550
|
+
InstanceId: string
|
|
551
|
+
|
|
552
|
+
/**
|
|
553
|
+
* 权重值。取值范围为 [0, 100]。
|
|
554
|
+
*/
|
|
555
|
+
Weight: number
|
|
541
556
|
}
|
|
542
557
|
|
|
543
558
|
/**
|
|
@@ -2520,6 +2535,16 @@ export interface CreateDBInstanceHourRequest {
|
|
|
2520
2535
|
* 金融围拢 ID 。
|
|
2521
2536
|
*/
|
|
2522
2537
|
CageId?: string
|
|
2538
|
+
|
|
2539
|
+
/**
|
|
2540
|
+
* 告警策略名数组,例如:["policy-uyoee9wg"],AlarmPolicyList不为空时该参数无效。
|
|
2541
|
+
*/
|
|
2542
|
+
AlarmPolicyIdList?: Array<string>
|
|
2543
|
+
|
|
2544
|
+
/**
|
|
2545
|
+
* 是否只预检此次请求。true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制等。如果检查不通过,则返回对应错误码;如果检查通过,则返回RequestId.默认为false:发送正常请求,通过检查后直接创建实例。
|
|
2546
|
+
*/
|
|
2547
|
+
DryRun?: boolean
|
|
2523
2548
|
}
|
|
2524
2549
|
|
|
2525
2550
|
/**
|
|
@@ -2668,6 +2693,11 @@ export interface BackupInfo {
|
|
|
2668
2693
|
* 备份方式。可能的值有 "manual": 手动备份, "automatic": 自动备份。
|
|
2669
2694
|
*/
|
|
2670
2695
|
Way: string
|
|
2696
|
+
|
|
2697
|
+
/**
|
|
2698
|
+
* 手动备份别名
|
|
2699
|
+
*/
|
|
2700
|
+
ManualBackupName: string
|
|
2671
2701
|
}
|
|
2672
2702
|
|
|
2673
2703
|
/**
|
|
@@ -2778,6 +2808,11 @@ export interface CreateCloneInstanceRequest {
|
|
|
2778
2808
|
* 置放群组 ID。
|
|
2779
2809
|
*/
|
|
2780
2810
|
DeployGroupId?: string
|
|
2811
|
+
|
|
2812
|
+
/**
|
|
2813
|
+
* 是否只预检此次请求。true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制等。如果检查不通过,则返回对应错误码;如果检查通过,则返回RequestId.默认为false:发送正常请求,通过检查后直接创建实例。
|
|
2814
|
+
*/
|
|
2815
|
+
DryRun?: boolean
|
|
2781
2816
|
}
|
|
2782
2817
|
|
|
2783
2818
|
/**
|
|
@@ -3965,21 +4000,6 @@ export interface SlaveInstanceInfo {
|
|
|
3965
4000
|
Zone: string
|
|
3966
4001
|
}
|
|
3967
4002
|
|
|
3968
|
-
/**
|
|
3969
|
-
* RO 实例的权重值
|
|
3970
|
-
*/
|
|
3971
|
-
export interface RoWeightValue {
|
|
3972
|
-
/**
|
|
3973
|
-
* RO 实例 ID。
|
|
3974
|
-
*/
|
|
3975
|
-
InstanceId: string
|
|
3976
|
-
|
|
3977
|
-
/**
|
|
3978
|
-
* 权重值。取值范围为 [0, 100]。
|
|
3979
|
-
*/
|
|
3980
|
-
Weight: number
|
|
3981
|
-
}
|
|
3982
|
-
|
|
3983
4003
|
/**
|
|
3984
4004
|
* ModifyDBInstanceVipVport请求参数结构体
|
|
3985
4005
|
*/
|
|
@@ -4436,16 +4456,6 @@ export interface BalanceRoGroupLoadRequest {
|
|
|
4436
4456
|
RoGroupId: string
|
|
4437
4457
|
}
|
|
4438
4458
|
|
|
4439
|
-
/**
|
|
4440
|
-
* ModifyRoType返回参数结构体
|
|
4441
|
-
*/
|
|
4442
|
-
export interface ModifyRoTypeResponse {
|
|
4443
|
-
/**
|
|
4444
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4445
|
-
*/
|
|
4446
|
-
RequestId?: string
|
|
4447
|
-
}
|
|
4448
|
-
|
|
4449
4459
|
/**
|
|
4450
4460
|
* DescribeAuditRules请求参数结构体
|
|
4451
4461
|
*/
|
|
@@ -4695,7 +4705,7 @@ export interface CreateBackupResponse {
|
|
|
4695
4705
|
/**
|
|
4696
4706
|
* 备份任务 ID。
|
|
4697
4707
|
*/
|
|
4698
|
-
BackupId
|
|
4708
|
+
BackupId: number
|
|
4699
4709
|
|
|
4700
4710
|
/**
|
|
4701
4711
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -5017,28 +5027,13 @@ export interface DescribeBinlogsResponse {
|
|
|
5017
5027
|
}
|
|
5018
5028
|
|
|
5019
5029
|
/**
|
|
5020
|
-
*
|
|
5030
|
+
* OfflineIsolatedInstances返回参数结构体
|
|
5021
5031
|
*/
|
|
5022
|
-
export interface
|
|
5023
|
-
/**
|
|
5024
|
-
* 实例 ID。
|
|
5025
|
-
*/
|
|
5026
|
-
InstanceId: string
|
|
5027
|
-
|
|
5028
|
-
/**
|
|
5029
|
-
* 只读实例源类型,取值 NORMAL(普通只读实例)、DELAY_REPLICATION(延迟只读实例)。
|
|
5030
|
-
*/
|
|
5031
|
-
SrcRoInstType: string
|
|
5032
|
-
|
|
5033
|
-
/**
|
|
5034
|
-
* 只读实例目标类型,取值 NORMAL(普通只读实例)、DELAY_REPLICATION(延迟只读实例)。
|
|
5035
|
-
*/
|
|
5036
|
-
DstRoInstType: string
|
|
5037
|
-
|
|
5032
|
+
export interface OfflineIsolatedInstancesResponse {
|
|
5038
5033
|
/**
|
|
5039
|
-
*
|
|
5034
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5040
5035
|
*/
|
|
5041
|
-
|
|
5036
|
+
RequestId?: string
|
|
5042
5037
|
}
|
|
5043
5038
|
|
|
5044
5039
|
/**
|
|
@@ -5902,6 +5897,11 @@ export interface CreateBackupRequest {
|
|
|
5902
5897
|
例:如果需要备份 db1 库的 tb1、tb2 表 和 db2 库。则该参数设置为 [{"Db": "db1", "Table": "tb1"}, {"Db": "db1", "Table": "tb2"}, {"Db": "db2"} ]。
|
|
5903
5898
|
*/
|
|
5904
5899
|
BackupDBTableList?: Array<BackupItem>
|
|
5900
|
+
|
|
5901
|
+
/**
|
|
5902
|
+
* 手动备份别名
|
|
5903
|
+
*/
|
|
5904
|
+
ManualBackupName?: string
|
|
5905
5905
|
}
|
|
5906
5906
|
|
|
5907
5907
|
/**
|
|
@@ -6376,7 +6376,7 @@ export interface CreateDBImportJobResponse {
|
|
|
6376
6376
|
/**
|
|
6377
6377
|
* 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
|
|
6378
6378
|
*/
|
|
6379
|
-
AsyncRequestId
|
|
6379
|
+
AsyncRequestId: string
|
|
6380
6380
|
|
|
6381
6381
|
/**
|
|
6382
6382
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2087,6 +2087,7 @@ cos:对象存储源站
|
|
|
2087
2087
|
ip:IP 列表作为源站
|
|
2088
2088
|
ipv6:源站列表为一个单独的 IPv6 地址
|
|
2089
2089
|
ip_ipv6:源站列表为多个 IPv4 地址和IPv6 地址
|
|
2090
|
+
ip_domain: 支持IP和域名形式源站混填(白名单功能)
|
|
2090
2091
|
ipv6_domain: 源站列表为多个 IPv6 地址以及域名
|
|
2091
2092
|
ip_ipv6_domain:源站列表为多个 IPv4 地址IPv6 地址以及域名
|
|
2092
2093
|
出参增加以下几种类型:
|
|
@@ -10259,6 +10260,12 @@ export interface UrlRedirectRule {
|
|
|
10259
10260
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10260
10261
|
*/
|
|
10261
10262
|
RedirectHost?: string
|
|
10263
|
+
|
|
10264
|
+
/**
|
|
10265
|
+
* 指定是全路径配置还是任意匹配
|
|
10266
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10267
|
+
*/
|
|
10268
|
+
FullMatch?: boolean
|
|
10262
10269
|
}
|
|
10263
10270
|
|
|
10264
10271
|
/**
|
|
@@ -1223,7 +1223,7 @@ export interface CreateTopicRequest {
|
|
|
1223
1223
|
InstanceId: string
|
|
1224
1224
|
|
|
1225
1225
|
/**
|
|
1226
|
-
* 主题名称,是一个不超过
|
|
1226
|
+
* 主题名称,是一个不超过 128 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
|
|
1227
1227
|
*/
|
|
1228
1228
|
TopicName: string
|
|
1229
1229
|
|
|
@@ -1286,6 +1286,11 @@ export interface CreateTopicRequest {
|
|
|
1286
1286
|
* 预设ACL规则的名称
|
|
1287
1287
|
*/
|
|
1288
1288
|
AclRuleName?: string
|
|
1289
|
+
|
|
1290
|
+
/**
|
|
1291
|
+
* 可选, 保留文件大小. 默认为-1,单位bytes, 当前最小值为1048576B
|
|
1292
|
+
*/
|
|
1293
|
+
RetentionBytes?: number
|
|
1289
1294
|
}
|
|
1290
1295
|
|
|
1291
1296
|
/**
|
|
@@ -1885,6 +1890,12 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
|
|
|
1885
1890
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1886
1891
|
*/
|
|
1887
1892
|
MaxMessageBytes: number
|
|
1893
|
+
|
|
1894
|
+
/**
|
|
1895
|
+
* 消息保留文件大小
|
|
1896
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1897
|
+
*/
|
|
1898
|
+
RetentionBytes: number
|
|
1888
1899
|
}
|
|
1889
1900
|
|
|
1890
1901
|
/**
|
|
@@ -3116,6 +3127,11 @@ export interface ModifyTopicAttributesRequest {
|
|
|
3116
3127
|
* 预设ACL规则的名称
|
|
3117
3128
|
*/
|
|
3118
3129
|
AclRuleName?: string
|
|
3130
|
+
|
|
3131
|
+
/**
|
|
3132
|
+
* 可选, 保留文件大小. 默认为-1,单位bytes, 当前最小值为1048576B
|
|
3133
|
+
*/
|
|
3134
|
+
RetentionBytes?: number
|
|
3119
3135
|
}
|
|
3120
3136
|
|
|
3121
3137
|
/**
|
|
@@ -4077,6 +4077,11 @@ export interface CreateLoadBalancerSnatIpsRequest {
|
|
|
4077
4077
|
* 添加SnatIp信息,可指定IP申请,或者指定子网自动申请。
|
|
4078
4078
|
*/
|
|
4079
4079
|
SnatIps: Array<SnatIp>
|
|
4080
|
+
|
|
4081
|
+
/**
|
|
4082
|
+
* 添加SnatIp个数,与SnatIps一起使用,当指定Ip时,不能指定创建SnatIp个数。
|
|
4083
|
+
*/
|
|
4084
|
+
Number?: number
|
|
4080
4085
|
}
|
|
4081
4086
|
|
|
4082
4087
|
/**
|