tencentcloud-sdk-nodejs 4.0.275 → 4.0.279

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 (133) hide show
  1. package/CHANGELOG.md +665 -0
  2. package/SERVICE_CHANGELOG.md +674 -217
  3. package/package.json +1 -1
  4. package/products.md +42 -42
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +1 -0
  7. package/src/services/ame/v20190916/ame_models.ts +29 -0
  8. package/src/services/antiddos/v20200309/antiddos_client.ts +26 -0
  9. package/src/services/antiddos/v20200309/antiddos_models.ts +120 -0
  10. package/src/services/apigateway/v20180808/apigateway_models.ts +19 -1
  11. package/src/services/apm/v20210622/apm_models.ts +5 -0
  12. package/src/services/as/v20180419/as_models.ts +3 -4
  13. package/src/services/cam/v20190116/cam_models.ts +39 -38
  14. package/src/services/captcha/v20190722/captcha_models.ts +1 -0
  15. package/src/services/cbs/v20170312/cbs_models.ts +1 -1
  16. package/src/services/ccc/v20200210/ccc_client.ts +31 -6
  17. package/src/services/ccc/v20200210/ccc_models.ts +270 -113
  18. package/src/services/cdb/v20170320/cdb_client.ts +16 -2
  19. package/src/services/cdb/v20170320/cdb_models.ts +157 -31
  20. package/src/services/cii/v20210408/cii_client.ts +44 -5
  21. package/src/services/cii/v20210408/cii_models.ts +239 -59
  22. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  23. package/src/services/clb/v20180317/clb_models.ts +40 -13
  24. package/src/services/cls/v20201016/cls_models.ts +1 -1
  25. package/src/services/cpdp/v20190820/cpdp_models.ts +25 -17
  26. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  27. package/src/services/cvm/v20170312/cvm_models.ts +53 -8
  28. package/src/services/eb/v20210416/eb_client.ts +14 -2
  29. package/src/services/eb/v20210416/eb_models.ts +49 -24
  30. package/src/services/eis/v20210601/eis_models.ts +1 -1
  31. package/src/services/es/v20180416/es_models.ts +11 -0
  32. package/src/services/faceid/v20180301/faceid_client.ts +36 -0
  33. package/src/services/faceid/v20180301/faceid_models.ts +183 -0
  34. package/src/services/gme/v20180711/gme_client.ts +2 -2
  35. package/src/services/ims/v20201229/ims_models.ts +1 -1
  36. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +3 -3
  37. package/src/services/live/v20180801/live_models.ts +1 -1
  38. package/src/services/monitor/v20180724/monitor_models.ts +5 -0
  39. package/src/services/ocr/v20181119/ocr_client.ts +14 -2
  40. package/src/services/ocr/v20181119/ocr_models.ts +54 -2
  41. package/src/services/redis/v20180412/redis_client.ts +42 -6
  42. package/src/services/redis/v20180412/redis_models.ts +105 -0
  43. package/src/services/ses/v20201002/ses_client.ts +1 -1
  44. package/src/services/ses/v20201002/ses_models.ts +4 -4
  45. package/src/services/soe/v20180724/soe_models.ts +4 -12
  46. package/src/services/tcm/v20210413/tcm_models.ts +7 -1
  47. package/src/services/tcss/v20201101/tcss_client.ts +3 -2
  48. package/src/services/tcss/v20201101/tcss_models.ts +488 -11
  49. package/src/services/tdmq/v20200217/tdmq_models.ts +18 -0
  50. package/src/services/tem/v20210701/tem_models.ts +30 -0
  51. package/src/services/tke/v20180525/tke_client.ts +21 -8
  52. package/src/services/tke/v20180525/tke_models.ts +104 -10
  53. package/src/services/tms/v20201229/tms_models.ts +1 -1
  54. package/src/services/tsf/v20180326/tsf_client.ts +1 -1
  55. package/src/services/tsf/v20180326/tsf_models.ts +38 -9
  56. package/src/services/tts/v20190823/tts_models.ts +1 -1
  57. package/src/services/vod/v20180717/vod_models.ts +2 -2
  58. package/src/services/vpc/v20170312/vpc_client.ts +2 -1
  59. package/src/services/vpc/v20170312/vpc_models.ts +85 -42
  60. package/tencentcloud/common/sdk_version.d.ts +1 -1
  61. package/tencentcloud/common/sdk_version.js +1 -1
  62. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +26 -0
  63. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +9 -1
  64. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +12 -0
  65. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +102 -0
  66. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +16 -1
  67. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +4 -0
  68. package/tencentcloud/services/as/v20180419/as_models.d.ts +3 -4
  69. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +37 -36
  70. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +1 -0
  71. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
  72. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -1
  73. package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -0
  74. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +233 -100
  75. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
  76. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
  77. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +133 -25
  78. package/tencentcloud/services/cii/v20210408/cii_client.d.ts +13 -1
  79. package/tencentcloud/services/cii/v20210408/cii_client.js +18 -0
  80. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +205 -52
  81. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  82. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +35 -13
  83. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  84. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +17 -9
  85. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +47 -8
  86. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +6 -2
  87. package/tencentcloud/services/eb/v20210416/eb_client.js +7 -1
  88. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +42 -20
  89. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +1 -1
  90. package/tencentcloud/services/es/v20180416/es_models.d.ts +9 -0
  91. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +13 -1
  92. package/tencentcloud/services/faceid/v20180301/faceid_client.js +18 -0
  93. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +159 -0
  94. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +2 -2
  95. package/tencentcloud/services/gme/v20180711/gme_client.js +2 -2
  96. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
  97. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +3 -3
  98. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  99. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
  100. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -2
  101. package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -1
  102. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +47 -2
  103. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +15 -3
  104. package/tencentcloud/services/redis/v20180412/redis_client.js +21 -3
  105. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +90 -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 +4 -4
  109. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +4 -12
  110. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +6 -1
  111. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +2 -2
  112. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +405 -11
  113. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -0
  114. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +24 -0
  115. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +7 -3
  116. package/tencentcloud/services/tke/v20180525/tke_client.js +9 -3
  117. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +89 -10
  118. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
  119. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
  120. package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
  121. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +25 -1
  122. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  123. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -2
  124. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +73 -37
  125. package/test/antiddos.v20200309.test.js +20 -0
  126. package/test/ccc.v20200210.test.js +20 -0
  127. package/test/cdb.v20170320.test.js +10 -0
  128. package/test/cii.v20210408.test.js +30 -0
  129. package/test/eb.v20210416.test.js +10 -0
  130. package/test/faceid.v20180301.test.js +30 -0
  131. package/test/ocr.v20181119.test.js +10 -0
  132. package/test/redis.v20180412.test.js +32 -2
  133. package/test/tke.v20180525.test.js +12 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.275",
