tencentcloud-sdk-nodejs 4.0.934 → 4.0.936
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 +551 -0
- package/SERVICE_CHANGELOG.md +555 -88
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +13 -0
- package/src/services/aiart/v20221229/aiart_models.ts +69 -0
- package/src/services/cfg/v20210820/cfg_models.ts +6 -1
- package/src/services/cfw/v20190904/cfw_models.ts +42 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +3 -2
- package/src/services/dcdb/v20180411/dcdb_client.ts +35 -7
- package/src/services/dcdb/v20180411/dcdb_models.ts +184 -6
- package/src/services/dnspod/v20210323/dnspod_client.ts +14 -1
- package/src/services/dnspod/v20210323/dnspod_models.ts +69 -6
- package/src/services/emr/v20190103/emr_client.ts +88 -22
- package/src/services/emr/v20190103/emr_models.ts +1402 -1119
- package/src/services/es/v20180416/es_client.ts +12 -0
- package/src/services/es/v20180416/es_models.ts +28 -0
- package/src/services/ess/v20201111/ess_client.ts +6 -8
- package/src/services/ess/v20201111/ess_models.ts +28 -37
- package/src/services/essbasic/v20210526/essbasic_client.ts +22 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +60 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +2 -2
- package/src/services/iss/v20230517/iss_client.ts +38 -25
- package/src/services/iss/v20230517/iss_models.ts +49 -6
- package/src/services/mariadb/v20170312/mariadb_client.ts +41 -13
- package/src/services/mariadb/v20170312/mariadb_models.ts +184 -6
- package/src/services/mps/v20190612/mps_client.ts +5 -2
- package/src/services/mps/v20190612/mps_models.ts +128 -55
- package/src/services/ocr/v20181119/ocr_models.ts +10 -6
- package/src/services/redis/v20180412/redis_client.ts +29 -4
- package/src/services/redis/v20180412/redis_models.ts +239 -131
- package/src/services/sms/v20210111/sms_models.ts +9 -9
- package/src/services/ssl/v20191205/ssl_models.ts +3 -3
- package/src/services/teo/v20220901/teo_models.ts +11 -11
- package/src/services/tke/v20180525/tke_models.ts +4 -0
- package/src/services/tke/v20220501/tke_client.ts +97 -20
- package/src/services/tke/v20220501/tke_models.ts +494 -215
- package/src/services/tsf/v20180326/tsf_models.ts +34 -15
- package/src/services/vdb/v20230616/vdb_client.ts +66 -2
- package/src/services/vdb/v20230616/vdb_models.ts +273 -27
- package/src/services/vod/index.ts +2 -0
- package/src/services/vod/v20240718/index.ts +6 -0
- package/src/services/vod/v20240718/vod_client.ts +44 -0
- package/src/services/vod/v20240718/vod_models.ts +76 -0
- package/src/services/vpc/v20170312/vpc_models.ts +12 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +6 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +7 -0
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +67 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +6 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +42 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +3 -2
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +13 -3
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +17 -3
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +178 -6
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +5 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +66 -6
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +29 -5
- package/tencentcloud/services/emr/v20190103/emr_client.js +40 -6
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1241 -970
- package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
- package/tencentcloud/services/es/v20180416/es_client.js +6 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +26 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -8
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -8
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +28 -37
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +15 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +16 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +58 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +2 -2
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +13 -9
- package/tencentcloud/services/iss/v20230517/iss_client.js +18 -12
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +46 -6
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +15 -5
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +20 -6
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +178 -6
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +125 -55
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +10 -6
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +9 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +12 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +234 -131
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +9 -9
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -3
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +11 -11
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/tke/v20220501/tke_client.d.ts +29 -5
- package/tencentcloud/services/tke/v20220501/tke_client.js +42 -6
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +481 -219
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +34 -15
- package/tencentcloud/services/vdb/v20230616/vdb_client.d.ts +21 -1
- package/tencentcloud/services/vdb/v20230616/vdb_client.js +30 -0
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +259 -27
- package/tencentcloud/services/vod/index.d.ts +4 -0
- package/tencentcloud/services/vod/index.js +2 -0
- package/tencentcloud/services/vod/v20240718/index.d.ts +6 -0
- package/tencentcloud/services/vod/v20240718/index.js +9 -0
- package/tencentcloud/services/vod/v20240718/vod_client.d.ts +14 -0
- package/tencentcloud/services/vod/v20240718/vod_client.js +37 -0
- package/tencentcloud/services/vod/v20240718/vod_models.d.ts +57 -0
- package/tencentcloud/services/vod/v20240718/vod_models.js +18 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -5
- package/test/aiart.v20221229.test.js +10 -0
- package/test/dcdb.v20180411.test.js +22 -2
- package/test/dnspod.v20210323.test.js +10 -0
- package/test/emr.v20190103.test.js +54 -4
- package/test/es.v20180416.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/iss.v20230517.test.js +18 -8
- package/test/mariadb.v20170312.test.js +24 -4
- package/test/redis.v20180412.test.js +20 -0
- package/test/tke.v20220501.test.js +64 -4
- package/test/vdb.v20230616.test.js +50 -0
- package/test/vod.v20240718.test.js +31 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-05-31 01:07:20 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-05-31 01:07:25 |
|
|
9
|
-
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-
|
|
9
|
+
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-09-12 01:07:21 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-09-03 01:07:31 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-08-27 22:32:44 |
|
|
18
|
-
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-
|
|
18
|
+
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-09-11 01:09:20 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-08-28 01:05:22 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-09-02 01:09:58 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-08-29 01:10:22 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-09-05 01:05:48 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-09-11 01:11:08 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2024-03-20 01:08:40 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-04-24 01:05:22 |
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-09-04 01:13:34 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-08-28 01:17:24 |
|
|
51
|
-
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-09-
|
|
51
|
+
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-09-12 01:18:54 |
|
|
52
52
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-08-28 01:17:42 |
|
|
53
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-09-
|
|
53
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-09-12 01:19:27 |
|
|
54
54
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
|
|
55
55
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2024-06-17 01:21:02 |
|
|
56
56
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
57
57
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
58
58
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
59
|
-
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-09-
|
|
59
|
+
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-09-11 01:20:54 |
|
|
60
60
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-09-03 01:25:28 |
|
|
61
61
|
| cloudapp | [云应用](https://cloud.tencent.com/document/product/1689) | 2024-07-18 10:12:45 |
|
|
62
62
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-09-03 01:38:02 |
|
|
83
83
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
|
|
84
84
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-09-10 01:27:21 |
|
|
85
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-
|
|
85
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-11 01:32:35 |
|
|
86
86
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-09-10 01:28:17 |
|
|
87
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-
|
|
87
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-09-11 01:34:34 |
|
|
88
88
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
|
|
89
89
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
|
|
90
90
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
@@ -97,15 +97,15 @@
|
|
|
97
97
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-08-20 01:35:54 |
|
|
98
98
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
99
99
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
100
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-
|
|
101
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-10
|
|
102
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-
|
|
103
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-
|
|
104
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-
|
|
100
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-11 01:39:43 |
|
|
101
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-10 15:12:32 |
|
|
102
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-12 01:40:41 |
|
|
103
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-11 01:42:03 |
|
|
104
|
+
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-11 01:42:57 |
|
|
105
105
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-08-28 01:46:34 |
|
|
106
106
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
107
107
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
108
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-
|
|
108
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-09-12 01:43:09 |
|
|
109
109
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-09-09 01:43:37 |
|
|
110
110
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-08-29 01:44:47 |
|
|
111
111
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
@@ -126,23 +126,23 @@
|
|
|
126
126
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-08-13 01:52:20 |
|
|
127
127
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
128
128
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
129
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-
|
|
129
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-09-12 01:46:54 |
|
|
130
130
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
131
131
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
|
|
132
132
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
133
133
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
|
|
134
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-09-10
|
|
134
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-09-11 10:47:51 |
|
|
135
135
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-07-09 14:27:21 |
|
|
136
136
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
137
137
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
138
138
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-08-26 02:00:18 |
|
|
139
139
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-08-28 01:59:28 |
|
|
140
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-
|
|
140
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-09-12 01:53:31 |
|
|
141
141
|
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-09-04 01:48:41 |
|
|
142
142
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
143
143
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
144
144
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
145
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2024-09-
|
|
145
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2024-09-11 01:55:56 |
|
|
146
146
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2024-03-20 01:20:21 |
|
|
147
147
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-08-28 02:03:45 |
|
|
148
148
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
@@ -150,15 +150,15 @@
|
|
|
150
150
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-08-23 01:55:12 |
|
|
151
151
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-08-28 02:04:37 |
|
|
152
152
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-08-28 02:05:12 |
|
|
153
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-
|
|
154
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-
|
|
153
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-09-12 01:59:22 |
|
|
154
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-09-12 02:00:38 |
|
|
155
155
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-16 02:04:04 |
|
|
156
156
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
157
157
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
158
158
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
159
159
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
160
160
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-09-04 01:54:37 |
|
|
161
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-
|
|
161
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-12 02:01:53 |
|
|
162
162
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
163
163
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-28 02:12:13 |
|
|
164
164
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-08-28 02:14:34 |
|
|
168
168
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
|
|
169
169
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-09-10 02:00:15 |
|
|
170
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-09-
|
|
170
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-09-11 02:05:34 |
|
|
171
171
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-08-28 02:16:37 |
|
|
172
172
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
173
173
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -177,12 +177,12 @@
|
|
|
177
177
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-08-12 02:09:46 |
|
|
178
178
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
|
|
179
179
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-09 01:21:06 |
|
|
180
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-09-
|
|
180
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-09-11 16:52:30 |
|
|
181
181
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
|
|
182
182
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
183
183
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-27 02:19:04 |
|
|
184
184
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
185
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-09-
|
|
185
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-09-12 02:09:52 |
|
|
186
186
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
187
187
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
|
|
188
188
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-08-28 02:21:40 |
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-05 02:11:14 |
|
|
210
210
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
|
|
211
211
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
|
|
212
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-09-
|
|
212
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-09-11 02:18:47 |
|
|
213
213
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-09-05 02:14:49 |
|
|
214
214
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
215
215
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-08-19 02:22:39 |
|
|
220
220
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-06-07 02:37:51 |
|
|
221
221
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
|
|
222
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-
|
|
222
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-09-12 02:23:02 |
|
|
223
223
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
224
224
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-08-27 10:28:06 |
|
|
225
225
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-09-03 02:41:07 |
|
|
@@ -230,18 +230,18 @@
|
|
|
230
230
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
231
231
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-09-10 02:18:51 |
|
|
232
232
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-10 02:19:25 |
|
|
233
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-
|
|
233
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-11 02:25:39 |
|
|
234
234
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
235
235
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
236
236
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-08-21 02:26:53 |
|
|
237
237
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
238
238
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
239
239
|
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-09-10 02:22:16 |
|
|
240
|
-
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-
|
|
240
|
+
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-09-11 02:27:43 |
|
|
241
241
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
242
242
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
243
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-
|
|
244
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-
|
|
243
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-11 19:07:13 |
|
|
244
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-12 02:30:22 |
|
|
245
245
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
|
|
246
246
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-10 02:27:11 |
|
|
247
247
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-09-09 02:31:32 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.936"
|
|
@@ -32,6 +32,7 @@ import {
|
|
|
32
32
|
ChangeClothesResponse,
|
|
33
33
|
SubmitTextToImageProJobResponse,
|
|
34
34
|
SubmitTrainPortraitModelJobRequest,
|
|
35
|
+
SketchToImageRequest,
|
|
35
36
|
TextToImageRequest,
|
|
36
37
|
GenerateAvatarRequest,
|
|
37
38
|
LogoRect,
|
|
@@ -39,6 +40,7 @@ import {
|
|
|
39
40
|
SubmitTrainPortraitModelJobResponse,
|
|
40
41
|
QueryDrawPortraitJobRequest,
|
|
41
42
|
ImageToImageResponse,
|
|
43
|
+
SketchToImageResponse,
|
|
42
44
|
ChangeClothesRequest,
|
|
43
45
|
ReplaceBackgroundResponse,
|
|
44
46
|
UploadTrainPortraitImagesResponse,
|
|
@@ -57,6 +59,17 @@ export class Client extends AbstractClient {
|
|
|
57
59
|
super("aiart.tencentcloudapi.com", "2022-12-29", clientConfig)
|
|
58
60
|
}
|
|
59
61
|
|
|
62
|
+
/**
|
|
63
|
+
* 线稿生图接口支持上传一张黑白线稿图,按照指定的主体对象以及样式、颜色、材质、风格等的文本描述prompt ,对线稿图进行色彩填充与细节描绘,得到一张完整绘制的图像。生成图分辨率默认为1024:1024。
|
|
64
|
+
线稿生图默认提供1个并发任务数,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。
|
|
65
|
+
*/
|
|
66
|
+
async SketchToImage(
|
|
67
|
+
req: SketchToImageRequest,
|
|
68
|
+
cb?: (error: string, rep: SketchToImageResponse) => void
|
|
69
|
+
): Promise<SketchToImageResponse> {
|
|
70
|
+
return this.request("SketchToImage", req, cb)
|
|
71
|
+
}
|
|
72
|
+
|
|
60
73
|
/**
|
|
61
74
|
* 本接口已迁移至腾讯混元大模型-混元生图,即将停止此处维护,可切换至 [混元生图 API](https://cloud.tencent.com/document/product/1729/105969) 继续使用。
|
|
62
75
|
文生图(高级版)接口基于高级版文生图大模型,将根据输入的文本描述,智能生成与之相关的结果图。分为提交任务和查询任务2个接口。
|
|
@@ -113,6 +113,18 @@ Strength 值越小,生成图和原图越接近,取值范围(0, 1],不传
|
|
|
113
113
|
* 返回图像方式(base64 或 url) ,二选一,默认为 base64。url 有效期为1小时。
|
|
114
114
|
*/
|
|
115
115
|
RspImgType?: string
|
|
116
|
+
/**
|
|
117
|
+
* 画质增强开关,默认关闭。
|
|
118
|
+
1:开启
|
|
119
|
+
0:关闭
|
|
120
|
+
开启后将增强图像的画质清晰度,生成耗时有所增加。
|
|
121
|
+
*/
|
|
122
|
+
EnhanceImage?: number
|
|
123
|
+
/**
|
|
124
|
+
* 细节优化的面部数量上限,支持0 ~ 6,默认为0。
|
|
125
|
+
若上传大于0的值,将以此为上限对每张图片中面积占比较小的面部进行细节修复,生成耗时根据实际优化的面部个数有所增加。
|
|
126
|
+
*/
|
|
127
|
+
RestoreFace?: number
|
|
116
128
|
}
|
|
117
129
|
|
|
118
130
|
/**
|
|
@@ -425,6 +437,47 @@ export interface SubmitTrainPortraitModelJobRequest {
|
|
|
425
437
|
ModelId: string
|
|
426
438
|
}
|
|
427
439
|
|
|
440
|
+
/**
|
|
441
|
+
* SketchToImage请求参数结构体
|
|
442
|
+
*/
|
|
443
|
+
export interface SketchToImageRequest {
|
|
444
|
+
/**
|
|
445
|
+
* 用于线稿生图的文本描述。
|
|
446
|
+
最多支持200个 utf-8 字符。
|
|
447
|
+
建议格式:线稿中的主体对象+画面场景+配色/材质/元素/风格等
|
|
448
|
+
*/
|
|
449
|
+
Prompt: string
|
|
450
|
+
/**
|
|
451
|
+
* 线稿图 Base64 数据。
|
|
452
|
+
Base64 和 Url 必须提供一个,如果都提供以Url 为准。
|
|
453
|
+
图片限制:黑白线稿图片,单边分辨率小于5000且大于512(分辨率过小会导致效果受损),转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。
|
|
454
|
+
*/
|
|
455
|
+
InputImage?: string
|
|
456
|
+
/**
|
|
457
|
+
* 线稿图 Url。
|
|
458
|
+
Base64 和 Url 必须提供一个,如果都提供以Url 为准。
|
|
459
|
+
图片限制:黑白线稿图片,单边分辨率小于5000且大于512(分辨率过小会导致效果受损),转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。
|
|
460
|
+
*/
|
|
461
|
+
InputUrl?: string
|
|
462
|
+
/**
|
|
463
|
+
* 为生成结果图添加标识的开关,默认为1。
|
|
464
|
+
1:添加标识。
|
|
465
|
+
0:不添加标识。
|
|
466
|
+
其他数值:默认按1处理。
|
|
467
|
+
建议您使用显著标识来提示结果图使用了 AI 绘画技术,是 AI 生成的图片。
|
|
468
|
+
*/
|
|
469
|
+
LogoAdd?: number
|
|
470
|
+
/**
|
|
471
|
+
* 标识内容设置。
|
|
472
|
+
默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。
|
|
473
|
+
*/
|
|
474
|
+
LogoParam?: LogoParam
|
|
475
|
+
/**
|
|
476
|
+
* 返回图像方式(base64 或 url) ,二选一,默认为 base64。url 有效期为1小时。生成图分辨率较大时建议选择 url,使用 base64 可能因图片过大导致返回失败。
|
|
477
|
+
*/
|
|
478
|
+
RspImgType?: string
|
|
479
|
+
}
|
|
480
|
+
|
|
428
481
|
/**
|
|
429
482
|
* TextToImage请求参数结构体
|
|
430
483
|
*/
|
|
@@ -611,6 +664,22 @@ export interface ImageToImageResponse {
|
|
|
611
664
|
RequestId?: string
|
|
612
665
|
}
|
|
613
666
|
|
|
667
|
+
/**
|
|
668
|
+
* SketchToImage返回参数结构体
|
|
669
|
+
*/
|
|
670
|
+
export interface SketchToImageResponse {
|
|
671
|
+
/**
|
|
672
|
+
* 根据入参 RspImgType 填入不同,返回不同的内容。
|
|
673
|
+
如果传入 base64 则返回生成图 Base64 编码。
|
|
674
|
+
如果传入 url 则返回的生成图 URL , 有效期1小时,请及时保存。
|
|
675
|
+
*/
|
|
676
|
+
ResultImage?: string
|
|
677
|
+
/**
|
|
678
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
679
|
+
*/
|
|
680
|
+
RequestId?: string
|
|
681
|
+
}
|
|
682
|
+
|
|
614
683
|
/**
|
|
615
684
|
* ChangeClothes请求参数结构体
|
|
616
685
|
*/
|
|
@@ -1256,6 +1256,11 @@ export interface Task {
|
|
|
1256
1256
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1257
1257
|
*/
|
|
1258
1258
|
TaskIssue?: string
|
|
1259
|
+
/**
|
|
1260
|
+
* region信息
|
|
1261
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1262
|
+
*/
|
|
1263
|
+
TaskRegionName?: string
|
|
1259
1264
|
}
|
|
1260
1265
|
|
|
1261
1266
|
/**
|
|
@@ -1596,7 +1601,7 @@ export interface DescribeTaskExecuteLogsResponse {
|
|
|
1596
1601
|
/**
|
|
1597
1602
|
* 日志数据
|
|
1598
1603
|
*/
|
|
1599
|
-
LogMessage
|
|
1604
|
+
LogMessage?: Array<string>
|
|
1600
1605
|
/**
|
|
1601
1606
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1602
1607
|
*/
|
|
@@ -877,6 +877,11 @@ export interface BlockIgnoreRule {
|
|
|
877
877
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
878
878
|
*/
|
|
879
879
|
CustomRule?: CustomWhiteRule
|
|
880
|
+
/**
|
|
881
|
+
* 1 border 2 nat 4 vpc 8 border-serial
|
|
882
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
883
|
+
*/
|
|
884
|
+
FwType?: number
|
|
880
885
|
}
|
|
881
886
|
|
|
882
887
|
/**
|
|
@@ -1660,7 +1665,7 @@ export interface BanAndAllowRuleDel {
|
|
|
1660
1665
|
*/
|
|
1661
1666
|
Ioc?: string
|
|
1662
1667
|
/**
|
|
1663
|
-
* 0互联网出站 1互联网入站 5内网访问源 6内网访问目的
|
|
1668
|
+
* 0互联网出站 1互联网入站 5内网访问源 6内网访问目的 (DeleteBlockIgnoreRuleNew接口,该字段无效)
|
|
1664
1669
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1665
1670
|
*/
|
|
1666
1671
|
DirectionList?: string
|
|
@@ -2630,6 +2635,10 @@ export interface CreateNatRuleItem {
|
|
|
2630
2635
|
* 内部id
|
|
2631
2636
|
*/
|
|
2632
2637
|
InternalUuid?: number
|
|
2638
|
+
/**
|
|
2639
|
+
* 规则生效的范围:ALL,全局生效;ap-guangzhou,生效的地域;cfwnat-xxx,生效基于实例维度
|
|
2640
|
+
*/
|
|
2641
|
+
Scope?: string
|
|
2633
2642
|
}
|
|
2634
2643
|
|
|
2635
2644
|
/**
|
|
@@ -2989,6 +2998,11 @@ export interface EdgeIpInfo {
|
|
|
2989
2998
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2990
2999
|
*/
|
|
2991
3000
|
Domain?: string
|
|
3001
|
+
/**
|
|
3002
|
+
* IP超量状态
|
|
3003
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3004
|
+
*/
|
|
3005
|
+
OverUsedStatus?: number
|
|
2992
3006
|
}
|
|
2993
3007
|
|
|
2994
3008
|
/**
|
|
@@ -5673,6 +5687,11 @@ export interface BanAndAllowRule {
|
|
|
5673
5687
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5674
5688
|
*/
|
|
5675
5689
|
CustomRule?: CustomWhiteRule
|
|
5690
|
+
/**
|
|
5691
|
+
* 放通的引擎: 1针对互联网边界 2针对nat防火墙 4针对vpc防火墙
|
|
5692
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5693
|
+
*/
|
|
5694
|
+
FwType?: number
|
|
5676
5695
|
}
|
|
5677
5696
|
|
|
5678
5697
|
/**
|
|
@@ -6316,10 +6335,16 @@ export interface DescAcItem {
|
|
|
6316
6335
|
*/
|
|
6317
6336
|
BetaList?: Array<BetaInfoByACL>
|
|
6318
6337
|
/**
|
|
6319
|
-
*
|
|
6338
|
+
* (1)互联网边界防火墙,生效范围:serial,串行;side,旁路;all,全局;
|
|
6339
|
+
(2)NAT边界防火墙:ALL,全局生效;ap-guangzhou,生效的地域;cfwnat-xxx,生效基于实例维度
|
|
6320
6340
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6321
6341
|
*/
|
|
6322
6342
|
Scope?: string
|
|
6343
|
+
/**
|
|
6344
|
+
* 生效范围描述
|
|
6345
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6346
|
+
*/
|
|
6347
|
+
ScopeDesc?: string
|
|
6323
6348
|
/**
|
|
6324
6349
|
* 互联网边界防火墙使用的内部规则id
|
|
6325
6350
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -7018,6 +7043,21 @@ export interface NatSwitchListData {
|
|
|
7018
7043
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7019
7044
|
*/
|
|
7020
7045
|
Abnormal?: number
|
|
7046
|
+
/**
|
|
7047
|
+
* nat防火墙出口路由表id
|
|
7048
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7049
|
+
*/
|
|
7050
|
+
ORTableId?: string
|
|
7051
|
+
/**
|
|
7052
|
+
* nat防火墙出口路由表名称
|
|
7053
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7054
|
+
*/
|
|
7055
|
+
ORTableName?: string
|
|
7056
|
+
/**
|
|
7057
|
+
* 出口Snat Ip列表
|
|
7058
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7059
|
+
*/
|
|
7060
|
+
Ohavips?: Array<string>
|
|
7021
7061
|
}
|
|
7022
7062
|
|
|
7023
7063
|
/**
|
|
@@ -3003,7 +3003,7 @@ export interface OperateResponseData {
|
|
|
3003
3003
|
* FlowId11
|
|
3004
3004
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3005
3005
|
*/
|
|
3006
|
-
FlowId
|
|
3006
|
+
FlowId?: number
|
|
3007
3007
|
/**
|
|
3008
3008
|
* RouteIdDto
|
|
3009
3009
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -5033,7 +5033,7 @@ export interface ModifyRoutineMaintenanceTaskRequest {
|
|
|
5033
5033
|
*/
|
|
5034
5034
|
MaintenanceType: string
|
|
5035
5035
|
/**
|
|
5036
|
-
*
|
|
5036
|
+
* INSTANCE_STORAGE_CAPACITY(磁盘自动扩容)/MESSAGE_RETENTION_PERIOD(磁盘动态消息保留策略)
|
|
5037
5037
|
*/
|
|
5038
5038
|
MaintenanceSubtype: string
|
|
5039
5039
|
/**
|
|
@@ -5380,6 +5380,7 @@ export interface ModifyInstanceAttributesRequest {
|
|
|
5380
5380
|
PublicNetwork?: number
|
|
5381
5381
|
/**
|
|
5382
5382
|
* 动态硬盘扩容策略配置
|
|
5383
|
+
* @deprecated
|
|
5383
5384
|
*/
|
|
5384
5385
|
DynamicDiskConfig?: DynamicDiskConfig
|
|
5385
5386
|
/**
|
|
@@ -30,6 +30,7 @@ import {
|
|
|
30
30
|
SpecConfig,
|
|
31
31
|
UpgradeHourDCDBInstanceResponse,
|
|
32
32
|
ModifyRealServerAccessStrategyResponse,
|
|
33
|
+
ModifyBackupConfigsRequest,
|
|
33
34
|
ActiveHourDCDBInstanceResponse,
|
|
34
35
|
DescribeDCDBPriceResponse,
|
|
35
36
|
ModifyInstanceVportResponse,
|
|
@@ -37,7 +38,7 @@ import {
|
|
|
37
38
|
ModifyInstanceVipResponse,
|
|
38
39
|
AssociateSecurityGroupsRequest,
|
|
39
40
|
ShardBriefInfo,
|
|
40
|
-
|
|
41
|
+
NewBackupConfig,
|
|
41
42
|
FlushBinlogResponse,
|
|
42
43
|
DescribeDBSecurityGroupsResponse,
|
|
43
44
|
CancelDcnJobResponse,
|
|
@@ -93,6 +94,7 @@ import {
|
|
|
93
94
|
ModifyRealServerAccessStrategyRequest,
|
|
94
95
|
ExpandShardConfig,
|
|
95
96
|
ModifyAccountConfigRequest,
|
|
97
|
+
TerminateDedicatedDBInstanceResponse,
|
|
96
98
|
ShardZoneChooseInfo,
|
|
97
99
|
RenewDCDBInstanceRequest,
|
|
98
100
|
DescribeDBEncryptAttributesResponse,
|
|
@@ -110,6 +112,7 @@ import {
|
|
|
110
112
|
TmpInstance,
|
|
111
113
|
ModifyDBParametersRequest,
|
|
112
114
|
DCDBInstanceInfo,
|
|
115
|
+
DescribeBackupConfigsRequest,
|
|
113
116
|
ModifyDBInstanceSecurityGroupsRequest,
|
|
114
117
|
DescribeDcnDetailRequest,
|
|
115
118
|
DescribeFileDownloadUrlResponse,
|
|
@@ -124,6 +127,7 @@ import {
|
|
|
124
127
|
DescribeDatabaseObjectsResponse,
|
|
125
128
|
ModifyDBInstanceNameRequest,
|
|
126
129
|
DescribeDcnDetailResponse,
|
|
130
|
+
DescribeBackupConfigsResponse,
|
|
127
131
|
ModifyDBEncryptAttributesRequest,
|
|
128
132
|
TableColumn,
|
|
129
133
|
SecurityGroupBound,
|
|
@@ -139,6 +143,7 @@ import {
|
|
|
139
143
|
ZonesInfo,
|
|
140
144
|
InstanceBackupFileItem,
|
|
141
145
|
CreateHourDCDBInstanceResponse,
|
|
146
|
+
BackupConfig,
|
|
142
147
|
Database,
|
|
143
148
|
GrantAccountPrivilegesResponse,
|
|
144
149
|
CancelDcnJobRequest,
|
|
@@ -147,6 +152,7 @@ import {
|
|
|
147
152
|
ModifyInstanceVipRequest,
|
|
148
153
|
OpenDBExtranetAccessRequest,
|
|
149
154
|
ReservedNetResource,
|
|
155
|
+
ModifyBackupConfigsResponse,
|
|
150
156
|
DatabasePrivilege,
|
|
151
157
|
DescribeDCDBSaleInfoResponse,
|
|
152
158
|
ModifyDBInstancesProjectRequest,
|
|
@@ -848,6 +854,16 @@ export class Client extends AbstractClient {
|
|
|
848
854
|
return this.request("ModifyInstanceVport", req, cb)
|
|
849
855
|
}
|
|
850
856
|
|
|
857
|
+
/**
|
|
858
|
+
* 本接口(TerminateDedicatedDBInstance)用于销毁已隔离的独享分布式数据库实例。
|
|
859
|
+
*/
|
|
860
|
+
async TerminateDedicatedDBInstance(
|
|
861
|
+
req: TerminateDedicatedDBInstanceRequest,
|
|
862
|
+
cb?: (error: string, rep: TerminateDedicatedDBInstanceResponse) => void
|
|
863
|
+
): Promise<TerminateDedicatedDBInstanceResponse> {
|
|
864
|
+
return this.request("TerminateDedicatedDBInstance", req, cb)
|
|
865
|
+
}
|
|
866
|
+
|
|
851
867
|
/**
|
|
852
868
|
* 本接口(DescribeDBSecurityGroups)用于查询实例安全组信息
|
|
853
869
|
*/
|
|
@@ -889,13 +905,13 @@ export class Client extends AbstractClient {
|
|
|
889
905
|
}
|
|
890
906
|
|
|
891
907
|
/**
|
|
892
|
-
*
|
|
908
|
+
* 本接口(DescribeBackupConfigs)用于查询数据库备份配置信息。
|
|
893
909
|
*/
|
|
894
|
-
async
|
|
895
|
-
req:
|
|
896
|
-
cb?: (error: string, rep:
|
|
897
|
-
): Promise<
|
|
898
|
-
return this.request("
|
|
910
|
+
async DescribeBackupConfigs(
|
|
911
|
+
req: DescribeBackupConfigsRequest,
|
|
912
|
+
cb?: (error: string, rep: DescribeBackupConfigsResponse) => void
|
|
913
|
+
): Promise<DescribeBackupConfigsResponse> {
|
|
914
|
+
return this.request("DescribeBackupConfigs", req, cb)
|
|
899
915
|
}
|
|
900
916
|
|
|
901
917
|
/**
|
|
@@ -918,6 +934,18 @@ export class Client extends AbstractClient {
|
|
|
918
934
|
return this.request("CreateTmpDCDBInstance", req, cb)
|
|
919
935
|
}
|
|
920
936
|
|
|
937
|
+
/**
|
|
938
|
+
* 本接口(ModifyBackupConfigs)用于修改数据库备份配置信息。
|
|
939
|
+
|
|
940
|
+
1. 修改数据库超期备份配置,目前按年、按月、按日只支持一种,存在互斥关系,如当前策略按年备份,如果传入按月备份策略将会覆盖当前的按年备份策略,务必注意。
|
|
941
|
+
*/
|
|
942
|
+
async ModifyBackupConfigs(
|
|
943
|
+
req: ModifyBackupConfigsRequest,
|
|
944
|
+
cb?: (error: string, rep: ModifyBackupConfigsResponse) => void
|
|
945
|
+
): Promise<ModifyBackupConfigsResponse> {
|
|
946
|
+
return this.request("ModifyBackupConfigs", req, cb)
|
|
947
|
+
}
|
|
948
|
+
|
|
921
949
|
/**
|
|
922
950
|
* 本接口(ModifyDBInstanceName)用于修改实例名字
|
|
923
951
|
*/
|