tencentcloud-sdk-nodejs 4.0.660 → 4.0.662

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 (100) hide show
  1. package/CHANGELOG.md +517 -0
  2. package/SERVICE_CHANGELOG.md +457 -205
  3. package/package.json +1 -1
  4. package/products.md +34 -34
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_client.ts +1 -1
  7. package/src/services/bi/v20220105/bi_models.ts +6 -6
  8. package/src/services/cdb/v20170320/cdb_models.ts +8 -3
  9. package/src/services/cls/v20201016/cls_client.ts +4 -4
  10. package/src/services/cme/v20191029/cme_models.ts +4 -0
  11. package/src/services/csip/v20221121/csip_client.ts +13 -0
  12. package/src/services/csip/v20221121/csip_models.ts +96 -0
  13. package/src/services/cvm/v20170312/cvm_client.ts +3 -3
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +11 -7
  15. package/src/services/dlc/v20210125/dlc_models.ts +8 -0
  16. package/src/services/dts/v20211206/dts_client.ts +6 -4
  17. package/src/services/dts/v20211206/dts_models.ts +308 -168
  18. package/src/services/eis/v20210601/eis_models.ts +14 -4
  19. package/src/services/ess/v20201111/ess_client.ts +1 -1
  20. package/src/services/ess/v20201111/ess_models.ts +22 -9
  21. package/src/services/essbasic/v20210526/essbasic_client.ts +53 -3
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +269 -22
  23. package/src/services/iotcloud/v20210408/iotcloud_models.ts +79 -59
  24. package/src/services/iotvideo/v20211125/iotvideo_client.ts +18 -6
  25. package/src/services/iotvideo/v20211125/iotvideo_models.ts +28 -0
  26. package/src/services/live/v20180801/live_client.ts +43 -30
  27. package/src/services/live/v20180801/live_models.ts +123 -82
  28. package/src/services/ms/v20180408/ms_client.ts +9 -19
  29. package/src/services/ocr/v20181119/ocr_client.ts +3 -38
  30. package/src/services/ocr/v20181119/ocr_models.ts +42 -381
  31. package/src/services/organization/v20210331/organization_client.ts +52 -16
  32. package/src/services/organization/v20210331/organization_models.ts +180 -112
  33. package/src/services/rum/v20210622/rum_models.ts +6 -1
  34. package/src/services/ssl/v20191205/ssl_client.ts +1 -1
  35. package/src/services/ssl/v20191205/ssl_models.ts +76 -42
  36. package/src/services/tdmq/v20200217/tdmq_models.ts +32 -0
  37. package/src/services/tione/v20211111/tione_client.ts +20 -5
  38. package/src/services/tione/v20211111/tione_models.ts +182 -72
  39. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  40. package/src/services/vpc/v20170312/vpc_models.ts +12 -2
  41. package/src/services/wedata/v20210820/wedata_models.ts +106 -16
  42. package/src/services/yinsuda/v20220527/yinsuda_models.ts +9 -0
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  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/bi/v20220105/bi_models.d.ts +6 -6
  48. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -3
  49. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +4 -4
  50. package/tencentcloud/services/cls/v20201016/cls_client.js +4 -4
  51. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -0
  52. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  53. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  54. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +93 -0
  55. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -3
  56. package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -3
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +11 -7
  58. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -0
  59. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
  60. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +305 -167
  61. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +14 -4
  62. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  63. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  64. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +22 -9
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +18 -2
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +25 -1
  67. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +259 -22
  68. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +79 -59
  69. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +7 -3
  70. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +9 -3
  71. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +26 -0
  72. package/tencentcloud/services/live/v20180801/live_client.d.ts +30 -17
  73. package/tencentcloud/services/live/v20180801/live_client.js +30 -17
  74. package/tencentcloud/services/live/v20180801/live_models.d.ts +123 -82
  75. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +6 -16
  76. package/tencentcloud/services/ms/v20180408/ms_client.js +6 -16
  77. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -19
  78. package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -22
  79. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +42 -376
  80. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +17 -5
  81. package/tencentcloud/services/organization/v20210331/organization_client.js +24 -6
  82. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +174 -112
  83. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +6 -1
  84. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
  85. package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
  86. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +76 -42
  87. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +32 -0
  88. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
  89. package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
  90. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +177 -72
  91. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  92. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -2
  93. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +106 -16
  94. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +9 -0
  95. package/test/csip.v20221121.test.js +10 -0
  96. package/test/essbasic.v20210526.test.js +40 -0
  97. package/test/iotvideo.v20211125.test.js +12 -2
  98. package/test/ocr.v20181119.test.js +0 -20
  99. package/test/organization.v20210331.test.js +34 -4
  100. 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.660",
