tencentcloud-sdk-nodejs 4.0.655 → 4.0.657

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 (90) hide show
  1. package/CHANGELOG.md +338 -0
  2. package/SERVICE_CHANGELOG.md +514 -234
  3. package/package.json +1 -1
  4. package/products.md +30 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +53 -53
  7. package/src/services/as/v20180419/as_models.ts +1 -1
  8. package/src/services/bri/v20190328/bri_models.ts +4 -1
  9. package/src/services/cbs/v20170312/cbs_models.ts +4 -4
  10. package/src/services/cdb/v20170320/cdb_models.ts +11 -11
  11. package/src/services/cdn/v20180606/cdn_models.ts +5 -7
  12. package/src/services/clb/v20180317/clb_models.ts +4 -4
  13. package/src/services/cls/v20201016/cls_models.ts +9 -1
  14. package/src/services/ess/v20201111/ess_client.ts +2 -2
  15. package/src/services/ess/v20201111/ess_models.ts +33 -21
  16. package/src/services/essbasic/v20210526/essbasic_client.ts +17 -5
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  18. package/src/services/index.ts +1 -0
  19. package/src/services/iss/index.ts +5 -0
  20. package/src/services/iss/v20230517/index.ts +6 -0
  21. package/src/services/iss/v20230517/iss_client.ts +982 -0
  22. package/src/services/iss/v20230517/iss_models.ts +4337 -0
  23. package/src/services/monitor/v20180724/monitor_models.ts +9 -9
  24. package/src/services/ocr/v20181119/ocr_client.ts +4 -2
  25. package/src/services/ocr/v20181119/ocr_models.ts +3 -3
  26. package/src/services/postgres/v20170312/postgres_client.ts +58 -15
  27. package/src/services/postgres/v20170312/postgres_models.ts +169 -21
  28. package/src/services/redis/v20180412/redis_client.ts +1 -1
  29. package/src/services/redis/v20180412/redis_models.ts +2 -2
  30. package/src/services/scf/v20180416/scf_models.ts +8 -0
  31. package/src/services/sqlserver/v20180328/sqlserver_models.ts +64 -64
  32. package/src/services/tag/v20180813/tag_models.ts +7 -7
  33. package/src/services/tdmq/v20200217/tdmq_models.ts +3 -3
  34. package/src/services/teo/v20220901/teo_models.ts +79 -68
  35. package/src/services/tiw/v20190919/tiw_client.ts +1 -1
  36. package/src/services/tiw/v20190919/tiw_models.ts +1 -1
  37. package/src/services/tke/v20180525/tke_models.ts +24 -24
  38. package/src/services/vod/v20180717/vod_models.ts +1 -1
  39. package/src/services/wedata/v20210820/wedata_client.ts +3 -1
  40. package/src/services/wedata/v20210820/wedata_models.ts +124 -13
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +53 -53
  44. package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
  45. package/tencentcloud/services/bri/v20190328/bri_models.d.ts +4 -1
  46. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
  47. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +11 -11
  48. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -7
  49. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -4
  50. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -1
  51. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
  52. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
  53. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +33 -21
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +17 -5
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -5
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  57. package/tencentcloud/services/index.d.ts +1 -0
  58. package/tencentcloud/services/index.js +2 -0
  59. package/tencentcloud/services/iss/index.d.ts +6 -0
  60. package/tencentcloud/services/iss/index.js +7 -0
  61. package/tencentcloud/services/iss/v20230517/index.d.ts +6 -0
  62. package/tencentcloud/services/iss/v20230517/index.js +9 -0
  63. package/tencentcloud/services/iss/v20230517/iss_client.d.ts +313 -0
  64. package/tencentcloud/services/iss/v20230517/iss_client.js +484 -0
  65. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +4123 -0
  66. package/tencentcloud/services/iss/v20230517/iss_models.js +18 -0
  67. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -9
  68. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +4 -2
  69. package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -2
  70. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -3
  71. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +24 -5
  72. package/tencentcloud/services/postgres/v20170312/postgres_client.js +31 -6
  73. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +163 -21
  74. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  75. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  76. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +2 -2
  77. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -0
  78. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +64 -64
  79. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +7 -7
  80. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +3 -3
  81. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +79 -68
  82. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +1 -1
  83. package/tencentcloud/services/tiw/v20190919/tiw_client.js +1 -1
  84. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +1 -1
  85. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +24 -24
  86. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
  87. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
  88. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +122 -13
  89. package/test/iss.v20230517.test.js +771 -0
  90. package/test/postgres.v20170312.test.js +34 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.655",
