tencentcloud-sdk-nodejs 4.0.727 → 4.0.729

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 (99) hide show
  1. package/CHANGELOG.md +363 -0
  2. package/SERVICE_CHANGELOG.md +331 -127
  3. package/package.json +1 -1
  4. package/products.md +25 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/v20201229/ams_client.ts +1 -1
  7. package/src/services/ams/v20201229/ams_models.ts +4 -1
  8. package/src/services/as/v20180419/as_client.ts +1 -0
  9. package/src/services/as/v20180419/as_models.ts +60 -31
  10. package/src/services/cfg/v20210820/cfg_models.ts +30 -7
  11. package/src/services/cfs/v20190719/cfs_client.ts +3 -2
  12. package/src/services/cfs/v20190719/cfs_models.ts +3 -2
  13. package/src/services/cls/v20201016/cls_models.ts +11 -8
  14. package/src/services/csip/v20221121/csip_models.ts +2 -2
  15. package/src/services/dlc/v20210125/dlc_client.ts +17 -4
  16. package/src/services/dlc/v20210125/dlc_models.ts +128 -54
  17. package/src/services/drm/v20181115/drm_client.ts +12 -0
  18. package/src/services/drm/v20181115/drm_models.ts +40 -0
  19. package/src/services/dts/v20211206/dts_models.ts +1 -1
  20. package/src/services/ess/v20201111/ess_client.ts +28 -24
  21. package/src/services/ess/v20201111/ess_models.ts +53 -58
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +97 -45
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +378 -149
  24. package/src/services/faceid/v20180301/faceid_models.ts +38 -38
  25. package/src/services/hai/index.ts +5 -0
  26. package/src/services/hai/v20230812/hai_client.ts +40 -0
  27. package/src/services/hai/v20230812/hai_models.ts +80 -0
  28. package/src/services/hai/v20230812/index.ts +6 -0
  29. package/src/services/index.ts +1 -0
  30. package/src/services/live/v20180801/live_models.ts +23 -23
  31. package/src/services/ocr/v20181119/ocr_client.ts +10 -7
  32. package/src/services/ocr/v20181119/ocr_models.ts +403 -129
  33. package/src/services/trocket/v20230308/trocket_client.ts +18 -2
  34. package/src/services/trocket/v20230308/trocket_models.ts +91 -15
  35. package/src/services/vm/v20201229/vm_models.ts +14 -14
  36. package/src/services/vm/v20210922/vm_client.ts +43 -9
  37. package/src/services/vm/v20210922/vm_models.ts +84 -37
  38. package/src/services/wedata/v20210820/wedata_client.ts +3 -3
  39. package/src/services/wedata/v20210820/wedata_models.ts +13 -13
  40. package/src/services/weilingwith/v20230427/weilingwith_client.ts +652 -24
  41. package/src/services/weilingwith/v20230427/weilingwith_models.ts +1031 -30
  42. package/tencentcloud/common/sdk_version.d.ts +1 -1
  43. package/tencentcloud/common/sdk_version.js +1 -1
  44. package/tencentcloud/services/ams/v20201229/ams_client.d.ts +1 -1
  45. package/tencentcloud/services/ams/v20201229/ams_client.js +1 -1
  46. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +4 -1
  47. package/tencentcloud/services/as/v20180419/as_models.d.ts +59 -31
  48. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +30 -7
  49. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +1 -0
  50. package/tencentcloud/services/cfs/v20190719/cfs_client.js +1 -0
  51. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +3 -2
  52. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +11 -8
  53. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +2 -2
  54. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  55. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  56. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +125 -54
  57. package/tencentcloud/services/drm/v20181115/drm_client.d.ts +5 -1
  58. package/tencentcloud/services/drm/v20181115/drm_client.js +6 -0
  59. package/tencentcloud/services/drm/v20181115/drm_models.d.ts +38 -0
  60. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  61. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +28 -24
  62. package/tencentcloud/services/ess/v20201111/ess_client.js +28 -24
  63. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +53 -58
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +81 -38
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +82 -37
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +372 -146
  67. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +38 -38
  68. package/tencentcloud/services/hai/index.d.ts +6 -0
  69. package/tencentcloud/services/hai/index.js +7 -0
  70. package/tencentcloud/services/hai/v20230812/hai_client.d.ts +14 -0
  71. package/tencentcloud/services/hai/v20230812/hai_client.js +37 -0
  72. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +61 -0
  73. package/tencentcloud/services/hai/v20230812/hai_models.js +18 -0
  74. package/tencentcloud/services/hai/v20230812/index.d.ts +6 -0
  75. package/tencentcloud/services/hai/v20230812/index.js +9 -0
  76. package/tencentcloud/services/index.d.ts +1 -0
  77. package/tencentcloud/services/index.js +2 -0
  78. package/tencentcloud/services/live/v20180801/live_models.d.ts +23 -23
  79. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  80. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +399 -128
  81. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +8 -1
  82. package/tencentcloud/services/trocket/v20230308/trocket_client.js +9 -0
  83. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +88 -15
  84. package/tencentcloud/services/vm/v20201229/vm_models.d.ts +14 -14
  85. package/tencentcloud/services/vm/v20210922/vm_client.d.ts +41 -8
  86. package/tencentcloud/services/vm/v20210922/vm_client.js +41 -8
  87. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +83 -37
  88. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +3 -3
  89. package/tencentcloud/services/wedata/v20210820/wedata_client.js +3 -3
  90. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +13 -13
  91. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +215 -7
  92. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.js +321 -9
  93. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +921 -28
  94. package/test/dlc.v20210125.test.js +10 -0
  95. package/test/drm.v20181115.test.js +10 -0
  96. package/test/essbasic.v20210526.test.js +10 -0
  97. package/test/hai.v20230812.test.js +31 -0
  98. package/test/trocket.v20230308.test.js +10 -0
  99. package/test/weilingwith.v20230427.test.js +526 -6
