tencentcloud-sdk-nodejs 4.0.245 → 4.0.249
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 +744 -35
- package/package.json +1 -1
- package/products.md +38 -35
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +5 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +6 -0
- package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
- package/src/services/apm/index.ts +5 -0
- package/src/services/apm/v20210622/apm_client.ts +70 -0
- package/src/services/apm/v20210622/apm_models.ts +306 -0
- package/src/services/apm/v20210622/index.ts +6 -0
- package/src/services/asw/v20200722/asw_models.ts +3 -3
- package/src/services/captcha/v20190722/captcha_models.ts +2 -1
- package/src/services/cdb/v20170320/cdb_models.ts +13 -3
- package/src/services/cfw/v20190904/cfw_models.ts +1 -1
- package/src/services/cii/v20210408/cii_models.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
- package/src/services/clb/v20180317/clb_client.ts +25 -1
- package/src/services/clb/v20180317/clb_models.ts +175 -18
- package/src/services/cme/v20191029/cme_client.ts +3 -3
- package/src/services/cme/v20191029/cme_models.ts +30 -25
- package/src/services/cr/v20180321/cr_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +9 -8
- package/src/services/domain/v20180808/domain_models.ts +6 -1
- package/src/services/ecdn/v20191012/ecdn_client.ts +3 -0
- package/src/services/gaap/v20180529/gaap_models.ts +5 -0
- package/src/services/index.ts +3 -0
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +11 -0
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +31 -0
- package/src/services/ivld/index.ts +5 -0
- package/src/services/ivld/v20210903/index.ts +6 -0
- package/src/services/ivld/v20210903/ivld_client.ts +170 -0
- package/src/services/ivld/v20210903/ivld_models.ts +973 -0
- package/src/services/kms/v20190118/kms_client.ts +1 -1
- package/src/services/kms/v20190118/kms_models.ts +2 -2
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +0 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -35
- package/src/services/monitor/v20180724/monitor_models.ts +3 -3
- package/src/services/mrs/v20200910/mrs_client.ts +2 -0
- package/src/services/mrs/v20200910/mrs_models.ts +81 -5
- package/src/services/postgres/v20170312/postgres_models.ts +19 -7
- package/src/services/privatedns/v20201028/privatedns_client.ts +40 -3
- package/src/services/privatedns/v20201028/privatedns_models.ts +142 -32
- package/src/services/scf/v20180416/scf_client.ts +25 -12
- package/src/services/scf/v20180416/scf_models.ts +103 -1
- package/src/services/tat/v20201028/tat_models.ts +87 -11
- package/src/services/tdmq/v20200217/tdmq_client.ts +15 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +556 -146
- package/src/services/thpc/index.ts +5 -0
- package/src/services/thpc/v20211109/index.ts +6 -0
- package/src/services/thpc/v20211109/thpc_client.ts +64 -0
- package/src/services/thpc/v20211109/thpc_models.ts +332 -0
- package/src/services/tiw/v20190919/tiw_models.ts +2 -2
- package/src/services/tke/v20180525/tke_client.ts +50 -1
- package/src/services/tke/v20180525/tke_models.ts +158 -6
- package/src/services/tsf/v20180326/tsf_client.ts +13 -0
- package/src/services/tsf/v20180326/tsf_models.ts +85 -0
- package/src/services/vpc/v20170312/vpc_models.ts +2 -2
- package/src/services/waf/v20180125/waf_client.ts +1 -1
- package/src/services/waf/v20180125/waf_models.ts +26 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +4 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
- package/tencentcloud/services/apm/index.d.ts +6 -0
- package/tencentcloud/services/apm/index.js +7 -0
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +22 -0
- package/tencentcloud/services/apm/v20210622/apm_client.js +49 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +246 -0
- package/tencentcloud/services/apm/v20210622/apm_models.js +18 -0
- package/tencentcloud/services/apm/v20210622/index.d.ts +6 -0
- package/tencentcloud/services/apm/v20210622/index.js +9 -0
- package/tencentcloud/services/asw/v20200722/asw_models.d.ts +3 -3
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +1 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +11 -3
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +12 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +145 -15
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +3 -3
- package/tencentcloud/services/cme/v20191029/cme_client.js +3 -3
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +29 -25
- package/tencentcloud/services/cr/v20180321/cr_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +9 -8
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +5 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +3 -0
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +3 -0
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +4 -0
- package/tencentcloud/services/index.d.ts +3 -0
- package/tencentcloud/services/index.js +6 -0
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +9 -0
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +26 -0
- package/tencentcloud/services/ivld/index.d.ts +6 -0
- package/tencentcloud/services/ivld/index.js +7 -0
- package/tencentcloud/services/ivld/v20210903/index.d.ts +6 -0
- package/tencentcloud/services/ivld/v20210903/index.js +9 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +66 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +103 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +831 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.js +18 -0
- package/tencentcloud/services/kms/v20190118/kms_client.d.ts +1 -1
- package/tencentcloud/services/kms/v20190118/kms_client.js +1 -1
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +2 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +6 -29
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +3 -3
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +70 -5
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +17 -7
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +13 -1
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +18 -0
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +124 -29
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +9 -5
- package/tencentcloud/services/scf/v20180416/scf_client.js +12 -6
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +86 -1
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +75 -11
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +434 -94
- package/tencentcloud/services/thpc/index.d.ts +6 -0
- package/tencentcloud/services/thpc/index.js +7 -0
- package/tencentcloud/services/thpc/v20211109/index.d.ts +6 -0
- package/tencentcloud/services/thpc/v20211109/index.js +9 -0
- package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +18 -0
- package/tencentcloud/services/thpc/v20211109/thpc_client.js +43 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +272 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.js +18 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +17 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +24 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +136 -5
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +73 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +22 -1
- package/test/apm.v20210622.test.js +51 -0
- package/test/clb.v20180317.test.js +20 -0
- package/test/ivld.v20210903.test.js +101 -0
- package/test/privatedns.v20201028.test.js +30 -0
- package/test/scf.v20180416.test.js +14 -4
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/thpc.v20211109.test.js +41 -0
- package/test/tke.v20180525.test.js +40 -0
- package/test/tsf.v20180326.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -5,16 +5,17 @@
|
|
|
5
5
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-11-10 08:01:49 |
|
|
6
6
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2021-11-18 08:02:15 |
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2021-11-18 08:02:17 |
|
|
8
|
-
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2021-
|
|
8
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2021-12-03 08:01:26 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-11-10 08:01:55 |
|
|
10
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-
|
|
10
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-12-02 08:02:10 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-11-10 08:02:02 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-11-10 08:02:03 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
|
|
14
|
-
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-
|
|
14
|
+
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-12-01 08:02:45 |
|
|
15
|
+
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2021-12-02 08:02:32 |
|
|
15
16
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-23 08:02:56 |
|
|
16
17
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-11-10 08:02:28 |
|
|
17
|
-
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-
|
|
18
|
+
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-29 08:03:58 |
|
|
18
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-11-10 08:02:33 |
|
|
19
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2021-11-10 08:02:34 |
|
|
20
21
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2021-11-10 08:02:39 |
|
|
@@ -27,31 +28,31 @@
|
|
|
27
28
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
28
29
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2021-11-10 08:03:08 |
|
|
29
30
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2021-11-10 08:03:09 |
|
|
30
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-
|
|
31
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-12-03 08:02:43 |
|
|
31
32
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-11-10 08:03:19 |
|
|
32
33
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-11-10 08:03:22 |
|
|
33
34
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-11-16 08:06:45 |
|
|
34
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-
|
|
35
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-
|
|
35
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-12-02 08:03:37 |
|
|
36
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-12-02 08:03:55 |
|
|
36
37
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-11-10 08:03:57 |
|
|
37
38
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-11-17 08:07:53 |
|
|
38
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-
|
|
39
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-12-01 08:04:35 |
|
|
39
40
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-11-10 08:04:08 |
|
|
40
41
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-11-23 08:04:46 |
|
|
41
42
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
42
43
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
43
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-11-
|
|
44
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-11-
|
|
44
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-11-30 08:04:22 |
|
|
45
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-11-30 08:04:28 |
|
|
45
46
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-11-16 08:07:51 |
|
|
46
47
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-10 08:04:28 |
|
|
47
48
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-11-10 08:04:30 |
|
|
48
|
-
| cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-
|
|
49
|
+
| cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-12-02 08:04:53 |
|
|
49
50
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-11-10 08:04:45 |
|
|
50
51
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
51
52
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-11-17 08:08:58 |
|
|
52
53
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
53
54
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-26 08:07:10 |
|
|
54
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-11-
|
|
55
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-11-30 08:05:34 |
|
|
55
56
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
56
57
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-11-17 08:10:15 |
|
|
57
58
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-11-10 08:05:47 |
|
|
@@ -60,13 +61,13 @@
|
|
|
60
61
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-11-26 08:08:12 |
|
|
61
62
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2021-11-10 08:06:10 |
|
|
62
63
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-11-17 08:10:54 |
|
|
63
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-
|
|
64
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-12-03 08:05:53 |
|
|
64
65
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2021-11-10 08:06:23 |
|
|
65
66
|
| ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2021-11-10 08:06:24 |
|
|
66
67
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2021-11-10 08:06:26 |
|
|
67
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-
|
|
68
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-12-01 08:07:08 |
|
|
68
69
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
|
|
69
|
-
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-
|
|
70
|
+
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-12-02 08:06:56 |
|
|
70
71
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-11-18 20:07:06 |
|
|
71
72
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2021-11-10 08:06:52 |
|
|
72
73
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-11-10 08:06:56 |
|
|
@@ -75,9 +76,9 @@
|
|
|
75
76
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-11-10 08:07:03 |
|
|
76
77
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-11-18 08:08:10 |
|
|
77
78
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-11-26 08:09:14 |
|
|
78
|
-
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-
|
|
79
|
+
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-03 08:06:45 |
|
|
79
80
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-11-10 08:07:13 |
|
|
80
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-
|
|
81
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-12-03 08:06:49 |
|
|
81
82
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2021-11-10 08:07:25 |
|
|
82
83
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2021-11-10 08:07:27 |
|
|
83
84
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2021-11-10 08:07:30 |
|
|
@@ -93,21 +94,22 @@
|
|
|
93
94
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
|
|
94
95
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-11-10 08:08:03 |
|
|
95
96
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
|
|
96
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-
|
|
97
|
-
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-
|
|
98
|
-
|
|
|
99
|
-
|
|
|
100
|
-
|
|
|
97
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-03 08:07:55 |
|
|
98
|
+
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-12-03 08:08:18 |
|
|
99
|
+
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2021-11-30 14:56:41 |
|
|
100
|
+
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-11-29 08:10:07 |
|
|
101
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-11-30 20:01:47 |
|
|
102
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-12-02 08:09:10 |
|
|
101
103
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
|
|
102
104
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-11-26 08:11:04 |
|
|
103
105
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
|
|
104
106
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
|
|
105
107
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
|
|
106
108
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
|
|
107
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-
|
|
108
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-
|
|
109
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-12-01 08:10:00 |
|
|
110
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-12-03 08:09:12 |
|
|
109
111
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
|
|
110
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-11-
|
|
112
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-11-30 08:10:05 |
|
|
111
113
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
112
114
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2021-11-10 08:09:22 |
|
|
113
115
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
@@ -118,14 +120,14 @@
|
|
|
118
120
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-11-10 08:09:46 |
|
|
119
121
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
|
|
120
122
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
|
|
121
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-
|
|
122
|
-
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-
|
|
123
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-12-02 08:10:29 |
|
|
124
|
+
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-12-02 08:10:37 |
|
|
123
125
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2021-11-10 08:10:02 |
|
|
124
126
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-11-04 08:12:00 |
|
|
125
127
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
|
|
126
128
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
|
|
127
129
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-11-10 08:10:05 |
|
|
128
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-
|
|
130
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-12-03 08:10:14 |
|
|
129
131
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-11-26 08:12:29 |
|
|
130
132
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
|
|
131
133
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-11-16 08:13:49 |
|
|
@@ -139,7 +141,7 @@
|
|
|
139
141
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-11-10 08:10:42 |
|
|
140
142
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-10 08:10:43 |
|
|
141
143
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
|
|
142
|
-
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-
|
|
144
|
+
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-12-03 08:11:00 |
|
|
143
145
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
144
146
|
| tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2021-11-10 08:10:50 |
|
|
145
147
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
@@ -151,8 +153,9 @@
|
|
|
151
153
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
|
|
152
154
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-11-11 11:08:37 |
|
|
153
155
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
|
|
154
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-
|
|
156
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-12-03 08:11:41 |
|
|
155
157
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-11-10 08:11:34 |
|
|
158
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-11-29 19:51:19 |
|
|
156
159
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
157
160
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2021-11-10 08:11:35 |
|
|
158
161
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
@@ -160,22 +163,22 @@
|
|
|
160
163
|
| tiems | [智能钛弹性模型服务](https://cloud.tencent.com/document/product/1120) | 2021-11-10 08:11:38 |
|
|
161
164
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-11-10 08:11:42 |
|
|
162
165
|
| tione | [智能钛机器学习平台](https://cloud.tencent.com/document/product/851) | 2021-11-10 08:11:45 |
|
|
163
|
-
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-
|
|
164
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-11-
|
|
166
|
+
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-12-03 08:12:15 |
|
|
167
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-11-30 08:12:44 |
|
|
165
168
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
166
169
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-11-10 08:12:05 |
|
|
167
170
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
|
|
168
171
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-11-11 11:09:51 |
|
|
169
172
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-11-22 08:11:57 |
|
|
170
|
-
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2021-11-
|
|
173
|
+
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2021-11-30 08:13:08 |
|
|
171
174
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-11-10 08:12:32 |
|
|
172
175
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2021-11-10 08:12:33 |
|
|
173
176
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-11-10 08:12:34 |
|
|
174
177
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-11-10 08:12:36 |
|
|
175
178
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
|
|
176
179
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-11-17 08:17:34 |
|
|
177
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-
|
|
178
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-
|
|
180
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-12-03 08:13:27 |
|
|
181
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
|
|
179
182
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2021-11-10 08:13:30 |
|
|
180
183
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
181
184
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.249"
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
|
+
import { ClientConfig } from "../../../common/interface"
|
|
20
|
+
import {
|
|
21
|
+
CreateApmInstanceResponse,
|
|
22
|
+
ApmInstanceDetail,
|
|
23
|
+
CreateApmInstanceRequest,
|
|
24
|
+
DescribeApmAgentResponse,
|
|
25
|
+
ApmTag,
|
|
26
|
+
DescribeApmInstancesResponse,
|
|
27
|
+
DescribeApmInstancesRequest,
|
|
28
|
+
DescribeApmAgentRequest,
|
|
29
|
+
ApmAgentInfo,
|
|
30
|
+
} from "./apm_models"
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* apm client
|
|
34
|
+
* @class
|
|
35
|
+
*/
|
|
36
|
+
export class Client extends AbstractClient {
|
|
37
|
+
constructor(clientConfig: ClientConfig) {
|
|
38
|
+
super("apm.tencentcloudapi.com", "2021-06-22", clientConfig)
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* 业务购买APM实例,调用该接口创建
|
|
43
|
+
*/
|
|
44
|
+
async CreateApmInstance(
|
|
45
|
+
req: CreateApmInstanceRequest,
|
|
46
|
+
cb?: (error: string, rep: CreateApmInstanceResponse) => void
|
|
47
|
+
): Promise<CreateApmInstanceResponse> {
|
|
48
|
+
return this.request("CreateApmInstance", req, cb)
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* APM实例列表拉取
|
|
53
|
+
*/
|
|
54
|
+
async DescribeApmInstances(
|
|
55
|
+
req: DescribeApmInstancesRequest,
|
|
56
|
+
cb?: (error: string, rep: DescribeApmInstancesResponse) => void
|
|
57
|
+
): Promise<DescribeApmInstancesResponse> {
|
|
58
|
+
return this.request("DescribeApmInstances", req, cb)
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* 获取Apm Agent信息
|
|
63
|
+
*/
|
|
64
|
+
async DescribeApmAgent(
|
|
65
|
+
req: DescribeApmAgentRequest,
|
|
66
|
+
cb?: (error: string, rep: DescribeApmAgentResponse) => void
|
|
67
|
+
): Promise<DescribeApmAgentResponse> {
|
|
68
|
+
return this.request("DescribeApmAgent", req, cb)
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -0,0 +1,306 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing,
|
|
11
|
+
* software distributed under the License is distributed on an
|
|
12
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
13
|
+
* KIND, either express or implied. See the License for the
|
|
14
|
+
* specific language governing permissions and limitations
|
|
15
|
+
* under the License.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* CreateApmInstance返回参数结构体
|
|
20
|
+
*/
|
|
21
|
+
export interface CreateApmInstanceResponse {
|
|
22
|
+
/**
|
|
23
|
+
* 实例ID
|
|
24
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
25
|
+
*/
|
|
26
|
+
InstanceId: string
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
30
|
+
*/
|
|
31
|
+
RequestId?: string
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* apm实例信息
|
|
36
|
+
*/
|
|
37
|
+
export interface ApmInstanceDetail {
|
|
38
|
+
/**
|
|
39
|
+
* 存储使用量(MB)
|
|
40
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
41
|
+
*/
|
|
42
|
+
AmountOfUsedStorage: number
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* 实例名
|
|
46
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
47
|
+
*/
|
|
48
|
+
Name: string
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* 实例所属tag列表
|
|
52
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
53
|
+
*/
|
|
54
|
+
Tags: Array<ApmTag>
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* 实例ID
|
|
58
|
+
*/
|
|
59
|
+
InstanceId: string
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* 创建人Uin
|
|
63
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
64
|
+
*/
|
|
65
|
+
CreateUin: string
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* 该实例已上报的服务数
|
|
69
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
70
|
+
*/
|
|
71
|
+
ServiceCount: number
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* 日均上报Span数
|
|
75
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
76
|
+
*/
|
|
77
|
+
CountOfReportSpanPerDay: number
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* AppId信息
|
|
81
|
+
*/
|
|
82
|
+
AppId: number
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Trace数据保存时长
|
|
86
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
87
|
+
*/
|
|
88
|
+
TraceDuration: number
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* 实例描述信息
|
|
92
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
93
|
+
*/
|
|
94
|
+
Description: string
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* 实例状态
|
|
98
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
99
|
+
*/
|
|
100
|
+
Status: number
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* 实例所属地域
|
|
104
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
105
|
+
*/
|
|
106
|
+
Region: string
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* 实例上报额度
|
|
110
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
111
|
+
*/
|
|
112
|
+
SpanDailyCounters: number
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* 实例是否开通计费
|
|
116
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
117
|
+
*/
|
|
118
|
+
BillingInstance: number
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* 错误率阈值
|
|
122
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
123
|
+
*/
|
|
124
|
+
ErrRateThreshold: number
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* 采样率阈值
|
|
128
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
129
|
+
*/
|
|
130
|
+
SampleRate: number
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* 是否开启错误采样 0 关 1 开
|
|
134
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
135
|
+
*/
|
|
136
|
+
ErrorSample: number
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* 慢调用保存阈值
|
|
140
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
141
|
+
*/
|
|
142
|
+
SlowRequestSavedThreshold: number
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* CreateApmInstance请求参数结构体
|
|
147
|
+
*/
|
|
148
|
+
export interface CreateApmInstanceRequest {
|
|
149
|
+
/**
|
|
150
|
+
* 实例名
|
|
151
|
+
*/
|
|
152
|
+
Name: string
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* 实例描述信息
|
|
156
|
+
*/
|
|
157
|
+
Description?: string
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* Trace数据保存时长
|
|
161
|
+
*/
|
|
162
|
+
TraceDuration?: number
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* 标签列表
|
|
166
|
+
*/
|
|
167
|
+
Tags?: Array<ApmTag>
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* 实例上报额度值
|
|
171
|
+
*/
|
|
172
|
+
SpanDailyCounters?: number
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* DescribeApmAgent返回参数结构体
|
|
177
|
+
*/
|
|
178
|
+
export interface DescribeApmAgentResponse {
|
|
179
|
+
/**
|
|
180
|
+
* Agent信息
|
|
181
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
182
|
+
*/
|
|
183
|
+
ApmAgent: ApmAgentInfo
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
187
|
+
*/
|
|
188
|
+
RequestId?: string
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* 维度(标签)对象
|
|
193
|
+
*/
|
|
194
|
+
export interface ApmTag {
|
|
195
|
+
/**
|
|
196
|
+
* 维度Key(列名,标签Key)
|
|
197
|
+
*/
|
|
198
|
+
Key: string
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* 维度值(标签值)
|
|
202
|
+
*/
|
|
203
|
+
Value: string
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* DescribeApmInstances返回参数结构体
|
|
208
|
+
*/
|
|
209
|
+
export interface DescribeApmInstancesResponse {
|
|
210
|
+
/**
|
|
211
|
+
* apm实例列表
|
|
212
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
213
|
+
*/
|
|
214
|
+
Instances: Array<ApmInstanceDetail>
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
218
|
+
*/
|
|
219
|
+
RequestId?: string
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* DescribeApmInstances请求参数结构体
|
|
224
|
+
*/
|
|
225
|
+
export interface DescribeApmInstancesRequest {
|
|
226
|
+
/**
|
|
227
|
+
* Tag列表
|
|
228
|
+
*/
|
|
229
|
+
Tags?: Array<ApmTag>
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* 搜索实例名
|
|
233
|
+
*/
|
|
234
|
+
InstanceName?: string
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* 过滤实例ID
|
|
238
|
+
*/
|
|
239
|
+
InstanceIds?: Array<string>
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* DescribeApmAgent请求参数结构体
|
|
244
|
+
*/
|
|
245
|
+
export interface DescribeApmAgentRequest {
|
|
246
|
+
/**
|
|
247
|
+
* 实例ID
|
|
248
|
+
*/
|
|
249
|
+
InstanceId: string
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* 接入方式
|
|
253
|
+
*/
|
|
254
|
+
AgentType?: string
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* 环境
|
|
258
|
+
*/
|
|
259
|
+
NetworkMode?: string
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* 语言
|
|
263
|
+
*/
|
|
264
|
+
LanguageEnvironment?: string
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* apm Agent信息
|
|
269
|
+
*/
|
|
270
|
+
export interface ApmAgentInfo {
|
|
271
|
+
/**
|
|
272
|
+
* Agent下载地址
|
|
273
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
274
|
+
*/
|
|
275
|
+
AgentDownloadURL: string
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* Collector上报地址
|
|
279
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
280
|
+
*/
|
|
281
|
+
CollectorURL: string
|
|
282
|
+
|
|
283
|
+
/**
|
|
284
|
+
* Token信息
|
|
285
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
286
|
+
*/
|
|
287
|
+
Token: string
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* 外网上报地址
|
|
291
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
292
|
+
*/
|
|
293
|
+
PublicCollectorURL: string
|
|
294
|
+
|
|
295
|
+
/**
|
|
296
|
+
* 自研VPC上报地址
|
|
297
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
298
|
+
*/
|
|
299
|
+
InnerCollectorURL: string
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* 内网上报地址(Private Link上报地址)
|
|
303
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
304
|
+
*/
|
|
305
|
+
PrivateLinkCollectorURL: string
|
|
306
|
+
}
|
|
@@ -346,7 +346,7 @@ export interface StartExecutionRequest {
|
|
|
346
346
|
StateMachineResourceName: string
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
|
-
*
|
|
349
|
+
* 输入参数,内容为JsonObject,长度不大于524288字符。
|
|
350
350
|
*/
|
|
351
351
|
Input?: string
|
|
352
352
|
|
|
@@ -444,12 +444,12 @@ export interface StartExecutionResponse {
|
|
|
444
444
|
/**
|
|
445
445
|
* 执行资源名
|
|
446
446
|
*/
|
|
447
|
-
ExecutionResourceName
|
|
447
|
+
ExecutionResourceName: string
|
|
448
448
|
|
|
449
449
|
/**
|
|
450
450
|
* 执行开始时间
|
|
451
451
|
*/
|
|
452
|
-
StartDate
|
|
452
|
+
StartDate: string
|
|
453
453
|
|
|
454
454
|
/**
|
|
455
455
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|