tencentcloud-sdk-nodejs 4.0.243 → 4.0.247

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.
Files changed (107) hide show
  1. package/CHANGELOG.md +405 -83
  2. package/README.md +1 -1
  3. package/package.json +1 -1
  4. package/products.md +23 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/index.ts +5 -0
  7. package/src/services/apm/v20210622/apm_client.ts +40 -0
  8. package/src/services/apm/v20210622/apm_models.ts +98 -0
  9. package/src/services/apm/v20210622/index.ts +6 -0
  10. package/src/services/asw/v20200722/asw_models.ts +3 -3
  11. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  12. package/src/services/cfw/v20190904/cfw_client.ts +13 -0
  13. package/src/services/cfw/v20190904/cfw_models.ts +118 -0
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  15. package/src/services/clb/v20180317/clb_client.ts +25 -1
  16. package/src/services/clb/v20180317/clb_models.ts +175 -18
  17. package/src/services/cme/v20191029/cme_client.ts +26 -21
  18. package/src/services/cme/v20191029/cme_models.ts +161 -144
  19. package/src/services/cvm/v20170312/cvm_models.ts +3 -1
  20. package/src/services/cwp/v20180228/cwp_models.ts +9 -8
  21. package/src/services/dcdb/v20180411/dcdb_models.ts +6 -1
  22. package/src/services/faceid/v20180301/faceid_models.ts +3 -3
  23. package/src/services/index.ts +2 -0
  24. package/src/services/kms/v20190118/kms_client.ts +1 -1
  25. package/src/services/kms/v20190118/kms_models.ts +2 -2
  26. package/src/services/mariadb/v20170312/mariadb_models.ts +11 -1
  27. package/src/services/mrs/v20200910/mrs_client.ts +2 -0
  28. package/src/services/mrs/v20200910/mrs_models.ts +81 -5
  29. package/src/services/ocr/v20181119/ocr_models.ts +3 -3
  30. package/src/services/postgres/v20170312/postgres_models.ts +6 -6
  31. package/src/services/privatedns/v20201028/privatedns_client.ts +40 -3
  32. package/src/services/privatedns/v20201028/privatedns_models.ts +141 -31
  33. package/src/services/ses/v20201002/ses_client.ts +1 -1
  34. package/src/services/ses/v20201002/ses_models.ts +1 -1
  35. package/src/services/tcb/v20180608/tcb_client.ts +1 -0
  36. package/src/services/tcb/v20180608/tcb_models.ts +48 -0
  37. package/src/services/thpc/index.ts +5 -0
  38. package/src/services/thpc/v20211109/index.ts +6 -0
  39. package/src/services/thpc/v20211109/thpc_client.ts +64 -0
  40. package/src/services/thpc/v20211109/thpc_models.ts +332 -0
  41. package/src/services/tke/v20180525/tke_client.ts +76 -2
  42. package/src/services/tke/v20180525/tke_models.ts +255 -18
  43. package/src/services/tsf/v20180326/tsf_client.ts +13 -0
  44. package/src/services/tsf/v20180326/tsf_models.ts +85 -0
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/apm/index.d.ts +6 -0
  48. package/tencentcloud/services/apm/index.js +7 -0
  49. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +14 -0
  50. package/tencentcloud/services/apm/v20210622/apm_client.js +37 -0
  51. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +70 -0
  52. package/tencentcloud/services/apm/v20210622/apm_models.js +18 -0
  53. package/tencentcloud/services/apm/v20210622/index.d.ts +6 -0
  54. package/tencentcloud/services/apm/v20210622/index.js +9 -0
  55. package/tencentcloud/services/asw/v20200722/asw_models.d.ts +3 -3
  56. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  57. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  58. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  59. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +99 -0
  60. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  61. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -1
  62. package/tencentcloud/services/clb/v20180317/clb_client.js +12 -0
  63. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +145 -15
  64. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +26 -21
  65. package/tencentcloud/services/cme/v20191029/cme_client.js +26 -21
  66. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +155 -139
  67. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -1
  68. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +9 -8
  69. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +5 -1
  70. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +3 -3
  71. package/tencentcloud/services/index.d.ts +2 -0
  72. package/tencentcloud/services/index.js +4 -0
  73. package/tencentcloud/services/kms/v20190118/kms_client.d.ts +1 -1
  74. package/tencentcloud/services/kms/v20190118/kms_client.js +1 -1
  75. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +2 -2
  76. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +9 -1
  77. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +70 -5
  78. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -3
  79. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +6 -6
  80. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +13 -1
  81. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +18 -0
  82. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +123 -28
  83. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
  84. package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
  85. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
  86. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +40 -0
  87. package/tencentcloud/services/thpc/index.d.ts +6 -0
  88. package/tencentcloud/services/thpc/index.js +7 -0
  89. package/tencentcloud/services/thpc/v20211109/index.d.ts +6 -0
  90. package/tencentcloud/services/thpc/v20211109/index.js +9 -0
  91. package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +18 -0
  92. package/tencentcloud/services/thpc/v20211109/thpc_client.js +43 -0
  93. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +272 -0
  94. package/tencentcloud/services/thpc/v20211109/thpc_models.js +18 -0
  95. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +25 -1
  96. package/tencentcloud/services/tke/v20180525/tke_client.js +36 -0
  97. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +220 -16
  98. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
  99. package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
  100. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +73 -0
  101. package/test/apm.v20210622.test.js +31 -0
  102. package/test/cfw.v20190904.test.js +10 -0
  103. package/test/clb.v20180317.test.js +20 -0
  104. package/test/privatedns.v20201028.test.js +30 -0
  105. package/test/thpc.v20211109.test.js +41 -0
  106. package/test/tke.v20180525.test.js +60 -0
  107. package/test/tsf.v20180326.test.js +10 -0