3
+ "version": "4.0.662",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -17,12 +17,12 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-08-01 01:01:56 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-07-18 01:07:24 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-08-04 01:06:13 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-08 01:06:35 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-10 01:02:40 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-07-19 01:07:48 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-06-26 01:08:49 |
25
- | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-07-27 01:07:49 |
25
+ | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-08-10 01:03:11 |
26
26
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-07-25 10:39:16 |
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-05-18 01:04:59 |
@@ -41,7 +41,7 @@
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-08-04 01:07:16 |
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-08-08 01:09:59 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-08-07 01:07:06 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-08-10 01:05:52 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-07-28 01:11:59 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-08-04 01:07:45 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
@@ -59,18 +59,18 @@
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-05-18 01:13:36 |
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-08-08 01:11:32 |
63
- | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-26 01:11:19 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-10 01:09:13 |
63
+ | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-08-09 01:16:08 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-03 01:03:52 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-07-11 01:11:56 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-07-31 01:15:43 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-08-08 01:12:25 |
68
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-08-09 01:17:49 |
69
69
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
70
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-08-02 01:09:12 |
70
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-08-10 01:11:31 |
71
71
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-08-07 01:09:27 |
72
72
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
73
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-08 01:14:23 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-10 01:13:25 |
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-08-08 01:15:01 |
75
75
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
76
76
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -78,23 +78,23 @@
78
78
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
79
79
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
80
80
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-28 01:18:44 |
81
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-08-07 01:10:42 |
81
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-08-09 01:22:16 |
82
82
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-08-01 01:18:18 |
83
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-07-24 01:25:15 |
84
84
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
85
85
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-05-18 01:23:36 |
86
86
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
87
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-07-28 01:23:53 |
87
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-08-09 01:23:41 |
88
88
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-05-18 01:24:14 |
89
89
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-05-18 01:24:28 |
90
90
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-05-18 01:24:35 |
91
91
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-07-11 01:20:38 |
92
92
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
93
- | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-08 01:16:41 |
93
+ | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
94
94
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-01 01:21:59 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-12 01:24:00 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-08 01:16:56 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-08 01:17:36 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-10 01:18:19 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-10 01:18:41 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-27 01:13:31 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-08-01 01:24:47 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-07-14 14:55:45 |
@@ -116,10 +116,10 @@
116
116
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
117
117
  | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-05-18 01:31:36 |
118
118
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
119
- | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-06-14 01:27:08 |
119
+ | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-08-09 01:29:39 |
120
120
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-07-19 01:27:32 |
121
121
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
122
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-07-27 01:14:43 |
122
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-08-09 01:31:19 |
123
123
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-05-18 01:34:37 |
124
124
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-06-13 01:25:28 |
125
125
  | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-08-07 15:48:42 |
