tencentcloud-sdk-nodejs 4.0.848 → 4.0.849

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 (110) hide show
  1. package/CHANGELOG.md +225 -0
  2. package/SERVICE_CHANGELOG.md +315 -68
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/index.ts +2 -2
  7. package/src/services/btoe/index.ts +2 -2
  8. package/src/services/captcha/v20190722/captcha_models.ts +2 -2
  9. package/src/services/ccc/v20200210/ccc_models.ts +19 -2
  10. package/src/services/clb/v20180317/clb_models.ts +1 -1
  11. package/src/services/cls/v20201016/cls_models.ts +10 -57
  12. package/src/services/dbbrain/index.ts +2 -2
  13. package/src/services/dlc/v20210125/dlc_models.ts +33 -1
  14. package/src/services/dts/index.ts +2 -2
  15. package/src/services/eis/index.ts +2 -2
  16. package/src/services/essbasic/index.ts +2 -2
  17. package/src/services/facefusion/index.ts +2 -2
  18. package/src/services/fmu/v20191213/fmu_models.ts +1 -1
  19. package/src/services/iotcloud/index.ts +2 -2
  20. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +93 -32
  21. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +300 -112
  22. package/src/services/iotvideo/index.ts +2 -2
  23. package/src/services/iss/v20230517/iss_models.ts +5 -0
  24. package/src/services/lighthouse/v20200324/lighthouse_client.ts +14 -14
  25. package/src/services/lighthouse/v20200324/lighthouse_models.ts +11 -13
  26. package/src/services/lke/v20231130/lke_models.ts +1 -1
  27. package/src/services/mgobe/index.ts +2 -2
  28. package/src/services/mrs/v20200910/mrs_client.ts +89 -37
  29. package/src/services/mrs/v20200910/mrs_models.ts +1814 -1074
  30. package/src/services/ocr/v20181119/ocr_models.ts +1 -0
  31. package/src/services/organization/index.ts +2 -2
  32. package/src/services/rce/v20201103/rce_client.ts +3 -19
  33. package/src/services/rce/v20201103/rce_models.ts +57 -164
  34. package/src/services/sms/index.ts +2 -2
  35. package/src/services/tbp/index.ts +2 -2
  36. package/src/services/tdmq/v20200217/tdmq_models.ts +15 -0
  37. package/src/services/teo/index.ts +2 -2
  38. package/src/services/tke/index.ts +2 -2
  39. package/src/services/tke/v20180525/tke_models.ts +1 -1
  40. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  41. package/src/services/tse/v20201207/tse_models.ts +4 -0
  42. package/src/services/waf/v20180125/waf_client.ts +54 -5
  43. package/src/services/waf/v20180125/waf_models.ts +262 -60
  44. package/src/services/yunsou/index.ts +2 -2
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/bma/index.d.ts +4 -4
  48. package/tencentcloud/services/bma/index.js +2 -2
  49. package/tencentcloud/services/btoe/index.d.ts +4 -4
  50. package/tencentcloud/services/btoe/index.js +2 -2
  51. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +2 -2
  52. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +19 -2
  53. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  54. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +10 -57
  55. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  56. package/tencentcloud/services/dbbrain/index.js +2 -2
  57. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +33 -1
  58. package/tencentcloud/services/dts/index.d.ts +4 -4
  59. package/tencentcloud/services/dts/index.js +2 -2
  60. package/tencentcloud/services/eis/index.d.ts +4 -4
  61. package/tencentcloud/services/eis/index.js +2 -2
  62. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  63. package/tencentcloud/services/essbasic/index.js +2 -2
  64. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  65. package/tencentcloud/services/facefusion/index.js +2 -2
  66. package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +1 -1
  67. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  68. package/tencentcloud/services/iotcloud/index.js +2 -2
  69. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +29 -9
  70. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +42 -12
  71. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +289 -112
  72. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  73. package/tencentcloud/services/iotvideo/index.js +2 -2
  74. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +5 -0
  75. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +14 -14
  76. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +14 -14
  77. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +11 -13
  78. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -1
  79. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  80. package/tencentcloud/services/mgobe/index.js +2 -2
  81. package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +5 -1
  82. package/tencentcloud/services/mrs/v20200910/mrs_client.js +6 -0
  83. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2208 -1510
  84. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
  85. package/tencentcloud/services/organization/index.d.ts +4 -4
  86. package/tencentcloud/services/organization/index.js +2 -2
  87. package/tencentcloud/services/rce/v20201103/rce_client.d.ts +1 -5
  88. package/tencentcloud/services/rce/v20201103/rce_client.js +0 -6
  89. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +57 -158
  90. package/tencentcloud/services/sms/index.d.ts +4 -4
  91. package/tencentcloud/services/sms/index.js +2 -2
  92. package/tencentcloud/services/tbp/index.d.ts +4 -4
  93. package/tencentcloud/services/tbp/index.js +2 -2
  94. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -0
  95. package/tencentcloud/services/teo/index.d.ts +4 -4
  96. package/tencentcloud/services/teo/index.js +2 -2
  97. package/tencentcloud/services/tke/index.d.ts +4 -4
  98. package/tencentcloud/services/tke/index.js +2 -2
  99. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  100. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  101. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
  102. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +17 -1
  103. package/tencentcloud/services/waf/v20180125/waf_client.js +24 -0
  104. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +253 -60
  105. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  106. package/tencentcloud/services/yunsou/index.js +2 -2
  107. package/test/iotexplorer.v20190423.test.js +58 -8
  108. package/test/mrs.v20200910.test.js +10 -0
  109. package/test/rce.v20201103.test.js +0 -10
  110. package/test/waf.v20180125.test.js +40 -0
