tencentcloud-sdk-nodejs 4.0.743 → 4.0.745

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 (97) hide show
  1. package/CHANGELOG.md +341 -0
  2. package/SERVICE_CHANGELOG.md +340 -214
  3. package/package.json +1 -1
  4. package/products.md +28 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +9 -0
  7. package/src/services/asr/v20190614/asr_client.ts +1 -1
  8. package/src/services/asr/v20190614/asr_models.ts +3 -0
  9. package/src/services/billing/v20180709/billing_models.ts +1 -1
  10. package/src/services/cfw/v20190904/cfw_client.ts +2 -3
  11. package/src/services/cfw/v20190904/cfw_models.ts +12 -8
  12. package/src/services/cls/v20201016/cls_client.ts +29 -17
  13. package/src/services/cls/v20201016/cls_models.ts +55 -31
  14. package/src/services/config/v20220802/config_client.ts +15 -2
  15. package/src/services/config/v20220802/config_models.ts +88 -33
  16. package/src/services/cwp/v20180228/cwp_models.ts +1 -1
  17. package/src/services/dts/v20211206/dts_models.ts +1 -1
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +23 -9
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +153 -61
  20. package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -2
  21. package/src/services/mna/v20210119/mna_client.ts +70 -6
  22. package/src/services/mna/v20210119/mna_models.ts +326 -2
  23. package/src/services/oceanus/v20190422/oceanus_client.ts +0 -2
  24. package/src/services/oceanus/v20190422/oceanus_models.ts +42 -24
  25. package/src/services/sms/v20190711/sms_models.ts +6 -6
  26. package/src/services/sms/v20210111/sms_models.ts +1 -1
  27. package/src/services/tat/v20201028/tat_models.ts +2 -2
  28. package/src/services/tcr/v20190924/tcr_client.ts +21 -63
  29. package/src/services/tcr/v20190924/tcr_models.ts +115 -243
  30. package/src/services/tdmq/v20200217/tdmq_client.ts +15 -3
  31. package/src/services/tdmq/v20200217/tdmq_models.ts +99 -75
  32. package/src/services/teo/v20220901/teo_models.ts +5 -5
  33. package/src/services/thpc/v20230321/thpc_models.ts +6 -6
  34. package/src/services/tione/v20211111/tione_client.ts +12 -0
  35. package/src/services/tione/v20211111/tione_models.ts +60 -0
  36. package/src/services/tms/v20201229/tms_client.ts +4 -3
  37. package/src/services/tms/v20201229/tms_models.ts +62 -11
  38. package/src/services/tts/v20190823/tts_models.ts +10 -10
  39. package/src/services/vod/v20180717/vod_models.ts +4 -2
  40. package/src/services/vpc/v20170312/vpc_models.ts +35 -25
  41. package/src/services/weilingwith/v20230427/weilingwith_client.ts +2 -2
  42. package/tencentcloud/common/sdk_version.d.ts +1 -1
  43. package/tencentcloud/common/sdk_version.js +1 -1
  44. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +9 -0
  45. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  46. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  47. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -0
  48. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1 -1
  49. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +0 -1
  50. package/tencentcloud/services/cfw/v20190904/cfw_client.js +0 -1
  51. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +12 -8
  52. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +11 -7
  53. package/tencentcloud/services/cls/v20201016/cls_client.js +14 -8
  54. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +53 -31
  55. package/tencentcloud/services/config/v20220802/config_client.d.ts +5 -1
  56. package/tencentcloud/services/config/v20220802/config_client.js +6 -0
  57. package/tencentcloud/services/config/v20220802/config_models.d.ts +85 -33
  58. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
  59. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +22 -8
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +22 -8
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +153 -61
  63. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -2
  64. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +23 -3
  65. package/tencentcloud/services/mna/v20210119/mna_client.js +33 -3
  66. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +312 -2
  67. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +0 -2
  68. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +0 -2
  69. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +42 -24
  70. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +6 -6
  71. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
  72. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +2 -2
  73. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +5 -23
  74. package/tencentcloud/services/tcr/v20190924/tcr_client.js +6 -30
  75. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +113 -235
  76. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  77. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  78. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +97 -75
  79. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -5
  80. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +6 -6
  81. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
  82. package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
  83. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +58 -0
  84. package/tencentcloud/services/tms/v20201229/tms_client.d.ts +2 -3
  85. package/tencentcloud/services/tms/v20201229/tms_client.js +2 -3
  86. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +60 -11
  87. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +10 -10
  88. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -2
  89. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +35 -25
  90. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +2 -2
  91. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.js +2 -2
  92. package/test/cls.v20201016.test.js +14 -4
  93. package/test/config.v20220802.test.js +10 -0
  94. package/test/mna.v20210119.test.js +52 -2
  95. package/test/tcr.v20190924.test.js +4 -34
  96. package/test/tdmq.v20200217.test.js +10 -0
  97. package/test/tione.v20211111.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.743",
