tencentcloud-sdk-nodejs 4.0.263 → 4.0.267

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 (105) hide show
  1. package/CHANGELOG.md +594 -0
  2. package/SERVICE_CHANGELOG.md +623 -10
  3. package/package.json +1 -1
  4. package/products.md +31 -31
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +24 -0
  7. package/src/services/as/v20180419/as_client.ts +45 -8
  8. package/src/services/as/v20180419/as_models.ts +357 -237
  9. package/src/services/cdb/v20170320/cdb_models.ts +10 -0
  10. package/src/services/cdn/v20180606/cdn_models.ts +25 -2
  11. package/src/services/clb/v20180317/clb_models.ts +17 -0
  12. package/src/services/cls/v20201016/cls_client.ts +29 -127
  13. package/src/services/cls/v20201016/cls_models.ts +166 -669
  14. package/src/services/eiam/v20210420/eiam_models.ts +53 -6
  15. package/src/services/es/v20180416/es_models.ts +125 -8
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  17. package/src/services/facefusion/v20181201/facefusion_models.ts +1 -1
  18. package/src/services/faceid/v20180301/faceid_models.ts +15 -0
  19. package/src/services/gaap/v20180529/gaap_client.ts +1 -1
  20. package/src/services/gaap/v20180529/gaap_models.ts +14 -7
  21. package/src/services/ic/v20190307/ic_models.ts +1 -1
  22. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +831 -391
  23. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +2085 -361
  24. package/src/services/live/v20180801/live_client.ts +7 -6
  25. package/src/services/live/v20180801/live_models.ts +28 -0
  26. package/src/services/mongodb/v20190725/mongodb_client.ts +15 -2
  27. package/src/services/mongodb/v20190725/mongodb_models.ts +72 -22
  28. package/src/services/monitor/v20180724/monitor_client.ts +15 -2
  29. package/src/services/monitor/v20180724/monitor_models.ts +115 -49
  30. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  31. package/src/services/organization/v20210331/organization_client.ts +14 -1
  32. package/src/services/organization/v20210331/organization_models.ts +124 -2
  33. package/src/services/rce/v20201103/rce_client.ts +38 -10
  34. package/src/services/rce/v20201103/rce_models.ts +367 -235
  35. package/src/services/ses/v20201002/ses_client.ts +1 -1
  36. package/src/services/ses/v20201002/ses_models.ts +1 -1
  37. package/src/services/sms/v20210111/sms_client.ts +1 -0
  38. package/src/services/tdmq/v20200217/tdmq_client.ts +0 -14
  39. package/src/services/tdmq/v20200217/tdmq_models.ts +0 -129
  40. package/src/services/tke/v20180525/tke_models.ts +16 -0
  41. package/src/services/tsf/v20180326/tsf_client.ts +14 -1
  42. package/src/services/tsf/v20180326/tsf_models.ts +240 -8
  43. package/src/services/wav/v20210129/wav_models.ts +1 -1
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +20 -0
  47. package/tencentcloud/services/as/v20180419/as_client.d.ts +13 -1
  48. package/tencentcloud/services/as/v20180419/as_client.js +18 -0
  49. package/tencentcloud/services/as/v20180419/as_models.d.ts +300 -197
  50. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -0
  51. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +21 -2
  52. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +14 -0
  53. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +8 -40
  54. package/tencentcloud/services/cls/v20201016/cls_client.js +10 -58
  55. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +157 -586
  56. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +44 -6
  57. package/tencentcloud/services/es/v20180416/es_models.d.ts +105 -8
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  59. package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +1 -1
  60. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +13 -0
  61. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +1 -1
  62. package/tencentcloud/services/gaap/v20180529/gaap_client.js +1 -1
  63. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +13 -7
  64. package/tencentcloud/services/ic/v20190307/ic_models.d.ts +1 -1
  65. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +276 -119
  66. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +400 -175
  67. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1776 -294
  68. package/tencentcloud/services/live/v20180801/live_client.d.ts +7 -6
  69. package/tencentcloud/services/live/v20180801/live_client.js +7 -6
  70. package/tencentcloud/services/live/v20180801/live_models.d.ts +26 -0
  71. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  72. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  73. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +63 -20
  74. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
  75. package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
  76. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +100 -44
  77. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  78. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
  79. package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
  80. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +105 -2
  81. package/tencentcloud/services/rce/v20201103/rce_client.d.ts +9 -1
  82. package/tencentcloud/services/rce/v20201103/rce_client.js +12 -0
  83. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +322 -208
  84. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
  85. package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
  86. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
  87. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +1 -0
  88. package/tencentcloud/services/sms/v20210111/sms_client.js +1 -0
  89. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -5
  90. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -6
  91. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +0 -109
  92. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +13 -0
  93. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
  94. package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
  95. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +202 -7
  96. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1 -1
  97. package/test/as.v20180419.test.js +30 -0
  98. package/test/cls.v20201016.test.js +6 -86
  99. package/test/iotvideoindustry.v20201201.test.js +454 -114
  100. package/test/mongodb.v20190725.test.js +10 -0
  101. package/test/monitor.v20180724.test.js +10 -0
  102. package/test/organization.v20210331.test.js +10 -0
  103. package/test/rce.v20201103.test.js +20 -0
  104. package/test/tdmq.v20200217.test.js +0 -10
  105. package/test/tsf.v20180326.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.263",