3
+ "version": "4.0.279",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -5,15 +5,15 @@
5
5
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-11-10 08:01:49 |
6
6
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-01-07 08:02:53 |
7
7
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-01-07 08:02:54 |
8
- | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-01-18 08:03:18 |
8
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-01-24 08:04:15 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-12-21 08:00:20 |
10
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-01-18 08:03:27 |
10
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-01-19 08:04:47 |
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/1278) | 2022-01-14 10:07:56 |
14
- | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-01-14 08:05:13 |
15
- | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-01-17 08:02:51 |
16
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-01-18 08:03:59 |
14
+ | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-01-24 08:04:33 |
15
+ | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-01-19 08:05:14 |
16
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-01-21 08:05:34 |
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 |
@@ -27,31 +27,31 @@
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) | 2022-01-07 08:04:06 |
31
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-12-03 08:02:43 |
30
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-01-21 08:06:23 |
31
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-01-20 08:05:36 |
32
32
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-01-18 08:04:56 |
33
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-18 08:05:02 |
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) | 2022-01-18 08:05:12 |
33
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-24 08:05:46 |
34
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-01-24 08:05:51 |
35
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-01-20 08:05:53 |
36
36
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-01-14 08:07:10 |
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) | 2022-01-17 08:04:37 |
40
- | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-12-21 08:02:31 |
41
- | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-12-16 08:06:21 |
40
+ | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-01-21 08:07:44 |
41
+ | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-01-20 08:06: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
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-01-18 08:06:14 |
45
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-01-18 08:06:24 |
44
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-01-20 08:06:46 |
45
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-01-20 08:06:53 |
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) | 2022-01-17 08:05:17 |
48
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-01-21 08:08:17 |
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
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-12-09 08:03:47 |
52
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-01-20 08:07:33 |
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) | 2022-01-18 08:07:22 |
54
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-01-24 08:07:40 |
55
55
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-01-17 08:06:09 |
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 |
@@ -65,22 +65,22 @@
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
- | 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 |
68
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-01-24 08:09:08 |
69
+ | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-01-20 08:09:25 |
70
70
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
71
71
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-01-18 08:09:09 |
72
72
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-12-06 08:05:41 |
73
73
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-01-18 08:09:35 |
74
- | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-01-14 08:10:42 |
74
+ | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-01-20 08:09:56 |
75
75
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-01-17 08:08:00 |
76
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-12-30 08:09:09 |
76
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-01-20 08:10:01 |
77
77
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-01-17 08:08:08 |
78
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
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-01-21 08:11:28 |
80
80
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-14 08:10:17 |
81
81
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-12-08 08:10:45 |
82
82
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-01-11 08:09:11 |
83
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-01-17 08:08:32 |
83
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-01-24 08:10:18 |
84
84
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2021-11-10 08:07:27 |
85
85
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-01-12 08:10:24 |
86
86
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2021-11-10 08:07:31 |
@@ -91,17 +91,17 @@
91
91
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2021-11-11 11:03:38 |
92
92
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2021-12-23 14:56:48 |
93
93
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2021-11-10 08:07:49 |
94
- | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2021-11-10 08:07:49 |
94
+ | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-01-24 08:10:57 |
95
95
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2021-11-10 08:07:50 |
96
96
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
97
97
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-01-11 08:10:29 |
98
98
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
99
99
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-24 08:11:21 |
100
- | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-17 10:23:19 |
100
+ | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-20 08:11:43 |
101
101
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2021-11-30 14:56:41 |
102
102
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-12-24 08:11:42 |
103
103
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-01-11 08:11:43 |
104
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-11 08:11:54 |
104
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-19 08:12:24 |
105
105
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
106
106
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-01-14 08:12:58 |
107
107
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
@@ -109,7 +109,7 @@
109
109
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
110
110
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
111
111
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-01-05 08:11:21 |
112
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-01-12 08:12:33 |
112
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-01-21 08:14:26 |
113
113
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
114
114
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-12-14 08:12:50 |
115
115
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
@@ -118,28 +118,28 @@
118
118
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-12-21 16:54:01 |
119
119
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
120
120
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-12-21 08:08:44 |
121
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-01-14 08:13:51 |
121
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-01-24 08:13:05 |
122
122
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-01-18 08:13:20 |
123
123
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
124
124
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
125
125
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-01-13 08:55:35 |
126
126
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-12-23 08:13:49 |
127
127
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-01-10 08:14:37 |
128
- | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-01-18 08:13:46 |
128
+ | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-01-19 08:13:55 |
129
129
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
130
130
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
131
131
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-01-18 08:14:02 |
132
132
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-01-12 08:13:52 |
133
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-18 08:14:15 |
133
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-24 08:13:52 |
134
134
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
135
135
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-01-05 08:12:50 |
136
- | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-11-18 08:11:34 |
136
+ | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-01-24 08:14:00 |
137
137
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
138
138
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-01-10 08:15:07 |
139
139
  | ssa | [态势感知](https://cloud.tencent.com/document/product/664) | 2021-11-22 08:10:13 |
140
140
  | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-01-17 08:12:18 |
141
141
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2021-11-10 08:10:37 |
142
- | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-01-11 08:14:31 |
142
+ | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-01-24 08:14:23 |
143
143
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-12-16 08:13:48 |
144
144
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-12-23 08:14:47 |
145
145
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
@@ -152,12 +152,12 @@
152
152
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-01-17 08:12:48 |
153
153
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
154
154
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
155
- | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
155
+ | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-01-24 08:14:58 |
156
156
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-12-24 08:15:03 |
157
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-17 08:13:13 |
157
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-24 08:15:12 |
158
158
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
159
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-01-14 08:16:22 |
160
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-01-12 08:15:47 |
159
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-01-21 08:17:48 |
160
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-01-21 08:18:01 |
161
161
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-12-27 08:11:18 |
162
162
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
163
163
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2021-11-10 08:11:35 |
@@ -167,20 +167,20 @@
167
167
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-12-22 08:17:35 |
168
168
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-01-07 08:14:32 |
169
169
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-12-27 08:11:32 |
170
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-01-18 08:16:47 |
170
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-01-24 08:16:10 |
171
171
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
172
- | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-01-13 09:12:45 |
172
+ | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-01-24 08:16:27 |
173
173
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
174
174
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-11-11 11:09:51 |
175
175
  | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-12-16 08:15:47 |
176
- | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-01-07 08:15:02 |
176
+ | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-01-20 08:16:32 |
177
177
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-11-10 08:12:32 |
178
- | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-01-18 08:17:37 |
178
+ | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-01-24 08:16:57 |
179
179
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-11-10 08:12:34 |
180
180
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-12-21 08:12:32 |
181
181
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
182
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-01-11 08:17:35 |
183
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-01-18 08:18:04 |
182
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-01-21 08:19:25 |
183
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-01-24 08:17:24 |
184
184
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
185
185
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-01-10 08:18:57 |
186
186
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.275"
1
+ export const sdkVersion = "4.0.279"
@@ -66,6 +66,7 @@ import {
66
66
  KTVRobotInfo,
67
67
  DescribeItemsRequest,
68
68
  Item,
69
+ SetPlayModeCommandInput,
69
70
  SetPlaylistCommandInput,
70
71
  SyncKTVRobotCommandResponse,
71
72
  DescribeCloudMusicResponse,
@@ -154,6 +154,7 @@ export interface SyncKTVRobotCommandRequest {
154
154
  <li>Pause:暂停</li>
155
155
  <li>SwitchPrevious:上一首</li>
156
156
  <li>SwitchNext:下一首</li>
157
+ <li>SetPlayMode:设置播放模式</li>
157
158
  <li>Seek:调整播放进度</li>
158
159
  <li>SetPlaylist:歌单变更</li>
159
160
  <li>SetAudioParam:音频参数变更</li>
@@ -185,6 +186,11 @@ export interface SyncKTVRobotCommandRequest {
185
186
  * 自定义消息,当Command取SendMessage时,必填。
186
187
  */
187
188
  SendMessageCommandInput?: SendMessageCommandInput
189
+
190
+ /**
191
+ * 播放模式,当Command取SetPlayMode时,必填。
192
+ */
193
+ SetPlayModeCommandInput?: SetPlayModeCommandInput
188
194
  }
189
195
 
190
196
  /**
@@ -1098,6 +1104,15 @@ export interface KTVRobotInfo {
1098
1104
  <li>TRTC</li>
1099
1105
  */
1100
1106
  RTCSystem: string
1107
+
1108
+ /**
1109
+ * 播放模式,PlayMode取值有:
1110
+ <li>RepeatPlaylist:列表循环</li>
1111
+ <li>Order:顺序播放</li>
1112
+ <li>RepeatSingle:单曲循环</li>
1113
+ <li>Shuffle:随机播放</li>
1114
+ */
1115
+ SetPlayModeInput: SetPlayModeCommandInput
1101
1116
  }
1102
1117
 
1103
1118
  /**
@@ -1159,6 +1174,20 @@ export interface Item {
1159
1174
  Status: number
1160
1175
  }
1161
1176
 
1177
+ /**
1178
+ * 设置播放模式
1179
+ */
1180
+ export interface SetPlayModeCommandInput {
1181
+ /**
1182
+ * 播放模式,取值有:
1183
+ <li>RepeatPlaylist:列表循环</li>
1184
+ <li>Order:顺序播放</li>
1185
+ <li>RepeatSingle:单曲循环</li>
1186
+ <li>Shuffle:随机播放</li>
1187
+ */
1188
+ PlayMode: string
1189
+ }
1190
+
1162
1191
  /**
1163
1192
  * 设置播放列表指令参数
1164
1193
  */
@@ -19,6 +19,7 @@ import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  CreateDefaultAlarmThresholdRequest,
22
+ DescribeDDoSConnectLimitListRequest,
22
23
  DescribeListBGPIPInstancesResponse,
23
24
  DescribeBlackWhiteIpListResponse,
24
25
  ProxyTypeInfo,
@@ -47,6 +48,7 @@ import {
47
48
  DescribeListProtectThresholdConfigRequest,
48
49
  ModifyNewDomainRulesResponse,
49
50
  DescribeDDoSBlackWhiteIpListResponse,
51
+ DescribeDDoSConnectLimitListResponse,
50
52
  CreateWaterPrintConfigResponse,
51
53
  DescribeListBGPIPInstancesRequest,
52
54
  StaticPackRelation,
@@ -104,8 +106,10 @@ import {
104
106
  CreatePortAclConfigListResponse,
105
107
  DeleteWaterPrintConfigRequest,
106
108
  DescribeDDoSBlackWhiteIpListRequest,
109
+ ConnectLimitRelation,
107
110
  DescribeListBlackWhiteIpListResponse,
108
111
  DDoSAIRelation,
112
+ AclConfigRelation,
109
113
  DescribeListDDoSSpeedLimitConfigResponse,
110
114
  CreateDDoSGeoIPBlockConfigResponse,
111
115
  ListenerCcThreholdConfig,
@@ -162,7 +166,9 @@ import {
162
166
  DescribeDDoSTrendRequest,
163
167
  ModifyDDoSGeoIPBlockConfigResponse,
164
168
  BGPInstance,
169
+ DescribeListPortAclListResponse,
165
170
  DescribeBizTrendRequest,
171
+ DescribeListPortAclListRequest,
166
172
  DescribeListWaterPrintConfigResponse,
167
173
  BGPInstanceUsages,
168
174
  DeleteDDoSSpeedLimitConfigResponse,
@@ -361,6 +367,16 @@ export class Client extends AbstractClient {
361
367
  return this.request("DisassociateDDoSEipAddress", req, cb)
362
368
  }
363
369
 
370
+ /**
371
+ * 获取DDoS连接抑制配置列表
372
+ */
373
+ async DescribeDDoSConnectLimitList(
374
+ req: DescribeDDoSConnectLimitListRequest,
375
+ cb?: (error: string, rep: DescribeDDoSConnectLimitListResponse) => void
376
+ ): Promise<DescribeDDoSConnectLimitListResponse> {
377
+ return this.request("DescribeDDoSConnectLimitList", req, cb)
378
+ }
379
+
364
380
  /**
365
381
  * 绑定IP到高防包实例,支持独享包、共享包;需要注意的是此接口绑定或解绑IP是异步接口,当处于绑定或解绑中时,则不允许再进行绑定或解绑,需要等待当前绑定或解绑完成。
366
382
  */
@@ -722,6 +738,16 @@ export class Client extends AbstractClient {
722
738
  return this.request("CreateL7RuleCerts", req, cb)
723
739
  }
724
740
 
741
+ /**
742
+ * 获取DDoS防护的端口acl策略列表
743
+ */
744
+ async DescribeListPortAclList(
745
+ req: DescribeListPortAclListRequest,
746
+ cb?: (error: string, rep: DescribeListPortAclListResponse) => void
747
+ ): Promise<DescribeListPortAclListResponse> {
748
+ return this.request("DescribeListPortAclList", req, cb)
749
+ }
750
+
725
751
  /**
726
752
  * 修改DDoS防护的区域封禁配置
727
753
  */
@@ -33,6 +33,31 @@ bgpip(表示高防IP产品)
33
33
  InstanceType: string
34
34
  }
35
35
 
36
+ /**
37
+ * DescribeDDoSConnectLimitList请求参数结构体
38
+ */
39
+ export interface DescribeDDoSConnectLimitListRequest {
40
+ /**
41
+ * 页起始偏移,取值为(页码-1)*一页条数
42
+ */
43
+ Offset: number
44
+
45
+ /**
46
+ * 一页条数
47
+ */
48
+ Limit: number
49
+
50
+ /**
51
+ * 可选参数,按照IP进行过滤
52
+ */
53
+ FilterIp?: string
54
+
55
+ /**
56
+ * 可选参数,按照实例id进行过滤
57
+ */
58
+ FilterInstanceId?: string
59
+ }
60
+
36
61
  /**
37
62
  * DescribeListBGPIPInstances返回参数结构体
38
63
  */
@@ -594,6 +619,26 @@ export interface DescribeDDoSBlackWhiteIpListResponse {
594
619
  RequestId?: string
595
620
  }
596
621
 
622
+ /**
623
+ * DescribeDDoSConnectLimitList返回参数结构体
624
+ */
625
+ export interface DescribeDDoSConnectLimitListResponse {
626
+ /**
627
+ * 连接抑制配置总数
628
+ */
629
+ Total: number
630
+
631
+ /**
632
+ * 连接抑制配置详情信息
633
+ */
634
+ ConfigList: Array<ConnectLimitRelation>
635
+
636
+ /**
637
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
638
+ */
639
+ RequestId?: string
640
+ }
641
+
597
642
  /**
598
643
  * CreateWaterPrintConfig返回参数结构体
599
644
  */
@@ -1744,6 +1789,21 @@ export interface DescribeDDoSBlackWhiteIpListRequest {
1744
1789
  InstanceId: string
1745
1790
  }
1746
1791
 
1792
+ /**
1793
+ * 连接抑制列表
1794
+ */
1795
+ export interface ConnectLimitRelation {
1796
+ /**
1797
+ * 连接抑制配置
1798
+ */
1799
+ ConnectLimitConfig: ConnectLimitConfig
1800
+
1801
+ /**
1802
+ * 连接抑制关联的实例信息
1803
+ */
1804
+ InstanceDetailList: Array<InstanceRelation>
1805
+ }
1806
+
1747
1807
  /**
1748
1808
  * DescribeListBlackWhiteIpList返回参数结构体
1749
1809
  */
@@ -1782,6 +1842,21 @@ off(关闭)
1782
1842
  InstanceDetailList: Array<InstanceRelation>
1783
1843
  }
1784
1844
 
1845
+ /**
1846
+ * 端口acl策略配置与高防资源关联
1847
+ */
1848
+ export interface AclConfigRelation {
1849
+ /**
1850
+ * acl策略
1851
+ */
1852
+ AclConfig: AclConfig
1853
+
1854
+ /**
1855
+ * 实例列表
1856
+ */
1857
+ InstanceDetailList: Array<InstanceRelation>
1858
+ }
1859
+
1785
1860
  /**
1786
1861
  * DescribeListDDoSSpeedLimitConfig返回参数结构体
1787
1862
  */
@@ -3263,6 +3338,26 @@ export interface BGPInstance {
3263
3338
  CCEnable: number
3264
3339
  }
3265
3340
 
3341
+ /**
3342
+ * DescribeListPortAclList返回参数结构体
3343
+ */
3344
+ export interface DescribeListPortAclListResponse {
3345
+ /**
3346
+ * 总数
3347
+ */
3348
+ Total: number
3349
+
3350
+ /**
3351
+ * 端口acl策略
3352
+ */
3353
+ AclList: Array<AclConfigRelation>
3354
+
3355
+ /**
3356
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3357
+ */
3358
+ RequestId?: string
3359
+ }
3360
+
3266
3361
  /**
3267
3362
  * DescribeBizTrend请求参数结构体
3268
3363
  */
@@ -3313,6 +3408,31 @@ export interface DescribeBizTrendRequest {
3313
3408
  ProtoInfo?: Array<ProtocolPort>
3314
3409
  }
3315
3410
 
3411
+ /**
3412
+ * DescribeListPortAclList请求参数结构体
3413
+ */
3414
+ export interface DescribeListPortAclListRequest {
3415
+ /**
3416
+ * 页起始偏移,取值为(页码-1)*一页条数
3417
+ */
3418
+ Offset: number
3419
+
3420
+ /**
3421
+ * 一页条数,当Limit=0时,默认一页条数为100;最大取值为100
3422
+ */
3423
+ Limit: number
3424
+
3425
+ /**
3426
+ * 资源实例ID搜索, 支持资源实例前缀通配搜索,例如bgp-*表示获取高防包类型的资源实例
3427
+ */
3428
+ FilterInstanceId: string
3429
+
3430
+ /**
3431
+ * ip搜索
3432
+ */
3433
+ FilterIp?: string
3434
+ }
3435
+
3316
3436
  /**
3317
3437
  * DescribeListWaterPrintConfig返回参数结构体
3318
3438
  */
@@ -3032,7 +3032,7 @@ export interface ParameterInfo {
3032
3032
  Unit: string
3033
3033
 
3034
3034
  /**
3035
- * 类型
3035
+ * 类型, integer|string
3036
3036
  */
3037
3037
  Type: string
3038
3038
 
@@ -3050,6 +3050,24 @@ export interface ParameterInfo {
3050
3050
  * 修改时间
3051
3051
  */
3052
3052
  ModifedTime: string
3053
+
3054
+ /**
3055
+ * 字符类型的值,当Type为string时才有意义
3056
+ 注意:此字段可能返回 null,表示取不到有效值。
3057
+ */
3058
+ ValueString: string
3059
+
3060
+ /**
3061
+ * 字符类型的默认值,当Type为string时才有意义
3062
+ 注意:此字段可能返回 null,表示取不到有效值。
3063
+ */
3064
+ DefaultValueString: string
3065
+
3066
+ /**
3067
+ * 可调整范围
3068
+ 注意:此字段可能返回 null,表示取不到有效值。
3069
+ */
3070
+ Range: string
3053
3071
  }
3054
3072
 
3055
3073
  /**
@@ -436,6 +436,11 @@ export interface DescribeMetricRecordsRequest {
436
436
  * 结束时间
437
437
  */
438
438
  EndTime?: number
439
+
440
+ /**
441
+ * 业务名称(默认值:taw)
442
+ */
443
+ BusinessName?: string
439
444
  }
440
445
 
441
446
  /**
@@ -250,15 +250,14 @@ export interface ModifyAutoScalingGroupRequest {
250
250
  Ipv6AddressCount?: number
251
251
 
252
252
  /**
253
- * 多可用区/子网策略,取值包括 PRIORITY 和 EQUALITY。
253
+ * 多可用区/子网策略,取值包括 PRIORITY 和 EQUALITY,默认为 PRIORITY
254
254
  <br><li> PRIORITY,按照可用区/子网列表的顺序,作为优先级来尝试创建实例,如果优先级最高的可用区/子网可以创建成功,则总在该可用区/子网创建。
255
- <br><li> EQUALITY:每次选择当前实例数最少的可用区/子网进行扩容,使得每个可用区/子网都有机会发生扩容,多次扩容出的实例会打散到多个可用区/子网。
255
+ <br><li> EQUALITY:扩容出的实例会打散到多个可用区/子网,保证扩容后的各个可用区/子网实例数相对均衡。
256
256
 
257
257
  与本策略相关的注意点:
258
258
  <br><li> 当伸缩组为基础网络时,本策略适用于多可用区;当伸缩组为VPC网络时,本策略适用于多子网,此时不再考虑可用区因素,例如四个子网ABCD,其中ABC处于可用区1,D处于可用区2,此时考虑子网ABCD进行排序,而不考虑可用区1、2。
259
259
  <br><li> 本策略适用于多可用区/子网,不适用于启动配置的多机型。多机型按照优先级策略进行选择。
260
- <br><li> 创建实例时,先保证多机型的策略,后保证多可用区/子网的策略。例如多机型A、B,多子网1、2、3(按照PRIORITY策略),会按照A1、A2、A3、B1、B2、B3 进行尝试,如果A1售罄,会尝试A2(而非B1)。
261
- <br><li> 无论使用哪种策略,单次伸缩活动总是优先保持使用一种具体配置(机型 * 可用区/子网)。
260
+ <br><li> 按照 PRIORITY 策略创建实例时,先保证多机型的策略,后保证多可用区/子网的策略。例如多机型A、B,多子网1、2、3,会按照A1、A2、A3、B1、B2、B3 进行尝试,如果A1售罄,会尝试A2(而非B1)。
262
261
  */
263
262
  MultiZoneSubnetPolicy?: string
264
263