package/products.md CHANGED
@@ -35,11 +35,11 @@
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-04-16 01:05:23 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
37
37
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-03-20 01:09:14 |
38
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-05-08 01:09:39 |
38
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-05-09 01:09:01 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-04-22 01:09:16 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-03-20 01:09:28 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
42
- | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-04-26 01:09:38 |
42
+ | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-05-09 01:09:12 |
43
43
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-05-07 01:10:17 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-08 01:10:36 |
@@ -56,11 +56,11 @@
56
56
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
57
57
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
58
58
  | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-04-17 01:08:31 |
59
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-05-07 01:12:00 |
59
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-05-09 01:10:43 |
60
60
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
61
61
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
62
62
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-04-26 01:11:33 |
63
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-05-08 01:12:18 |
63
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-05-09 01:10:59 |
64
64
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
65
65
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-03-20 01:12:14 |
66
66
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-04-22 01:12:28 |
@@ -80,7 +80,7 @@
80
80
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-20 01:14:24 |
81
81
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-20 01:14:27 |
82
82
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-04-26 01:13:59 |
83
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-04-29 01:14:26 |
83
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-05-09 01:13:34 |
84
84
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-04-19 01:15:26 |
85
85
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-04-29 01:14:52 |
86
86
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-04-22 01:15:04 |
@@ -100,7 +100,7 @@
100
100
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-05-08 01:17:50 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-04-18 01:20:43 |
102
102
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-04-26 01:16:30 |
103
- | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-20 01:17:11 |
103
+ | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
104
104
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
105
105
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-04-17 01:14:36 |
106
106
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-03-20 01:17:27 |
@@ -111,7 +111,7 @@
111
111
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
112
112
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-03-22 01:16:13 |
113
113
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
114
- | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-03-20 01:17:36 |
114
+ | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
115
115
  | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-05-08 01:18:38 |
116
116
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
117
117
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
@@ -123,19 +123,19 @@
123
123
  | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-04-03 11:20:41 |