package/products.md CHANGED
@@ -12,9 +12,10 @@
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
14
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-11-24 08:04:10 |
15
+ | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2021-11-29 14:39:11 |
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-10 08:02:31 |
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 |
@@ -31,33 +32,33 @@
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-11-19 08:06:48 |
35
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-11-29 08:04:53 |
35
36
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-11-19 08:07:05 |
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-11-18 08:04:19 |
39
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-11-26 08:05:36 |
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-24 08:06:10 |
44
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-11-17 08:08:17 |
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-11-17 08:08:41 |
49
+ | cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-11-26 08:06:20 |
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
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-24 08:07:07 |
54
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-11-22 08:04:43 |
54
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-26 08:07:10 |
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 |
58
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2021-11-10 08:05:59 |
59
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2021-11-25 08:09:57 |
59
60
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2021-11-10 08:06:00 |
60
- | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-11-17 08:10:41 |
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
64
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-11-10 08:06:19 |
@@ -74,7 +75,7 @@
74
75
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-11-10 08:07:00 |
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
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-11-23 08:07:49 |
78
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-11-26 08:09:14 |
78
79
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-11-10 08:07:11 |
79
80
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-11-10 08:07:13 |
80
81
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-11-10 08:07:14 |
@@ -95,11 +96,11 @@
95
96
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
96
97
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-11-23 08:09:04 |
97
98
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-11-19 08:12:04 |
98
- | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-11-10 08:08:25 |
99
+ | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-11-29 08:10:07 |
99
100
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-10-20 08:12:10 |
100
101
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-11-22 08:08:13 |
101
102
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
102
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-11-22 08:08:30 |
103
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-11-26 08:11:04 |
103
104
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
104
105
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
105
106
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
@@ -107,26 +108,26 @@
107
108
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-11-10 08:08:57 |
108
109
  | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-11-18 08:10:15 |
109
110
  | 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-16 08:13:00 |
111
+ | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-11-30 08:10:05 |
111
112
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
112
113
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2021-11-10 08:09:22 |
113
114
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
114
115
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-11-10 08:09:23 |
115
116
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
116
117
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-11-15 08:11:30 |
117
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-11-24 08:11:46 |
118
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-11-26 08:11:53 |
118
119
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-11-10 08:09:46 |
119
120
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
120
121
  | 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-11-24 08:12:02 |