3
+ "version": "4.0.267",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -12,13 +12,13 @@
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-12-08 08:05:34 |
15
- | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2021-12-02 08:02:32 |
16
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-12-27 08:00:45 |
15
+ | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-01-05 08:03:38 |
16
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-01-05 08:03:39 |
17
17
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-12-22 08:06:39 |
18
18
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-29 08:03:58 |
19
19
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-11-10 08:02:33 |
20
20
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2021-11-10 08:02:34 |
21
- | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2021-12-07 08:02:49 |
21
+ | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-01-03 08:04:43 |
22
22
  | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2021-12-16 08:04:53 |
23
23
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
24
24
  | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
@@ -32,8 +32,8 @@
32
32
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-12-22 08:07:25 |
33
33
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-12-21 08:01:42 |
34
34
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-12-10 08:02:29 |
35
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-12-24 08:06:02 |
36
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-12-17 08:07:56 |
35
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-01-06 08:05:45 |
36
+ | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-01-05 08:05:09 |
37
37
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-12-24 08:06:33 |
38
38
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-12-06 08:02:54 |
39
39
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-12-01 08:04:35 |
@@ -42,10 +42,10 @@
42
42
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
43
43
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
44
44
  | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-12-23 08:07:26 |
45
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-12-24 08:06:58 |
45
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-01-06 08:06:38 |
46
46
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-11-16 08:07:51 |
47
47
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-10 08:04:28 |
48
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-12-17 08:08:49 |
48
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-01-05 08:06:03 |
49
49
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2021-12-24 08:07:24 |
50
50
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-11-10 08:04:45 |
51
51
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
@@ -69,16 +69,16 @@
69
69
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
70
70
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-12-22 08:11:17 |
71
71
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-12-06 08:05:41 |
72
- | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2021-12-15 08:07:41 |
72
+ | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-01-05 08:08:30 |
73
73
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-11-10 08:06:56 |
74
74
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-12-10 08:06:20 |
75
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-12-22 16:41:08 |
76
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-12-23 08:10:29 |
77
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-11-18 08:08:10 |
78
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-12-21 08:05:56 |
75
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-12-30 08:09:09 |
76
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-01-06 08:09:34 |
77
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-01-05 08:08:53 |
78
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-01-06 08:09:38 |
79
79
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-14 08:10:17 |
80
80
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-12-08 08:10:45 |
81
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-12-03 08:06:49 |
81
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-12-30 08:09:28 |
82
82
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2021-12-23 08:10:54 |
83
83
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2021-11-10 08:07:27 |
84
84
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2021-12-07 08:07:40 |
@@ -86,7 +86,7 @@
86
86
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
87
87
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2021-11-10 08:07:42 |
88
88
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2021-12-22 08:12:31 |
89
- | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2021-11-10 08:07:44 |
89
+ | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-01-06 08:10:22 |
90
90
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2021-11-11 11:03:38 |
91
91
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2021-12-23 14:56:48 |
92
92
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2021-11-10 08:07:49 |
@@ -96,19 +96,19 @@
96
96
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-12-10 08:07:35 |
97
97
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
98
98
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-24 08:11:21 |
99
- | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-12-16 08:10:46 |
99
+ | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-06 08:11:12 |
100
100
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2021-11-30 14:56:41 |
101
101
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-12-24 08:11:42 |
102
102
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-12-21 08:07:35 |
103
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-12-15 08:10:09 |
103
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-05 08:10:51 |
104
104
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
105
105
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-12-17 08:13:52 |
106
106
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
107
107
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
108
108
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
109
109
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
110
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-12-14 08:12:21 |
111
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-12-16 08:11:56 |
110
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-01-05 08:11:21 |
111
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-12-30 08:11:53 |
112
112
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
113
113
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-12-14 08:12:50 |
114
114
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
@@ -117,21 +117,21 @@
117
117
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-12-21 16:54:01 |
118
118
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
119
119
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-12-21 08:08:44 |
120
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-12-27 08:08:41 |
121
- | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-12-28 08:09:51 |
120
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-01-06 08:13:41 |
121
+ | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-12-30 08:12:38 |
122
122
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
123
123
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
124
124
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-12-24 08:13:26 |
125
125
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-12-23 08:13:49 |
126
- | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2021-11-10 08:10:02 |
126
+ | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2021-12-29 08:11:26 |
127
127
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-12-07 13:09:58 |
128
128
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
129
129
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
130
130
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-12-16 08:13:07 |
131
131
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-12-23 08:14:05 |
132
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-11-26 08:12:29 |
132
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-05 08:12:45 |
133
133
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
134
- | sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-12-16 08:13:20 |
134
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-01-05 08:12:50 |
135
135
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-11-18 08:11:34 |
136
136
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
137
137
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2021-12-17 08:15:35 |
@@ -148,31 +148,31 @@
148
148
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
149
149
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-11-10 08:10:55 |
150
150
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2021-11-10 08:10:55 |
151
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-12-14 08:14:39 |
151
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-12-31 08:15:28 |
152
152
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
153
153
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
154
154
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
155
155
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-12-24 08:15:03 |
156
156
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2021-12-22 08:16:46 |
157
157
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
158
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-12-21 08:11:07 |
159
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-12-23 08:16:03 |
158
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-12-29 08:13:22 |
159
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-12-30 08:15:01 |
160
160
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-12-27 08:11:18 |
161
161
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
162
162
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2021-11-10 08:11:35 |
163
163
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
164
164
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2021-11-10 08:11:37 |
165
- | tiems | [智能钛弹性模型服务](https://cloud.tencent.com/document/product/1120) | 2021-11-10 08:11:38 |
165
+ | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2021-12-31 11:26:13 |
166
166
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-12-22 08:17:35 |
167
- | tione | [智能钛机器学习平台](https://cloud.tencent.com/document/product/851) | 2021-11-10 08:11:45 |
167
+ | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2021-12-31 11:26:17 |
168
168
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-12-27 08:11:32 |
169
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-12-24 08:16:08 |
169
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-01-05 08:14:55 |
170
170
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
171
171
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-12-24 08:16:25 |
172
172
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
173
173
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-11-11 11:09:51 |
174
174
  | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-12-16 08:15:47 |
175
- | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2021-12-24 08:16:33 |
175
+ | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-01-05 08:15:18 |
176
176
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-11-10 08:12:32 |
177
177
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2021-12-21 08:12:28 |
178
178
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-11-10 08:12:34 |
@@ -181,7 +181,7 @@
181
181
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-12-22 08:18:35 |
182
182
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-12-23 08:17:39 |
183
183
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
184
- | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2021-12-21 08:13:33 |
184
+ | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-01-06 08:18:21 |
185
185
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
186
186
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
187
187
  | yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.263"
1
+ export const sdkVersion = "4.0.267"
@@ -140,6 +140,30 @@ export interface ApmInstanceDetail {
140
140
  注意:此字段可能返回 null,表示取不到有效值。
141
141
  */
142
142
  SlowRequestSavedThreshold: number
143
+
144
+ /**
145
+ * cls日志所在地域
146
+ 注意:此字段可能返回 null,表示取不到有效值。
147
+ */
148
+ LogRegion: string
149
+
150
+ /**
151
+ * 日志来源
152
+ 注意:此字段可能返回 null,表示取不到有效值。
153
+ */
154
+ LogSource: string
155
+
156
+ /**
157
+ * 日志功能开关 0 关 | 1 开
158
+ 注意:此字段可能返回 null,表示取不到有效值。
159
+ */
160
+ IsRelatedLog: number
161
+
162
+ /**
163
+ * 日志主题ID
164
+ 注意:此字段可能返回 null,表示取不到有效值。
165
+ */
166
+ LogTopicID: string
143
167
  }
144
168
 
145
169
  /**
@@ -26,13 +26,14 @@ import {
26
26
  AutoScalingNotification,
27
27
  ModifyScheduledActionRequest,
28
28
  DescribeAutoScalingGroupsRequest,
29
- CreateAutoScalingGroupResponse,
29
+ LaunchConfiguration,
30
30
  DescribeAccountLimitsResponse,
31
31
  CreateLaunchConfigurationResponse,
32
32
  Advice,
33
33
  CreateLifecycleHookResponse,
34
34
  ClearLaunchConfigurationAttributesResponse,
35
35
  DescribeAutoScalingGroupsResponse,
36
+ CreateScheduledActionRequest,
36
37
  SystemDisk,
37
38
  SpotMarketOptions,
38
39
  StopAutoScalingInstancesResponse,
@@ -40,9 +41,9 @@ import {
40
41
  InstanceNameSettings,
41
42
  DetailedStatusMessage,
42
43
  ModifyScheduledActionResponse,
43
- CreateAutoScalingGroupFromInstanceRequest,
44
+ AttachLoadBalancersResponse,
44
45
  ExecuteScalingPolicyResponse,
45
- ModifyLaunchConfigurationAttributesResponse,
46
+ DeleteAutoScalingGroupRequest,
46
47
  SetInstancesProtectionResponse,
47
48
  StartAutoScalingInstancesResponse,
48
49
  CompleteLifecycleActionRequest,
@@ -52,20 +53,22 @@ import {
52
53
  RemoveInstancesRequest,
53
54
  DeleteScalingPolicyResponse,
54
55
  Tag,
56
+ DetachLoadBalancersRequest,
55
57
  DescribeAutoScalingInstancesRequest,
56
- LimitedLoginSettings,
57
58
  ModifyLoadBalancersRequest,
58
59
  RemoveInstancesResponse,
59
60
  ModifyScalingPolicyResponse,
60
61
  SetInstancesProtectionRequest,
61
62
  DeleteNotificationConfigurationResponse,
62
63
  DetachInstancesResponse,
64
+ ModifyLaunchConfigurationAttributesResponse,
63
65
  CreateLaunchConfigurationRequest,
64
66
  AutoScalingGroup,
65
67
  AttachInstancesResponse,
66
68
  DescribeAutoScalingGroupLastActivitiesResponse,
67
69
  DescribeAccountLimitsRequest,
68
70
  UpgradeLifecycleHookRequest,
71
+ DetachLoadBalancersResponse,
69
72
  ScalingPolicy,
70
73
  DescribeAutoScalingGroupLastActivitiesRequest,
71
74
  HostNameSettings,
@@ -75,6 +78,7 @@ import {
75
78
  DescribeScheduledActionsResponse,
76
79
  ModifyNotificationConfigurationRequest,
77
80
  DeleteLifecycleHookRequest,
81
+ ModifyLoadBalancerTargetAttributesResponse,
78
82
  ModifyAutoScalingGroupResponse,
79
83
  DeleteLaunchConfigurationRequest,
80
84
  ModifyScalingPolicyRequest,
@@ -95,7 +99,7 @@ import {
95
99
  CreateAutoScalingGroupFromInstanceResponse,
96
100
  DetachInstancesRequest,
97
101
  Instance,
98
- CreateScheduledActionRequest,
102
+ DescribeAutoScalingInstancesResponse,
99
103
  EnhancedService,
100
104
  DeleteLaunchConfigurationResponse,
101
105
  DescribeScheduledActionsRequest,
@@ -111,10 +115,10 @@ import {
111
115
  Filter,
112
116
  DescribeLifecycleHooksRequest,
113
117
  ServiceSettings,
114
- LaunchConfiguration,
118
+ CreateAutoScalingGroupResponse,
115
119
  TargetAttribute,
116
120
  ModifyNotificationConfigurationResponse,
117
- DescribeAutoScalingInstancesResponse,
121
+ LimitedLoginSettings,
118
122
  DescribeLifecycleHooksResponse,
119
123
  CreateScalingPolicyRequest,
120
124
  ScaleInInstancesResponse,
@@ -122,6 +126,7 @@ import {
122
126
  DeleteNotificationConfigurationRequest,
123
127
  DescribeLaunchConfigurationsRequest,
124
128
  NotificationTarget,
129
+ ModifyLoadBalancerTargetAttributesRequest,
125
130
  DeleteAutoScalingGroupResponse,
126
131
  LifecycleActionResultInfo,
127
132
  AutoScalingGroupAbstract,
@@ -133,10 +138,11 @@ import {
133
138
  ForwardLoadBalancer,
134
139
  ClearLaunchConfigurationAttributesRequest,
135
140
  PreviewPaiDomainNameResponse,
136
- DeleteAutoScalingGroupRequest,
141
+ ForwardLoadBalancerIdentification,
137
142
  AutoScalingAdvice,
138
143
  StartAutoScalingInstancesRequest,
139
144
  AttachInstancesRequest,
145
+ AttachLoadBalancersRequest,
140
146
  SpotMixedAllocationPolicy,
141
147
  DescribeScalingPoliciesResponse,
142
148
  Activity,
@@ -145,6 +151,7 @@ import {
145
151
  RunMonitorServiceEnabled,
146
152
  DeleteLifecycleHookResponse,
147
153
  ActivtyRelatedInstance,
154
+ CreateAutoScalingGroupFromInstanceRequest,
148
155
  InternetAccessible,
149
156
  EnableAutoScalingGroupResponse,
150
157
  UpgradeLaunchConfigurationResponse,
@@ -216,6 +223,16 @@ export class Client extends AbstractClient {
216
223
  return this.request("ModifyScalingPolicy", req, cb)
217
224
  }
218
225
 
226
+ /**
227
+ * 本接口(ModifyLoadBalancerTargetAttributes)用于修改伸缩组内负载均衡器的目标规则属性。
228
+ */
229
+ async ModifyLoadBalancerTargetAttributes(
230
+ req: ModifyLoadBalancerTargetAttributesRequest,
231
+ cb?: (error: string, rep: ModifyLoadBalancerTargetAttributesResponse) => void
232
+ ): Promise<ModifyLoadBalancerTargetAttributesResponse> {
233
+ return this.request("ModifyLoadBalancerTargetAttributes", req, cb)
234
+ }
235
+
219
236
  /**
220
237
  * 本接口 (DescribeNotificationConfigurations) 用于查询一个或多个通知的详细信息。
221
238
 
@@ -277,6 +294,16 @@ export class Client extends AbstractClient {
277
294
  return this.request("UpgradeLaunchConfiguration", req, cb)
278
295
  }
279
296
 
297
+ /**
298
+ * 本接口(DetachLoadBalancers)用于从伸缩组移出负载均衡器,本接口不会销毁负载均衡器。
299
+ */
300
+ async DetachLoadBalancers(
301
+ req: DetachLoadBalancersRequest,
302
+ cb?: (error: string, rep: DetachLoadBalancersResponse) => void
303
+ ): Promise<DetachLoadBalancersResponse> {
304
+ return this.request("DetachLoadBalancers", req, cb)
305
+ }
306
+
280
307
  /**
281
308
  * 本接口(AttachInstances)用于将 CVM 实例添加到伸缩组。
282
309
 
@@ -308,6 +335,16 @@ export class Client extends AbstractClient {
308
335
  return this.request("DeleteScheduledAction", req, cb)
309
336
  }
310
337
 
338
+ /**
339
+ * 此接口(AttachLoadBalancers)用于将负载均衡器添加到伸缩组。
340
+ */
341
+ async AttachLoadBalancers(
342
+ req: AttachLoadBalancersRequest,
343
+ cb?: (error: string, rep: AttachLoadBalancersResponse) => void
344
+ ): Promise<AttachLoadBalancersResponse> {
345
+ return this.request("AttachLoadBalancers", req, cb)
346
+ }
347
+
311
348
  /**
312
349
  * 本接口(DetachInstances)用于从伸缩组移出 CVM 实例,本接口不会销毁实例。
313
350
  * 如果移出指定实例后,伸缩组内处于`IN_SERVICE`状态的实例数量小于伸缩组最小值,接口将报错