tencentcloud-sdk-nodejs 4.0.841 → 4.0.843
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 +334 -0
- package/README.md +7 -0
- package/SERVICE_CHANGELOG.md +340 -59
- package/examples/common/common_client.js +47 -0
- package/examples/common/common_client.ts +47 -0
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/index.ts +3 -0
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +38 -34
- package/src/services/apm/v20210622/apm_client.ts +46 -8
- package/src/services/apm/v20210622/apm_models.ts +233 -24
- package/src/services/ccc/v20200210/ccc_models.ts +1 -1
- package/src/services/cfs/v20190719/cfs_models.ts +36 -22
- package/src/services/cfw/v20190904/cfw_client.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +3 -3
- package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +9 -5
- package/src/services/cls/v20201016/cls_models.ts +72 -36
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +16 -3
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +109 -43
- package/src/services/dcdb/v20180411/dcdb_client.ts +1 -1
- package/src/services/dcdb/v20180411/dcdb_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +2 -0
- package/src/services/ess/v20201111/ess_models.ts +31 -3
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +30 -2
- package/src/services/faceid/v20180301/faceid_models.ts +40 -7
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +20 -4
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +123 -17
- package/src/services/ims/v20201229/ims_client.ts +2 -3
- package/src/services/ims/v20201229/ims_models.ts +54 -54
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +13 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +47 -0
- package/src/services/iss/v20230517/iss_models.ts +16 -0
- package/src/services/lcic/v20220817/lcic_models.ts +1 -1
- package/src/services/lke/v20231130/lke_client.ts +0 -24
- package/src/services/lke/v20231130/lke_models.ts +0 -81
- package/src/services/mariadb/v20170312/mariadb_client.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/mps/v20190612/mps_client.ts +2 -1
- package/src/services/mps/v20190612/mps_models.ts +66 -42
- package/src/services/rum/v20210622/rum_models.ts +2 -2
- package/src/services/tdid/v20210519/tdid_client.ts +1 -1
- package/src/services/teo/v20220901/teo_client.ts +1 -0
- package/src/services/teo/v20220901/teo_models.ts +83 -21
- package/src/services/tione/v20211111/tione_client.ts +1 -0
- package/src/services/tione/v20211111/tione_models.ts +16 -0
- package/src/services/tmt/v20180321/tmt_models.ts +1 -1
- package/src/services/waf/v20180125/waf_models.ts +1 -1
- package/tencentcloud/common/index.d.ts +3 -0
- package/tencentcloud/common/index.js +6 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +38 -34
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +15 -3
- package/tencentcloud/services/apm/v20210622/apm_client.js +21 -3
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +225 -24
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +36 -22
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +3 -3
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +9 -5
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +72 -36
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +105 -42
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +1 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +1 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +29 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +28 -2
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +40 -7
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +13 -5
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +14 -4
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +121 -17
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -3
- package/tencentcloud/services/ims/v20201229/ims_client.js +2 -3
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +54 -54
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +44 -0
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +16 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -9
- package/tencentcloud/services/lke/v20231130/lke_client.js +0 -12
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +0 -77
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +65 -42
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2 -2
- package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +1 -1
- package/tencentcloud/services/tdid/v20210519/tdid_client.js +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +82 -21
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +15 -0
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1 -1
- package/test/apm.v20210622.test.js +32 -2
- package/test/cynosdb.v20190107.test.js +10 -0
- package/test/hunyuan.v20230901.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/lke.v20231130.test.js +0 -20
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import * as tencentcloud from "../../../tencentcloud-sdk-nodejs"
|
|
2
|
+
const TencentCloudCommon = tencentcloud.common;
|
|
3
|
+
const CommonClient = TencentCloudCommon.CommonClient;
|
|
4
|
+
|
|
5
|
+
// 实例化一个认证对象,入参需要传入腾讯云账户 SecretId 和 SecretKey,此处还需注意密钥对的保密
|
|
6
|
+
// 代码泄露可能会导致 SecretId 和 SecretKey 泄露,并威胁账号下所有资源的安全性。以下代码示例仅供参考,建议采用更安全的方式来使用密钥,请参见:https://cloud.tencent.com/document/product/1278/85305
|
|
7
|
+
// 密钥可前往官网控制台 https://console.cloud.tencent.com/cam/capi 进行获取
|
|
8
|
+
const clientConfig = {
|
|
9
|
+
credential: {
|
|
10
|
+
secretId: "$secretId",
|
|
11
|
+
secretKey: "$secretKey",
|
|
12
|
+
},
|
|
13
|
+
region: "ap-shanghai",
|
|
14
|
+
profile: {
|
|
15
|
+
httpProfile: {
|
|
16
|
+
endpoint: "cvm.tencentcloudapi.com",
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
// 实例化要请求产品的 CommonClient 对象,依次传入产品调用地址(产品名.tencentcloudapi.com)、产品版本、ClientConfig
|
|
22
|
+
const client = new CommonClient(
|
|
23
|
+
"cvm.tencentcloudapi.com",
|
|
24
|
+
"2017-03-12",
|
|
25
|
+
clientConfig
|
|
26
|
+
);
|
|
27
|
+
const params = {
|
|
28
|
+
Filters: [
|
|
29
|
+
{
|
|
30
|
+
Name: "zone",
|
|
31
|
+
Values: ["ap-shanghai-1", "ap-shanghai-2"],
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
Name: "instance-charge-type",
|
|
35
|
+
Values: ["POSTPAID_BY_HOUR"],
|
|
36
|
+
},
|
|
37
|
+
]
|
|
38
|
+
};
|
|
39
|
+
// 传入要调用的接口名,和接口对应的参数
|
|
40
|
+
client.request("DescribeInstances", params).then(
|
|
41
|
+
(data) => {
|
|
42
|
+
console.log(data);
|
|
43
|
+
},
|
|
44
|
+
(err) => {
|
|
45
|
+
console.error("error", err);
|
|
46
|
+
}
|
|
47
|
+
);
|
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-03-20 01:07:31 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-04-22 01:07:18 |
|
|
9
|
-
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-04-
|
|
9
|
+
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-04-25 15:02:29 |
|
|
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-04-22 01:07:21 |
|
|
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-03-25 01:07:43 |
|
|
18
|
-
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-
|
|
18
|
+
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-04-25 01:09:12 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-03-20 01:08:05 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-04-16 01:04:30 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-04-22 01:09:16 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-03-20 01:09:28 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
|
|
42
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-04-
|
|
42
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-04-26 01:09:38 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-04-23 01:09:48 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-04-24 01:06:45 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-04-22 01:10:25 |
|
|
47
|
-
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-04-
|
|
47
|
+
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-04-26 01:10:21 |
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-04-09 01:09:52 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-04-10 01:10:22 |
|
|
51
|
-
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-04-
|
|
52
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-04-
|
|
51
|
+
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-04-26 01:10:32 |
|
|
52
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-04-25 14:30:18 |
|
|
53
53
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
|
|
54
54
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2024-03-20 01:10:58 |
|
|
55
55
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-03-28 01:11:53 |
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
62
|
-
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-04-
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-04-
|
|
62
|
+
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-04-26 01:11:33 |
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-04-26 01:11:35 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-03-20 01:12:14 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-04-22 01:12:28 |
|
|
@@ -72,14 +72,14 @@
|
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-04-22 01:12:38 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-04-22 01:12:53 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-04-
|
|
75
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-04-26 01:13:19 |
|
|
76
76
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-04-22 01:14:04 |
|
|
77
77
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
78
78
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
79
79
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-03-20 01:14:16 |
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-20 01:14:24 |
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-20 01:14:27 |
|
|
82
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-04-
|
|
82
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-04-26 01:13:59 |
|
|
83
83
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-04-23 01:14:24 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-04-19 01:15:26 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-04-22 01:15:00 |
|
|
@@ -96,58 +96,58 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-04-17 01:13:44 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-04-19 01:17:21 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-04-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-04-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-04-26 01:15:51 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-04-25 01:16:48 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-04-18 01:20:43 |
|
|
102
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-04-
|
|
102
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-04-26 01:16:30 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-20 01:17:11 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
105
105
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-04-17 01:14:36 |
|
|
106
106
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-03-20 01:17:27 |
|
|
107
107
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-03-20 01:17:31 |
|
|
108
108
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
109
|
-
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-04-
|
|
109
|
+
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-04-25 01:17:27 |
|
|
110
110
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
111
111
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
112
112
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-03-22 01:16:13 |
|
|
113
113
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
114
114
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-03-20 01:17:36 |
|
|
115
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-04-
|
|
115
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-04-25 21:32:28 |
|
|
116
116
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
|
|
117
117
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
118
118
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
|
|
119
119
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-08-17 03:20:18 |
|
|
120
120
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-03-20 01:17:49 |
|
|
121
121
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
122
|
-
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-
|
|
122
|
+
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-04-25 01:17:55 |
|
|
123
123
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-04-03 11:20:41 |
|
|
124
124
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
125
125
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-03-20 01:18:04 |
|
|
126
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-04-
|
|
126
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-04-25 01:18:05 |
|
|
127
127
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
128
128
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-03-20 01:18:42 |
|
|
129
129
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
130
130
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
|
|
131
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-04-
|
|
131
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-04-24 15:03:09 |
|
|
132
132
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-03-20 01:19:17 |
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
135
|
-
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-
|
|
135
|
+
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-26 01:18:49 |
|
|
136
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-04-24 01:15:16 |
|
|
137
137
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-04-24 01:15:28 |
|
|
138
|
-
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-04-
|
|
138
|
+
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-04-25 01:19:55 |
|
|
139
139
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
140
140
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
141
141
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
142
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2024-04-
|
|
142
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2024-04-26 01:19:34 |
|
|
143
143
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2024-03-20 01:20:21 |
|
|
144
144
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-03-20 01:20:22 |
|
|
145
145
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
146
146
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-03-20 01:20:23 |
|
|
147
147
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-04-12 01:19:07 |
|
|
148
148
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-18 01:24:29 |
|
|
149
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-04-
|
|
150
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-04-
|
|
149
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-04-26 01:19:57 |
|
|
150
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-04-26 01:20:19 |
|
|
151
151
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-04-03 11:24:07 |
|
|
152
152
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-04-01 01:22:02 |
|
|
153
153
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
|
|
169
169
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
170
170
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
171
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-04-
|
|
171
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-04-26 01:22:29 |
|
|
172
172
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-04-15 02:05:44 |
|
|
173
173
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-03-20 01:23:23 |
|
|
174
174
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-04-16 01:18:21 |
|
|
@@ -202,11 +202,11 @@
|
|
|
202
202
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-03-20 01:24:52 |
|
|
203
203
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-04-22 01:25:22 |
|
|
204
204
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
|
|
205
|
-
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-
|
|
205
|
+
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-04-25 01:24:56 |
|
|
206
206
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-04-24 01:21:13 |
|
|
207
207
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
|
|
208
208
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
|
|
209
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-04-
|
|
209
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-04-26 01:25:17 |
|
|
210
210
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-20 01:27:05 |
|
|
211
211
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
212
212
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -214,12 +214,12 @@
|
|
|
214
214
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2024-03-20 01:27:08 |
|
|
215
215
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
216
216
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-03-20 01:27:09 |
|
|
217
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-04-
|
|
217
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-04-26 01:25:50 |
|
|
218
218
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
|
|
219
219
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-03-20 01:28:56 |
|
|
220
220
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
221
221
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-22 01:28:14 |
|
|
222
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-04-
|
|
222
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-04-26 01:26:41 |
|
|
223
223
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
224
224
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
225
225
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-04-22 01:28:17 |
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-04-19 01:30:53 |
|
|
237
237
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-04-23 01:29:22 |
|
|
238
238
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
|
|
239
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-
|
|
239
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-04-25 14:30:01 |
|
|
240
240
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
241
241
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-04-18 15:07:41 |
|
|
242
242
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-04-23 01:30:48 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.843"
|
|
@@ -545,41 +545,45 @@ export interface SubmitDrawPortraitJobRequest {
|
|
|
545
545
|
*/
|
|
546
546
|
ModelId: string
|
|
547
547
|
/**
|
|
548
|
-
*
|
|
549
|
-
zhengjian_female
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
548
|
+
* 写真风格模板,支持以下风格:
|
|
549
|
+
zhengjian_female:证件照-长发(女)
|
|
550
|
+
zhengjian_shouthair_female:证件照-短发(女)
|
|
551
|
+
zhengjian_male:证件照(男)
|
|
552
|
+
grey_suit_male:灰色西装(男)
|
|
553
|
+
beige_suit_male:米色西装(男)
|
|
554
|
+
white_sweater_male:白色毛衣(男)
|
|
555
|
+
hanfu_female:汉服(女)
|
|
556
|
+
hanfu2_female:汉服2(女)
|
|
557
|
+
green_female:绿色毛衣(女)
|
|
558
|
+
white_sweater_female:白色毛衣(女)
|
|
559
|
+
sports_female:蓝色运动装(女)
|
|
560
|
+
bow_female:蝴蝶结发饰(女)
|
|
561
|
+
wreath_female:头戴花环(女)
|
|
562
|
+
black_dress1_female:小黑裙1(女)
|
|
563
|
+
black_dress2_female:小黑裙2(女)
|
|
564
|
+
black_dress3_female:小黑裙3(女)
|
|
565
|
+
wedding_female:婚纱裙(女)
|
|
566
|
+
wedding2_female:婚纱裙2(女)
|
|
567
|
+
forest_female:树林(女)
|
|
568
|
+
flower_female:花丛(女)
|
|
569
|
+
qipao_female:旗袍(女)
|
|
570
|
+
feather_female:羽毛(女)
|
|
571
|
+
lolita_female:洛丽塔(女)
|
|
572
|
+
blue_shirt_female:蓝衬衣(女)
|
|
573
|
+
green_shirt_female:绿衬衣(女)
|
|
574
|
+
purple_shirt_female:紫衬衣(女)
|
|
575
|
+
fire_female:火焰(女)
|
|
576
|
+
christmas1_female: 圣诞1(女)
|
|
577
|
+
christmas2_female: 圣诞2(女)
|
|
577
578
|
christmas3_female: 圣诞3(适用女性)
|
|
578
|
-
newyear1_female:新春1
|
|
579
|
-
newyear2_female:新春2
|
|
580
|
-
newyear3_female:新春3
|
|
581
|
-
newyear5_female:新春5
|
|
582
|
-
|
|
579
|
+
newyear1_female:新春1(女)
|
|
580
|
+
newyear2_female:新春2(女)
|
|
581
|
+
newyear3_female:新春3(女)
|
|
582
|
+
newyear5_female:新春5(女)
|
|
583
|
+
elderly_female:中老年(女)
|
|
584
|
+
elderly_male:中老年(男)
|
|
585
|
+
labour_female:田野劳作(女)
|
|
586
|
+
simple:简洁风格(通用),一般用于写真模型的封面示意图,每个 ModelId 的生成结果固定,多次生成将返回相同图片
|
|
583
587
|
*/
|
|
584
588
|
StyleId: string
|
|
585
589
|
/**
|
|
@@ -22,36 +22,44 @@ import {
|
|
|
22
22
|
ModifyApmInstanceRequest,
|
|
23
23
|
ApmInstanceDetail,
|
|
24
24
|
CreateApmInstanceRequest,
|
|
25
|
+
ModifyGeneralApmApplicationConfigRequest,
|
|
25
26
|
DescribeServiceOverviewResponse,
|
|
26
27
|
QueryMetricItem,
|
|
27
28
|
TerminateApmInstanceRequest,
|
|
28
29
|
DescribeApmInstancesResponse,
|
|
30
|
+
Instrument,
|
|
31
|
+
DescribeTagValuesResponse,
|
|
29
32
|
Span,
|
|
30
33
|
ApmAgentInfo,
|
|
31
34
|
DescribeGeneralSpanListResponse,
|
|
32
35
|
ApmMetricRecord,
|
|
33
36
|
DescribeServiceOverviewRequest,
|
|
34
37
|
DescribeApmAgentResponse,
|
|
38
|
+
DescribeTagValuesRequest,
|
|
35
39
|
ApmField,
|
|
36
40
|
Line,
|
|
37
|
-
|
|
41
|
+
ApmApplicationConfigView,
|
|
42
|
+
ApmTag,
|
|
38
43
|
APMKVItem,
|
|
39
44
|
OrderBy,
|
|
40
45
|
DescribeMetricRecordsResponse,
|
|
41
|
-
|
|
46
|
+
DescribeGeneralSpanListRequest,
|
|
42
47
|
Filter,
|
|
43
48
|
APMKV,
|
|
44
49
|
DescribeApmAgentRequest,
|
|
45
50
|
DescribeMetricRecordsRequest,
|
|
51
|
+
DescribeGeneralApmApplicationConfigResponse,
|
|
46
52
|
DescribeGeneralMetricDataRequest,
|
|
47
53
|
CreateApmInstanceResponse,
|
|
48
54
|
SpanReference,
|
|
49
55
|
SpanProcess,
|
|
56
|
+
DescribeGeneralApmApplicationConfigRequest,
|
|
50
57
|
ModifyApmInstanceResponse,
|
|
51
58
|
GeneralFilter,
|
|
52
59
|
DescribeApmInstancesRequest,
|
|
53
60
|
SpanTag,
|
|
54
61
|
DescribeGeneralMetricDataResponse,
|
|
62
|
+
ModifyGeneralApmApplicationConfigResponse,
|
|
55
63
|
TerminateApmInstanceResponse,
|
|
56
64
|
} from "./apm_models"
|
|
57
65
|
|
|
@@ -65,13 +73,23 @@ export class Client extends AbstractClient {
|
|
|
65
73
|
}
|
|
66
74
|
|
|
67
75
|
/**
|
|
68
|
-
*
|
|
76
|
+
* 查询应用配置信息
|
|
69
77
|
*/
|
|
70
|
-
async
|
|
71
|
-
req:
|
|
72
|
-
cb?: (error: string, rep:
|
|
73
|
-
): Promise<
|
|
74
|
-
return this.request("
|
|
78
|
+
async DescribeGeneralApmApplicationConfig(
|
|
79
|
+
req: DescribeGeneralApmApplicationConfigRequest,
|
|
80
|
+
cb?: (error: string, rep: DescribeGeneralApmApplicationConfigResponse) => void
|
|
81
|
+
): Promise<DescribeGeneralApmApplicationConfigResponse> {
|
|
82
|
+
return this.request("DescribeGeneralApmApplicationConfig", req, cb)
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* 根据维度名和过滤条件,查询维度数据.
|
|
87
|
+
*/
|
|
88
|
+
async DescribeTagValues(
|
|
89
|
+
req: DescribeTagValuesRequest,
|
|
90
|
+
cb?: (error: string, rep: DescribeTagValuesResponse) => void
|
|
91
|
+
): Promise<DescribeTagValuesResponse> {
|
|
92
|
+
return this.request("DescribeTagValues", req, cb)
|
|
75
93
|
}
|
|
76
94
|
|
|
77
95
|
/**
|
|
@@ -104,6 +122,26 @@ export class Client extends AbstractClient {
|
|
|
104
122
|
return this.request("DescribeApmAgent", req, cb)
|
|
105
123
|
}
|
|
106
124
|
|
|
125
|
+
/**
|
|
126
|
+
* 修改APM实例接口
|
|
127
|
+
*/
|
|
128
|
+
async ModifyApmInstance(
|
|
129
|
+
req: ModifyApmInstanceRequest,
|
|
130
|
+
cb?: (error: string, rep: ModifyApmInstanceResponse) => void
|
|
131
|
+
): Promise<ModifyApmInstanceResponse> {
|
|
132
|
+
return this.request("ModifyApmInstance", req, cb)
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* 对外开放的openApi,客户可以灵活的指定需要修改的字段,再加入需要修改的服务列表.
|
|
137
|
+
*/
|
|
138
|
+
async ModifyGeneralApmApplicationConfig(
|
|
139
|
+
req: ModifyGeneralApmApplicationConfigRequest,
|
|
140
|
+
cb?: (error: string, rep: ModifyGeneralApmApplicationConfigResponse) => void
|
|
141
|
+
): Promise<ModifyGeneralApmApplicationConfigResponse> {
|
|
142
|
+
return this.request("ModifyGeneralApmApplicationConfig", req, cb)
|
|
143
|
+
}
|
|
144
|
+
|
|
107
145
|
/**
|
|
108
146
|
* 获取指标数据通用接口。用户根据需要上送请求参数,返回对应的指标数据。
|
|
109
147
|
接口调用频率限制为:20次/秒,1200次/分钟。单请求的数据点数限制为1440个。
|