3
+ "version": "4.0.745",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -10,20 +10,20 @@
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-11-16 01:06:13 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
13
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-10-26 20:07:01 |
13
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-11-28 01:06:04 |
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
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-11-16 01:06:33 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-10-27 01:10:12 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-11-20 00:01:45 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-10-31 01:09:42 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-11-28 01:06:51 |
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-11-22 16:06:06 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-11-24 15:56:21 |
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 |
@@ -48,7 +48,7 @@
48
48
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-24 01:08:56 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-24 01:09:00 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
51
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-11-17 01:09:22 |
51
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-11-28 01:09:22 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
@@ -59,17 +59,17 @@
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-11-24 01:10:04 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-11-28 01:10:26 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-10-19 16:00:29 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
66
- | config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2023-11-21 15:26:06 |
66
+ | config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2023-11-27 00:06:03 |
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
69
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-11-17 01:10:47 |
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-23 01:14:32 |
72
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-11-24 01:11:01 |
72
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-11-28 01:11:42 |
73
73
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
74
74
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-11-21 01:14:05 |
75
75
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-11-17 01:12:46 |
@@ -86,7 +86,7 @@
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-11-21 01:16:05 |
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-16 01:17:18 |
89
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-11-28 01:14:42 |
90
90
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-11-24 01:14:11 |
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 |
@@ -96,7 +96,7 @@
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-11-23 01:18:36 |
98
98
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-24 01:14:56 |
99
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-24 01:15:38 |
99
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-28 01:15:59 |
100
100
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
101
101
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-11-14 01:16:39 |
102
102
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
@@ -111,7 +111,7 @@
111
111
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2023-11-23 01:19:50 |
112
112
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
113
113
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-11-01 01:14:52 |
114
- | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2023-11-23 14:21:03 |
114
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2023-11-27 00:11:15 |
115
115
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-10-24 01:16:21 |
116
116
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
117
117
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2023-05-18 01:30:40 |
@@ -141,7 +141,7 @@
141
141
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-10-20 01:19:21 |
142
142
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
143
143
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
144
- | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-11-08 01:53:44 |
144
+ | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-11-28 01:19:46 |
145
145
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
146
146
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-11-24 01:19:23 |
147
147
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-25 01:21:31 |
@@ -151,7 +151,7 @@
151
151
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
152
152
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
153
153
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
154
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-11-16 01:25:38 |
154
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-11-28 01:20:57 |
155
155
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-11-20 00:15:46 |
156
156
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-11-14 01:22:26 |
157
157
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
@@ -171,7 +171,7 @@
171
171
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
172
172
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
173
173
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
174
- | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-11-14 01:24:00 |
174
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-11-28 01:23:01 |
175
175
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-10-16 01:23:02 |
176
176
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
177
177
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-11-24 01:21:58 |
@@ -183,59 +183,59 @@
183
183
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
184
184
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-10-31 02:21:34 |
185
185
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
186
- | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-10-25 01:24:40 |
186
+ | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-11-28 01:23:58 |
187
187
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
188
188
  | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-11-23 01:26:18 |
