tencentcloud-sdk-nodejs 4.0.244 → 4.0.248

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 (126) hide show
  1. package/CHANGELOG.md +431 -9
  2. package/README.md +1 -1
  3. package/package.json +1 -1
  4. package/products.md +27 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
  7. package/src/services/apm/index.ts +5 -0
  8. package/src/services/apm/v20210622/apm_client.ts +58 -0
  9. package/src/services/apm/v20210622/apm_models.ts +260 -0
  10. package/src/services/apm/v20210622/index.ts +6 -0
  11. package/src/services/asw/v20200722/asw_models.ts +3 -3
  12. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  13. package/src/services/cfw/v20190904/cfw_client.ts +13 -0
  14. package/src/services/cfw/v20190904/cfw_models.ts +119 -1
  15. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  16. package/src/services/clb/v20180317/clb_client.ts +25 -1
  17. package/src/services/clb/v20180317/clb_models.ts +175 -18
  18. package/src/services/cme/v20191029/cme_client.ts +26 -21
  19. package/src/services/cme/v20191029/cme_models.ts +160 -144
  20. package/src/services/cvm/v20170312/cvm_models.ts +3 -1
  21. package/src/services/cwp/v20180228/cwp_models.ts +9 -8
  22. package/src/services/dcdb/v20180411/dcdb_models.ts +6 -1
  23. package/src/services/faceid/v20180301/faceid_models.ts +3 -3
  24. package/src/services/index.ts +3 -0
  25. package/src/services/ivld/index.ts +5 -0
  26. package/src/services/ivld/v20210903/index.ts +6 -0
  27. package/src/services/ivld/v20210903/ivld_client.ts +170 -0
  28. package/src/services/ivld/v20210903/ivld_models.ts +973 -0
  29. package/src/services/kms/v20190118/kms_client.ts +1 -1
  30. package/src/services/kms/v20190118/kms_models.ts +2 -2
  31. package/src/services/lighthouse/v20200324/lighthouse_client.ts +0 -1
  32. package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -35
  33. package/src/services/mariadb/v20170312/mariadb_models.ts +11 -1
  34. package/src/services/mrs/v20200910/mrs_client.ts +2 -0
  35. package/src/services/mrs/v20200910/mrs_models.ts +81 -5
  36. package/src/services/ocr/v20181119/ocr_models.ts +3 -3
  37. package/src/services/postgres/v20170312/postgres_models.ts +6 -6
  38. package/src/services/privatedns/v20201028/privatedns_client.ts +40 -3
  39. package/src/services/privatedns/v20201028/privatedns_models.ts +141 -31
  40. package/src/services/ses/v20201002/ses_client.ts +1 -1
  41. package/src/services/ses/v20201002/ses_models.ts +1 -1
  42. package/src/services/tcb/v20180608/tcb_client.ts +1 -0
  43. package/src/services/tcb/v20180608/tcb_models.ts +48 -0
  44. package/src/services/thpc/index.ts +5 -0
  45. package/src/services/thpc/v20211109/index.ts +6 -0
  46. package/src/services/thpc/v20211109/thpc_client.ts +64 -0
  47. package/src/services/thpc/v20211109/thpc_models.ts +332 -0
  48. package/src/services/tke/v20180525/tke_client.ts +50 -1
  49. package/src/services/tke/v20180525/tke_models.ts +158 -6
  50. package/src/services/tsf/v20180326/tsf_client.ts +13 -0
  51. package/src/services/tsf/v20180326/tsf_models.ts +85 -0
  52. package/tencentcloud/common/sdk_version.d.ts +1 -1
  53. package/tencentcloud/common/sdk_version.js +1 -1
  54. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
  55. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
  56. package/tencentcloud/services/apm/index.d.ts +6 -0
  57. package/tencentcloud/services/apm/index.js +7 -0
  58. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +18 -0
  59. package/tencentcloud/services/apm/v20210622/apm_client.js +43 -0
  60. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +207 -0
  61. package/tencentcloud/services/apm/v20210622/apm_models.js +18 -0
  62. package/tencentcloud/services/apm/v20210622/index.d.ts +6 -0
  63. package/tencentcloud/services/apm/v20210622/index.js +9 -0
  64. package/tencentcloud/services/asw/v20200722/asw_models.d.ts +3 -3
  65. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  66. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  67. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  68. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +100 -1
  69. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  70. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -1
  71. package/tencentcloud/services/clb/v20180317/clb_client.js +12 -0
  72. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +145 -15
  73. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +26 -21
  74. package/tencentcloud/services/cme/v20191029/cme_client.js +26 -21
  75. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +155 -140
  76. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -1
  77. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +9 -8
  78. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +5 -1
  79. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +3 -3
  80. package/tencentcloud/services/index.d.ts +3 -0
  81. package/tencentcloud/services/index.js +6 -0
  82. package/tencentcloud/services/ivld/index.d.ts +6 -0
  83. package/tencentcloud/services/ivld/index.js +7 -0
  84. package/tencentcloud/services/ivld/v20210903/index.d.ts +6 -0
  85. package/tencentcloud/services/ivld/v20210903/index.js +9 -0
  86. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +66 -0
  87. package/tencentcloud/services/ivld/v20210903/ivld_client.js +103 -0
  88. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +831 -0
  89. package/tencentcloud/services/ivld/v20210903/ivld_models.js +18 -0
  90. package/tencentcloud/services/kms/v20190118/kms_client.d.ts +1 -1
  91. package/tencentcloud/services/kms/v20190118/kms_client.js +1 -1
  92. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +2 -2
  93. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +6 -29
  94. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +9 -1
  95. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +70 -5
  96. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -3
  97. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +6 -6
  98. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +13 -1
  99. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +18 -0
  100. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +123 -28
  101. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
  102. package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
  103. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
  104. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +40 -0
  105. package/tencentcloud/services/thpc/index.d.ts +6 -0
  106. package/tencentcloud/services/thpc/index.js +7 -0
  107. package/tencentcloud/services/thpc/v20211109/index.d.ts +6 -0
  108. package/tencentcloud/services/thpc/v20211109/index.js +9 -0
  109. package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +18 -0
  110. package/tencentcloud/services/thpc/v20211109/thpc_client.js +43 -0
  111. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +272 -0
  112. package/tencentcloud/services/thpc/v20211109/thpc_models.js +18 -0
  113. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +17 -1
  114. package/tencentcloud/services/tke/v20180525/tke_client.js +24 -0
  115. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +136 -5
  116. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
  117. package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
  118. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +73 -0
  119. package/test/apm.v20210622.test.js +41 -0
  120. package/test/cfw.v20190904.test.js +10 -0
  121. package/test/clb.v20180317.test.js +20 -0
  122. package/test/ivld.v20210903.test.js +101 -0
  123. package/test/privatedns.v20201028.test.js +30 -0
  124. package/test/thpc.v20211109.test.js +41 -0
  125. package/test/tke.v20180525.test.js +40 -0
  126. package/test/tsf.v20180326.test.js +10 -0