package/products.md CHANGED
@@ -8,22 +8,22 @@
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-09-07 01:06:21 |
9
9
  | aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-11-07 11:26:02 |
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
11
- | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-09-13 01:06:17 |
11
+ | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-11-13 00:01:09 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
13
13
  | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-10-26 20:07:01 |
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
- | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-10-23 00:01:27 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-11-10 01:06:32 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-10-27 01:10:12 |
19
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-10-25 01:06:52 |
19
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-11-10 01:06:51 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-10-31 01:09:42 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-27 01:11:09 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-10-20 01:06:54 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-27 15:51:05 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-11-10 01:07:23 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-10-18 01:14:30 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-08-31 01:07:17 |
@@ -40,15 +40,15 @@
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-10-25 01:08:41 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-11-01 01:07:57 |
43
- | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-11-07 01:14:47 |
43
+ | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-11-13 00:05:23 |
44
44
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-11-03 01:08:21 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-09-08 01:20:53 |
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-24 01:08:56 |
50
- | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-10-10 01:10:06 |
51
- | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-09 01:08:52 |
50
+ | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-10 01:09:57 |
51
+ | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
52
52
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-10-27 01:19:30 |
53
53
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
54
54
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
@@ -60,13 +60,13 @@
60
60
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
61
61
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
62
62
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
63
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-11-08 01:21:44 |
63
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-11-10 01:11:12 |
64
64
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-10-19 16:00:29 |
65
65
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
66
66
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
67
67
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
68
68
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
69
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-11-03 01:10:39 |
69
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-11-13 00:07:56 |
70
70
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
71
71
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-11-06 00:05:55 |
72
72
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-27 01:29:35 |
@@ -77,16 +77,16 @@
77
77
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
78
78
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-10-09 01:12:39 |
79
79
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
80
- | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
80
+ | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-11-13 00:10:11 |
81
81
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
82
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-11-09 01:12:27 |
82
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-11-13 00:11:03 |
83
83
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-11-09 01:12:46 |
84
84
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-10-20 01:14:01 |
85
- | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-07 01:34:47 |
85
+ | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
86
86
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
87
87
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-10-17 01:15:42 |
88
88
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
89
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-11-09 01:13:23 |
89
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-11-13 00:12:12 |
90
90
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-10-31 01:45:32 |
91
91
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
92
92
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
@@ -95,10 +95,10 @@
95
95
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
96
96
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
97
97
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-30 00:42:05 |
98
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-09 01:14:12 |
99
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-09 01:14:31 |
98
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-13 00:13:08 |
99
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-13 00:13:25 |
100
100
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
101
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-10-20 01:16:02 |
101
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-11-10 01:16:33 |
102
102
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
103
103
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
104
104
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-09-22 01:52:02 |
@@ -108,6 +108,7 @@
108
108
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
109
109
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
110
110
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
111
+ | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2023-11-10 16:10:58 |
111
112
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
112
113
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-11-01 01:14:52 |
113
114
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-10-24 01:16:21 |
@@ -130,7 +131,7 @@
130
131
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
131
132
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-11-09 01:19:33 |
132
133
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-11-09 01:19:51 |
133
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-26 01:18:09 |
134
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-11-10 01:19:27 |
134
135
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
135
136
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
136
137
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
@@ -150,7 +151,7 @@
150
151
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
151
152
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
152
153
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-24 01:20:07 |
153
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-11-08 01:58:53 |
154
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-11-10 01:21:12 |
154
155
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-10-27 16:07:10 |
155
156
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
156
157
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
@@ -208,15 +209,15 @@
208
209
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-08-17 05:26:12 |
209
210
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
210
211
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
211
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-11-07 02:22:04 |
212
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-11-10 01:26:16 |
212
213
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-11-01 01:23:35 |
213
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-11-09 01:26:28 |
214
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-11-13 00:23:53 |
214
215
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
215
216
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-10-25 01:27:42 |
216
217
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
217
218
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
218
219
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
219
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-10-31 02:38:03 |
220
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-11-13 00:24:24 |
220
221
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-26 14:46:10 |
221
222
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
222
223
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-10-31 02:39:19 |
@@ -225,15 +226,15 @@
225
226
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
226
227
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
227
228
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
228
- | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
229
+ | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-11-10 01:28:11 |
229
230
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
230
231
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-11-07 02:30:32 |
231
232
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-09 01:29:06 |
232
233
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-03 01:27:03 |
233
234
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-08 10:49:05 |
234
235
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
235
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-11-07 02:48:57 |
236
- | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
236
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-11-10 01:29:34 |
237
+ | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-11-10 01:30:47 |
237
238
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
238
239
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
239
240
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.727"
1
+ export const sdkVersion = "4.0.729"
@@ -124,7 +124,7 @@ export class Client extends AbstractClient {
124
124
  }