122
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-11-10 08:09:59 |
122
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-11-30 08:10:31 |
123
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-11-30 08:10:39 |
123
124
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2021-11-10 08:10:02 |
124
125
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-11-04 08:12:00 |
125
126
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
126
127
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
127
128
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-11-10 08:10:05 |
128
129
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-11-19 08:13:47 |
129
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-11-10 08:10:13 |
130
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-11-26 08:12:29 |
130
131
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
131
132
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-11-16 08:13:49 |
132
133
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-11-18 08:11:34 |
@@ -145,7 +146,7 @@
145
146
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
146
147
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-11-10 08:10:55 |
147
148
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2021-11-10 08:10:55 |
148
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-11-15 08:13:00 |
149
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-11-26 08:13:21 |
149
150
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
150
151
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
151
152
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
@@ -153,6 +154,7 @@
153
154
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
154
155
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-11-24 08:13:42 |
155
156
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-11-10 08:11:34 |
157
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-11-29 19:51:19 |
156
158
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
157
159
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2021-11-10 08:11:35 |
158
160
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
@@ -161,13 +163,13 @@
161
163
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-11-10 08:11:42 |
162
164
  | tione | [智能钛机器学习平台](https://cloud.tencent.com/document/product/851) | 2021-11-10 08:11:45 |
163
165
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-11-19 08:15:40 |
164
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-11-10 08:11:53 |
166
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-11-30 08:12:44 |
165
167
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
166
168
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-11-10 08:12:05 |
167
169
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
168
170
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-11-11 11:09:51 |
169
171
  | 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-12 08:10:33 |
172
+ | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2021-11-30 08:13:08 |
171
173
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-11-10 08:12:32 |
172
174
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2021-11-10 08:12:33 |
173
175
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-11-10 08:12:34 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.243"
1
+ export const sdkVersion = "4.0.247"
@@ -0,0 +1,5 @@
1
+ import { v20210622 } from "./v20210622"
2
+
3
+ export const apm = {
4
+ v20210622: v20210622,
5
+ }
@@ -0,0 +1,40 @@
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 { DescribeApmAgentRequest, DescribeApmAgentResponse, ApmAgentInfo } from "./apm_models"
21
+
22
+ /**
23
+ * apm client
24
+ * @class
25
+ */
26
+ export class Client extends AbstractClient {
27
+ constructor(clientConfig: ClientConfig) {
28
+ super("apm.tencentcloudapi.com", "2021-06-22", clientConfig)
29
+ }
30
+
31
+ /**
32
+ * 获取Apm Agent信息
33
+ */
34
+ async DescribeApmAgent(
35
+ req: DescribeApmAgentRequest,
36
+ cb?: (error: string, rep: DescribeApmAgentResponse) => void
37
+ ): Promise<DescribeApmAgentResponse> {
38
+ return this.request("DescribeApmAgent", req, cb)
39
+ }
40
+ }
@@ -0,0 +1,98 @@
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
+ * DescribeApmAgent请求参数结构体
20
+ */
21
+ export interface DescribeApmAgentRequest {
22
+ /**
23
+ * 实例ID
24
+ */
25
+ InstanceId: string
26
+
27
+ /**
28
+ * 接入方式
29
+ */
30
+ AgentType?: string
31
+
32
+ /**
33
+ * 环境
34
+ */
35
+ NetworkMode?: string
36
+
37
+ /**
38
+ * 语言
39
+ */
40
+ LanguageEnvironment?: string
41
+ }
42
+
43
+ /**
44
+ * DescribeApmAgent返回参数结构体
45
+ */
46
+ export interface DescribeApmAgentResponse {
47
+ /**
48
+ * Agent信息
49
+ 注意:此字段可能返回 null,表示取不到有效值。
50
+ */
51
+ ApmAgent: ApmAgentInfo
52
+
53
+ /**
54
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
55
+ */
56
+ RequestId?: string
57
+ }
58
+
59
+ /**
60
+ * apm Agent信息
61
+ */
62
+ export interface ApmAgentInfo {
63
+ /**
64
+ * Agent下载地址
65
+ 注意:此字段可能返回 null,表示取不到有效值。
66
+ */
67
+ AgentDownloadURL: string
68
+
69
+ /**
70
+ * Collector上报地址
71
+ 注意:此字段可能返回 null,表示取不到有效值。
72
+ */
73
+ CollectorURL: string
74
+
75
+ /**
76
+ * Token信息
77
+ 注意:此字段可能返回 null,表示取不到有效值。
78
+ */
79
+ Token: string
80
+
81
+ /**
82
+ * 外网上报地址
83
+ 注意:此字段可能返回 null,表示取不到有效值。
84
+ */
85
+ PublicCollectorURL: string
86
+
87
+ /**
88
+ * 自研VPC上报地址
89
+ 注意:此字段可能返回 null,表示取不到有效值。
90
+ */
91
+ InnerCollectorURL: string
92
+
93
+ /**
94
+ * 内网上报地址(Private Link上报地址)
95
+ 注意:此字段可能返回 null,表示取不到有效值。
96
+ */
97
+ PrivateLinkCollectorURL: string
98
+ }
@@ -0,0 +1,6 @@
1
+ import * as Models from "./apm_models"
2
+ import { Client } from "./apm_client"
3
+ export const v20210622 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ }
@@ -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?: string
447
+ ExecutionResourceName: string
448
448
 