3
+ "version": "4.0.657",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -10,13 +10,13 @@
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-05-26 01:01:42 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-05-18 01:01:48 |
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-07-26 01:01:23 |
13
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-08-02 16:30:39 |
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-08-01 01:01:56 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-07-18 01:07:24 |
19
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-07-19 01:07:14 |
19
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-08-04 01:06:13 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-02 01:06:17 |
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 |
@@ -31,19 +31,19 @@
31
31
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-05-18 01:05:55 |
32
32
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-05-18 01:06:15 |
33
33
  | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2023-06-14 01:09:11 |
34
- | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
34
+ | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2023-08-03 12:20:37 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-05-18 01:06:40 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
37
37
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-07-28 01:09:58 |
38
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-05-18 01:07:27 |
38
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-08-04 01:07:04 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-05-31 01:09:58 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
42
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-07-24 01:12:51 |
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-07-28 01:10:59 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-31 01:10:35 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-08-04 01:07:26 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-07-28 01:11:59 |
46
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-07-31 01:11:31 |
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 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-07-20 01:14:55 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-07-25 10:44:01 |
@@ -55,13 +55,13 @@
55
55
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
56
56
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
57
57
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-07-31 01:13:15 |
58
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-08-01 01:09:50 |
58
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-08-04 01:08:28 |
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
- | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-07-24 01:17:40 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-02 01:08:23 |
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-03 01:03:31 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-26 01:11:19 |
64
- | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-02 01:08:44 |
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 |
@@ -93,8 +93,8 @@
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
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-02 01:15:29 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-02 01:15:45 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-04 01:11:52 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-02 16:50:51 |
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 |
@@ -122,6 +122,7 @@
122
122
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-07-27 01:14:43 |
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
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-08-03 16:25:45 |
125
126
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
126
127
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
127
128
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
@@ -138,8 +139,8 @@
138
139
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
139
140
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-01 01:32:11 |
140
141
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-07-06 01:31:55 |
141
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-07-19 01:32:20 |
142
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-08-01 01:33:24 |
142
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-08-03 01:09:25 |
143
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-08-03 01:09:40 |
143
144
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
144
145
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-02 01:19:05 |
145
146
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
@@ -147,21 +148,21 @@
147
148
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-08-02 01:19:12 |
148
149
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
149
150
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-08-01 01:34:42 |
150
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-07-31 01:34:27 |
151
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-08-03 01:10:04 |
151
152
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-07-20 01:37:20 |
152
153
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-07-27 01:17:15 |
153
154
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-07-20 18:40:49 |
154
155
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
155
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-07-27 01:17:24 |
156
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-08-04 01:15:26 |
156
157
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-07-06 01:39:21 |
157
158
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-07-26 01:31:49 |
158
159
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
159
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-07-18 01:42:27 |
160
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-08-03 01:10:44 |
160
161
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-08-02 01:20:32 |
161
162
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-05-18 01:46:50 |
162
163
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
163
164
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
164
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-08-02 01:20:41 |
165
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-08-04 01:16:09 |
165
166
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-28 01:37:26 |
166
167
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
167
168
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
@@ -169,14 +170,14 @@
169
170
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-28 01:37:53 |
170
171
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-07-10 01:39:48 |
171
172
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
172
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-08-02 01:20:58 |
173
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-08-04 01:16:26 |
173
174
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-07-26 01:34:12 |
174
175
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-07-19 01:38:38 |
175
176
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
176
177
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
177
178
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-07-19 01:39:05 |
178
179
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-05-24 01:44:57 |
179
- | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-06-14 01:39:43 |
180
+ | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-08-04 01:17:06 |
180
181
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
181
182
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-06-15 01:34:24 |
182
183
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
@@ -194,10 +195,10 @@
194
195
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-08-02 01:22:05 |
195
196
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
196
197
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
197
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-02 01:22:40 |
198
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-03 01:12:55 |
198
199
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
199
200
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
200
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-08-02 01:23:00 |
201
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-08-04 01:18:31 |
201
202
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-07-07 01:53:45 |
202
203
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
203
204
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-05-18 01:58:19 |
@@ -206,8 +207,8 @@
206
207
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
207
208
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-07-10 01:48:50 |
208
209
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-07-28 15:36:37 |
209
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-07-24 01:52:09 |
210
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-07-21 01:45:01 |
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-03 01:13:56 |
211
212
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
212
213
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
213
214
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-07-28 01:54:14 |
@@ -215,7 +216,7 @@
215
216
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
216
217
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
217
218
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
218
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-02 01:26:09 |
219
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-04 01:19:38 |
219
220
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-08-02 01:26:15 |
220
221
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-08-02 01:26:52 |
221
222
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
@@ -223,12 +224,12 @@
223
224
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
224
225
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
225
226
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
226
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-26 01:43:57 |
227
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-01 01:51:10 |
227
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-08-04 01:20:16 |
228
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-03 01:15:17 |
228
229
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
229
230
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-31 01:50:43 |
230
231
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
231
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-07-25 11:28:02 |
232
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-04 01:21:15 |
232
233
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
233
234
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
234
235
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.655"
1
+ export const sdkVersion = "4.0.657"
@@ -245,7 +245,7 @@ export interface DescribeOverviewCCTrendRequest {
245
245
  */
246
246
  MetricName: string
247
247
  /**
248
- * 大禹子产品代号(bgpip表示高防IP;bgp-multip表示共享包;basic表示DDoS基础防护)
248
+ * DDoS防护子产品代号(bgpip表示高防IP;bgp-multip表示共享包;basic表示DDoS基础防护)
249
249
  */
250
250
  Business?: string
251
251
  /**
@@ -302,7 +302,7 @@ https(HTTPS协议)
302
302
  */
303
303
  export interface CreateBoundIPRequest {
304
304
  /**
305
- * 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)
305
+ * DDoS防护子产品代号(bgp表示独享包;bgp-multip表示共享包)
306
306
  */
307
307
  Business: string
308
308
  /**
@@ -526,7 +526,7 @@ export interface InstanceRelation {
526
526
  */
527
527
  export interface ModifyNewDomainRulesRequest {
528
528
  /**
529
- * 大禹子产品代号(bgpip表示高防IP)
529
+ * DDoS防护子产品代号(bgpip表示高防IP)
530
530
  */
531
531
  Business: string
532
532
  /**
@@ -806,11 +806,11 @@ export interface DescribeCcBlackWhiteIpListResponse {
806
806
  /**
807
807
  * CC四层黑白名单策略列表总数
808
808
  */
809
- Total: number
809
+ Total?: number
810
810
  /**
811
811
  * CC四层黑白名单策略列表详情
812
812
  */
813
- CcBlackWhiteIpList: Array<CcBlackWhiteIpPolicy>
813
+ CcBlackWhiteIpList?: Array<CcBlackWhiteIpPolicy>
814
814
  /**
815
815
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
816
816
  */
@@ -868,7 +868,7 @@ export interface CreateNewL7RulesResponse {
868
868
  /**
869
869
  * 成功码
870
870
  */
871
- Success: SuccessCode
871
+ Success?: SuccessCode
872
872
  /**
873
873
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
874
874
  */
@@ -947,7 +947,7 @@ export interface ModifyNewDomainRulesResponse {
947
947
  /**
948
948
  * 成功码
949
949
  */
950
- Success: SuccessCode
950
+ Success?: SuccessCode
951
951
  /**
952
952
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
953
953
  */
@@ -1306,11 +1306,11 @@ export interface DescribeCCThresholdListResponse {
1306
1306
  /**
1307
1307
  * 清洗阈值策略列表总数
1308
1308
  */
1309
- Total: number
1309
+ Total?: number
1310
1310
  /**
1311
1311
  * 清洗阈值策略列表详情
1312
1312
  */
1313
- ThresholdList: Array<CCThresholdPolicy>
1313
+ ThresholdList?: Array<CCThresholdPolicy>
1314
1314
  /**
1315
1315
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1316
1316
  */
@@ -1481,7 +1481,7 @@ export interface DescribeOverviewDDoSTrendRequest {
1481
1481
  */
1482
1482
  MetricName: string
1483
1483
  /**
1484
- * 大禹子产品代号(bgpip表示高防IP;bgp-multip表示高防包;basic表示DDoS基础防护)
1484
+ * DDoS防护子产品代号(bgpip表示高防IP;bgp-multip表示高防包;basic表示DDoS基础防护)
1485
1485
  */
1486
1486
  Business?: string
1487
1487
  /**
@@ -1509,7 +1509,7 @@ export interface DisassociateDDoSEipAddressResponse {
1509
1509
  */
1510
1510
  export interface DescribeBgpBizTrendRequest {
1511
1511
  /**
1512
- * 大禹子产品代号(bgp-multip表示高防包)
1512
+ * DDoS防护子产品代号(bgp-multip表示高防包)
1513
1513
  */
1514
1514
  Business: string
1515
1515
  /**
@@ -1553,7 +1553,7 @@ export interface DescribeBizHttpStatusRequest {
1553
1553
  */
1554
1554
  Statistics: string
1555
1555
  /**
1556
- * 大禹子产品代号(bgpip表示高防IP)
1556
+ * DDoS防护子产品代号(bgpip表示高防IP)
1557
1557
  */
1558
1558
  Business: string
1559
1559
  /**
@@ -1843,7 +1843,7 @@ export interface ModifyCcBlackWhiteIpListResponse {
1843
1843
  */
1844
1844
  export interface DescribeNewL7RulesRequest {
1845
1845
  /**
1846
- * 大禹子产品代号(bgpip表示高防IP)
1846
+ * DDoS防护子产品代号(bgpip表示高防IP)
1847
1847
  */
1848
1848
  Business: string
1849
1849
  /**
@@ -2187,11 +2187,11 @@ export interface DescribeCCLevelListResponse {
2187
2187
  /**
2188
2188
  * 分级策略列表总数
2189
2189
  */
2190
- Total: number
2190
+ Total?: number
2191
2191
  /**
2192
2192
  * 分级策略列表总数
2193
2193
  */
2194
- LevelList: Array<CCLevelPolicy>
2194
+ LevelList?: Array<CCLevelPolicy>
2195
2195
  /**
2196
2196
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2197
2197
  */
@@ -2379,11 +2379,11 @@ export interface DescribeNewL7RulesErrHealthResponse {
2379
2379
  /**
2380
2380
  * 异常规则列表,返回值说明: Key值为规则ID,Value值为异常IP及错误信息,多个IP用","分割
2381
2381
  */
2382
- ErrHealths: Array<KeyValue>
2382
+ ErrHealths?: Array<KeyValue>
2383
2383
  /**
2384
2384
  * 异常规则的总数
2385
2385
  */
2386
- Total: number
2386
+ Total?: number
2387
2387
  /**
2388
2388
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2389
2389
  */
@@ -2451,19 +2451,19 @@ export interface DescribeBgpBizTrendResponse {
2451
2451
  /**
2452
2452
  * 曲线图各个时间点的值
2453
2453
  */
2454
- DataList: Array<number>
2454
+ DataList?: Array<number>
2455
2455
  /**
2456
2456
  * 曲线图取值个数
2457
2457
  */
2458
- Total: number
2458
+ Total?: number
2459
2459
  /**
2460
2460
  * 统计纬度
2461
2461
  */
2462
- MetricName: string
2462
+ MetricName?: string
2463
2463
  /**
2464
2464
  * 返回数组最大值
2465
2465
  */
2466
- MaxData: number
2466
+ MaxData?: number
2467
2467
  /**
2468
2468
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2469
2469
  */
@@ -2910,7 +2910,7 @@ off(关闭)
2910
2910
  */
2911
2911
  export interface DescribeCCReqLimitPolicyListRequest {
2912
2912
  /**
2913
- * 大禹子产品代号(bgp-multip表示高防包,bgpip表示高防IP)
2913
+ * DDoS防护子产品代号(bgp-multip表示高防包,bgpip表示高防IP)
2914
2914
  */
2915
2915
  Business: string
2916
2916
  /**
@@ -2978,7 +2978,7 @@ export interface ModifyDDoSThresholdResponse {
2978
2978
  /**
2979
2979
  * 成功码
2980
2980
  */
2981
- Success: SuccessCode
2981
+ Success?: SuccessCode
2982
2982
  /**
2983
2983
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2984
2984
  */
@@ -3213,7 +3213,7 @@ export interface IPLineInfo {
3213
3213
  */
3214
3214
  export interface DescribeCcBlackWhiteIpListRequest {
3215
3215
  /**
3216
- * 大禹子产品代号(bgp-multip:表示高防包;bgpip:表示高防IP)
3216
+ * DDoS防护子产品代号(bgp-multip:表示高防包;bgpip:表示高防IP)
3217
3217
  */
3218
3218
  Business: string
3219
3219
  /**
@@ -3304,11 +3304,11 @@ export interface ModifyDDoSLevelResponse {
3304
3304
  /**
3305
3305
  * 防护等级,取值[low,middle,high]
3306
3306
  */
3307
- DDoSLevel: string
3307
+ DDoSLevel?: string
3308
3308
  /**
3309
3309
  * 资源ID
3310
3310
  */
3311
- Id: string
3311
+ Id?: string
3312
3312
  /**
3313
3313
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3314
3314
  */
@@ -3631,7 +3631,7 @@ export interface ModifyDDoSThresholdRequest {
3631
3631
  */
3632
3632
  Id: string
3633
3633
  /**
3634
- * 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
3634
+ * DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
3635
3635
  */
3636
3636
  Business: string
3637
3637
  /**
@@ -3689,7 +3689,7 @@ export interface ModifyDDoSLevelRequest {
3689
3689
  */
3690
3690
  Id: string
3691
3691
  /**
3692
- * 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
3692
+ * DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
3693
3693
  */
3694
3694
  Business: string
3695
3695
  /**
@@ -3837,7 +3837,7 @@ export interface CCReqLimitPolicy {
3837
3837
  */
3838
3838
  export interface DescribeCCPrecisionPlyListRequest {
3839
3839
  /**
3840
- * 大禹子产品代号(bgpip-multip:表示高防包;bgpip:表示高防IP)
3840
+ * DDoS防护子产品代号(bgpip-multip:表示高防包;bgpip:表示高防IP)
3841
3841
  */
3842
3842
  Business: string
3843
3843
  /**
@@ -3885,7 +3885,7 @@ export interface ProtocolPort {
3885
3885
  */
3886
3886
  export interface DescribeCCLevelListRequest {
3887
3887
  /**
3888
- * 大禹子产品代号(bgp-multip表示高防包)
3888
+ * DDoS防护子产品代号(bgp-multip表示高防包)
3889
3889
  */
3890
3890
  Business: string
3891
3891
  /**
@@ -4016,7 +4016,7 @@ export interface CreateNewL7RulesRequest {
4016
4016
  */
4017
4017
  Rules: Array<L7RuleEntry>
4018
4018
  /**
4019
- * 大禹子产品代号(bgpip表示高防IP)
4019
+ * DDoS防护子产品代号(bgpip表示高防IP)
4020
4020
  */
4021
4021
  Business: string
4022
4022
  /**
@@ -4200,7 +4200,7 @@ export interface DescribeBizHttpStatusResponse {
4200
4200
  /**
4201
4201
  * 业务流量http状态码统计数据
4202
4202
  */
4203
- HttpStatusMap: HttpStatusMap
4203
+ HttpStatusMap?: HttpStatusMap
4204
4204
  /**
4205
4205
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4206
4206
  */
@@ -4249,11 +4249,11 @@ export interface DescribeCCReqLimitPolicyListResponse {
4249
4249
  /**
4250
4250
  * 频率限制列表总数
4251
4251
  */
4252
- Total: number
4252
+ Total?: number
4253
4253
  /**
4254
4254
  * 频率限制列表详情
4255
4255
  */
4256
- RequestLimitPolicyList: Array<CCReqLimitPolicy>
4256
+ RequestLimitPolicyList?: Array<CCReqLimitPolicy>
4257
4257
  /**
4258
4258
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4259
4259
  */
@@ -4283,7 +4283,7 @@ export interface DescribeListDDoSAIResponse {
4283
4283
  */
4284
4284
  export interface DescribeNewL7RulesErrHealthRequest {
4285
4285
  /**
4286
- * 大禹子产品代号(bgpip表示高防IP)
4286
+ * DDoS防护子产品代号(bgpip表示高防IP)
4287
4287
  */
4288
4288
  Business: string
4289
4289
  /**
@@ -4382,7 +4382,7 @@ export interface AssociateDDoSEipLoadBalancerResponse {
4382
4382
  */
4383
4383
  export interface DescribeCCThresholdListRequest {
4384
4384
  /**
4385
- * 大禹子产品代号(bgp-multip表示高防包)
4385
+ * DDoS防护子产品代号(bgp-multip表示高防包)
4386
4386
  */
4387
4387
  Business: string
4388
4388
  /**
@@ -4797,40 +4797,40 @@ export interface DescribeCCTrendResponse {
4797
4797
  /**
4798
4798
  * 值个数
4799
4799
  */
4800
- Count: number
4800
+ Count?: number
4801
4801
  /**
4802
4802
  * 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)
4803
4803
  */
4804
- Business: string
4804
+ Business?: string
4805
4805
  /**
4806
4806
  * 资源的IP
4807
4807
  */
4808
- Ip: string
4808
+ Ip?: string
4809
4809
  /**
4810
4810
  * 统计粒度,取值[300(5分钟),3600(小时),86400(天)]
4811
4811
  */
4812
- Period: number
4812
+ Period?: number
4813
4813
  /**
4814
4814
  * 统计开始时间
4815
4815
  */
4816
- StartTime: string
4816
+ StartTime?: string
4817
4817
  /**
4818
4818
  * 统计结束时间
4819
4819
  */
4820
- EndTime: string
4820
+ EndTime?: string
4821
4821
  /**
4822
4822
  * 值数组
4823
4823
  */
4824
- Data: Array<number>
4824
+ Data?: Array<number>
4825
4825
  /**
4826
4826
  * 资源ID
4827
4827
  注意:此字段可能返回 null,表示取不到有效值。
4828
4828
  */
4829
- Id: string
4829
+ Id?: string
4830
4830
  /**
4831
4831
  * 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]
4832
4832
  */
4833
- MetricName: string
4833
+ MetricName?: string
4834
4834
  /**
4835
4835
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4836
4836
  */
@@ -4909,11 +4909,11 @@ export interface DescribeCcGeoIPBlockConfigListResponse {
4909
4909
  /**
4910
4910
  * CC地域封禁策略列表总数
4911
4911
  */
4912
- Total: number
4912
+ Total?: number
4913
4913
  /**
4914
4914
  * CC地域封禁策略列表详情
4915
4915
  */
4916
- CcGeoIpPolicyList: Array<CcGeoIpPolicyNew>
4916
+ CcGeoIpPolicyList?: Array<CcGeoIpPolicyNew>
4917
4917
  /**
4918
4918
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4919
4919
  */
@@ -5247,11 +5247,11 @@ export interface DescribeCCPrecisionPlyListResponse {
5247
5247
  /**
5248
5248
  * 策略列表总数
5249
5249
  */
5250
- Total: number
5250
+ Total?: number
5251
5251
  /**
5252
5252
  * 策略列表详情
5253
5253
  */
5254
- PrecisionPolicyList: Array<CCPrecisionPolicy>
5254
+ PrecisionPolicyList?: Array<CCPrecisionPolicy>
5255
5255
  /**
5256
5256
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5257
5257
  */
@@ -5267,7 +5267,7 @@ export interface DescribeBizTrendRequest {
5267
5267
  */
5268
5268
  Statistics: string
5269
5269
  /**
5270
- * 大禹子产品代号(bgpip表示高防IP)
5270
+ * DDoS防护子产品代号(bgpip表示高防IP)
5271
5271
  */
5272
5272
  Business: string
5273
5273
  /**
@@ -5397,7 +5397,7 @@ export interface DescribeCCLevelPolicyResponse {
5397
5397
  */
5398
5398
  export interface DescribeBizMonitorTrendRequest {
5399
5399
  /**
5400
- * 大禹子产品代号(bgpip表示高防IP)
5400
+ * DDoS防护子产品代号(bgpip表示高防IP)
5401
5401
  */
5402
5402
  Business: string
5403
5403
  /**
@@ -5850,7 +5850,7 @@ export interface ModifyCCLevelPolicyRequest {
5850
5850
  */
5851
5851
  export interface DescribeCcGeoIPBlockConfigListRequest {
5852
5852
  /**
5853
- * 大禹子产品代号(bgpip-multip:表示高防包;bgpip:表示高防IP)
5853
+ * DDoS防护子产品代号(bgpip-multip:表示高防包;bgpip:表示高防IP)
5854
5854
  */
5855
5855
  Business: string
5856
5856
  /**
@@ -5934,7 +5934,7 @@ export interface CreatePacketFilterConfigRequest {
5934
5934
  */
5935
5935
  export interface DescribeCCTrendRequest {
5936
5936
  /**
5937
- * 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)
5937
+ * DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)
5938
5938
  */
5939
5939
  Business: string
5940
5940
  /**
@@ -2068,7 +2068,7 @@ export interface UpgradeLaunchConfigurationRequest {
2068
2068
  */
2069
2069
  InternetAccessible?: InternetAccessible
2070
2070
  /**
2071
- * 实例登录设置。通过该参数可以设置实例的登录方式密码、密钥或保持镜像的原始登录设置。默认情况下会随机生成密码,并以站内信方式知会到用户。
2071
+ * 该参数已失效,请勿使用。升级启动配置接口无法修改或覆盖 LoginSettings 参数,升级后 LoginSettings 不会发生变化。
2072
2072
  */
2073
2073
  LoginSettings?: LoginSettings
2074
2074
  /**
@@ -67,7 +67,6 @@ export interface BRIRequest {
67
67
  Scene?: string
68
68
  /**
69
69
  * 电话号码 (业务名为bri_num时必填)
70
- 注意:此字段可能返回 null,表示取不到有效值。
71
70
  */
72
71
  PhoneNumber?: string
73
72
  /**
@@ -90,6 +89,10 @@ export interface BRIRequest {
90
89
  * 微信号的可疑标签
91
90
  */
92
91
  WechatTag?: string
92
+ /**
93
+ * 子客户ID
94
+ */
95
+ SubAppid?: string
93
96
  }
94
97
 
95
98
  /**
@@ -1516,14 +1516,14 @@ export interface DiskChargePrepaid {
1516
1516
  * 描述键值对过滤器,用于条件过滤查询。
1517
1517
  */
1518
1518
  export interface Filter {
1519
- /**
1520
- * 一个或者多个过滤值。
1521
- */
1522
- Values: Array<string>
1523
1519
  /**
1524
1520
  * 过滤键的名称。
1525
1521
  */
1526
1522
  Name: string
1523
+ /**
1524
+ * 一个或者多个过滤值。
1525
+ */
1526
+ Values: Array<string>
1527
1527
  }
1528
1528
 
1529
1529
  /**