189
189
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
190
190
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-08-17 04:48:55 |
191
191
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-09-25 01:25:42 |
192
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-09-28 01:21:31 |
192
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-11-28 01:24:16 |
193
193
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
194
194
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
195
- | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-11-21 01:32:54 |
195
+ | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-11-28 01:24:39 |
196
196
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
197
197
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-10-09 01:23:14 |
198
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-11-23 01:27:00 |
198
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-11-27 00:18:18 |
199
199
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-21 01:33:13 |
200
200
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
201
201
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
202
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-24 01:24:16 |
202
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-28 01:25:42 |
203
203
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
204
204
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
205
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-11-23 17:11:36 |
206
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-06 00:21:33 |
205
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-11-28 01:26:13 |
206
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
207
207
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
208
208
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
209
209
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
210
210
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-08-17 05:26:12 |
211
211
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
212
212
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
213
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-11-24 01:25:14 |
213
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-11-27 00:20:30 |
214
214
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-11-01 01:23:35 |
215
215
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-11-24 01:25:38 |
216
216
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
217
- | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-11-17 01:27:28 |
217
+ | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-11-28 01:28:13 |
218
218
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
219
219
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
220
220
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
221
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-11-21 01:38:03 |
221
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-11-28 01:28:19 |
222
222
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-26 14:46:10 |
223
223
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
224
224
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-11-24 01:26:16 |
225
225
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-11-23 01:30:34 |
226
226
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-11-09 01:27:51 |
227
227
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
228
- | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
228
+ | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
229
229
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
230
230
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-11-15 02:36:58 |
231
231
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
232
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-11-22 07:26:03 |
233
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-23 01:32:13 |
234
- | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-21 01:41:45 |
232
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-11-28 01:29:30 |
233
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-28 01:30:07 |
234
+ | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
235
235
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-22 08:16:17 |
236
236
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
237
237
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-11-23 01:33:33 |
238
- | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-11-21 01:44:19 |
238
+ | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-11-28 01:32:20 |
239
239
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
240
240
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
241
241
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.743"
1
+ export const sdkVersion = "4.0.745"
@@ -2164,6 +2164,10 @@ export interface DescribeBasicDeviceStatusRequest {
2164
2164
  * 地域名称
2165
2165
  */
2166
2166
  FilterRegion?: number
2167
+ /**
2168
+ * cnameWaf资源
2169
+ */
2170
+ CnameWafIdList?: Array<string>
2167
2171
  }
2168
2172
 
2169
2173
  /**
@@ -2438,6 +2442,11 @@ export interface DescribeBasicDeviceStatusResponse {
2438
2442
  注意:此字段可能返回 null,表示取不到有效值。
2439
2443
  */
2440
2444
  CLBData?: Array<KeyValue>
2445
+ /**
2446
+ * cnamewaf资源状态
2447
+ 注意:此字段可能返回 null,表示取不到有效值。
2448
+ */
2449
+ CnameWafData?: Array<KeyValue>
2441
2450
  /**
2442
2451
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2443
2452
  */
@@ -200,7 +200,7 @@ export class Client extends AbstractClient {
200
200
  }
201
201
 
202
202
  /**
203
- * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、阿拉伯语、印地语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
203
+ * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、阿拉伯语、印地语、法语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
204
204
  */