125
125
 
126
126
  /**
127
- * 通过该接口可查看音频审核任务的详情信息,包括任务状态、检测结果、音频文件识别出的对应文本内容、检测结果所对应的恶意标签及推荐的后续操作等,具体输出内容可查看输出参数示例。<br>默认接口请求频率限制:**100次/秒**。
127
+ * 通过该接口可查看音频审核任务的详情信息,包括任务状态、检测结果、音频文件识别出的对应文本内容、检测结果所对应的恶意标签及推荐的后续操作等,具体输出内容可查看输出参数示例。
128
128
  */
129
129
  async DescribeTaskDetail(
130
130
  req: DescribeTaskDetailRequest,
@@ -162,14 +162,17 @@ export interface CreateAudioModerationSyncTaskRequest {
162
162
  export interface BucketInfo {
163
163
  /**
164
164
  * 该字段用于标识腾讯云对象存储的存储桶名称,关于文件桶的详细信息敬请参考 [腾讯云存储相关说明](https://cloud.tencent.com/document/product/436/44352)。
165
+ 注意:此字段可能返回 null,表示取不到有效值。
165
166
  */
166
167
  Bucket: string
167
168
  /**
168
169
  * 该字段用于标识腾讯云对象存储的托管机房的分布地区,对象存储 COS 的数据存放在这些地域的存储桶中。
170
+ 注意:此字段可能返回 null,表示取不到有效值。
169
171
  */
170
172
  Region: string
171
173
  /**
172
174
  * 该字段用于标识腾讯云对象存储的对象Key,对象z作为基本单元被存放在存储桶中;用户可以通过腾讯云控制台、API、SDK 等多种方式管理对象。有关对象的详细描述敬请参阅相应 [产品文档](https://cloud.tencent.com/document/product/436/13324)。
175
+ 注意:此字段可能返回 null,表示取不到有效值。
173
176
  */
174
177
  Object: string
175
178
  }
@@ -739,7 +742,7 @@ export interface AudioResult {
739
742
  */
740
743
  Url: string
741
744
  /**
742
- * 该字段用于返回音频文件的时长,单位为秒。
745
+ * 该字段用于返回音频文件的时长,单位为毫秒。
743
746
  */
744
747
  Duration: string
745
748
  /**
@@ -156,6 +156,7 @@ import {
156
156
  LifecycleHook,
157
157
  ForwardLoadBalancer,
158
158
  ClearLaunchConfigurationAttributesRequest,
159
+ InstanceNameIndexSettings,
159
160
  ForwardLoadBalancerIdentification,
160
161
  AutoScalingAdvice,
161
162
  StartAutoScalingInstancesRequest,
@@ -289,6 +289,10 @@ INCREMENTAL_INTERVALS,间隔递增重试,随着连续失败次数的增加
289
289
  <br><li> FALSE,不开启该功能,则 AS 等待竞价实例被销毁后才会去扩容补齐伸缩组期望实例数。
290
290
  */
291
291
  CapacityRebalance?: boolean
292
+ /**
293
+ * 实例名称序号相关设置。开启后为伸缩组内自动创建的实例名称添加递增的数字序号。
294
+ */
295
+ InstanceNameIndexSettings?: InstanceNameIndexSettings
292
296
  }
293
297
 
294
298
  /**
@@ -1346,11 +1350,11 @@ export interface AutoScalingGroup {
1346
1350
  /**
1347
1351
  * 伸缩组ID
1348
1352
  */
1349
- AutoScalingGroupId: string
1353
+ AutoScalingGroupId?: string
1350
1354
  /**
1351
1355
  * 伸缩组名称
1352
1356
  */
1353
- AutoScalingGroupName: string
1357
+ AutoScalingGroupName?: string
1354
1358
  /**
1355
1359
  * 伸缩组当前状态。取值范围:<br>
1356
1360
  <li>NORMAL:正常<br>
@@ -1364,126 +1368,131 @@ export interface AutoScalingGroup {
1364
1368
  <li>LB_BACKEND_REGION_NOT_MATCH:CLB实例后端地域与AS服务所在地域不匹配<br>
1365
1369
  <li>LB_BACKEND_VPC_NOT_MATCH:CLB实例VPC与伸缩组VPC不匹配
1366
1370
  */
1367
- AutoScalingGroupStatus: string
1371
+ AutoScalingGroupStatus?: string
1368
1372
  /**
1369
1373
  * 创建时间,采用UTC标准计时
1370
1374
  */
1371
- CreatedTime: string
1375
+ CreatedTime?: string
1372
1376
  /**
1373
1377
  * 默认冷却时间,单位秒
1374
1378
  */
1375
- DefaultCooldown: number
1379
+ DefaultCooldown?: number
1376
1380
  /**
1377
1381
  * 期望实例数
1378
1382
  */
1379
- DesiredCapacity: number
1383
+ DesiredCapacity?: number
1380
1384
  /**
1381
1385
  * 启用状态,取值包括`ENABLED`和`DISABLED`
1382
1386
  */
1383
- EnabledStatus: string
1387
+ EnabledStatus?: string
1384
1388
  /**
1385
1389
  * 应用型负载均衡器列表
1386
1390
  */
1387
- ForwardLoadBalancerSet: Array<ForwardLoadBalancer>
1391
+ ForwardLoadBalancerSet?: Array<ForwardLoadBalancer>
1388
1392
  /**
1389
1393
  * 实例数量
1390
1394
  */
1391
- InstanceCount: number
1395
+ InstanceCount?: number
1392
1396
  /**
1393
1397
  * 状态为`IN_SERVICE`实例的数量
1394
1398
  */
1395
- InServiceInstanceCount: number
1399
+ InServiceInstanceCount?: number
1396
1400
  /**
1397
1401
  * 启动配置ID
1398
1402
  */
1399
- LaunchConfigurationId: string
1403
+ LaunchConfigurationId?: string
1400
1404
  /**
1401
1405
  * 启动配置名称
1402
1406
  */
1403
- LaunchConfigurationName: string
1407
+ LaunchConfigurationName?: string
1404
1408
  /**
1405
1409
  * 传统型负载均衡器ID列表
1406
1410
  */
1407
- LoadBalancerIdSet: Array<string>
1411
+ LoadBalancerIdSet?: Array<string>
1408
1412
  /**
1409
1413
  * 最大实例数
1410
1414
  */
1411
- MaxSize: number
1415
+ MaxSize?: number
1412
1416
  /**
1413
1417
  * 最小实例数
1414
1418
  */
1415
- MinSize: number
1419
+ MinSize?: number
1416
1420
  /**
1417
1421
  * 项目ID
1418
1422
  */
1419
- ProjectId: number
1423
+ ProjectId?: number
1420
1424
  /**
1421
1425
  * 子网ID列表
1422
1426
  */
1423
- SubnetIdSet: Array<string>
1427
+ SubnetIdSet?: Array<string>
1424
1428
  /**
1425
1429
  * 销毁策略
1426
1430
  */
1427
- TerminationPolicySet: Array<string>
1431
+ TerminationPolicySet?: Array<string>
1428
1432
  /**
1429
1433
  * VPC标识
1430
1434
  */
1431
- VpcId: string
1435
+ VpcId?: string
1432
1436
  /**
1433
1437
  * 可用区列表
1434
1438
  */
1435
- ZoneSet: Array<string>
1439
+ ZoneSet?: Array<string>
1436
1440
  /**
1437
1441
  * 重试策略
1438
1442
  */
1439
- RetryPolicy: string
1443
+ RetryPolicy?: string
1440
1444
  /**
1441
1445
  * 伸缩组是否处于伸缩活动中,`IN_ACTIVITY`表示处于伸缩活动中,`NOT_IN_ACTIVITY`表示不处于伸缩活动中。
1442
1446
  */
1443
- InActivityStatus: string
1447
+ InActivityStatus?: string
1444
1448
  /**
1445
1449
  * 伸缩组标签列表
1446
1450
  */
1447
- Tags: Array<Tag>
1451
+ Tags?: Array<Tag>
1448
1452
  /**
1449
1453
  * 服务设置
1450
1454
  */
1451
- ServiceSettings: ServiceSettings
1455
+ ServiceSettings?: ServiceSettings
1452
1456
  /**
1453
1457
  * 实例具有IPv6地址数量的配置
1454
1458
  */
1455
- Ipv6AddressCount: number
1459
+ Ipv6AddressCount?: number
1456
1460
  /**
1457
1461
  * 多可用区/子网策略。
1458
1462
  <br><li> PRIORITY,按照可用区/子网列表的顺序,作为优先级来尝试创建实例,如果优先级最高的可用区/子网可以创建成功,则总在该可用区/子网创建。
1459
1463
  <br><li> EQUALITY:每次选择当前实例数最少的可用区/子网进行扩容,使得每个可用区/子网都有机会发生扩容,多次扩容出的实例会打散到多个可用区/子网。
1460
1464
  */
1461
- MultiZoneSubnetPolicy: string
1465
+ MultiZoneSubnetPolicy?: string
1462
1466
  /**
1463
1467
  * 伸缩组实例健康检查类型,取值如下:<br><li>CVM:根据实例网络状态判断实例是否处于不健康状态,不健康的网络状态即发生实例 PING 不可达事件,详细判断标准可参考[实例健康检查](https://cloud.tencent.com/document/product/377/8553)<br><li>CLB:根据 CLB 的健康检查状态判断实例是否处于不健康状态,CLB健康检查原理可参考[健康检查](https://cloud.tencent.com/document/product/214/6097)
1464
1468
  */
1465
- HealthCheckType: string
1469
+ HealthCheckType?: string
1466
1470
  /**
1467
1471
  * CLB健康检查宽限期
1468
1472
  */
1469
- LoadBalancerHealthCheckGracePeriod: number
1473
+ LoadBalancerHealthCheckGracePeriod?: number
1470
1474
  /**
1471
1475
  * 实例分配策略,取值包括 LAUNCH_CONFIGURATION 和 SPOT_MIXED。
1472
1476
  <br><li> LAUNCH_CONFIGURATION,代表传统的按照启动配置模式。
1473
1477
  <br><li> SPOT_MIXED,代表竞价混合模式。目前仅支持启动配置为按量计费模式时使用混合模式,混合模式下,伸缩组将根据设定扩容按量或竞价机型。使用混合模式时,关联的启动配置的计费类型不可被修改。
1474
1478
  */
1475
- InstanceAllocationPolicy: string
1479
+ InstanceAllocationPolicy?: string
1476
1480
  /**
1477
1481
  * 竞价混合模式下,各计费类型实例的分配策略。
1478
1482
  仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时才会返回有效值。
1479
1483
  */
1480
- SpotMixedAllocationPolicy: SpotMixedAllocationPolicy
1484
+ SpotMixedAllocationPolicy?: SpotMixedAllocationPolicy
1481
1485
  /**
1482
1486
  * 容量重平衡功能,仅对伸缩组内的竞价实例有效。取值范围:
1483
1487
  <br><li> TRUE,开启该功能,当伸缩组内的竞价实例即将被竞价实例服务自动回收前,AS 主动发起竞价实例销毁流程,如果有配置过缩容 hook,则销毁前 hook 会生效。销毁流程启动后,AS 会异步开启一个扩容活动,用于补齐期望实例数。
1484
1488
  <br><li> FALSE,不开启该功能,则 AS 等待竞价实例被销毁后才会去扩容补齐伸缩组期望实例数。
1485
1489
  */
1486
- CapacityRebalance: boolean
1490
+ CapacityRebalance?: boolean
1491
+ /**
1492
+ * 实例名称序号相关设置。
1493
+ 注意:此字段可能返回 null,表示取不到有效值。
1494
+ */
1495
+ InstanceNameIndexSettings?: InstanceNameIndexSettings
1487
1496
  }
1488
1497
 
1489
1498
  /**
@@ -2138,6 +2147,10 @@ export interface CreateAutoScalingGroupRequest {
2138
2147
  默认取 FALSE。
2139
2148
  */
2140
2149
  CapacityRebalance?: boolean
2150
+ /**
2151
+ * 实例名称序号相关设置。若不指定该参数,则默认不开启。开启后为伸缩组内自动创建的实例名称添加递增的数字序号。
2152
+ */
2153
+ InstanceNameIndexSettings?: InstanceNameIndexSettings
2141
2154
  }