package/products.md CHANGED
@@ -11,10 +11,11 @@
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-11-24 08:04:10 |
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-01 08:02:58 |
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,40 +32,40 @@
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-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-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-25 08:08:36 |
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
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 |
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-11-10 08:06:27 |
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
70
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-11-10 08:06:32 |
70
71
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-11-18 20:07:06 |
@@ -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,38 +96,39 @@
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
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-10-20 08:12:10 |
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 |
100
102
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-11-22 08:08:13 |
101
103
  | 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 |
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-11-10 08:08:57 |
109
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-12-01 08:10:00 |
108
110
  | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-11-18 08:10:15 |
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-16 08:13:00 |
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 |
114
116
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-11-10 08:09:23 |
115
117
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
116
118
  | 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 |
119
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-11-26 08:11:53 |
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-11-24 08:12:02 |
122
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-11-10 08:09:59 |
123
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-11-30 08:10:31 |
124
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-11-30 08:10:39 |
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
130
  | 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 |
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 |
132
134
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-11-18 08:11:34 |
@@ -145,7 +147,7 @@
145
147
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
146
148
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-11-10 08:10:55 |
147
149
  | 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 |
150
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-11-26 08:13:21 |
149
151
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
150
152
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
151
153
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
@@ -153,6 +155,7 @@
153
155
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
154
156
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-11-24 08:13:42 |
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 |
@@ -161,13 +164,13 @@
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
166
  | 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-25 08:15:58 |
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-12 08:10:33 |
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 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.244"
1
+ export const sdkVersion = "4.0.248"
@@ -614,7 +614,7 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
614
614
  }
615
615
 