205
205
  async SentenceRecognition(
206
206
  req: SentenceRecognitionRequest,
@@ -167,6 +167,7 @@ export interface CreateAsyncRecognitionTaskRequest {
167
167
  • 16k_ar:阿拉伯语;
168
168
  • 16k_es:西班牙语;
169
169
  • 16k_hi:印地语;
170
+ • 16k_fr:法语;
170
171
  */
171
172
  EngineType: string
172
173
  /**
@@ -279,6 +280,7 @@ export interface SentenceRecognitionRequest {
279
280
  • 16k_ar:阿拉伯语;
280
281
  • 16k_es:西班牙语;
281
282
  • 16k_hi:印地语;
283
+ • 16k_fr:法语;
282
284
  • 16k_zh_dialect:多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
283
285
  */
284
286
  EngSerViceType: string
@@ -622,6 +624,7 @@ export interface CreateRecTaskRequest {
622
624
  • 16k_ar:阿拉伯语;
623
625
  • 16k_es:西班牙语;
624
626
  • 16k_hi:印地语;
627
+ • 16k_fr:法语;
625
628
  • 16k_zh_medical:中文医疗引擎
626
629
  */
627
630
  EngineModelType: string
@@ -1723,7 +1723,7 @@ export interface CreateSavingPlanOrderRequest {
1723
1723
  */
1724
1724
  CommodityCode: string
1725
1725
  /**
1726
- * 承诺时长内的小额金额(单位:分)
1726
+ * 承诺时长内的小额金额(单位:元)
1727
1727
  */
1728
1728
  PromiseUseAmount: number
1729
1729
  /**
@@ -466,9 +466,8 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
466
466
  }
467
467
 
468
468
  /**
469
- * DescribeUnHandleEventTabList 告警中心伪攻击链事件未处置接口
470
-
471
- */
469
+ * DescribeUnHandleEventTabList 告警中心伪攻击链事件未处置接口
470
+ */
472
471
  async DescribeUnHandleEventTabList(
473
472
  req: DescribeUnHandleEventTabListRequest,
474
473
  cb?: (error: string, rep: DescribeUnHandleEventTabListResponse) => void
@@ -3740,15 +3740,15 @@ export interface DescribeUnHandleEventTabListResponse {
3740
3740
  * 租户伪攻击链未处置事件
3741
3741
  注意:此字段可能返回 null,表示取不到有效值。
3742
3742
  */
3743
- Data: UnHandleEvent
3743
+ Data?: UnHandleEvent
3744
3744
  /**
3745
3745
  * 错误码,0成功 非0错误
3746
3746
  */
3747
- ReturnCode: number
3747
+ ReturnCode?: number
3748
3748
  /**
3749
3749
  * 返回信息 success成功
3750
3750
  */
3751
- ReturnMsg: string
3751
+ ReturnMsg?: string
3752
3752
  /**
3753
3753
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3754
3754
  */
@@ -4325,19 +4325,19 @@ export interface DescribeResourceGroupNewResponse {
4325
4325
  /**
4326
4326
  * 返回树形结构
4327
4327
  */
4328
- Data: string
4328
+ Data?: string
4329
4329
  /**
4330
4330
  * 未分类实例数量
4331
4331
  */
4332
- UnResourceNum: number
4332
+ UnResourceNum?: number
4333
4333
  /**
4334
4334
  * 接口返回消息
4335
4335
  */
4336
- ReturnMsg: string
4336
+ ReturnMsg?: string
4337
4337
  /**
4338
4338
  * 返回码;0为请求成功
4339
4339
  */
4340
- ReturnCode: number
4340
+ ReturnCode?: number
4341
4341
  /**
4342
4342
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4343
4343
  */
@@ -6145,7 +6145,7 @@ export interface DescribeResourceGroupResponse {
6145
6145
  /**
6146
6146
  * 返回树形结构
6147
6147
  */
6148
- Data: string
6148
+ Data?: string
6149
6149
  /**
6150
6150
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6151
6151
  */
@@ -6723,6 +6723,10 @@ export interface DescribeResourceGroupRequest {
6723
6723
  * 资产组id 全部传0
6724
6724
  */
6725
6725
  GroupId?: string
6726
+ /**
6727
+ * all 包含子组 own自己
6728
+ */
6729
+ ShowType?: string
6726
6730
  }
6727
6731
 
6728
6732
  /**
@@ -133,7 +133,7 @@ import {
133
133
  CreateKafkaRechargeResponse,
134
134
  ModifyScheduledSqlRequest,
135
135
  DeleteConfigResponse,
136
- ModifyIndexResponse,
136
+ CreateDeliverCloudFunctionRequest,
137
137
  DeleteConsumerRequest,
138
138
  QueryRangeMetricResponse,
139
139
  DeleteIndexRequest,
@@ -157,6 +157,7 @@ import {
157
157
  DeleteDataTransformRequest,
158
158
  DescribeMachineGroupsResponse,
159
159
  DeleteConfigExtraRequest,
160
+ CreateDeliverCloudFunctionResponse,
160
161
  ModifyConfigRequest,
161
162
  AddMachineGroupInfoRequest,
162
163
  DescribeKafkaRechargesRequest,
@@ -184,6 +185,7 @@ import {
184
185
  DeleteShipperResponse,
185
186
  ModifyKafkaConsumerRequest,
186
187
  ExportInfo,
188
+ ModifyIndexResponse,
187
189
  GroupTriggerConditionInfo,
188
190
  DescribeLogContextResponse,
189
191
  CheckFunctionResponse,
@@ -344,6 +346,16 @@ export class Client extends AbstractClient {
344
346
  return this.request("DescribeConfigs", req, cb)
345
347
  }
346
348
 
349
+ /**
350
+ * 本接口用于创建投递SCF任务
351
+ */
352
+ async CreateDeliverCloudFunction(
353
+ req: CreateDeliverCloudFunctionRequest,
354
+ cb?: (error: string, rep: CreateDeliverCloudFunctionResponse) => void
355
+ ): Promise<CreateDeliverCloudFunctionResponse> {
356
+ return this.request("CreateDeliverCloudFunction", req, cb)
357
+ }
358
+
347
359
  /**
348
360
  * 本接口用于删除日志集。
349
361
  */
@@ -845,13 +857,15 @@ export class Client extends AbstractClient {
845
857
  }
846
858
 
847
859
  /**
848
- * 本接口用于删除告警策略。
849
- */
850
- async DeleteAlarm(
851
- req: DeleteAlarmRequest,
852
- cb?: (error: string, rep: DeleteAlarmResponse) => void
853
- ): Promise<DeleteAlarmResponse> {
854
- return this.request("DeleteAlarm", req, cb)
860
+ * 本接口用于检索分析日志, 该接口除受默认接口请求频率限制外,针对单个日志主题,查询并发数不能超过15。
861
+
862
+ API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。
863
+ */
864
+ async SearchLog(
865
+ req: SearchLogRequest,
866
+ cb?: (error: string, rep: SearchLogResponse) => void
867
+ ): Promise<SearchLogResponse> {
868
+ return this.request("SearchLog", req, cb)
855
869
  }
856
870
 
857
871
  /**
@@ -1249,15 +1263,13 @@ cls.pb.cc cls.pb.h cls.proto
1249
1263
  }
1250
1264
 
1251
1265
  /**
1252
- * 本接口用于检索分析日志, 该接口除受默认接口请求频率限制外,针对单个日志主题,查询并发数不能超过15。
1253
-
1254
- API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。
1255
- */
1256
- async SearchLog(
1257
- req: SearchLogRequest,
1258
- cb?: (error: string, rep: SearchLogResponse) => void
1259
- ): Promise<SearchLogResponse> {
1260
- return this.request("SearchLog", req, cb)
1266
+ * 本接口用于删除告警策略。
1267
+ */
1268
+ async DeleteAlarm(
1269
+ req: DeleteAlarmRequest,
1270
+ cb?: (error: string, rep: DeleteAlarmResponse) => void
1271
+ ): Promise<DeleteAlarmResponse> {
1272
+ return this.request("DeleteAlarm", req, cb)
1261
1273
  }
1262
1274
 
1263
1275
  /**
@@ -1258,19 +1258,19 @@ export interface ScheduledSqlResouceInfo {
1258
1258
  MetricName?: string
1259
1259
  /**
1260
1260
  * 指标名称
1261
- BizType为1时,优先使用MetricNames字段信息。多指标只能填充到MetricNames字段,单指标建议填充到MetricNames字段
1261
+ BizType为1时,优先使用MetricNames字段多指标只能填充到MetricNames字段,单指标建议填充到MetricName字段
1262
1262
  */
1263
1263
  MetricNames?: Array<string>
1264
1264
  /**
1265
- * 指标项
1265
+ * 指标标签,从SQL结果字段中选择,一般是分组(group by) 的字段。
1266
1266
  */
1267
1267
  MetricLabels?: Array<string>
1268
1268
  /**
1269
- * 自定义时间
1269
+ * 指标时间戳,默认值为SQL查询时间范围的左侧时间点,您也可以指定其他字段(类型为uinx时间,精度毫秒)为指标时间戳。
1270
1270
  */
1271
1271
  CustomTime?: string
1272
1272
  /**
1273
- * 自定义标签
1273
+ * 除了MetricLabels,您还可以使用该参数,为指标补充静态的标签。
1274
1274
  */
1275
1275
  CustomMetricLabels?: Array<MetricLabel>
1276
1276
  }
@@ -2019,7 +2019,7 @@ export interface ModifyAlarmRequest {
2019
2019
  */
2020
2020
  Status?: boolean
2021
2021
  /**
2022
- * 是否开启告警策略。默认值为true
2022
+ * 该参数已废弃,请使用Status参数控制是否开启告警策略。
2023
2023
  */
2024
2024
  Enable?: boolean
2025
2025
  /**
@@ -2171,11 +2171,7 @@ export interface CreateAlarmRequest {
2171
2171
  */
2172
2172
  TriggerCount: number
2173
2173
  /**
2174
- * 告警重复的周期。
2175
-
2176
- 单位是分钟。
2177
-
2178
- 取值范围是0~1440。
2174
+ * 告警重复的周期,单位是分钟。取值范围是0~1440。
2179
2175
  */
2180
2176
  AlarmPeriod: number
2181
2177
  /**
@@ -2183,27 +2179,22 @@ export interface CreateAlarmRequest {
2183
2179
  */
2184
2180
  AlarmNoticeIds: Array<string>
2185
2181
  /**
2186
- * 触发条件。
2187
-
2182
+ * 触发条件
2188
2183
  注意:
2189
-
2190
2184
  - Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
2191
2185
 
2192
2186
  */
2193
2187
  Condition?: string
2194
2188
  /**
2195
- * 告警级别。
2196
-
2189
+ * 告警级别
2197
2190
  0:警告(Warn); 1:提醒(Info); 2:紧急 (Critical)。
2198
-
2199
2191
  注意:
2200
2192
  - 不填则默认为0。
2201
2193
  - Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
2202
2194
  */
2203
2195
  AlarmLevel?: number
2204
2196
  /**
2205
- * 多触发条件。
2206
-
2197
+ * 多触发条件
2207
2198
  注意:
2208
2199
  - Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
2209
2200
 
@@ -2213,12 +2204,11 @@ export interface CreateAlarmRequest {
2213
2204
  MultiConditions?: Array<MultiCondition>
2214
2205
  /**
2215
2206
  * 是否开启告警策略。
2216
-
2217
2207
  默认值为true
2218
2208
  */
2219
2209
  Status?: boolean
2220
2210
  /**
2221
- * 是否开启告警策略。默认值为true
2211
+ * 该参数已废弃,请使用Status参数控制是否开启告警策略。
2222
2212
  */
2223
2213
  Enable?: boolean
2224
2214
  /**
@@ -2235,7 +2225,6 @@ export interface CreateAlarmRequest {
2235
2225
  Analysis?: Array<AnalysisDimensional>
2236
2226
  /**
2237
2227
  * 分组触发状态。
2238
-
2239
2228
  默认值false
2240
2229
  */
2241
2230
  GroupTriggerStatus?: boolean
@@ -2251,20 +2240,15 @@ export interface CreateAlarmRequest {
2251
2240
  Tags?: Array<Tag>
2252
2241
  /**
2253
2242
  * 监控对象类型。0:执行语句共用监控对象; 1:每个执行语句单独选择监控对象。
2254
-
2255
2243
  不填则默认为0。
2256
-
2257
2244
  当值为1时,AlarmTargets元素个数不能超过10个,AlarmTargets中的Number必须是从1开始的连续正整数,不能重复。
2258
2245
 
2259
2246
  */
2260
2247
  MonitorObjectType?: number
2261
2248
  /**
2262
2249
  * 告警附加分类信息列表。
2263
-
2264
2250
  Classifications元素个数不能超过20个。
2265
-
2266
- Classifications元素的Key不能为空,不能重复,长度不能超过50个字符,字符规则 ^[a-z]([a-z0-9_]{0,49})$。
2267
-
2251
+ Classifications元素的Key不能为空,不能重复,长度不能超过50个字符,符合正则 `^[a-z]([a-z0-9_]{0,49})$`。
2268
2252
  Classifications元素的Value长度不能超过200个字符。
2269
2253
  */
2270
2254
  Classifications?: Array<AlarmClassification>
@@ -3092,13 +3076,33 @@ export interface DeleteConfigResponse {
3092
3076
  }
3093
3077
 
3094
3078
  /**
3095
- * ModifyIndex返回参数结构体
3079
+ * CreateDeliverCloudFunction请求参数结构体
3096
3080
  */
3097
- export interface ModifyIndexResponse {
3081
+ export interface CreateDeliverCloudFunctionRequest {
3098
3082
  /**
3099
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3083
+ * 投递规则属于的 topic id
3100
3084
  */
3101
- RequestId?: string
3085
+ TopicId: string
3086
+ /**
3087
+ * 投递的云函数名字
3088
+ */
3089
+ FunctionName: string
3090
+ /**
3091
+ * 命名空间
3092
+ */
3093
+ Namespace: string
3094
+ /**
3095
+ * 函数版本
3096
+ */
3097
+ Qualifier: string
3098
+ /**
3099
+ * 投递最长等待时间,单位:秒
3100
+ */
3101
+ Timeout?: number
3102
+ /**
3103
+ * 投递最大消息数
3104
+ */
3105
+ MaxMsgNum?: number
3102
3106
  }
3103
3107
 
3104
3108
  /**
@@ -3636,6 +3640,16 @@ export interface DeleteConfigExtraRequest {
3636
3640
  ConfigExtraId: string
3637
3641
  }
3638
3642
 
3643
+ /**
3644
+ * CreateDeliverCloudFunction返回参数结构体
3645
+ */
3646
+ export interface CreateDeliverCloudFunctionResponse {
3647
+ /**
3648
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3649
+ */
3650
+ RequestId?: string
3651
+ }
3652
+
3639
3653
  /**
3640
3654
  * ModifyConfig请求参数结构体
3641
3655
  */
@@ -4304,6 +4318,16 @@ export interface ExportInfo {
4304
4318
  SyntaxRule?: number
4305
4319
  }
4306
4320
 
4321
+ /**
4322
+ * ModifyIndex返回参数结构体
4323
+ */
4324
+ export interface ModifyIndexResponse {
4325
+ /**
4326
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4327
+ */
4328
+ RequestId?: string
4329
+ }
4330
+
4307
4331
  /**
4308
4332
  * 分组触发条件
4309
4333
  */