tencentcloud-sdk-nodejs 4.0.265 → 4.0.269

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 (125) hide show
  1. package/CHANGELOG.md +835 -0
  2. package/SERVICE_CHANGELOG.md +797 -53
  3. package/package.json +1 -1
  4. package/products.md +37 -36
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +3 -2
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +56 -22
  8. package/src/services/apm/v20210622/apm_models.ts +24 -0
  9. package/src/services/as/v20180419/as_client.ts +45 -8
  10. package/src/services/as/v20180419/as_models.ts +362 -237
  11. package/src/services/cam/v20190116/cam_client.ts +21 -7
  12. package/src/services/cam/v20190116/cam_models.ts +134 -11
  13. package/src/services/cdb/v20170320/cdb_models.ts +15 -0
  14. package/src/services/cdn/v20180606/cdn_models.ts +25 -2
  15. package/src/services/clb/v20180317/clb_models.ts +22 -0
  16. package/src/services/cls/v20201016/cls_client.ts +29 -127
  17. package/src/services/cls/v20201016/cls_models.ts +190 -739
  18. package/src/services/cwp/v20180228/cwp_client.ts +1 -1
  19. package/src/services/cwp/v20180228/cwp_models.ts +44 -2
  20. package/src/services/dbbrain/v20210527/dbbrain_client.ts +28 -4
  21. package/src/services/dbbrain/v20210527/dbbrain_models.ts +166 -71
  22. package/src/services/dlc/v20210125/dlc_models.ts +0 -1
  23. package/src/services/eb/index.ts +5 -0
  24. package/src/services/eb/v20210416/eb_client.ts +353 -0
  25. package/src/services/eb/v20210416/eb_models.ts +1483 -0
  26. package/src/services/eb/v20210416/index.ts +6 -0
  27. package/src/services/eiam/v20210420/eiam_models.ts +53 -6
  28. package/src/services/essbasic/v20210526/essbasic_models.ts +27 -7
  29. package/src/services/facefusion/v20181201/facefusion_models.ts +1 -1
  30. package/src/services/faceid/v20180301/faceid_client.ts +15 -1
  31. package/src/services/faceid/v20180301/faceid_models.ts +143 -8
  32. package/src/services/ic/v20190307/ic_models.ts +1 -1
  33. package/src/services/index.ts +1 -0
  34. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +831 -391
  35. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +2089 -360
  36. package/src/services/live/v20180801/live_client.ts +7 -6
  37. package/src/services/live/v20180801/live_models.ts +28 -0
  38. package/src/services/mongodb/v20190725/mongodb_client.ts +15 -2
  39. package/src/services/mongodb/v20190725/mongodb_models.ts +72 -22
  40. package/src/services/ocr/v20181119/ocr_models.ts +2 -1
  41. package/src/services/postgres/v20170312/postgres_client.ts +1 -0
  42. package/src/services/postgres/v20170312/postgres_models.ts +43 -3
  43. package/src/services/rce/v20201103/rce_models.ts +5 -0
  44. package/src/services/ses/v20201002/ses_client.ts +1 -1
  45. package/src/services/ses/v20201002/ses_models.ts +1 -1
  46. package/src/services/sms/v20210111/sms_client.ts +1 -0
  47. package/src/services/sqlserver/v20180328/sqlserver_models.ts +6 -1
  48. package/src/services/tcss/v20201101/tcss_models.ts +22 -1
  49. package/src/services/tke/v20180525/tke_models.ts +29 -0
  50. package/src/services/tsf/v20180326/tsf_models.ts +24 -2
  51. package/src/services/wav/v20210129/wav_client.ts +2 -2
  52. package/src/services/wav/v20210129/wav_models.ts +1 -1
  53. package/tencentcloud/common/sdk_version.d.ts +1 -1
  54. package/tencentcloud/common/sdk_version.js +1 -1
  55. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
  56. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +48 -18
  57. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +20 -0
  58. package/tencentcloud/services/as/v20180419/as_client.d.ts +13 -1
  59. package/tencentcloud/services/as/v20180419/as_client.js +18 -0
  60. package/tencentcloud/services/as/v20180419/as_models.d.ts +304 -197
  61. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +7 -3
  62. package/tencentcloud/services/cam/v20190116/cam_client.js +9 -3
  63. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +113 -10
  64. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +12 -0
  65. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +21 -2
  66. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +18 -0
  67. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +8 -40
  68. package/tencentcloud/services/cls/v20201016/cls_client.js +10 -58
  69. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +159 -634
  70. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
  71. package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
  72. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -2
  73. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +9 -1
  74. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +12 -0
  75. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +143 -63
  76. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +0 -1
  77. package/tencentcloud/services/eb/index.d.ts +6 -0
  78. package/tencentcloud/services/eb/index.js +7 -0
  79. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +110 -0
  80. package/tencentcloud/services/eb/v20210416/eb_client.js +181 -0
  81. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +1248 -0
  82. package/tencentcloud/services/eb/v20210416/eb_models.js +18 -0
  83. package/tencentcloud/services/eb/v20210416/index.d.ts +6 -0
  84. package/tencentcloud/services/eb/v20210416/index.js +9 -0
  85. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +44 -6
  86. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +23 -7
  87. package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +1 -1
  88. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
  89. package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
  90. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +121 -8
  91. package/tencentcloud/services/ic/v20190307/ic_models.d.ts +1 -1
  92. package/tencentcloud/services/index.d.ts +1 -0
  93. package/tencentcloud/services/index.js +2 -0
  94. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +276 -119
  95. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +400 -175
  96. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1779 -293
  97. package/tencentcloud/services/live/v20180801/live_client.d.ts +7 -6
  98. package/tencentcloud/services/live/v20180801/live_client.js +7 -6
  99. package/tencentcloud/services/live/v20180801/live_models.d.ts +26 -0
  100. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  101. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  102. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +63 -20
  103. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -1
  104. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +37 -3
  105. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +4 -0
  106. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
  107. package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
  108. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
  109. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +1 -0
  110. package/tencentcloud/services/sms/v20210111/sms_client.js +1 -0
  111. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +5 -1
  112. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +18 -1
  113. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +24 -0
  114. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +20 -2
  115. package/tencentcloud/services/wav/v20210129/wav_client.d.ts +2 -2
  116. package/tencentcloud/services/wav/v20210129/wav_client.js +2 -2
  117. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1 -1
  118. package/test/as.v20180419.test.js +30 -0
  119. package/test/cam.v20190116.test.js +12 -2
  120. package/test/cls.v20201016.test.js +6 -86
  121. package/test/dbbrain.v20210527.test.js +20 -0
  122. package/test/eb.v20210416.test.js +271 -0
  123. package/test/faceid.v20180301.test.js +10 -0
  124. package/test/iotvideoindustry.v20201201.test.js +454 -114
  125. package/test/mongodb.v20190725.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.265",