@@ -127,8 +127,8 @@
127
127
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
128
128
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
129
129
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-07-31 01:30:04 |
130
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-07-25 11:04:43 |
131
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-02 01:18:05 |
130
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-08-10 01:27:25 |
131
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-09 01:34:19 |
132
132
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
133
133
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
134
134
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
@@ -142,15 +142,15 @@
142
142
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-08-03 01:09:25 |
143
143
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-08-03 01:09:40 |
144
144
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
145
- | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-02 01:19:05 |
145
+ | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-10 01:31:07 |
146
146
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
147
147
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
148
148
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-08-02 01:19:12 |
149
149
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
150
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-08-01 01:34:42 |
151
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-08-03 01:10:04 |
150
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-08-09 01:39:21 |
151
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-08-09 01:39:38 |
152
152
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-07-20 01:37:20 |
153
- | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-07-27 01:17:15 |
153
+ | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-08-10 01:32:28 |
154
154
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-07-20 18:40:49 |
155
155
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
156
156
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-08-04 01:15:26 |
@@ -161,18 +161,18 @@
161
161
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-08-02 01:20:32 |
162
162
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-05-18 01:46:50 |
163
163
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
164
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
164
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-08-09 01:43:06 |
165
165
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-08-04 01:16:09 |
166
166
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-28 01:37:26 |
167
167
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
168
168
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
169
169
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-05-18 01:48:01 |
170
- | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-28 01:37:53 |
170
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-08-09 01:44:22 |
171
171
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-07-10 01:39:48 |
172
172
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
173
173
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-08-07 01:16:11 |
174
174
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-07-26 01:34:12 |
175
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-07-19 01:38:38 |
175
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-08-09 01:45:30 |
176
176
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
177
177
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
178
178
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-07-19 01:39:05 |
@@ -188,14 +188,14 @@
188
188
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-07-21 01:39:45 |
189
189
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
190
190
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
191
- | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-07-25 11:15:40 |
191
+ | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-08-10 01:37:37 |
192
192
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
193
193
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
194
194
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-07-07 01:50:00 |
195
195
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-08-02 01:22:05 |
196
196
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
197
197
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
198
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-03 01:12:55 |
198
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-09 01:50:17 |
199
199
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
200
200
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
201
201
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-08-04 01:18:31 |
@@ -206,18 +206,18 @@
206
206
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-05-18 01:58:24 |
207
207
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
208
208
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-07-10 01:48:50 |
209
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-07-28 15:36:37 |
210
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-08-03 01:13:41 |
211
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-08-07 01:18:30 |
209
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-08-10 01:41:45 |
210
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-08-10 01:42:10 |
211
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-08-10 01:42:34 |
212
212
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
213
213
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
214
214
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-07-28 01:54:14 |
215
- | tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-05-18 02:01:16 |
215
+ | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
216
216
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
217
217
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-08-07 10:45:38 |
218
218
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
219
219
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
220
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-04 01:19:38 |
220
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-10 01:44:04 |
221
221
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-08-07 01:19:09 |
222
222
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-08-02 01:26:52 |
223
223
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
@@ -226,13 +226,13 @@
226
226
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
227
227
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
228
228
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-08-04 01:20:16 |
229
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-07 01:19:59 |
229
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-10 01:46:52 |
230
230
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
231
231
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-31 01:50:43 |
232
232
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
233
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-08 01:27:52 |
233
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-10 01:48:52 |
234
234
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
235
- | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
235
+ | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
236
236
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
237
237
  | yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