616
616
  /**
617
- * 本接口(UpdateApiAppKey)用于更新应用秘钥。
617
+ * 本接口(UpdateApiAppKey)用于更新应用密钥。
618
618
  */
619
619
  async UpdateApiAppKey(
620
620
  req: UpdateApiAppKeyRequest,
@@ -0,0 +1,5 @@
1
+ import { v20210622 } from "./v20210622"
2
+
3
+ export const apm = {
4
+ v20210622: v20210622,
5
+ }
@@ -0,0 +1,58 @@
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
+ ApmInstanceDetail,
22
+ DescribeApmAgentResponse,
23
+ ApmTag,
24
+ DescribeApmInstancesResponse,
25
+ DescribeApmInstancesRequest,
26
+ DescribeApmAgentRequest,
27
+ ApmAgentInfo,
28
+ } from "./apm_models"
29
+
30
+ /**
31
+ * apm client
32
+ * @class
33
+ */
34
+ export class Client extends AbstractClient {
35
+ constructor(clientConfig: ClientConfig) {
36
+ super("apm.tencentcloudapi.com", "2021-06-22", clientConfig)
37
+ }
38
+
39
+ /**
40
+ * APM实例列表拉取
41
+ */
42
+ async DescribeApmInstances(
43
+ req: DescribeApmInstancesRequest,
44
+ cb?: (error: string, rep: DescribeApmInstancesResponse) => void
45
+ ): Promise<DescribeApmInstancesResponse> {
46
+ return this.request("DescribeApmInstances", req, cb)
47
+ }
48
+
49
+ /**
50
+ * 获取Apm Agent信息
51
+ */
52
+ async DescribeApmAgent(
53
+ req: DescribeApmAgentRequest,
54
+ cb?: (error: string, rep: DescribeApmAgentResponse) => void
55
+ ): Promise<DescribeApmAgentResponse> {
56
+ return this.request("DescribeApmAgent", req, cb)
57
+ }
58
+ }
@@ -0,0 +1,260 @@
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
+ * apm实例信息
20
+ */
21
+ export interface ApmInstanceDetail {
22
+ /**
23
+ * 存储使用量(MB)
24
+ 注意:此字段可能返回 null,表示取不到有效值。
25
+ */
26
+ AmountOfUsedStorage: number
27
+
28
+ /**
29
+ * 实例名
30
+ 注意:此字段可能返回 null,表示取不到有效值。
31
+ */
32
+ Name: string
33
+
34
+ /**
35
+ * 实例所属tag列表
36
+ 注意:此字段可能返回 null,表示取不到有效值。
37
+ */
38
+ Tags: Array<ApmTag>
39
+
40
+ /**
41
+ * 实例ID
42
+ */
43
+ InstanceId: string
44
+
45
+ /**
46
+ * 创建人Uin
47
+ 注意:此字段可能返回 null,表示取不到有效值。
48
+ */
49
+ CreateUin: string
50
+
51
+ /**
52
+ * 该实例已上报的服务数
53
+ 注意:此字段可能返回 null,表示取不到有效值。
54
+ */
55
+ ServiceCount: number
56
+
57
+ /**
58
+ * 日均上报Span数
59
+ 注意:此字段可能返回 null,表示取不到有效值。
60
+ */
61
+ CountOfReportSpanPerDay: number
62
+
63
+ /**
64
+ * AppId信息
65
+ */
66
+ AppId: number
67
+
68
+ /**
69
+ * Trace数据保存时长
70
+ 注意:此字段可能返回 null,表示取不到有效值。
71
+ */
72
+ TraceDuration: number
73
+
74
+ /**
75
+ * 实例描述信息
76
+ 注意:此字段可能返回 null,表示取不到有效值。
77
+ */
78
+ Description: string
79
+
80
+ /**
81
+ * 实例状态
82
+ 注意:此字段可能返回 null,表示取不到有效值。
83
+ */
84
+ Status: number
85
+
86
+ /**
87
+ * 实例所属地域
88
+ 注意:此字段可能返回 null,表示取不到有效值。
89
+ */
90
+ Region: string
91
+
92
+ /**
93
+ * 实例上报额度
94
+ 注意:此字段可能返回 null,表示取不到有效值。
95
+ */
96
+ SpanDailyCounters: number
97
+
98
+ /**
99
+ * 实例是否开通计费
100
+ 注意:此字段可能返回 null,表示取不到有效值。
101
+ */
102
+ BillingInstance: number
103
+
104
+ /**
105
+ * 错误率阈值
106
+ 注意:此字段可能返回 null,表示取不到有效值。
107
+ */
108
+ ErrRateThreshold: number
109
+
110
+ /**
111
+ * 采样率阈值
112
+ 注意:此字段可能返回 null,表示取不到有效值。
113
+ */
114
+ SampleRate: number
115
+
116
+ /**
117
+ * 是否开启错误采样 0 关 1 开
118
+ 注意:此字段可能返回 null,表示取不到有效值。
119
+ */
120
+ ErrorSample: number
121
+
122
+ /**
123
+ * 慢调用保存阈值
124
+ 注意:此字段可能返回 null,表示取不到有效值。
125
+ */
126
+ SlowRequestSavedThreshold: number
127
+ }
128
+
129
+ /**
130
+ * DescribeApmAgent返回参数结构体
131
+ */
132
+ export interface DescribeApmAgentResponse {
133
+ /**
134
+ * Agent信息
135
+ 注意:此字段可能返回 null,表示取不到有效值。
136
+ */
137
+ ApmAgent: ApmAgentInfo
138
+
139
+ /**
140
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
141
+ */
142
+ RequestId?: string
143
+ }
144
+
145
+ /**
146
+ * 维度(标签)对象
147
+ */
148
+ export interface ApmTag {
149
+ /**
150
+ * 维度Key(列名,标签Key)
151
+ */
152
+ Key: string
153
+
154
+ /**
155
+ * 维度值(标签值)
156
+ */
157
+ Value: string
158
+ }
159
+
160
+ /**
161
+ * DescribeApmInstances返回参数结构体
162
+ */
163
+ export interface DescribeApmInstancesResponse {
164
+ /**
165
+ * apm实例列表
166
+ 注意:此字段可能返回 null,表示取不到有效值。
167
+ */
168
+ Instances: Array<ApmInstanceDetail>
169
+
170
+ /**
171
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
172
+ */
173
+ RequestId?: string
174
+ }
175
+
176
+ /**
177
+ * DescribeApmInstances请求参数结构体
178
+ */
179
+ export interface DescribeApmInstancesRequest {
180
+ /**
181
+ * Tag列表
182
+ */
183
+ Tags?: Array<ApmTag>
184
+
185
+ /**
186
+ * 搜索实例名
187
+ */
188
+ InstanceName?: string
189
+
190
+ /**
191
+ * 过滤实例ID
192
+ */
193
+ InstanceIds?: Array<string>
194
+ }
195
+
196
+ /**
197
+ * DescribeApmAgent请求参数结构体
198
+ */
199
+ export interface DescribeApmAgentRequest {
200
+ /**
201
+ * 实例ID
202
+ */
203
+ InstanceId: string
204
+
205
+ /**
206
+ * 接入方式
207
+ */
208
+ AgentType?: string
209
+
210
+ /**
211
+ * 环境
212
+ */
213
+ NetworkMode?: string
214
+
215
+ /**
216
+ * 语言
217
+ */
218
+ LanguageEnvironment?: string
219
+ }
220
+
221
+ /**
222
+ * apm Agent信息
223
+ */
224
+ export interface ApmAgentInfo {
225
+ /**
226
+ * Agent下载地址
227
+ 注意:此字段可能返回 null,表示取不到有效值。
228
+ */
229
+ AgentDownloadURL: string
230
+
231
+ /**
232
+ * Collector上报地址
233
+ 注意:此字段可能返回 null,表示取不到有效值。
234
+ */
235
+ CollectorURL: string
236
+
237
+ /**
238
+ * Token信息
239
+ 注意:此字段可能返回 null,表示取不到有效值。
240
+ */
241
+ Token: string
242
+
243
+ /**
244
+ * 外网上报地址
245
+ 注意:此字段可能返回 null,表示取不到有效值。
246
+ */
247
+ PublicCollectorURL: string
248
+
249
+ /**
250
+ * 自研VPC上报地址
251
+ 注意:此字段可能返回 null,表示取不到有效值。
252
+ */
253
+ InnerCollectorURL: string
254
+
255
+ /**
256
+ * 内网上报地址(Private Link上报地址)
257
+ 注意:此字段可能返回 null,表示取不到有效值。
258
+ */
259
+ PrivateLinkCollectorURL: string
260
+ }
@@ -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