124
124
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
125
125
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-03-20 01:18:04 |
126
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-04-25 01:18:05 |
126
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-05-09 01:17:01 |
127
127
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
128
128
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-04-29 01:18:23 |
129
129
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
130
130
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
131
- | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-04-24 15:03:09 |
131
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-05-09 01:17:57 |
132
132
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-03-20 01:19:17 |
133
133
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
134
134
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
135
135
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-26 01:18:49 |
136
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-04-24 01:15:16 |
136
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-05-09 01:18:27 |
137
137
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-04-24 01:15:28 |
138
- | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-04-29 00:05:46 |
138
+ | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-05-09 01:19:02 |
139
139
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
140
140
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
141
141
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
@@ -148,22 +148,22 @@
148
148
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-18 01:24:29 |
149
149
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-05-08 01:22:13 |
150
150
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-05-08 01:22:37 |
151
- | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-04-03 11:24:07 |
151
+ | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-05-09 01:20:07 |
152
152
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-04-01 01:22:02 |
153
153
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
154
154
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
155
155
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
156
156
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
157
157
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-04-19 01:23:09 |
158
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-05-07 01:22:19 |
158
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-05-09 01:20:29 |
159
159
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-04-22 01:22:30 |
160
160
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-05-08 01:23:38 |
161
161
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
162
162
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
163
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-03-20 01:22:26 |
163
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-05-09 01:21:04 |
164
164
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-03-20 01:22:42 |
165
165
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-04-19 01:24:07 |
166
- | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-04-29 01:22:12 |
166
+ | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-05-09 01:21:46 |
167
167
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-04-19 01:24:17 |
168
168
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
169
169
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
@@ -203,7 +203,7 @@
203
203
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-04-22 01:25:22 |
204
204
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
205
205
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-04-25 01:24:56 |
206
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-05-08 01:27:51 |
206
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-05-09 01:24:25 |
207
207
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
208
208
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
209
209
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-05-07 17:57:40 |
@@ -225,8 +225,8 @@
225
225
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-04-22 01:28:17 |
226
226
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-04-22 01:28:30 |
227
227
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
228
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-05-07 11:13:32 |
229
- | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-04-29 01:27:04 |
228
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-05-09 01:26:36 |
229
+ | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-05-09 01:26:43 |
230
230
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-05-07 01:28:28 |
231
231
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
232
232
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-04-24 01:23:54 |
@@ -236,9 +236,9 @@
236
236
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-05-08 01:31:07 |
237
237
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-05-07 01:29:27 |
238
238
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
239
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-04-25 14:30:01 |
239
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-05-08 19:38:01 |
240
240
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
241
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-05-07 01:30:27 |
241
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-05-09 01:28:47 |
242
242
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-04-23 01:30:48 |
243
243
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
244
244
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-03-20 01:33:11 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.848"
1
+ export const sdkVersion = "4.0.849"
@@ -1,7 +1,7 @@
1
- import { v20221115 } from "./v20221115"
2
1
  import { v20210624 } from "./v20210624"
2
+ import { v20221115 } from "./v20221115"
3
3
 
4
4
  export const bma = {
5
- v20221115: v20221115,
6
5
  v20210624: v20210624,
6
+ v20221115: v20221115,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20210303 } from "./v20210303"
2
1
  import { v20210514 } from "./v20210514"
2
+ import { v20210303 } from "./v20210303"
3
3
 
4
4
  export const btoe = {
5
- v20210303: v20210303,
6
5
  v20210514: v20210514,
6
+ v20210303: v20210303,
7
7
  }