449
449
  /**
450
450
  * 执行开始时间
451
451
  */
452
- StartDate?: string
452
+ StartDate: string
453
453
 
454
454
  /**
455
455
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -7010,7 +7010,7 @@ export interface SlowLogItem {
7010
7010
  Timestamp: number
7011
7011
 
7012
7012
  /**
7013
- * Sql的执行时长。
7013
+ * Sql的执行时长(秒)。
7014
7014
  注意:此字段可能返回 null,表示取不到有效值。
7015
7015
  */
7016
7016
  QueryTime: number
@@ -7040,7 +7040,7 @@ export interface SlowLogItem {
7040
7040
  Database: string
7041
7041
 
7042
7042
  /**
7043
- * 锁时长。
7043
+ * 锁时长(秒)。
7044
7044
  注意:此字段可能返回 null,表示取不到有效值。
7045
7045
  */
7046
7046
  LockTime: number
@@ -58,6 +58,7 @@ import {
58
58
  DeleteSecurityGroupRuleResponse,
59
59
  ModifySecurityGroupAllRuleStatusRequest,
60
60
  ModifySequenceRulesRequest,
61
+ DescribeAddrTemplateListRequest,
61
62
  CreateNatFwInstanceRequest,
62
63
  ModifySecurityGroupItemRuleStatusResponse,
63
64
  DescribeEnterpriseSecurityGroupRuleResponse,
@@ -79,6 +80,7 @@ import {
79
80
  DescribeTLogInfoRequest,
80
81
  DescribeSecurityGroupListResponse,
81
82
  AssetZone,
83
+ DescribeAddrTemplateListResponse,
82
84
  RunSyncAssetRequest,
83
85
  DescribeTLogIpListRequest,
84
86
  DescribeNatFwInstancesInfoRequest,
@@ -154,6 +156,7 @@ import {
154
156
  StopSecurityGroupRuleDispatchRequest,
155
157
  DescribeGuideScanInfoRequest,
156
158
  ModifyBlockTopResponse,
159
+ TemplateListInfo,
157
160
  CreateSecurityGroupApiRulesRequest,
158
161
  DescribeNatFwVpcDnsLstResponse,
159
162
  CreateChooseVpcsRequest,
@@ -877,6 +880,16 @@ export class Client extends AbstractClient {
877
880
  return this.request("DescribeBlockByIpTimesList", req, cb)
878
881
  }
879
882
 
883
+ /**
884
+ * 获取地址模版列表
885
+ */
886
+ async DescribeAddrTemplateList(
887
+ req: DescribeAddrTemplateListRequest,
888
+ cb?: (error: string, rep: DescribeAddrTemplateListResponse) => void
889
+ ): Promise<DescribeAddrTemplateListResponse> {
890
+ return this.request("DescribeAddrTemplateList", req, cb)
891
+ }
892
+
880
893
  /**
881
894
  * DescribeBlockStaticList 告警中心柱形图
882
895
 
@@ -419,6 +419,16 @@ drop:拒绝
419
419
  注意:此字段可能返回 null,表示取不到有效值。
420
420
  */
421
421
  ServiceTemplateId?: string
422
+
423
+ /**
424
+ * 规则对应的唯一id
425
+ */
426
+ Id?: string
427
+
428
+ /**
429
+ * 规则状态,true表示启用,false表示禁用
430
+ */
431
+ Enable?: string
422
432
  }
423
433
 
424
434
  /**
@@ -1062,6 +1072,36 @@ export interface ModifySequenceRulesRequest {
1062
1072
  Direction?: number
1063
1073
  }
1064
1074
 
1075
+ /**
1076
+ * DescribeAddrTemplateList请求参数结构体
1077
+ */
1078
+ export interface DescribeAddrTemplateListRequest {
1079
+ /**
1080
+ * 偏移量,分页用
1081
+ */
1082
+ Offset?: number
1083
+
1084
+ /**
1085
+ * 条数,分页用
1086
+ */
1087
+ Limit?: number
1088
+
1089
+ /**
1090
+ * 排序字段,取值 'UpdateTime' | 'RulesNum'
1091
+ */
1092
+ By?: string
1093
+
1094
+ /**
1095
+ * 排序,取值 'asc'|'desc'
1096
+ */
1097
+ Order?: string
1098
+
1099
+ /**
1100
+ * 搜索值
1101
+ */
1102
+ SearchValue?: string
1103
+ }
1104
+
1065
1105
  /**
1066
1106
  * CreateNatFwInstance请求参数结构体
1067
1107
  */
@@ -1635,6 +1675,31 @@ export interface AssetZone {
1635
1675
  ZoneEng: string
1636
1676
  }
1637
1677
 
1678
+ /**
1679
+ * DescribeAddrTemplateList返回参数结构体
1680
+ */
1681
+ export interface DescribeAddrTemplateListResponse {
1682
+ /**
1683
+ * 模版总数
1684
+ */
1685
+ Total: number
1686
+
1687
+ /**
1688
+ * 模版列表数据
1689
+ */
1690
+ Data: Array<TemplateListInfo>
1691
+
1692
+ /**
1693
+ * 模版名称列表
1694
+ */
1695
+ NameList: Array<string>
1696
+
1697
+ /**
1698
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1699
+ */
1700
+ RequestId?: string
1701
+ }
1702
+
1638
1703
  /**
1639
1704
  * RunSyncAsset请求参数结构体
1640
1705
  */
@@ -3575,6 +3640,59 @@ export interface ModifyBlockTopResponse {
3575
3640
  RequestId?: string
3576
3641
  }
3577
3642
 
3643
+ /**
3644
+ * 地址模版列表数据
3645
+ */
3646
+ export interface TemplateListInfo {
3647
+ /**
3648
+ * 模版ID
3649
+ 注意:此字段可能返回 null,表示取不到有效值。
3650
+ */
3651
+ Uuid: string
3652
+
3653
+ /**
3654
+ * 模版名称
3655
+ 注意:此字段可能返回 null,表示取不到有效值。
3656
+ */
3657
+ Name: string
3658
+
3659
+ /**
3660
+ * 描述
3661
+ 注意:此字段可能返回 null,表示取不到有效值。
3662
+ */
3663
+ Detail: string
3664
+
3665
+ /**
3666
+ * IP模版
3667
+ 注意:此字段可能返回 null,表示取不到有效值。
3668
+ */
3669
+ IpString: string
3670
+
3671
+ /**
3672
+ * 插入时间
3673
+ 注意:此字段可能返回 null,表示取不到有效值。
3674
+ */
3675
+ InsertTime: string
3676
+
3677
+ /**
3678
+ * 修改时间
3679
+ 注意:此字段可能返回 null,表示取不到有效值。
3680
+ */
3681
+ UpdateTime: string
3682
+
3683
+ /**
3684
+ * 模版类型
3685
+ 注意:此字段可能返回 null,表示取不到有效值。
3686
+ */
3687
+ Type: number
3688
+
3689
+ /**
3690
+ * 关联规则条数
3691
+ 注意:此字段可能返回 null,表示取不到有效值。
3692
+ */
3693
+ RulesNum: number
3694
+ }
3695
+
3578
3696
  /**
3579
3697
  * CreateSecurityGroupApiRules请求参数结构体
3580
3698
  */
@@ -2517,6 +2517,12 @@ export interface CreateInstancePreResponse {
2517
2517
  注意:此字段可能返回 null,表示取不到有效值。
2518
2518
  */
2519
2519
  Data: CreateInstancePreData
2520
+
2521
+ /**
2522
+ * 删除是时间
2523
+ 注意:此字段可能返回 null,表示取不到有效值。
2524
+ */
2525
+ DeleteRouteTimestamp: string
2520
2526
  }
2521
2527
 
2522
2528
  /**
@@ -29,8 +29,9 @@ import {
29
29
  BatchModifyTargetWeightResponse,
30
30
  SetSecurityGroupForLoadbalancersRequest,
31
31
  CreateLoadBalancerRequest,
32
- RuleHealth,
32
+ DescribeLoadBalancerOverviewResponse,
33
33
  DeleteRuleRequest,
34
+ CloneLoadBalancerRequest,
34
35
  DisassociateTargetGroupsResponse,
35
36
  SetLoadBalancerClsLogResponse,
36
37
  DescribeLoadBalancerTrafficResponse,
@@ -54,6 +55,7 @@ import {
54
55
  TargetGroupInstance,
55
56
  DescribeClassicalLBByInstanceIdResponse,
56
57
  CreateRuleResponse,
58
+ RuleHealth,
57
59
  DescribeExclusiveClustersResponse,
58
60
  RegisterTargetGroupInstancesResponse,
59
61
  ClassicalTargetInfo,
@@ -151,6 +153,7 @@ import {
151
153
  DeleteLoadBalancerResponse,
152
154
  AutoRewriteResponse,
153
155
  DeregisterTargetsResponse,
156
+ DescribeLoadBalancerOverviewRequest,
154
157
  RewriteTarget,
155
158
  Cluster,
156
159
  ModifyTargetWeightRequest,
@@ -165,6 +168,7 @@ import {
165
168
  DescribeTargetHealthRequest,
166
169
  ReplaceCertForLoadBalancersRequest,
167
170
  DeleteRuleResponse,
171
+ CloneLoadBalancerResponse,
168
172
  DescribeClsLogSetResponse,
169
173
  ModifyTargetGroupAttributeRequest,
170
174
  ExclusiveCluster,
@@ -747,6 +751,16 @@ export class Client extends AbstractClient {
747
751
  return this.request("CreateTargetGroup", req, cb)
748
752
  }
749
753
 
754
+ /**
755
+ * 查询运行中、隔离中、即将到期和负载均衡总数。
756
+ */
757
+ async DescribeLoadBalancerOverview(
758
+ req?: DescribeLoadBalancerOverviewRequest,
759
+ cb?: (error: string, rep: DescribeLoadBalancerOverviewResponse) => void
760
+ ): Promise<DescribeLoadBalancerOverviewResponse> {
761
+ return this.request("DescribeLoadBalancerOverview", req, cb)
762
+ }
763
+
750
764
  /**
751
765
  * DescribeTargets 接口用来查询负载均衡实例的某些监听器绑定的后端服务列表。
752
766
  */
@@ -880,6 +894,16 @@ export class Client extends AbstractClient {
880
894
  return this.request("DescribeLoadBalancerTraffic", req, cb)
881
895
  }
882
896
 
897
+ /**
898
+ * 克隆负载均衡实例,根据指定的负载均衡实例,复制出相同规则和绑定关系的负载均衡实例。
899
+ */
900
+ async CloneLoadBalancer(
901
+ req: CloneLoadBalancerRequest,
902
+ cb?: (error: string, rep: CloneLoadBalancerResponse) => void
903
+ ): Promise<CloneLoadBalancerResponse> {
904
+ return this.request("CloneLoadBalancer", req, cb)
905
+ }
906
+
883
907
  /**
884
908
  * 批量修改目标组服务器端口。
885
909
  本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。