2142
2155
 
2143
2156
  /**
@@ -3577,6 +3590,22 @@ export interface ClearLaunchConfigurationAttributesRequest {
3577
3590
  ClearDisasterRecoverGroupIds?: boolean
3578
3591
  }
3579
3592
 
3593
+ /**
3594
+ * 实例名称序号相关设置。
3595
+ */
3596
+ export interface InstanceNameIndexSettings {
3597
+ /**
3598
+ * 是否开启实例创建序号,默认不开启。取值范围:<li>TRUE:表示开启实例创建序号<li>FALSE:表示不开启实例创建序号
3599
+ 注意:此字段可能返回 null,表示取不到有效值。
3600
+ */
3601
+ Enabled?: boolean
3602
+ /**
3603
+ * 初始序号,取值范围为 [0, 99999999]。当序号递增后超出取值范围时,扩容活动会失败。<li>首次开启实例名称序号:默认值为 0。<li>非首次开启实例名称序号:若不指定该参数,沿用历史序号。下调初始序号可能会造成伸缩组内实例名称序号重复。
3604
+ 注意:此字段可能返回 null,表示取不到有效值。
3605
+ */
3606
+ BeginIndex?: number
3607
+ }
3608
+
3580
3609
  /**
3581
3610
  * 应用型负载均衡器标识信息
3582
3611
  */