3
+ "version": "4.0.269",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -3,22 +3,22 @@
3
3
  | aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2021-11-10 08:01:48 |
4
4
  | aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
5
5
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-11-10 08:01:49 |
6
- | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2021-11-18 08:02:15 |
7
- | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2021-11-18 08:02:17 |
6
+ | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-01-07 08:02:53 |
7
+ | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-01-07 08:02:54 |
8
8
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2021-12-24 08:04:29 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-12-21 08:00:20 |
10
10
  | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-12-20 17:09:09 |
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-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 |
14
+ | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-01-10 08:05:32 |
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-07 08:03:22 |
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 |
@@ -27,13 +27,13 @@
27
27
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2021-11-10 08:03:01 |
28
28
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
29
29
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2021-11-10 08:03:08 |
30
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2021-12-23 08:06:14 |
30
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-01-07 08:04:06 |
31
31
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-12-03 08:02:43 |
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-10 08:06:53 |
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,40 +42,41 @@
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-07 08:05:24 |
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-07 08:05:42 |
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 |
52
52
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-12-09 08:03:47 |
53
53
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
54
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-12-22 08:09:40 |
55
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-12-10 08:04:29 |
54
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-01-07 08:06:20 |
55
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-01-10 08:08:49 |
56
56
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
57
57
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-11-17 08:10:15 |
58
58
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-11-10 08:05:47 |
59
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2021-12-15 08:06:44 |
59
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-01-10 08:09:43 |
60
60
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2021-11-10 08:06:00 |
61
61
  | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-12-17 08:10:31 |
62
- | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2021-12-22 08:10:52 |
62
+ | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-01-07 08:07:28 |
63
63
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-12-17 08:10:50 |
64
64
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-12-06 08:05:24 |
65
65
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2021-11-10 08:06:23 |
66
66
  | ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2021-11-10 08:06:24 |
67
67
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2021-11-10 08:06:26 |
68
68
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-12-21 08:05:11 |
69
+ | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-01-10 08:10:21 |
69
70
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
70
71
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-12-22 08:11:17 |
71
72
  | 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 |
73
+ | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-01-05 08:08:30 |
73
74
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-11-10 08:06:56 |
74
75
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-12-10 08:06:20 |
75
76
  | 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) | 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 |
77
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-01-07 08:08:29 |
78
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-01-10 08:11:01 |
79
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-01-07 08:08:34 |
79
80
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-14 08:10:17 |
80
81
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-12-08 08:10:45 |
81
82
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-12-30 08:09:28 |
@@ -86,7 +87,7 @@
86
87
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
87
88
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2021-11-10 08:07:42 |
88
89
  | 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 |