238
238
  | yunsou | [腾讯云搜TCS](https://cloud.tencent.com/document/product/270) | 2023-05-18 02:21:27 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.660"
1
+ export const sdkVersion = "4.0.662"
@@ -211,7 +211,7 @@ export class Client extends AbstractClient {
211
211
 
212
212
  /**
213
213
  * 本接口服务对时长5小时以内的录音文件进行识别,异步返回识别全部结果。
214
- 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、葡萄牙语、土耳其语、阿拉伯语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
214
+ 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、葡萄牙语、土耳其语、阿拉伯语、西班牙语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
215
215
  • 支持wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac格式。
216
216
  • 支持语音 URL 和本地语音文件两种请求方式。语音 URL 的音频时长不能长于5小时,文件大小不超过1GB。本地语音文件调用不能大于5MB。推荐使用 [ 腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储&生成URL提交任务,无外网&流量下行费用,节约成本、提升任务速度。(COS桶权限需要设置公有读私有写,或URL设置外部可访问)
217
217
  • 提交录音文件识别请求后,在3小时内完成识别(大多数情况下1小时音频约3分钟以内完成识别,半小时内发送超过1000小时录音或者2万条识别任务的除外),识别结果在服务端可保存7天。
@@ -23,17 +23,17 @@ export interface CreateEmbedTokenResponse {
23
23
  * 额外信息
24
24
  注意:此字段可能返回 null,表示取不到有效值。
25
25
  */
26
- Extra: string
26
+ Extra?: string
27
27
  /**
28
28
  * 数据
29
29
  注意:此字段可能返回 null,表示取不到有效值。
30
30
  */
31
- Data: EmbedTokenInfo
31
+ Data?: EmbedTokenInfo
32
32
  /**
33
33
  * 结果描述
34
34
  注意:此字段可能返回 null,表示取不到有效值。
35
35
  */
36
- Msg: string
36
+ Msg?: string
37
37
  /**
38
38
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
39
39
  */
@@ -107,7 +107,7 @@ export interface ApplyEmbedIntervalResponse {
107
107
  */
108
108
  export interface CreateEmbedTokenRequest {
109
109
  /**
110
- * 分享项目id,必选
110
+ * 分享项目id
111
111
  */
112
112
  ProjectId?: number
113
113
  /**
@@ -181,10 +181,10 @@ export interface EmbedTokenInfo {
181
181
  * 嵌出类型
182
182
  注意:此字段可能返回 null,表示取不到有效值。
183
183
  */
184
- Scope: string
184
+ Scope?: string
185
185
  /**
186
186
  * 过期时间,分钟为单位,最大240
187
187
  注意:此字段可能返回 null,表示取不到有效值。
188
188
  */
189
- ExpireTime: number
189
+ ExpireTime?: number
190
190
  }
@@ -4499,7 +4499,7 @@ export interface DescribeAuditLogsRequest {
4499
4499
  */
4500
4500
  OrderBy?: string
4501
4501
  /**
4502
- * 过滤条件。可按设置的过滤条件过滤日志。
4502
+ * 过滤条件。多个值之前是且的关系。
4503
4503
  */
4504
4504
  LogFilter?: Array<InstanceAuditLogFilters>
4505
4505
  }
@@ -5812,7 +5812,10 @@ export interface DeleteAuditRuleResponse {
5812
5812
  */
5813
5813
  export interface InstanceAuditLogFilters {
5814
5814
  /**
5815
- * 过滤项。sql 暂时不支持搜索。目前支持以下搜索条件:
5815
+ * 过滤项。目前支持以下搜索条件:
5816
+
5817
+ 包含、不包含、包含(分词维度)、不包含(分词维度):
5818
+ sql - SQL详情
5816
5819
 
5817
5820
  等于、不等于、包含、不包含:
5818
5821
  host - 客户端地址;
@@ -5837,6 +5840,8 @@ sentRows - 返回行数。
5837
5840
  Type?: string
5838
5841
  /**
5839
5842
  * 过滤条件。支持以下条件:
5843
+ WINC-包含(分词维度),
5844
+ WEXC-不包含(分词维度),
5840
5845
  INC - 包含,
5841
5846
  EXC - 不包含,
5842
5847
  EQS - 等于,
@@ -5845,7 +5850,7 @@ RA - 范围。
5845
5850
  */
5846
5851
  Compare?: string
5847
5852
  /**
5848
- * 过滤的值。
5853
+ * 过滤的值。反向查询时,多个值之前是且的关系,正向查询多个值是或的关系
5849
5854
  */
5850
5855
  Value?: Array<string>
5851
5856
  }
@@ -584,7 +584,7 @@ cls.pb.cc cls.pb.h cls.proto
584
584
  }
585
585
 
586
586
  /**
587
- * 本接口用于获取ScheduledSql任务列表
587
+ * 本接口用于获取定时SQL分析任务列表
588
588
  */
589
589
  async DescribeScheduledSqlInfo(
590
590
  req: DescribeScheduledSqlInfoRequest,
@@ -904,7 +904,7 @@ cls.pb.cc cls.pb.h cls.proto
904
904
  }
905
905
 
906
906
  /**
907
- * 本接口用于删除ScheduledSql任务
907
+ * 本接口用于删除定时SQL分析任务
908
908
  */
909
909
  async DeleteScheduledSql(
910
910
  req: DeleteScheduledSqlRequest,
@@ -1214,7 +1214,7 @@ cls.pb.cc cls.pb.h cls.proto
1214
1214
  }
1215
1215
 
1216
1216
  /**
1217
- * 本接口用于创建ScheduledSql任务
1217
+ * 本接口用于创建定时SQL分析任务
1218
1218
  */
1219
1219
  async CreateScheduledSql(
1220
1220
  req: CreateScheduledSqlRequest,
@@ -1234,7 +1234,7 @@ cls.pb.cc cls.pb.h cls.proto
1234
1234
  }
1235
1235
 
1236
1236
  /**
1237
- * 本接口用于修改ScheduledSql任务
1237
+ * 本接口用于修改定时SQL分析任务
1238
1238
  */
1239
1239
  async ModifyScheduledSql(
1240
1240
  req: ModifyScheduledSqlRequest,
@@ -4694,6 +4694,10 @@ export interface MediaCastOutputMediaSetting {
4694
4694
  * 视频配置。
4695
4695
  */
4696
4696
  VideoSetting: MediaCastVideoSetting
4697
+ /**
4698
+ * 视频配置是否和第一个输入源的视频配置相同,默认值:false。如果 FollowSourceInfo 的值为 true,忽略 VideoSetting 参数。
4699
+ */
4700
+ FollowSourceInfo?: boolean
4697
4701
  }
4698
4702
 
4699
4703
  /**
@@ -41,6 +41,7 @@ import {
41
41
  Vpc,
42
42
  DescribeRiskCenterAssetViewVULRiskListResponse,
43
43
  DescribeCVMAssetsRequest,
44
+ DescribeListenerListResponse,
44
45
  TaskAdvanceCFG,
45
46
  DBAssetVO,
46
47
  ScanTaskInfo,
@@ -50,6 +51,7 @@ import {
50
51
  DescribeSubnetAssetsResponse,
51
52
  DescribeDbAssetInfoRequest,
52
53
  DescribeRiskCenterAssetViewPortRiskListRequest,
54
+ ClbListenerListInfo,
53
55
  DescribeCVMAssetsResponse,
54
56
  DescribeVpcAssetsRequest,
55
57
  TaskAssetObject,
@@ -61,6 +63,7 @@ import {
61
63
  DescribeClusterPodAssetsResponse,
62
64
  AssetBaseInfoResponse,
63
65
  AssetViewPortRisk,
66
+ DescribeListenerListRequest,
64
67
  DescribeDomainAssetsRequest,
65
68
  CreateDomainAndIpResponse,
66
69
  DescribePublicIpAssetsRequest,
@@ -200,6 +203,16 @@ export class Client extends AbstractClient {
200
203
  return this.request("DescribeRiskCenterAssetViewPortRiskList", req, cb)
201
204
  }
202
205
 
206
+ /**
207
+ * 查询clb监听器列表
208
+ */
209
+ async DescribeListenerList(
210
+ req: DescribeListenerListRequest,
211
+ cb?: (error: string, rep: DescribeListenerListResponse) => void
212
+ ): Promise<DescribeListenerListResponse> {
213
+ return this.request("DescribeListenerList", req, cb)
214
+ }
215
+
203
216
  /**
204
217
  * 创建风险中心扫描任务
205
218
  */
@@ -930,6 +930,26 @@ export interface DescribeCVMAssetsRequest {
930
930
  Filter?: Filter
931
931
  }
932
932
 
933
+ /**
934
+ * DescribeListenerList返回参数结构体
935
+ */
936
+ export interface DescribeListenerListResponse {
937
+ /**
938
+ * 总数
939
+ 注意:此字段可能返回 null,表示取不到有效值。
940
+ */
941
+ Total?: number
942
+ /**
943
+ * 监听器列表
944
+ 注意:此字段可能返回 null,表示取不到有效值。
945
+ */
946
+ Data?: Array<ClbListenerListInfo>
947
+ /**
948
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
949
+ */
950
+ RequestId?: string
951
+ }
952
+
933
953
  /**
934
954
  * 任务高级配置
935
955
  */
@@ -1334,6 +1354,72 @@ export interface DescribeRiskCenterAssetViewPortRiskListRequest {
1334
1354
  Filter?: Filter
1335
1355
  }
1336
1356
 
1357
+ /**
1358
+ * clb实例和监听器信息
1359
+ */
1360
+ export interface ClbListenerListInfo {
1361
+ /**
1362
+ * 监听器id
1363
+ 注意:此字段可能返回 null,表示取不到有效值。
1364
+ */
1365
+ ListenerId?: string
1366
+ /**
1367
+ * 监听器名称
1368
+ 注意:此字段可能返回 null,表示取不到有效值。
1369
+ */
1370
+ ListenerName?: string
1371
+ /**
1372
+ * 负载均衡Id
1373
+ 注意:此字段可能返回 null,表示取不到有效值。
1374
+ */
1375
+ LoadBalancerId?: string
1376
+ /**
1377
+ * 负载均衡名称
1378
+ 注意:此字段可能返回 null,表示取不到有效值。
1379
+ */
1380
+ LoadBalancerName?: string
1381
+ /**
1382
+ * 协议
1383
+ 注意:此字段可能返回 null,表示取不到有效值。
1384
+ */
1385
+ Protocol?: string
1386
+ /**
1387
+ * 地域
1388
+ 注意:此字段可能返回 null,表示取不到有效值。
1389
+ */
1390
+ Region?: string
1391
+ /**
1392
+ * 负载均衡ip
1393
+ 注意:此字段可能返回 null,表示取不到有效值。
1394
+ */
1395
+ Vip?: string
1396
+ /**
1397
+ * 端口
1398
+ 注意:此字段可能返回 null,表示取不到有效值。
1399
+ */
1400
+ VPort?: number
1401
+ /**
1402
+ * 区域
1403
+ 注意:此字段可能返回 null,表示取不到有效值。
1404
+ */
1405
+ Zone?: string
1406
+ /**
1407
+ * 私有网络id
1408
+ 注意:此字段可能返回 null,表示取不到有效值。
1409
+ */
1410
+ NumericalVpcId?: number
1411
+ /**
1412
+ * 负载均衡类型
1413
+ 注意:此字段可能返回 null,表示取不到有效值。
1414
+ */
1415
+ LoadBalancerType?: string
1416
+ /**
1417
+ * 监听器域名
1418
+ 注意:此字段可能返回 null,表示取不到有效值。
1419
+ */
1420
+ Domain?: string
1421
+ }
1422
+
1337
1423
  /**
1338
1424
  * DescribeCVMAssets返回参数结构体
1339
1425
  */
@@ -2139,6 +2225,16 @@ export interface AssetViewPortRisk {
2139
2225
  From?: string
2140
2226
  }
2141
2227
 
2228
+ /**
2229
+ * DescribeListenerList请求参数结构体
2230
+ */
2231
+ export interface DescribeListenerListRequest {
2232
+ /**
2233
+ * -
2234
+ */
2235
+ Filter?: Filter
2236
+ }
2237
+
2142
2238
  /**
2143
2239
  * DescribeDomainAssets请求参数结构体
2144
2240
  */
@@ -485,7 +485,7 @@ export class Client extends AbstractClient {
485
485
 
486
486
  * 该接口每次调用只支持同步一个镜像。
487
487
  * 该接口支持多个同步地域。
488
- * 单个帐号在每个地域最多支持存在10个自定义镜像。
488
+ * 单个账号在每个地域最多支持存在10个自定义镜像。
489
489
  */
490
490
  async SyncImages(
491
491
  req: SyncImagesRequest,
@@ -1239,7 +1239,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
1239
1239
  /**
1240
1240
  * 本接口 (ResetInstancesPassword) 用于将实例操作系统的密码重置为用户指定的密码。
1241
1241
 
1242
- *如果是修改系统管理云密码:实例的操作系统不同,管理员帐号也会不一样(`Windows`为`Administrator`,`Ubuntu`为`ubuntu`,其它系统为`root`)。
1242
+ *如果是修改系统管理云密码:实例的操作系统不同,管理员账号也会不一样(`Windows`为`Administrator`,`Ubuntu`为`ubuntu`,其它系统为`root`)。
1243
1243
  * 重置处于运行中状态的实例密码,需要设置关机参数`ForceStop`为`TRUE`。如果没有显式指定强制关机参数,则只有处于关机状态的实例才允许执行重置密码操作。
1244
1244
  * 支持批量操作。将多个实例操作系统的密码重置为相同的密码。每次请求批量实例的上限为100。
1245
1245
  * 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
@@ -1278,7 +1278,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
1278
1278
  }
1279
1279
 
1280
1280
  /**
1281
- * 本接口(DescribeImageQuota)用于查询用户帐号的镜像配额。
1281
+ * 本接口(DescribeImageQuota)用于查询用户账号的镜像配额。
1282
1282
  */
1283
1283
  async DescribeImageQuota(
1284
1284
  req?: DescribeImageQuotaRequest,
@@ -302,7 +302,7 @@ export interface DescribeAuditLogsRequest {
302
302
  */
303
303
  Offset?: number
304
304
  /**
305
- * 审计日志过滤条件。
305
+ * 过滤条件。多个值之前是且的关系。
306
306
  */
307
307
  LogFilter?: Array<InstanceAuditLogFilter>
308
308
  }
@@ -8178,7 +8178,10 @@ export interface DisassociateSecurityGroupsResponse {
8178
8178
  */
8179
8179
  export interface InstanceAuditLogFilter {
8180
8180
  /**
8181
- * 过滤项。支持以下搜索条件:
8181
+ * 过滤项。目前支持以下搜索条件:
8182
+
8183
+ 包含、不包含、包含(分词维度)、不包含(分词维度):
8184
+ sql - SQL详情
8182
8185
 
8183
8186
  等于、不等于、包含、不包含:
8184
8187
  host - 客户端地址;
@@ -8192,27 +8195,28 @@ threadId - 线程ID;
8192
8195
 
8193
8196
  范围搜索(时间类型统一为微妙):
8194
8197
  execTime - 执行时间;
8195
- lockWaitTime - 执行时间;
8198
+ lockWaitTime - 锁等待时间;
8196
8199
  ioWaitTime - IO等待时间;
8197
8200
  trxLivingTime - 事物持续时间;
8198
8201
  cpuTime - cpu时间;
8199
8202
  checkRows - 扫描行数;
8200
8203
  affectRows - 影响行数;
8201
8204
  sentRows - 返回行数。
8202
-
8203
8205
  */
8204
8206
  Type: string
8205
8207
  /**
8206
- * 过滤条件。支持以下选项:
8208
+ * 过滤条件。支持以下条件:
8209
+ WINC-包含(分词维度),
8210
+ WEXC-不包含(分词维度),
8207
8211
  INC - 包含,
8208
8212
  EXC - 不包含,
8209
8213
  EQS - 等于,
8210
8214
  NEQ - 不等于,
8211
- RA - 范围.
8215
+ RA - 范围。
8212
8216
  */
8213
8217
  Compare: string
8214
8218
  /**
8215
- * 过滤的值。
8219
+ * 过滤的值。反向查询时,多个值之前是且的关系,正向查询多个值是或的关系。
8216
8220
  */
8217
8221
  Value: Array<string>
8218
8222
  }
@@ -2478,6 +2478,10 @@ export interface CreateNotebookSessionRequest {
2478
2478
  * 指定spark版本名称,当前任务使用该spark镜像运行
2479
2479
  */
2480
2480
  SparkImage?: string
2481
+ /**
2482
+ * 是否继承集群的资源类配置:0:自定义(默认),1:继承集群;
2483
+ */
2484
+ IsInherit?: number
2481
2485
  }
2482
2486
 
2483
2487
  /**
@@ -5689,6 +5693,10 @@ export interface CreateSparkSessionBatchSQLRequest {
5689
5693
  3.dlc.sql.set.config:用户配置的集群配置信息,可以用过该字段设置;
5690
5694
  */
5691
5695
  Arguments?: Array<KVPair>
5696
+ /**
5697
+ * 是否继承集群的资源类配置:0:自定义(默认),1:继承集群;
5698
+ */
5699
+ IsInherit?: number
5692
5700
  }
5693
5701
 
5694
5702
  /**