@@ -714,34 +714,34 @@ export interface TaskMonitor {
714
714
  /**
715
715
  * 演练监控指标ID
716
716
  */
717
- TaskMonitorId?: number
717
+ TaskMonitorId: number
718
718
  /**
719
719
  * 监控指标ID
720
720
  注意:此字段可能返回 null,表示取不到有效值。
721
721
  */
722
- MetricId?: number
722
+ MetricId: number
723
723
  /**
724
724
  * 监控指标对象类型ID
725
725
  */
726
- TaskMonitorObjectTypeId?: number
726
+ TaskMonitorObjectTypeId: number
727
727
  /**
728
728
  * 指标名称
729
729
  */
730
- MetricName?: string
730
+ MetricName: string
731
731
  /**
732
732
  * 实例ID列表
733
733
  */
734
- InstancesIds?: Array<string>
734
+ InstancesIds: Array<string>
735
735
  /**
736
736
  * 中文指标
737
737
  注意:此字段可能返回 null,表示取不到有效值。
738
738
  */
739
- MetricChineseName?: string
739
+ MetricChineseName: string
740
740
  /**
741
741
  * 单位
742
742
  注意:此字段可能返回 null,表示取不到有效值。
743
743
  */
744
- Unit?: string
744
+ Unit: string
745
745
  }
