tencentcloud-sdk-nodejs 4.0.222 → 4.0.226
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 +611 -71
- package/README.md +2 -2
- package/package.json +1 -1
- package/products.md +31 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aa/v20200224/aa_models.ts +15 -22
- package/src/services/advisor/v20200721/advisor_models.ts +7 -1
- package/src/services/as/v20180419/as_client.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +5 -0
- package/src/services/cbs/v20170312/cbs_models.ts +35 -35
- package/src/services/cdb/v20170320/cdb_models.ts +36 -1
- package/src/services/cdn/v20180606/cdn_client.ts +72 -18
- package/src/services/cdn/v20180606/cdn_models.ts +706 -165
- package/src/services/cfw/v20190904/cfw_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +17 -0
- package/src/services/cwp/v20180228/cwp_client.ts +0 -14
- package/src/services/cwp/v20180228/cwp_models.ts +4 -25
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +20 -7
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +74 -4
- package/src/services/ecm/v20190719/ecm_client.ts +28 -3
- package/src/services/ecm/v20190719/ecm_models.ts +173 -55
- package/src/services/faceid/v20180301/faceid_models.ts +25 -9
- package/src/services/ims/v20201229/ims_models.ts +10 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +30 -6
- package/src/services/mongodb/v20190725/mongodb_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +1 -2
- package/src/services/rce/v20201103/rce_client.ts +1 -0
- package/src/services/rce/v20201103/rce_models.ts +26 -1
- package/src/services/ses/v20201002/ses_client.ts +32 -18
- package/src/services/ses/v20201002/ses_models.ts +149 -52
- package/src/services/sms/v20210111/sms_models.ts +2 -2
- package/src/services/taf/v20200210/taf_client.ts +1 -1
- package/src/services/taf/v20200210/taf_models.ts +26 -1
- package/src/services/tdmq/v20200217/tdmq_client.ts +282 -71
- package/src/services/tdmq/v20200217/tdmq_models.ts +856 -144
- 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/trtc/v20190722/trtc_client.ts +3 -40
- package/src/services/trtc/v20190722/trtc_models.ts +43 -187
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +21 -0
- package/src/services/tsf/v20180326/tsf_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +5 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aa/v20200224/aa_models.d.ts +13 -20
- package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +6 -1
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -1
- package/tencentcloud/services/as/v20180419/as_client.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +4 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +34 -34
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +29 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +26 -3
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +32 -3
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +622 -150
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +3 -22
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +64 -4
- package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +9 -1
- package/tencentcloud/services/ecm/v20190719/ecm_client.js +12 -0
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +149 -46
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +22 -9
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +8 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +26 -6
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -2
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +22 -1
- 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/sms/v20210111/sms_models.d.ts +2 -2
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -1
- package/tencentcloud/services/taf/v20200210/taf_client.js +1 -1
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +21 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +89 -21
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +132 -30
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +728 -124
- 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/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/tse/v20201207/tse_models.d.ts +18 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -5
- package/test/cdn.v20180606.test.js +32 -2
- package/test/cwp.v20180228.test.js +0 -10
- package/test/cynosdb.v20190107.test.js +12 -2
- package/test/ecm.v20190719.test.js +20 -0
- package/test/ses.v20201002.test.js +14 -4
- package/test/tdmq.v20200217.test.js +190 -20
- 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/README.md
CHANGED
|
@@ -46,7 +46,7 @@ const clientConfig = {
|
|
|
46
46
|
region: "ap-shanghai",
|
|
47
47
|
// 可选配置实例
|
|
48
48
|
profile: {
|
|
49
|
-
signMethod: "
|
|
49
|
+
signMethod: "TC3-HMAC-SHA256", // 签名方法
|
|
50
50
|
httpProfile: {
|
|
51
51
|
reqMethod: "POST", // 请求方法
|
|
52
52
|
reqTimeout: 30, // 请求超时时间,默认60s
|
|
@@ -84,7 +84,7 @@ const clientConfig = {
|
|
|
84
84
|
region: "ap-shanghai",
|
|
85
85
|
// 可选配置实例
|
|
86
86
|
profile: {
|
|
87
|
-
signMethod: "
|
|
87
|
+
signMethod: "TC3-HMAC-SHA256", // 签名方法
|
|
88
88
|
httpProfile: {
|
|
89
89
|
reqMethod: "POST", // 请求方法
|
|
90
90
|
reqTimeout: 30, // 请求超时时间,默认60s
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
| 包名 | 产品中文名 | 更新时间 |
|
|
2
2
|
|-|-|-|
|
|
3
|
-
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2021-
|
|
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,12 +12,12 @@
|
|
|
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-10-
|
|
15
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-10-27 08:02:46 |
|
|
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 |
|
|
19
19
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2021-09-16 08:04:19 |
|
|
20
|
-
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2021-
|
|
20
|
+
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2021-10-27 08:03:06 |
|
|
21
21
|
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2021-10-13 08:03:28 |
|
|
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-09-16 08:04:30 |
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2021-10-14 08:05:24 |
|
|
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
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-
|
|
32
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-10-27 08:03:51 |
|
|
33
33
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-09-16 08:02:05 |
|
|
34
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-10-
|
|
35
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-10-
|
|
34
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-10-29 08:01:53 |
|
|
35
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-10-28 15:10:03 |
|
|
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
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-
|
|
38
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-10-27 08:04:17 |
|
|
39
39
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-09-16 08:05:46 |
|
|
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 |
|
|
@@ -44,16 +44,16 @@
|
|
|
44
44
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-10-26 08:06:08 |
|
|
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-10-
|
|
47
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-10-27 08:04:57 |
|
|
48
48
|
| cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-09-17 08:06:15 |
|
|
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
53
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-10-20 08:08:42 |
|
|
54
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-10-
|
|
54
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-10-29 08:03:42 |
|
|
55
55
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
56
|
-
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-10-
|
|
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 |
|
|
58
58
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2021-09-16 08:06:32 |
|
|
59
59
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2021-09-16 08:06:39 |
|
|
@@ -67,31 +67,31 @@
|
|
|
67
67
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-09-16 08:07:00 |
|
|
68
68
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-09-16 08:07:05 |
|
|
69
69
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-10-13 08:06:59 |
|
|
70
|
-
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-10-
|
|
70
|
+
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-10-27 08:07:01 |
|
|
71
71
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2021-10-22 08:10:22 |
|
|
72
72
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-09-16 08:00:40 |
|
|
73
73
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-09-16 08:07:07 |
|
|
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
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-10-
|
|
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
97
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-09-16 08:01:15 |
|
|
@@ -104,9 +104,9 @@
|
|
|
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-
|
|
108
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-
|
|
109
|
-
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-10-
|
|
107
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-10-29 08:07:31 |
|
|
108
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-10-28 08:09:09 |
|
|
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 |
|
|
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-09-16 08:09:09 |
|
|
@@ -120,15 +120,15 @@
|
|
|
120
120
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-09-16 08:00:11 |
|
|
121
121
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-10-26 08:11:42 |
|
|
122
122
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-09-16 08:00:52 |
|
|
123
|
-
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2021-10-
|
|
123
|
+
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2021-10-27 08:10:34 |
|
|
124
124
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-09-16 08:09:35 |
|
|
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
128
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-10-25 08:09:06 |
|
|
129
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-
|
|
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
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-
|
|
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 |
|
|
133
133
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
134
134
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2021-10-15 08:14:17 |
|
|
@@ -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-10-29 08:09:22 |
|
|
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,30 +150,30 @@
|
|
|
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-
|
|
162
|
+
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-10-29 08:10:34 |
|
|
163
163
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-10-01 21:29:42 |
|
|
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-
|
|
169
|
-
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2021-10-
|
|
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-10-27 08:12:44 |
|
|
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
175
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-09-27 08:18:01 |
|
|
176
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-10-
|
|
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 |
|
|
179
179
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.226"
|
|
@@ -53,19 +53,19 @@ export interface QueryActivityAntiRushResponse {
|
|
|
53
53
|
* 操作时间戳,单位:秒。
|
|
54
54
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
55
55
|
*/
|
|
56
|
-
PostTime
|
|
56
|
+
PostTime: string
|
|
57
57
|
|
|
58
58
|
/**
|
|
59
59
|
* 用户操作的真实外网 IP。
|
|
60
60
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
61
61
|
*/
|
|
62
|
-
UserIp
|
|
62
|
+
UserIp: string
|
|
63
63
|
|
|
64
64
|
/**
|
|
65
65
|
* 0:表示无恶意。
|
|
66
66
|
1 - 4:恶意等级由低到高。
|
|
67
67
|
*/
|
|
68
|
-
Level
|
|
68
|
+
Level: number
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
71
|
* 风险类型。
|
|
@@ -88,33 +88,32 @@ export interface QueryActivityAntiRushResponse {
|
|
|
88
88
|
205,非公网有效ip,传进来的IP地址为内网ip地址或者ip保留地址;
|
|
89
89
|
206,设备异常,该设备存在异常的使用行为
|
|
90
90
|
*/
|
|
91
|
-
RiskType
|
|
91
|
+
RiskType: Array<number>
|
|
92
92
|
|
|
93
93
|
/**
|
|
94
94
|
* accountType是QQ或微信开放账号时,用于标识QQ或微信用户登录后关联业务自身的账号ID
|
|
95
95
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
96
96
|
*/
|
|
97
|
-
AssociateAccount
|
|
97
|
+
AssociateAccount: string
|
|
98
98
|
|
|
99
99
|
/**
|
|
100
|
-
*
|
|
101
|
-
accountType不同对应不同的用户ID。如果是QQ或微信用户则填入对应的openId
|
|
100
|
+
* uid值
|
|
102
101
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
103
102
|
*/
|
|
104
|
-
Uid
|
|
103
|
+
Uid: string
|
|
105
104
|
|
|
106
105
|
/**
|
|
107
106
|
* 用户操作的目的ID
|
|
108
107
|
比如:点赞,该字段就是被点 赞的消息 id,如果是投票,就是被投号码的 ID
|
|
109
108
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
110
109
|
*/
|
|
111
|
-
RootId
|
|
110
|
+
RootId: string
|
|
112
111
|
|
|
113
112
|
/**
|
|
114
113
|
* 业务侧错误码。成功时返回Success,错误时返回具体业务错误原因。
|
|
115
114
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
116
115
|
*/
|
|
117
|
-
CodeDesc
|
|
116
|
+
CodeDesc: string
|
|
118
117
|
|
|
119
118
|
/**
|
|
120
119
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -626,17 +625,12 @@ export interface SponsorInfo {
|
|
|
626
625
|
*/
|
|
627
626
|
export interface QueryActivityAntiRushRequest {
|
|
628
627
|
/**
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
2:微信开放账号。
|
|
632
|
-
4:手机号。
|
|
633
|
-
0:其他。
|
|
634
|
-
10004:手机号 MD5。
|
|
635
|
-
*/
|
|
628
|
+
* 账号类型
|
|
629
|
+
*/
|
|
636
630
|
AccountType: string
|
|
637
631
|
|
|
638
632
|
/**
|
|
639
|
-
*
|
|
633
|
+
* uid值
|
|
640
634
|
*/
|
|
641
635
|
Uid: string
|
|
642
636
|
|
|
@@ -661,7 +655,7 @@ export interface QueryActivityAntiRushRequest {
|
|
|
661
655
|
NickName?: string
|
|
662
656
|
|
|
663
657
|
/**
|
|
664
|
-
*
|
|
658
|
+
* 手机号
|
|
665
659
|
*/
|
|
666
660
|
PhoneNumber?: string
|
|
667
661
|
|
|
@@ -790,9 +784,8 @@ export interface QueryActivityAntiRushRequest {
|
|
|
790
784
|
RandNum?: string
|
|
791
785
|
|
|
792
786
|
/**
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
*/
|
|
787
|
+
* token
|
|
788
|
+
*/
|
|
796
789
|
WxToken?: string
|
|
797
790
|
|
|
798
791
|
/**
|
|
@@ -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
|
*/
|
|
@@ -393,7 +393,7 @@ export class Client extends AbstractClient {
|
|
|
393
393
|
/**
|
|
394
394
|
* 本接口(ModifyLoadBalancers)用于修改伸缩组的负载均衡器。
|
|
395
395
|
|
|
396
|
-
*
|
|
396
|
+
* 本接口用于为伸缩组指定新的负载均衡器配置,采用`完全覆盖`风格,无论之前配置如何,`统一按照接口参数配置为新的负载均衡器`。
|
|
397
397
|
* 如果要为伸缩组清空负载均衡器,则在调用本接口时仅指定伸缩组ID,不指定具体负载均衡器。
|
|
398
398
|
* 本接口会立即修改伸缩组的负载均衡器,并生成一个伸缩活动,异步修改存量实例的负载均衡器。
|
|
399
399
|
*/
|
|
@@ -133,6 +133,11 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
|
133
133
|
新增该属性时,必须传递云服务器的实例名称,其它未传递字段会设置为默认值。
|
|
134
134
|
*/
|
|
135
135
|
InstanceNameSettings?: InstanceNameSettings
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* 增强服务。通过该参数可以指定是否开启云安全、云监控等服务。
|
|
139
|
+
*/
|
|
140
|
+
EnhancedService?: EnhancedService
|
|
136
141
|
}
|
|
137
142
|
|
|
138
143
|
/**
|
|
@@ -995,14 +995,14 @@ export type GetSnapOverviewRequest = null
|
|
|
995
995
|
*/
|
|
996
996
|
export interface Image {
|
|
997
997
|
/**
|
|
998
|
-
*
|
|
998
|
+
* 镜像名称。
|
|
999
999
|
*/
|
|
1000
|
-
|
|
1000
|
+
ImageName: string
|
|
1001
1001
|
|
|
1002
1002
|
/**
|
|
1003
|
-
*
|
|
1003
|
+
* 镜像实例ID。
|
|
1004
1004
|
*/
|
|
1005
|
-
|
|
1005
|
+
ImageId: string
|
|
1006
1006
|
}
|
|
1007
1007
|
|
|
1008
1008
|
/**
|
|
@@ -1316,40 +1316,35 @@ export interface DescribeSnapshotsResponse {
|
|
|
1316
1316
|
* 描述了快照的详细信息
|
|
1317
1317
|
*/
|
|
1318
1318
|
export interface Snapshot {
|
|
1319
|
-
/**
|
|
1320
|
-
* 快照ID。
|
|
1321
|
-
*/
|
|
1322
|
-
SnapshotId?: string
|
|
1323
|
-
|
|
1324
1319
|
/**
|
|
1325
1320
|
* 快照所在的位置。
|
|
1326
1321
|
*/
|
|
1327
1322
|
Placement?: Placement
|
|
1328
1323
|
|
|
1329
1324
|
/**
|
|
1330
|
-
*
|
|
1325
|
+
* 是否为跨地域复制的快照。取值范围:<br><li>true:表示为跨地域复制的快照。<br><li>false:本地域的快照。
|
|
1331
1326
|
*/
|
|
1332
|
-
|
|
1327
|
+
CopyFromRemote: boolean
|
|
1333
1328
|
|
|
1334
1329
|
/**
|
|
1335
|
-
*
|
|
1330
|
+
* 快照的状态。取值范围:<br><li>NORMAL:正常<br><li>CREATING:创建中<br><li>ROLLBACKING:回滚中<br><li>COPYING_FROM_REMOTE:跨地域复制中<br><li>CHECKING_COPIED:复制校验中<br><li>TORECYCLE:待回收。
|
|
1336
1331
|
*/
|
|
1337
|
-
|
|
1332
|
+
SnapshotState?: string
|
|
1338
1333
|
|
|
1339
1334
|
/**
|
|
1340
|
-
*
|
|
1335
|
+
* 是否为永久快照。取值范围:<br><li>true:永久快照<br><li>false:非永久快照。
|
|
1341
1336
|
*/
|
|
1342
|
-
|
|
1337
|
+
IsPermanent?: boolean
|
|
1343
1338
|
|
|
1344
1339
|
/**
|
|
1345
|
-
*
|
|
1340
|
+
* 快照名称,用户自定义的快照别名。调用[ModifySnapshotAttribute](/document/product/362/15650)可修改此字段。
|
|
1346
1341
|
*/
|
|
1347
|
-
|
|
1342
|
+
SnapshotName?: string
|
|
1348
1343
|
|
|
1349
1344
|
/**
|
|
1350
|
-
*
|
|
1345
|
+
* 快照到期时间。如果快照为永久保留,此字段为空。
|
|
1351
1346
|
*/
|
|
1352
|
-
|
|
1347
|
+
DeadlineTime?: string
|
|
1353
1348
|
|
|
1354
1349
|
/**
|
|
1355
1350
|
* 快照创建进度百分比,快照创建成功后此字段恒为100。
|
|
@@ -1357,24 +1352,29 @@ export interface Snapshot {
|
|
|
1357
1352
|
Percent?: number
|
|
1358
1353
|
|
|
1359
1354
|
/**
|
|
1360
|
-
*
|
|
1355
|
+
* 快照关联的镜像列表。
|
|
1361
1356
|
*/
|
|
1362
|
-
|
|
1357
|
+
Images: Array<Image>
|
|
1363
1358
|
|
|
1364
1359
|
/**
|
|
1365
|
-
*
|
|
1360
|
+
* 快照当前被共享数。
|
|
1366
1361
|
*/
|
|
1367
|
-
|
|
1362
|
+
ShareReference: number
|
|
1368
1363
|
|
|
1369
1364
|
/**
|
|
1370
|
-
*
|
|
1365
|
+
* 快照类型,目前该项取值可以为PRIVATE_SNAPSHOT或者SHARED_SNAPSHOT
|
|
1371
1366
|
*/
|
|
1372
|
-
|
|
1367
|
+
SnapshotType: string
|
|
1373
1368
|
|
|
1374
1369
|
/**
|
|
1375
|
-
*
|
|
1370
|
+
* 创建此快照的云硬盘大小,单位GB。
|
|
1376
1371
|
*/
|
|
1377
|
-
|
|
1372
|
+
DiskSize?: number
|
|
1373
|
+
|
|
1374
|
+
/**
|
|
1375
|
+
* 创建此快照的云硬盘ID。
|
|
1376
|
+
*/
|
|
1377
|
+
DiskId?: string
|
|
1378
1378
|
|
|
1379
1379
|
/**
|
|
1380
1380
|
* 快照正在跨地域复制的目的地域,默认取值为[]。
|
|
@@ -1382,14 +1382,14 @@ export interface Snapshot {
|
|
|
1382
1382
|
CopyingToRegions: Array<string>
|
|
1383
1383
|
|
|
1384
1384
|
/**
|
|
1385
|
-
*
|
|
1385
|
+
* 是否为加密盘创建的快照。取值范围:<br><li>true:该快照为加密盘创建的<br><li>false:非加密盘创建的快照。
|
|
1386
1386
|
*/
|
|
1387
|
-
|
|
1387
|
+
Encrypt?: boolean
|
|
1388
1388
|
|
|
1389
1389
|
/**
|
|
1390
|
-
*
|
|
1390
|
+
* 快照的创建时间。
|
|
1391
1391
|
*/
|
|
1392
|
-
|
|
1392
|
+
CreateTime?: string
|
|
1393
1393
|
|
|
1394
1394
|
/**
|
|
1395
1395
|
* 快照关联的镜像个数。
|
|
@@ -1397,14 +1397,14 @@ export interface Snapshot {
|
|
|
1397
1397
|
ImageCount: number
|
|
1398
1398
|
|
|
1399
1399
|
/**
|
|
1400
|
-
*
|
|
1400
|
+
* 创建此快照的云硬盘类型。取值范围:<br><li>SYSTEM_DISK:系统盘<br><li>DATA_DISK:数据盘。
|
|
1401
1401
|
*/
|
|
1402
|
-
|
|
1402
|
+
DiskUsage?: string
|
|
1403
1403
|
|
|
1404
1404
|
/**
|
|
1405
|
-
*
|
|
1405
|
+
* 快照ID。
|
|
1406
1406
|
*/
|
|
1407
|
-
|
|
1407
|
+
SnapshotId: string
|
|
1408
1408
|
|
|
1409
1409
|
/**
|
|
1410
1410
|
* 快照开始共享的时间。
|
|
@@ -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
|
/**
|
|
@@ -2520,6 +2530,16 @@ export interface CreateDBInstanceHourRequest {
|
|
|
2520
2530
|
* 金融围拢 ID 。
|
|
2521
2531
|
*/
|
|
2522
2532
|
CageId?: string
|
|
2533
|
+
|
|
2534
|
+
/**
|
|
2535
|
+
* 告警策略名数组,例如:["policy-uyoee9wg"],AlarmPolicyList不为空时该参数无效。
|
|
2536
|
+
*/
|
|
2537
|
+
AlarmPolicyIdList?: Array<string>
|
|
2538
|
+
|
|
2539
|
+
/**
|
|
2540
|
+
* 是否只预检此次请求。true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制等。如果检查不通过,则返回对应错误码;如果检查通过,则返回RequestId.默认为false:发送正常请求,通过检查后直接创建实例。
|
|
2541
|
+
*/
|
|
2542
|
+
DryRun?: boolean
|
|
2523
2543
|
}
|
|
2524
2544
|
|
|
2525
2545
|
/**
|
|
@@ -2668,6 +2688,11 @@ export interface BackupInfo {
|
|
|
2668
2688
|
* 备份方式。可能的值有 "manual": 手动备份, "automatic": 自动备份。
|
|
2669
2689
|
*/
|
|
2670
2690
|
Way: string
|
|
2691
|
+
|
|
2692
|
+
/**
|
|
2693
|
+
* 手动备份别名
|
|
2694
|
+
*/
|
|
2695
|
+
ManualBackupName: string
|
|
2671
2696
|
}
|
|
2672
2697
|
|
|
2673
2698
|
/**
|
|
@@ -2778,6 +2803,11 @@ export interface CreateCloneInstanceRequest {
|
|
|
2778
2803
|
* 置放群组 ID。
|
|
2779
2804
|
*/
|
|
2780
2805
|
DeployGroupId?: string
|
|
2806
|
+
|
|
2807
|
+
/**
|
|
2808
|
+
* 是否只预检此次请求。true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制等。如果检查不通过,则返回对应错误码;如果检查通过,则返回RequestId.默认为false:发送正常请求,通过检查后直接创建实例。
|
|
2809
|
+
*/
|
|
2810
|
+
DryRun?: boolean
|
|
2781
2811
|
}
|
|
2782
2812
|
|
|
2783
2813
|
/**
|
|
@@ -4695,7 +4725,7 @@ export interface CreateBackupResponse {
|
|
|
4695
4725
|
/**
|
|
4696
4726
|
* 备份任务 ID。
|
|
4697
4727
|
*/
|
|
4698
|
-
BackupId
|
|
4728
|
+
BackupId: number
|
|
4699
4729
|
|
|
4700
4730
|
/**
|
|
4701
4731
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -5902,6 +5932,11 @@ export interface CreateBackupRequest {
|
|
|
5902
5932
|
例:如果需要备份 db1 库的 tb1、tb2 表 和 db2 库。则该参数设置为 [{"Db": "db1", "Table": "tb1"}, {"Db": "db1", "Table": "tb2"}, {"Db": "db2"} ]。
|
|
5903
5933
|
*/
|
|
5904
5934
|
BackupDBTableList?: Array<BackupItem>
|
|
5935
|
+
|
|
5936
|
+
/**
|
|
5937
|
+
* 手动备份别名
|
|
5938
|
+
*/
|
|
5939
|
+
ManualBackupName?: string
|
|
5905
5940
|
}
|
|
5906
5941
|
|
|
5907
5942
|
/**
|