90
+ | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-01-06 08:10:22 |
90
91
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2021-11-11 11:03:38 |
91
92
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2021-12-23 14:56:48 |
92
93
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2021-11-10 08:07:49 |
@@ -96,18 +97,18 @@
96
97
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-12-10 08:07:35 |
97
98
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
98
99
  | 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 |
100
+ | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-07 08:10:07 |
100
101
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2021-11-30 14:56:41 |
101
102
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-12-24 08:11:42 |
102
103
  | 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 |
104
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-07 08:10:37 |
104
105
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
105
106
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-12-17 08:13:52 |
106
107
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
107
108
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
108
109
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
109
110
  | 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
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-01-05 08:11:21 |
111
112
  | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-12-30 08:11:53 |
112
113
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
113
114
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-12-14 08:12:50 |
@@ -117,24 +118,24 @@
117
118
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-12-21 16:54:01 |
118
119
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
119
120
  | 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
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-01-10 08:14:08 |
121
122
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-12-30 08:12:38 |
122
123
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
123
124
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
124
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-12-24 08:13:26 |
125
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-01-10 08:14:24 |
125
126
  | 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-12-29 08:11:26 |
127
+ | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-01-10 08:14:37 |
127
128
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-12-07 13:09:58 |
128
129
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
129
130
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
130
131
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-12-16 08:13:07 |
131
132
  | 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 |
133
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-05 08:12:45 |
133
134
  | 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 |