746
746
 
747
747
  /**
@@ -920,6 +920,11 @@ export interface Task {
920
920
  注意:此字段可能返回 null,表示取不到有效值。
921
921
  */
922
922
  ApmServiceList?: Array<ApmServiceInfo>
923
+ /**
924
+ * 关联的隐患验证项ID
925
+ 注意:此字段可能返回 null,表示取不到有效值。
926
+ */
927
+ VerifyId?: number
923
928
  }
924
929
 
925
930
  /**
@@ -1000,6 +1005,10 @@ export interface DescribeTaskListRequest {
1000
1005
  * 结束时间,固定格式%Y-%m-%d %H:%M:%S
1001
1006
  */
1002
1007
  TaskEndTime?: string
1008
+ /**
1009
+ * 更新时间,固定格式%Y-%m-%d %H:%M:%S
1010
+ */
1011
+ TaskUpdateTime?: string
1003
1012
  /**
1004
1013
  * 标签对
1005
1014
  */
@@ -1020,6 +1029,10 @@ export interface DescribeTaskListRequest {
1020
1029
  * 关联应用筛选
1021
1030
  */
1022
1031
  ApplicationName?: Array<string>
1032
+ /**
1033
+ * 任务状态筛选--支持多选 任务状态(1001 -- 未开始 1002 -- 进行中 1003 -- 暂停中 1004 -- 任务结束)
1034
+ */
1035
+ TaskStatusList?: Array<number | bigint>
1023
1036
  }