@@ -186,7 +186,7 @@ export interface DescribeCaptchaRceResultResponse {
186
186
  9 ticket reused 传入的Ticket被重复使用,请重新生成Ticket、Randstr进行校验
187
187
  15 decrypt fail 传入的Ticket不合法,请检查Ticket是否与前端返回的Ticket一致
188
188
  16 appid-ticket mismatch 传入的CaptchaAppId错误,请检查CaptchaAppId是否与前端传入的CaptchaAppId一致,并且保障CaptchaAppId是从验证码控制台【验证管理】->【基础配置】中获取
189
- 21 diff 票据校验异常,可能的原因是(1)若Ticket包含terror前缀,一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理。(2)若Ticket不包含terror前缀,则是由于验证码风控系统发现请求有安全风险,业务侧可根据需要进行拦截。
189
+ 21 diff 票据校验异常,可能的原因是(1)若Ticket包含trerror前缀,一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理。(2)若Ticket不包含trerror前缀,则是由于验证码风控系统发现请求有安全风险,业务侧可根据需要进行拦截。
190
190
  100 appid-secretkey-ticket mismatch 参数校验错误,(1)请检查CaptchaAppId与AppSecretKey是否正确,CaptchaAppId、AppSecretKey需要在验证码控制台【验证管理】>【基础配置】中获取(2)请检查传入的Ticket是否由传入的CaptchaAppId生成
191
191
  */
192
192
  CaptchaCode?: number
@@ -724,7 +724,7 @@ export interface DescribeCaptchaResultResponse {
724
724
  9 ticket reused 传入的Ticket被重复使用,请重新生成Ticket、Randstr进行校验
725
725
  15 decrypt fail 传入的Ticket不合法,请检查Ticket是否与前端返回的Ticket一致
726
726
  16 appid-ticket mismatch 传入的CaptchaAppId错误,请检查CaptchaAppId是否与前端传入的CaptchaAppId一致,并且保障CaptchaAppId是从验证码控制台【验证管理】->【基础配置】中获取
727
- 21 diff 票据校验异常,可能的原因是(1)若Ticket包含terror前缀,一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理。(2)若Ticket不包含terror前缀,则是由于验证码风控系统发现请求有安全风险,业务侧可根据需要进行拦截。
727
+ 21 diff 票据校验异常,可能的原因是(1)若Ticket包含trerror前缀,一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理。(2)若Ticket不包含trerror前缀,则是由于验证码风控系统发现请求有安全风险,业务侧可根据需要进行拦截。
728
728
  100 appid-secretkey-ticket mismatch 参数校验错误,(1)请检查CaptchaAppId与AppSecretKey是否正确,CaptchaAppId、AppSecretKey需要在验证码控制台【验证管理】>【基础配置】中获取(2)请检查传入的Ticket是否由传入的CaptchaAppId生成
729
729
  */
730
730
  CaptchaCode?: number
@@ -2226,6 +2226,14 @@ export interface TelCdrInfo {
2226
2226
  电话呼入 100 blackList 呼入黑名单
2227
2227
 
2228
2228
  电话呼出 2 unconnected 未接通
2229
+
2230
+ 电话呼出 108 restrictedCallee 被叫因高风险受限
2231
+
2232
+ 电话呼出 109 tooManyRequest 超频
2233
+
2234
+ 电话呼出 110 restrictedArea 外呼盲区
2235
+
2236
+ 电话呼出 111 restrictedTime 外呼时间限制
2229
2237
 
2230
2238
  电话呼出 201 unknown 未知状态
2231
2239
 
@@ -2239,7 +2247,7 @@ export interface TelCdrInfo {
2239
2247
 
2240
2248
  电话呼出 206 busy 通话中
2241
2249
 
2242
- 电话呼出 207 outOfCredit 欠费
2250
+ 电话呼出 207 outOfCredit 欠费
2243
2251
 
2244
2252
  电话呼出 208 operatorError 运营商线路异常
2245
2253
 
@@ -2323,6 +2331,14 @@ export interface TelCdrInfo {
2323
2331
  电话呼入 100 blackList 呼入黑名单
2324
2332
 
2325
2333
  电话呼出 2 unconnected 未接通
2334
+
2335
+ 电话呼出 108 restrictedCallee 被叫因高风险受限
2336
+
2337
+ 电话呼出 109 tooManyRequest 超频
2338
+
2339
+ 电话呼出 110 restrictedArea 外呼盲区
2340
+
2341
+ 电话呼出 111 restrictedTime 外呼时间限制
2326
2342
 
2327
2343
  电话呼出 201 unknown 未知状态
2328
2344
 
@@ -2336,7 +2352,7 @@ export interface TelCdrInfo {
2336
2352
 
2337
2353
  电话呼出 206 busy 通话中
2338
2354
 
2339
- 电话呼出 207 outOfCredit 欠费
2355
+ 电话呼出 207 outOfCredit 欠费
2340
2356
 
2341
2357
  电话呼出 208 operatorError 运营商线路异常
2342
2358
 
@@ -3391,6 +3407,7 @@ export interface IMCdrInfo {
3391
3407
  101 座席手动转接
3392
3408
  102 IVR阶段放弃
3393
3409
  108 用户超时自动结束
3410
+ 109 用户主动结束
3394
3411
  */
3395
3412
  EndStatus?: number
3396
3413
  /**
@@ -238,7 +238,7 @@ OPEN:公网属性, INTERNAL:内网属性。
238
238
  */
239
239
  Vip?: string
240
240
  /**
241
- * 带宽包ID,指定此参数时,网络计费方式(InternetAccessible.InternetChargeType)只支持按带宽包计费(BANDWIDTH_PACKAGE)。非上移用户购买的 IPv6 负载均衡实例,且运营商类型非 BGP 时 ,不支持指定具体带宽包id。
241
+ * 带宽包ID,指定此参数时,网络计费方式(InternetAccessible.InternetChargeType)只支持按带宽包计费(BANDWIDTH_PACKAGE),带宽包的属性即为其结算方式。非上移用户购买的 IPv6 负载均衡实例,且运营商类型非 BGP 时 ,不支持指定具体带宽包id。
242
242
  */
243
243
  BandwidthPackageId?: string
244
244
  /**
@@ -1475,49 +1475,9 @@ export interface NoticeRule {
1475
1475
  WebCallbacks?: Array<WebCallback>
1476
1476
  /**
1477
1477
  * 匹配规则 JSON串。
1478
- **rule格式为如下嵌套结构体JSON字符串**
1479
- ```
1480
- {
1481
- "Value": "AND",
1482
- "Type": "Operation",
1483
- "Children": [
1484
- {
1485
- "Value": "OR",
1486
- "Type": "Operation",
1487
- "Children": [
1488
- {
1489
- "Type": "Condition",
1490
- "Value": "Level",
1491
- "Children": [
1492
- {
1493
- "Value": "In",
1494
- "Type": "Compare"
1495
- },
1496
- {
1497
- "Value": "[1,0]",
1498
- "Type": "Value"
1499
- }
1500
- ]
1501
- },
1502
- {
1503
- "Type": "Condition",
1504
- "Value": "Level",
1505
- "Children": [
1506
- {
1507
- "Value": "NotIn",
1508
- "Type": "Compare"
1509
- },
1510
- {
1511
- "Value": "[2]",
1512
- "Type": "Value"
1513
- }
1514
- ]
1515
- }
1516
- ]
1517
- }
1518
- ]
1519
- }
1520
- ```
1478
+ **rule规则树格式为嵌套结构体JSON字符串**
1479
+ `{"Value":"AND","Type":"Operation","Children":[{"Value":"OR","Type":"Operation","Children":[{"Type":"Condition","Value":"Level","Children":[{"Value":"In","Type":"Compare"},{"Value":"[1,0]","Type":"Value"}]},{"Type":"Condition","Value":"Level","Children":[{"Value":"NotIn","Type":"Compare"},{"Value":"[2]","Type":"Value"}]}]}]}`
1480
+
1521
1481
  **rule规则树限制规则如下**:
1522
1482
  - 顶层rule中Type可取值:`Condition`,`Operation`
1523
1483
  - Type为`Operation`的子节点支持的Type可取值:`Condition`,`Operation`
@@ -1535,50 +1495,43 @@ export interface NoticeRule {
1535
1495
  - 子节点Type支持`Compare`,Value支持`In`,`NotIn`
1536
1496
  - 下一个子节点value支持的值:0(警告),1(提醒),2 (紧急)
1537
1497
  以下示例表示:告警等级属于提醒
1538
- `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Level\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[1]\",\"Type\":\"Value\"}]}]}
1539
- `
1498
+ `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Level\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[1]\",\"Type\":\"Value\"}]}]}`
1540
1499
 
1541
1500
  - Type:Condition 表示是规则条件,Value:NotifyType 表示通知类型
1542
1501
  - 子节点Type支持`Compare`,Value支持`In`,`NotIn`
1543
1502
  - 下一个子节点value支持的值:1(告警通知),2 (恢复通知)
1544
1503
  以下示例表示:通知类型属于告警通知或通知类型不属于恢复通知
1545
- `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"NotifyType\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[1]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"NotifyType\",\"Children\":[{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[2]\",\"Type\":\"Value\"}]}]}]}
1546
- `
1504
+ `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"NotifyType\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[1]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"NotifyType\",\"Children\":[{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[2]\",\"Type\":\"Value\"}]}]}]}`
1547
1505
 
1548
1506
  - Type:Condition 表示是规则条件,Value:AlarmID 表示告警策略
1549
1507
  - 子节点Type支持`Compare`,Value支持`In`,`NotIn`
1550
1508
  - 下一个子节点value支持的值:告警策略id数组
1551
1509
  以下示例表示:告警策略属于alarm-53af048c-254b-4c73-bb48-xxx,alarm-6dfa8bc5-08da-4d64-b6cb-xxx或告警策略不属于alarm-1036314c-1e49-4cee-a8fb-xxx
1552
- `"{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"AlarmID\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"alarm-53af048c-254b-4c73-bb48-xxx\\\",\\\"alarm-6dfa8bc5-08da-4d64-b6cb-xxx\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"AlarmID\",\"Children\":[{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"alarm-1036314c-1e49-4cee-a8fb-xxx\\\"]\",\"Type\":\"Value\"}]}]}]}"
1553
- `
1510
+ `"{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"AlarmID\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"alarm-53af048c-254b-4c73-bb48-xxx\\\",\\\"alarm-6dfa8bc5-08da-4d64-b6cb-xxx\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"AlarmID\",\"Children\":[{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"alarm-1036314c-1e49-4cee-a8fb-xxx\\\"]\",\"Type\":\"Value\"}]}]}]}"`
1554
1511
 
1555
1512
  - Type:Condition 表示是规则条件,Value:AlarmName 表示告警策略名称
1556
1513
  - 子节点Type支持`Compare`,Value支持`=~`,`!=~`
1557
1514
  - 下一个子节点value支持的值:必须是正则表达式
1558
1515
  以下示例表示:告警策略名称正则匹配^test$或告警策略名称正则不匹配^hahaha$
1559
- `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"AlarmName\",\"Children\":[{\"Value\":\"=~\",\"Type\":\"Compare\"},{\"Value\":\"^test$\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"AlarmName\",\"Children\":[{\"Value\":\"!=~\",\"Type\":\"Compare\"},{\"Value\":\"^hahaha$\",\"Type\":\"Value\"}]}]}]}
1560
- `
1516
+ `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"AlarmName\",\"Children\":[{\"Value\":\"=~\",\"Type\":\"Compare\"},{\"Value\":\"^test$\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"AlarmName\",\"Children\":[{\"Value\":\"!=~\",\"Type\":\"Compare\"},{\"Value\":\"^hahaha$\",\"Type\":\"Value\"}]}]}]}`
1561
1517
 
1562
1518
  - Type:Condition 表示是规则条件,Value:Label 表示告警分类字段
1563
1519
  - 子节点Type支持`Compare`,Value支持`In`,`NotIn`,`=~`,`!=~`
1564
1520
  - 下一个子节点value支持的值:`In`,`NotIn` 时value是数组,`=~`,`!=~`时value是正则表达式
1565
1521
  以下示例表示:告警分类字段key1属于v1或告警分类字段key2不属于v2或告警分类字段key3正则匹配^test$或告警分类字段key4正则不匹配^hahaha$
1566
- `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key1\",\"Type\":\"Key\"},{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"v1\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key2\",\"Type\":\"Key\"},{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"v2\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key3\",\"Type\":\"Key\"},{\"Value\":\"=~\",\"Type\":\"Compare\"},{\"Value\":\"^test$\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key4\",\"Type\":\"Key\"},{\"Value\":\"!=~\",\"Type\":\"Compare\"},{\"Value\":\"^hahaha$\",\"Type\":\"Value\"}]}]}]}
1567
- `
1522
+ `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key1\",\"Type\":\"Key\"},{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"v1\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key2\",\"Type\":\"Key\"},{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"v2\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key3\",\"Type\":\"Key\"},{\"Value\":\"=~\",\"Type\":\"Compare\"},{\"Value\":\"^test$\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key4\",\"Type\":\"Key\"},{\"Value\":\"!=~\",\"Type\":\"Compare\"},{\"Value\":\"^hahaha$\",\"Type\":\"Value\"}]}]}]}`
1568
1523
 
1569
1524
  - Type:Condition 表示是规则条件,Value:NotifyTime 表示通知时间
1570
1525
  - 子节点Type支持`Compare`,Value支持`Between `,`NotBetween `
1571
1526
  - 下一个子节点value支持的值:长度为2,格式为`14:20:36`的字符串数组
1572
1527
  以下示例表示:通知时间在指定范围内14:18:36至14:33:36或通知时间不在指定范围内14:20:36至14:30:36
1573
- `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"NotifyTime\",\"Children\":[{\"Value\":\"Between\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"14:18:36\\\",\\\"14:33:36\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"NotifyTime\",\"Children\":[{\"Value\":\"NotBetween\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"14:20:36\\\",\\\"14:30:36\\\"]\",\"Type\":\"Value\"}]}]}]}
1574
- `
1528
+ `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"NotifyTime\",\"Children\":[{\"Value\":\"Between\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"14:18:36\\\",\\\"14:33:36\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"NotifyTime\",\"Children\":[{\"Value\":\"NotBetween\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"14:20:36\\\",\\\"14:30:36\\\"]\",\"Type\":\"Value\"}]}]}]}`
1575
1529
 
1576
1530
  - Type:Condition 表示是规则条件,Value:Duration 表示告警持续时间
1577
1531
  - 子节点Type支持`Compare`,Value支持`>`,`<`,`>=`,`<=`
1578
1532
  - 下一个子节点value支持的值:整型值单位分钟
1579
1533
  以下示例表示:告警持续时间大于1分钟或告警持续时间大于等于2分钟或告警持续时间小于3分钟或告警持续时间小于等于4分钟
1580
- `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">\",\"Type\":\"Compare\"},{\"Value\":1,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">=\",\"Type\":\"Compare\"},{\"Value\":2,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<\",\"Type\":\"Compare\"},{\"Value\":3,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<=\",\"Type\":\"Compare\"},{\"Value\":4,\"Type\":\"Value\"}]}]}]}
1581
- `
1534
+ `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">\",\"Type\":\"Compare\"},{\"Value\":1,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">=\",\"Type\":\"Compare\"},{\"Value\":2,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<\",\"Type\":\"Compare\"},{\"Value\":3,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<=\",\"Type\":\"Compare\"},{\"Value\":4,\"Type\":\"Value\"}]}]}]}`
1582
1535
  注意:此字段可能返回 null,表示取不到有效值。
1583
1536
  */
1584
1537
  Rule?: string
@@ -1,7 +1,7 @@
1
- import { v20191016 } from "./v20191016"
2
1
  import { v20210527 } from "./v20210527"
2
+ import { v20191016 } from "./v20191016"
3
3
 
4
4
  export const dbbrain = {
5
- v20191016: v20191016,
6
5
  v20210527: v20210527,
6
+ v20191016: v20191016,
7
7
  }
@@ -1736,6 +1736,10 @@ export interface CreateTasksRequest {
1736
1736
  * 计算引擎名称,不填任务提交到默认集群
1737
1737
  */
1738
1738
  DataEngineName?: string
1739
+ /**
1740
+ * spark集群资源组名称
1741
+ */
1742
+ ResourceGroupName?: string
1739
1743
  }
1740
1744
 
1741
1745
  /**
@@ -3941,6 +3945,16 @@ export interface DataEngineInfo {
3941
3945
  注意:此字段可能返回 null,表示取不到有效值。
3942
3946
  */
3943
3947
  EngineNetworkId?: string
3948
+ /**
3949
+ * 标准引擎关联的资源组个数
3950
+ 注意:此字段可能返回 null,表示取不到有效值。
3951
+ */
3952
+ EngineResourceGroupCount?: number
3953
+ /**
3954
+ * 引擎当前使用量(Cu)
3955
+ 注意:此字段可能返回 null,表示取不到有效值。
3956
+ */
3957
+ EngineResourceUsedCU?: number
3944
3958
  }
3945
3959
 
3946
3960
  /**
@@ -4904,6 +4918,10 @@ export interface CreateTaskRequest {
4904
4918
  * 数据引擎名称,不填提交到默认集群
4905
4919
  */
4906
4920
  DataEngineName?: string
4921
+ /**
4922
+ * 标准spark执行任务resourceGroupName
4923
+ */
4924
+ ResourceGroupName?: string
4907
4925
  }
4908
4926
 
4909
4927
  /**
@@ -5188,7 +5206,7 @@ export interface DatasourceConnectionInfo {
5188
5206
  */
5189
5207
  export interface DescribeDataEngineImageVersionsRequest {
5190
5208
  /**
5191
- * 引擎类型:SQL、SparkBatch
5209
+ * 引擎类型:SQL、SparkBatch、StandardSpark、StandardPresto
5192
5210
  */
5193
5211
  EngineType: string
5194
5212
  }
@@ -7054,6 +7072,10 @@ task-kind - string (任务类型过滤)
7054
7072
  * 数据引擎名称,用于筛选
7055
7073
  */
7056
7074
  DataEngineName?: string
7075
+ /**
7076
+ * spark引擎资源组名称
7077
+ */
7078
+ ResourceGroupName?: string
7057
7079
  }
7058
7080
 
7059
7081
  /**
@@ -7944,6 +7966,16 @@ export interface TaskResponseInfo {
7944
7966
  注意:此字段可能返回 null,表示取不到有效值。
7945
7967
  */
7946
7968
  ResultFormat?: string
7969
+ /**
7970
+ * 引擎类型,SparkSQL:SparkSQL 引擎;SparkBatch:Spark作业引擎;PrestoSQL:Presto引擎
7971
+ 注意:此字段可能返回 null,表示取不到有效值。
7972
+ */
7973
+ EngineTypeDetail?: string
7974
+ /**
7975
+ * spark引擎资源组名称
7976
+ 注意:此字段可能返回 null,表示取不到有效值。
7977
+ */
7978
+ ResourceGroupName?: string
7947
7979
  }
7948
7980
 
7949
7981
  /**
@@ -1,7 +1,7 @@
1
- import { v20211206 } from "./v20211206"
2
1
  import { v20180330 } from "./v20180330"
2
+ import { v20211206 } from "./v20211206"
3
3
 
4
4
  export const dts = {
5
- v20211206: v20211206,
6
5
  v20180330: v20180330,
6
+ v20211206: v20211206,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20200715 } from "./v20200715"
2
1
  import { v20210601 } from "./v20210601"
2
+ import { v20200715 } from "./v20200715"
3
3
 
4
4
  export const eis = {
5
- v20200715: v20200715,
6
5
  v20210601: v20210601,
6
+ v20200715: v20200715,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20201222 } from "./v20201222"
2
1
  import { v20210526 } from "./v20210526"
2
+ import { v20201222 } from "./v20201222"
3
3
 
4
4
  export const essbasic = {
5
- v20201222: v20201222,
6
5
  v20210526: v20210526,
6
+ v20201222: v20201222,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20181201 } from "./v20181201"
2
1
  import { v20220927 } from "./v20220927"
2
+ import { v20181201 } from "./v20181201"
3
3
 
4
4
  export const facefusion = {
5
- v20181201: v20181201,
6
5
  v20220927: v20220927,
6
+ v20181201: v20181201,
7
7
  }
@@ -389,7 +389,7 @@ export interface TryLipstickPicRequest {
389
389
  export interface StyleImageProRequest {
390
390
  /**
391
391
  * 滤镜类型,取值如下:
392
- 1.白茶;2 白皙;3.初夏;4.东京;5.告白;6.暖阳;7.蔷薇;8.清澄;9.清透;10.甜薄荷;11.默认;12.心动;13.哑灰;14.樱桃布丁;15.自然;16.清逸;17.黑白;18.水果;19.爱情;20.冬日;21.相片;22.夏日;23.香氛;24.魅惑;25.悸动;26.沙滩;27.街拍;28.甜美;29.初吻;30.午后;31.活力;32.朦胧;33.悦动;34.时尚;35.气泡;36.柠檬;37.棉花糖;38.小溪;39.丽人;40.咖啡;41.嫩芽;42.热情;43.渐暖;44.早餐;45.白茶;46.白嫩;47.圣代;48.森林;49.冲浪;50.奶咖;51.清澈;52.微风;53.日落;54.水光;55.日系;56.星光;57.阳光;58.落叶;59.生机;60.甜心;61.清逸;62.春意;63.罗马;64.青涩;65.清风;66.暖心;67.海水;68.神秘;69.旧调1;70.旧调2;71.雪顶;72.日光;73.浮云;74.流彩;75.胶片;76.回味;77.奶酪;78.蝴蝶。
392
+ 1.白茶1;2 白皙;3.初夏;4.东京;5.告白;6.暖阳;7.蔷薇;8.清澄;9.清透;10.甜薄荷;11.默认;12.心动;13.哑灰;14.樱桃布丁;15.自然;16.清逸1;17.黑白;18.水果;19.爱情;20.冬日;21.相片;22.夏日;23.香氛;24.魅惑;25.悸动;26.沙滩;27.街拍;28.甜美;29.初吻;30.午后;31.活力;32.朦胧;33.悦动;34.时尚;35.气泡;36.柠檬;37.棉花糖;38.小溪;39.丽人;40.咖啡;41.嫩芽;42.热情;43.渐暖;44.早餐;45.白茶2;46.白嫩;47.圣代;48.森林;49.冲浪;50.奶咖;51.清澈;52.微风;53.日落;54.水光;55.日系;56.星光;57.阳光;58.落叶;59.生机;60.甜心;61.清逸2;62.春意;63.罗马;64.青涩;65.清风;66.暖心;67.海水;68.神秘;69.旧调1;70.旧调2;71.雪顶;72.日光;73.浮云;74.流彩;75.胶片;76.回味;77.奶酪;78.蝴蝶。
393
393
  */
394
394
  FilterType: number
395
395
  /**
@@ -1,7 +1,7 @@
1
- import { v20210408 } from "./v20210408"
2
1
  import { v20180614 } from "./v20180614"
2
+ import { v20210408 } from "./v20210408"
3
3
 
4
4
  export const iotcloud = {
5
- v20210408: v20210408,
6
5
  v20180614: v20180614,
6
+ v20210408: v20210408,
7
7
  }