135
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-01-05 08:12:50 |
135
136
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-11-18 08:11:34 |
136
137
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
137
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2021-12-17 08:15:35 |
138
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-01-10 08:15:07 |
138
139
  | ssa | [态势感知](https://cloud.tencent.com/document/product/664) | 2021-11-22 08:10:13 |
139
140
  | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2021-12-22 08:15:53 |
140
141
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2021-11-10 08:10:37 |
@@ -148,12 +149,12 @@
148
149
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
149
150
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-11-10 08:10:55 |
150
151
  | 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 |
152
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-12-31 08:15:28 |
152
153
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
153
154
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
154
155
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
155
156
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-12-24 08:15:03 |
156
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2021-12-22 08:16:46 |
157
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-07 08:13:42 |
157
158
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
158
159
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-12-29 08:13:22 |
159
160
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-12-30 08:15:01 |
@@ -162,17 +163,17 @@
162
163
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2021-11-10 08:11:35 |
163
164
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
164
165
  | 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 |
166
+ | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2021-12-31 11:26:13 |
166
167
  | 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 |
168
+ | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-01-07 08:14:32 |
168
169
  | 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 |
170
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-01-07 08:14:40 |
170
171
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
171
172
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-12-24 08:16:25 |
172
173
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
173
174
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-11-11 11:09:51 |
174
175
  | 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-30 08:15:43 |
176
+ | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-01-07 08:15:02 |
176
177
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-11-10 08:12:32 |
177
178
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2021-12-21 08:12:28 |
178
179
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-11-10 08:12:34 |
@@ -181,7 +182,7 @@
181
182
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-12-22 08:18:35 |
182
183
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-12-23 08:17:39 |
183
184
  | 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 |
185
+ | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-01-10 08:18:57 |
185
186
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
186
187
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
187
188
  | yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.265"
1
+ export const sdkVersion = "4.0.269"
@@ -95,6 +95,7 @@ import {
95
95
  OauthConfig,
96
96
  ModifyApiEnvironmentStrategyRequest,
97
97
  NetworkConfig,
98
+ ServiceReleaseHistory,
98
99
  ModifyUsagePlanResponse,
99
100
  CreateUsagePlanResponse,
100
101
  DomainSets,
@@ -114,8 +115,8 @@ import {
114
115
  CreateServiceRequest,
115
116
  DescribeIPStrategysStatusRequest,
116
117
  DemoteServiceUsagePlanResponse,
118
+ DescribePluginApisResponse,
117
119
  EnableApiKeyResponse,
118
- ServiceReleaseHistory,
119
120
  DeleteApiAppRequest,
120
121
  UnReleaseServiceResponse,
121
122
  CreateAPIDocResponse,
@@ -159,7 +160,7 @@ import {
159
160
  DescribePluginsResponse,
160
161
  ReleaseServiceResponse,
161
162
  APIDocInfo,
162
- DescribePluginApisResponse,
163
+ CosConfig,
163
164
  ModifyApiIncrementRequest,
164
165
  GenerateApiDocumentRequest,
165
166
  ServiceUsagePlanSet,
@@ -1370,6 +1370,12 @@ export interface ServiceConfig {
1370
1370
  * API的后端服务请求方法,如 GET。如果 ServiceType 是 HTTP,则此参数必传。前后端方法可不同。
1371
1371
  */
1372
1372
  Method?: string
1373
+
1374
+ /**
1375
+ * API后端COS配置。如果 ServiceType 是 COS,则此参数必传。
1376
+ 注意:此字段可能返回 null,表示取不到有效值。
1377
+ */
1378
+ CosConfig?: CosConfig
1373
1379
  }
1374
1380
 
1375
1381
  /**
@@ -2276,6 +2282,23 @@ export interface NetworkConfig {
2276
2282
  OutboundIpAddresses: Array<string>
2277
2283
  }
2278
2284
 
2285
+ /**
2286
+ * 服务发布历史
2287
+ */
2288
+ export interface ServiceReleaseHistory {
2289
+ /**
2290
+ * 发布版本总数。
2291
+ 注意:此字段可能返回 null,表示取不到有效值。
2292
+ */
2293
+ TotalCount: number
2294
+
2295
+ /**
2296
+ * 历史版本列表。
2297
+ 注意:此字段可能返回 null,表示取不到有效值。
2298
+ */
2299
+ VersionList: Array<ServiceReleaseHistoryInfo>
2300
+ }
2301
+
2279
2302
  /**
2280
2303
  * ModifyUsagePlan返回参数结构体
2281
2304
  */
@@ -2735,14 +2758,13 @@ export interface DemoteServiceUsagePlanResponse {
2735
2758
  }
2736
2759
 
2737
2760
  /**
2738
- * EnableApiKey返回参数结构体
2761
+ * DescribePluginApis返回参数结构体
2739
2762
  */
2740
- export interface EnableApiKeyResponse {
2763
+ export interface DescribePluginApisResponse {
2741
2764
  /**
2742
- * 启动密钥操作是否成功。
2743
- 注意:此字段可能返回 null,表示取不到有效值。
2744
- */
2745
- Result?: boolean
2765
+ * 插件绑定的API列表信息。
2766
+ */
2767
+ Result: AttachedApiSummary
2746
2768
 
2747
2769
  /**
2748
2770
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2751,20 +2773,19 @@ export interface EnableApiKeyResponse {
2751
2773
  }
2752
2774
 
2753
2775
  /**
2754
- * 服务发布历史
2776
+ * EnableApiKey返回参数结构体
2755
2777
  */
2756
- export interface ServiceReleaseHistory {
2778
+ export interface EnableApiKeyResponse {
2757
2779
  /**
2758
- * 发布版本总数。
2780
+ * 启动密钥操作是否成功。
2759
2781
  注意:此字段可能返回 null,表示取不到有效值。
2760
2782
  */
2761
- TotalCount: number
2783
+ Result?: boolean
2762
2784
 
2763
2785
  /**
2764
- * 历史版本列表。
2765
- 注意:此字段可能返回 null,表示取不到有效值。
2766
- */
2767
- VersionList: Array<ServiceReleaseHistoryInfo>
2786
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2787
+ */
2788
+ RequestId?: string
2768
2789
  }
2769
2790
 
2770
2791
  /**
@@ -4258,18 +4279,31 @@ export interface APIDocInfo {
4258
4279
  }
4259
4280
 
4260
4281
  /**
4261
- * DescribePluginApis返回参数结构体
4282
+ * cos类型的api配置
4262
4283
  */
4263
- export interface DescribePluginApisResponse {
4284
+ export interface CosConfig {
4264
4285
  /**
4265
- * 插件绑定的API列表信息。
4266
- */
4267
- Result: AttachedApiSummary
4286
+ * API调用后端COS的方式,前端请求方法与Action的可选值为:
4287
+ GET:GetObject
4288
+ PUT:PutObject
4289
+ POST:PostObject、AppendObject
4290
+ HEAD: HeadObject
4291
+ DELETE: DeleteObject。
4292
+ 注意:此字段可能返回 null,表示取不到有效值。
4293
+ */
4294
+ Action: string
4268
4295
 
4269
4296
  /**
4270
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4271
- */
4272
- RequestId?: string
4297
+ * API后端COS的存储桶名。
4298
+ 注意:此字段可能返回 null,表示取不到有效值。
4299
+ */
4300
+ BucketName: string
4301
+
4302
+ /**
4303
+ * API调用后端COS的签名开关,默认为false。
4304
+ 注意:此字段可能返回 null,表示取不到有效值。
4305
+ */
4306
+ Authorization?: boolean
4273
4307
  }
4274
4308
 
4275
4309
  /**
@@ -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`状态的实例数量小于伸缩组最小值,接口将报错