1024
1037
 
1025
1038
  /**
@@ -1080,6 +1093,16 @@ export interface TaskListItem {
1080
1093
  注意:此字段可能返回 null,表示取不到有效值。
1081
1094
  */
1082
1095
  ApplicationName?: string
1096
+ /**
1097
+ * 验证项ID
1098
+ 注意:此字段可能返回 null,表示取不到有效值。
1099
+ */
1100
+ VerifyId?: number
1101
+ /**
1102
+ * 状态类型: 0 -- 无状态,1 -- 成功,2-- 失败,3--终止
1103
+ 注意:此字段可能返回 null,表示取不到有效值。
1104
+ */
1105
+ TaskStatusType?: number
1083
1106
  }
1084
1107
 
1085
1108
  /**
@@ -187,8 +187,9 @@ export class Client extends AbstractClient {
187
187
  }
188
188
 
189
189
  /**
190
- * 更新文件系统带宽
191
- */
190
+ * 更新文件系统带宽
191
+ 仅吞吐型支持此接口
192
+ */
192
193
  async UpdateFileSystemBandwidthLimit(
193
194
  req: UpdateFileSystemBandwidthLimitRequest,
194
195
  cb?: (error: string, rep: UpdateFileSystemBandwidthLimitResponse) => void
@@ -406,11 +406,11 @@ export interface FileSystemInfo {
406
406
  */
407
407
  LifeCycleState?: string
408
408
  /**
409
- * 文件系统已使用容量,单位Byte
409
+ * 文件系统已使用容量。单位:Byte
410
410
  */
411
411
  SizeByte?: number
412
412
  /**
413
- * 文件系统最大空间限制,GiB
413
+ * 文件系统最大空间限制。单位:GiB
414
414
  */
415
415
  SizeLimit?: number
416
416
  /**
@@ -463,6 +463,7 @@ export interface FileSystemInfo {
463
463
  BandwidthLimit?: number
464
464
  /**
465
465
  * 文件系统总容量
466
+ 单位:GiB
466
467
  */
467
468
  Capacity?: number
468
469
  /**
@@ -281,9 +281,7 @@ export interface DeleteScheduledSqlRequest {
281
281
  }
282
282
 
283
283
  /**
284
- * 动态更新索引配置
285
-
286
- 注意:该功能尚处于内测阶段,如需使用请联系技术支持
284
+ * 动态索引配置,启用后将自动把日志内的字段添加到键值索引字段列表中,包括日志中新增的字段。
287
285
  */
288
286
  export interface DynamicIndex {
289
287
  /**
@@ -3465,11 +3463,11 @@ export interface DescribeAlarmNoticesResponse {
3465
3463
  * 告警通知模板列表。
3466
3464
  注意:此字段可能返回 null,表示取不到有效值。
3467
3465
  */
3468
- AlarmNotices: Array<AlarmNotice>
3466
+ AlarmNotices?: Array<AlarmNotice>
3469
3467
  /**
3470
3468
  * 符合条件的告警通知模板总数。
3471
3469
  */
3472
- TotalCount: number
3470
+ TotalCount?: number
3473
3471
  /**
3474
3472
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3475
3473
  */
@@ -4553,9 +4551,8 @@ export interface RuleInfo {
4553
4551
  */
4554
4552
  Tag?: RuleTagInfo
4555
4553
  /**
4556
- * 动态索引配置,如果为空时代表未开启动态段索引
4557
-
4558
- 注意:该功能尚处于内测阶段,如需使用请联系技术支持
4554
+ * 动态索引配置,为空时代表未开启动态索引。
4555
+ 启用后将自动把日志内的字段添加到键值索引字段列表中,包括日志中新增的字段。
4559
4556
  注意:此字段可能返回 null,表示取不到有效值。
4560
4557
  */
4561
4558
  DynamicIndex?: DynamicIndex
@@ -5308,6 +5305,12 @@ export interface DescribeAlarmNoticesRequest {
5308
5305
  类型:String
5309
5306
  必选:否
5310
5307
 
5308
+ <li> deliverFlag
5309
+ 按照【投递状态】进行过滤。
5310
+ 类型:String
5311
+ 必选:否
5312
+ 可选值: "1":未启用, "2": 已启用, "3":投递异常
5313
+
5311
5314
  每次请求的Filters的上限为10,Filter.Values的上限为5。
5312
5315
  */
5313
5316
  Filters?: Array<Filter>
@@ -3162,7 +3162,7 @@ export interface AssetViewPortRisk {
3162
3162
  */
3163
3163
  Status?: number
3164
3164
  /**
3165
- * 资产唯一id
3165
+ * 风险ID
3166
3166
  */
3167
3167
  Id?: string
3168
3168
  /**
@@ -3192,7 +3192,7 @@ export interface AssetViewPortRisk {
3192
3192
  */
3193
3193
  Uin?: string
3194
3194
  /**
3195
- * 来源
3195
+ * 识别来源,详细看枚举返回。
3196
3196
  */
3197
3197
  From?: string
3198
3198
  }