tencentcloud-sdk-nodejs 4.0.901 → 4.0.903

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 (84) hide show
  1. package/CHANGELOG.md +552 -0
  2. package/SERVICE_CHANGELOG.md +642 -64
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +29 -3
  7. package/src/services/cam/v20190116/cam_models.ts +5 -0
  8. package/src/services/ccc/v20200210/ccc_models.ts +5 -0
  9. package/src/services/cdb/v20170320/cdb_client.ts +2 -1
  10. package/src/services/cdb/v20170320/cdb_models.ts +20 -0
  11. package/src/services/cdwch/v20200915/cdwch_client.ts +1 -0
  12. package/src/services/cdwch/v20200915/cdwch_models.ts +16 -0
  13. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +1 -0
  14. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +16 -0
  15. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  16. package/src/services/dts/v20211206/dts_models.ts +4 -0
  17. package/src/services/ess/v20201111/ess_client.ts +19 -0
  18. package/src/services/ess/v20201111/ess_models.ts +44 -0
  19. package/src/services/gaap/v20180529/gaap_models.ts +17 -17
  20. package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
  21. package/src/services/iss/v20230517/iss_models.ts +2 -1
  22. package/src/services/mongodb/v20190725/mongodb_client.ts +71 -4
  23. package/src/services/mongodb/v20190725/mongodb_models.ts +282 -35
  24. package/src/services/monitor/v20180724/monitor_models.ts +31 -19
  25. package/src/services/mps/v20190612/mps_models.ts +2 -2
  26. package/src/services/oceanus/v20190422/oceanus_models.ts +4 -0
  27. package/src/services/postgres/v20170312/postgres_client.ts +149 -62
  28. package/src/services/postgres/v20170312/postgres_models.ts +401 -111
  29. package/src/services/rce/v20201103/rce_client.ts +1 -0
  30. package/src/services/rce/v20201103/rce_models.ts +72 -0
  31. package/src/services/tcr/v20190924/tcr_client.ts +2 -2
  32. package/src/services/tcr/v20190924/tcr_models.ts +30 -18
  33. package/src/services/tem/v20210701/tem_models.ts +14 -2
  34. package/src/services/thpc/v20230321/thpc_client.ts +40 -16
  35. package/src/services/thpc/v20230321/thpc_models.ts +236 -146
  36. package/src/services/tke/v20220501/tke_models.ts +4 -0
  37. package/src/services/vclm/v20240523/vclm_models.ts +6 -0
  38. package/src/services/vpc/v20170312/vpc_models.ts +29 -0
  39. package/src/services/waf/v20180125/waf_models.ts +206 -39
  40. package/src/services/wedata/v20210820/wedata_models.ts +24 -7
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/as/v20180419/as_models.d.ts +29 -3
  44. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +5 -0
  45. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -0
  46. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  47. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  48. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +19 -0
  49. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +15 -0
  50. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +15 -0
  51. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  52. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -0
  53. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -1
  54. package/tencentcloud/services/ess/v20201111/ess_client.js +13 -0
  55. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +42 -0
  56. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +17 -17
  57. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
  58. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +2 -1
  59. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +26 -1
  60. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +35 -0
  61. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +270 -35
  62. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +31 -19
  63. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
  64. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
  65. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +47 -19
  66. package/tencentcloud/services/postgres/v20170312/postgres_client.js +69 -27
  67. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +384 -111
  68. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +71 -0
  69. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +2 -2
  70. package/tencentcloud/services/tcr/v20190924/tcr_client.js +2 -2
  71. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +30 -18
  72. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +14 -2
  73. package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +14 -6
  74. package/tencentcloud/services/thpc/v20230321/thpc_client.js +18 -6
  75. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +232 -146
  76. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +4 -0
  77. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +6 -0
  78. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +29 -0
  79. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +206 -39
  80. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +24 -7
  81. package/test/ess.v20201111.test.js +10 -0
  82. package/test/mongodb.v20190725.test.js +50 -0
  83. package/test/postgres.v20170312.test.js +88 -18
  84. package/test/thpc.v20230321.test.js +22 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.901",
3
+ "version": "4.0.903",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -16,7 +16,7 @@
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) | 2024-06-17 01:08:48 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-06-26 01:09:03 |
19
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-05-17 01:06:16 |
19
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-07-23 01:04:47 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-07-16 01:08:08 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
@@ -34,18 +34,18 @@
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-06-19 01:13:52 |
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
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-07-12 01:09:00 |
37
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-07-24 01:13:41 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-06-19 01:14:46 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-14 01:17:35 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-07-22 01:14:47 |
42
- | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-07-22 01:15:08 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-07-22 01:15:40 |
42
+ | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-07-23 01:10:10 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-07-23 01:10:42 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-07-17 01:09:51 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-07-10 01:10:02 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
47
- | cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-06-27 01:07:08 |
48
- | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-06-20 01:19:00 |
47
+ | cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-07-24 01:18:03 |
48
+ | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-07-24 01:18:18 |
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
50
50
  | cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-07-15 09:37:14 |
51
51
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-07-19 01:20:33 |
@@ -74,7 +74,7 @@
74
74
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-07-22 01:24:41 |
75
75
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-07-12 01:12:13 |
76
76
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
77
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-07-22 01:29:16 |
77
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-07-24 01:28:48 |
78
78
  | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-07-16 01:13:41 |
79
79
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
80
80
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -89,7 +89,7 @@
89
89
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
90
90
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-07-18 01:10:11 |
91
91
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
92
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-07-15 01:10:34 |
92
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-07-24 01:36:02 |
93
93
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-06-07 01:44:56 |
94
94
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-20 01:15:51 |
95
95
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
@@ -98,13 +98,13 @@
98
98
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
99
99
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-07-09 01:14:34 |
100
100
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-07-22 01:39:08 |
101
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-22 01:39:43 |
101
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-23 01:33:50 |
102
102
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-22 01:40:42 |
103
103
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-07-16 01:16:45 |
104
104
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-07-19 01:47:20 |
105
105
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
106
106
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
107
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-17 01:16:44 |
107
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-23 01:36:12 |
108
108
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-06-27 01:13:06 |
109
109
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-07-10 01:17:00 |
110
110
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
@@ -114,7 +114,7 @@
114
114
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
115
115
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
116
116
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
117
- | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-07-22 01:43:41 |
117
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-07-23 01:37:38 |
118
118
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
119
119
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
120
120
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
@@ -130,7 +130,7 @@
130
130
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
131
131
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
132
132
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
133
- | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-06-28 15:23:39 |
133
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-07-23 01:43:27 |
134
134
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-07-09 14:27:21 |
135
135
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
136
136
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
@@ -147,25 +147,25 @@
147
147
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
148
148
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-07-02 01:19:41 |
149
149
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-07-22 01:55:24 |
150
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-18 01:15:51 |
151
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-07-18 01:15:58 |
152
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-07-16 01:21:13 |
150
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-24 01:54:54 |
151
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-07-24 01:55:24 |
152
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-07-24 01:56:46 |
153
153
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
154
154
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
155
155
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
156
156
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
157
157
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
158
158
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
159
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-19 02:08:08 |
159
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-23 01:53:12 |
160
160
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-07-09 01:19:41 |
161
161
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
162
162
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-07-12 01:22:08 |
163
163
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
164
164
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
165
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-07-10 01:22:15 |
165
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-07-23 01:55:36 |
166
166
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-06-18 02:05:02 |
167
167
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-06-20 02:06:03 |
168
- | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-06-14 02:22:55 |
168
+ | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-07-23 01:57:03 |
169
169
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-07-04 01:21:28 |
170
170
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
171
171
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
@@ -201,15 +201,15 @@
201
201
  | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2024-03-20 01:24:49 |
202
202
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
203
203
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
204
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-07-18 01:20:10 |
204
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-07-23 02:04:12 |
205
205
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-06-26 01:23:56 |
206
206
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
207
207
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
208
208
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-07-17 01:25:48 |
209
209
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
210
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-06-25 01:23:38 |
210
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
211
211
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-07-03 19:33:55 |
212
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-07-12 01:26:38 |
212
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-07-24 02:16:49 |
213
213
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
214
214
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
215
215
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
@@ -218,7 +218,7 @@
218
218
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-07-05 01:19:00 |
219
219
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-06-07 02:37:51 |
220
220
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
221
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-06-24 01:24:28 |
221
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-07-24 02:19:34 |
222
222
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
223
223
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-29 01:26:41 |
224
224
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-07-19 02:32:30 |
@@ -235,17 +235,17 @@
235
235
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-07-08 01:25:23 |
236
236
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
237
237
  | vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
238
- | vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-06-28 01:22:51 |
238
+ | vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-07-24 02:24:15 |
239
239
  | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-07-09 01:25:36 |
240
240
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-06-06 02:47:30 |
241
241
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
242
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-17 01:28:46 |
243
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-22 02:25:36 |
242
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-23 11:34:10 |
243
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-24 02:26:47 |
244
244
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
245
245
  | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
246
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-10 01:30:00 |
246
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-23 02:21:00 |
247
247
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
248
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-07-02 01:28:21 |
248
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-07-24 02:30:53 |
249
249
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
250
250
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
251
251
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.901"
1
+ export const sdkVersion = "4.0.903"
@@ -809,6 +809,13 @@ ORIGINAL,AS 直接将入参中所填的 InstanceName 传递给 CVM,CVM 可
809
809
  UNIQUE,入参所填的 InstanceName 相当于实例名前缀,AS 和 CVM 会对其进行拓展,伸缩组中实例的 InstanceName 可以保证唯一。
810
810
  */
811
811
  InstanceNameStyle?: string
812
+ /**
813
+ * 云服务器实例名后缀。字符长度为[1,105],且与 InstanceName 的长度和不能超过107。
814
+
815
+ 假设后缀名称为 suffix,原实例名为 test.0,最终实例名为 test.0.suffix。
816
+ 注意:此字段可能返回 null,表示取不到有效值。
817
+ */
818
+ InstanceNameSuffix?: string
812
819
  }
813
820
 
814
821
  /**
@@ -2308,7 +2315,15 @@ export interface DescribeNotificationConfigurationsResponse {
2308
2315
  */
2309
2316
  export interface DataDisk {
2310
2317
  /**
2311
- * 数据盘类型。数据盘类型限制详见[云硬盘类型](https://cloud.tencent.com/document/product/362/2353)。取值范围:<br><li>LOCAL_BASIC:本地硬盘<br><li>LOCAL_SSD:本地SSD硬盘<br><li>CLOUD_BASIC:普通云硬盘<br><li>CLOUD_PREMIUM:高性能云硬盘<br><li>CLOUD_SSD:SSD云硬盘<br><li>CLOUD_HSSD:增强型SSD云硬盘<br><li>CLOUD_TSSD:极速型SSD云硬盘<br><br>默认取值与系统盘类型(SystemDisk.DiskType)保持一致。
2318
+ * 数据盘类型。数据盘类型限制详见[云硬盘类型](https://cloud.tencent.com/document/product/362/2353)。取值范围:
2319
+ <li>LOCAL_BASIC:本地硬盘</li>
2320
+ <li>LOCAL_SSD:本地SSD硬盘</li>
2321
+ <li>CLOUD_BASIC:普通云硬盘</li>
2322
+ <li>CLOUD_PREMIUM:高性能云硬盘</li>
2323
+ <li>CLOUD_SSD:SSD云硬盘</li>
2324
+ <li>CLOUD_HSSD:增强型SSD云硬盘</li>
2325
+ <li>CLOUD_TSSD:极速型SSD云硬盘</li>
2326
+ 默认取值与系统盘类型(SystemDisk.DiskType)保持一致。
2312
2327
  注意:此字段可能返回 null,表示取不到有效值。
2313
2328
  */
2314
2329
  DiskType?: string
@@ -2323,12 +2338,16 @@ export interface DataDisk {
2323
2338
  */
2324
2339
  SnapshotId?: string
2325
2340
  /**
2326
- * 数据盘是否随子机销毁。取值范围:<br><li>TRUE:子机销毁时,销毁数据盘,只支持按小时后付费云盘<br><li>FALSE:子机销毁时,保留数据盘
2341
+ * 数据盘是否随子机销毁。取值范围:
2342
+ <li>TRUE:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li>
2343
+ <li>FALSE:子机销毁时,保留数据盘</li>
2327
2344
  注意:此字段可能返回 null,表示取不到有效值。
2328
2345
  */
2329
2346
  DeleteWithInstance?: boolean
2330
2347
  /**
2331
- * 数据盘是否加密。取值范围:<br><li>TRUE:加密<br><li>FALSE:不加密
2348
+ * 数据盘是否加密。取值范围:
2349
+ <li>TRUE:加密</li>
2350
+ <li>FALSE:不加密</li>
2332
2351
  注意:此字段可能返回 null,表示取不到有效值。
2333
2352
  */
2334
2353
  Encrypt?: boolean
@@ -2338,6 +2357,13 @@ export interface DataDisk {
2338
2357
  注意:此字段可能返回 null,表示取不到有效值。
2339
2358
  */
2340
2359
  ThroughputPerformance?: number
2360
+ /**
2361
+ * 突发性能。是否开启突发性能,默认取值为 false。
2362
+
2363
+ 注:内测中,需提单申请后使用。
2364
+ 注意:此字段可能返回 null,表示取不到有效值。
2365
+ */
2366
+ BurstPerformance?: boolean
2341
2367
  }
2342
2368
 
2343
2369
  /**
@@ -1216,6 +1216,11 @@ export interface RoleInfo {
1216
1216
  注意:此字段可能返回 null,表示取不到有效值。
1217
1217
  */
1218
1218
  Tags?: Array<RoleTags>
1219
+ /**
1220
+ * 角色RoleArn信息
1221
+ 注意:此字段可能返回 null,表示取不到有效值。
1222
+ */
1223
+ RoleArn?: string
1219
1224
  }
1220
1225
 
1221
1226
  /**
@@ -1853,6 +1853,11 @@ export interface SkillGroupInfoItem {
1853
1853
  注意:此字段可能返回 null,表示取不到有效值。
1854
1854
  */
1855
1855
  SkillGroupType?: number
1856
+ /**
1857
+ * 技能组内线号码
1858
+ 注意:此字段可能返回 null,表示取不到有效值。
1859
+ */
1860
+ Alias?: string
1856
1861
  }
1857
1862
 
1858
1863
  /**
@@ -341,6 +341,7 @@ import {
341
341
  ModifyDBInstanceProjectRequest,
342
342
  Bucket,
343
343
  SwitchForUpgradeResponse,
344
+ UpgradeEngineVersionParams,
344
345
  DescribeAccountPrivilegesRequest,
345
346
  CdbSellConfig,
346
347
  DescribeSupportedPrivilegesResponse,
@@ -1298,7 +1299,7 @@ export class Client extends AbstractClient {
1298
1299
  }
1299
1300
 
1300
1301
  /**
1301
- * 本接口(UpgradeDBInstanceEngineVersion)用于升级云数据库实例版本,实例类型支持主实例、灾备实例和只读实例。
1302
+ * 本接口(UpgradeDBInstanceEngineVersion)用于升级云数据库实例版本,实例类型支持主实例、灾备实例和只读实例等。
1302
1303
  */
1303
1304
  async UpgradeDBInstanceEngineVersion(
1304
1305
  req: UpgradeDBInstanceEngineVersionRequest,
@@ -7648,6 +7648,10 @@ export interface UpgradeDBInstanceEngineVersionRequest {
7648
7648
  * 延迟阈值。取值范围1~10
7649
7649
  */
7650
7650
  MaxDelayTime?: number
7651
+ /**
7652
+ * 版本升级支持指定参数
7653
+ */
7654
+ ParamList?: Array<UpgradeEngineVersionParams>
7651
7655
  }
7652
7656
 
7653
7657
  /**
@@ -7723,6 +7727,22 @@ export interface SwitchForUpgradeResponse {
7723
7727
  RequestId?: string
7724
7728
  }
7725
7729
 
7730
+ /**
7731
+ * 5.7升级8.0指定参数的结构
7732
+ */
7733
+ export interface UpgradeEngineVersionParams {
7734
+ /**
7735
+ * 参数名称
7736
+ 注意:此字段可能返回 null,表示取不到有效值。
7737
+ */
7738
+ Name?: string
7739
+ /**
7740
+ * 参数值
7741
+ 注意:此字段可能返回 null,表示取不到有效值。
7742
+ */
7743
+ Value?: string
7744
+ }
7745
+
7726
7746
  /**
7727
7747
  * DescribeAccountPrivileges请求参数结构体
7728
7748
  */
@@ -85,6 +85,7 @@ import {
85
85
  CreateBackUpScheduleRequest,
86
86
  DeleteBackUpDataRequest,
87
87
  DescribeInstanceRequest,
88
+ InstanceDetail,
88
89
  ActionAlterCkUserResponse,
89
90
  AttachCBSSpec,
90
91
  ScheduleStrategy,
@@ -965,6 +965,11 @@ Modify 集群变更中;
965
965
  注意:此字段可能返回 null,表示取不到有效值。
966
966
  */
967
967
  ClickHouseKeeper?: boolean
968
+ /**
969
+ * 实例扩展信息
970
+ 注意:此字段可能返回 null,表示取不到有效值。
971
+ */
972
+ Details?: InstanceDetail
968
973
  }
969
974
 
970
975
  /**
@@ -1765,6 +1770,17 @@ export interface DescribeInstanceRequest {
1765
1770
  IsOpenApi?: boolean
1766
1771
  }
1767
1772
 
1773
+ /**
1774
+ * Instance表detail字段
1775
+ */
1776
+ export interface InstanceDetail {
1777
+ /**
1778
+ * 告警策略是否可用
1779
+ 注意:此字段可能返回 null,表示取不到有效值。
1780
+ */
1781
+ EnableAlarmStrategy?: boolean
1782
+ }
1783
+
1768
1784
  /**
1769
1785
  * ActionAlterCkUser返回参数结构体
1770
1786
  */
@@ -32,6 +32,7 @@ import {
32
32
  DescribeInstanceNodesRequest,
33
33
  ModifyInstanceRequest,
34
34
  ChargeProperties,
35
+ InstanceDetail,
35
36
  ClusterConfigsInfoFromEMR,
36
37
  InstanceNode,
37
38
  CreateInstanceNewResponse,
@@ -384,6 +384,17 @@ export interface ChargeProperties {
384
384
  TimeUnit?: string
385
385
  }
386
386
 
387
+ /**
388
+ * Instance表detail字段
389
+ */
390
+ export interface InstanceDetail {
391
+ /**
392
+ * 告警策略是否可用
393
+ 注意:此字段可能返回 null,表示取不到有效值。
394
+ */
395
+ EnableAlarmStrategy?: boolean
396
+ }
397
+
387
398
  /**
388
399
  * 用于返回XML格式的配置文件和内容以及其他配置文件有关的信息
389
400
  */
@@ -842,6 +853,11 @@ Modify 集群变更中;
842
853
  注意:此字段可能返回 null,表示取不到有效值。
843
854
  */
844
855
  CoolDownBucket?: string
856
+ /**
857
+ * 实例扩展信息
858
+ 注意:此字段可能返回 null,表示取不到有效值。
859
+ */
860
+ Details?: InstanceDetail
845
861
  }
846
862
 
847
863
  /**
@@ -2108,7 +2108,7 @@ timeRollback,时间点回档
2108
2108
  TimeUnit?: string
2109
2109
  /**
2110
2110
  * 包年包月购买是否自动续费,默认为0。
2111
- 0标识默认续费方式,1表示自动续费,2表示手不自动续费。
2111
+ 0标识默认续费方式,1表示自动续费,2表示不自动续费。
2112
2112
  */
2113
2113
  AutoRenewFlag?: number
2114
2114
  /**
@@ -1764,6 +1764,10 @@ export interface StopCompareRequest {
1764
1764
  * 对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9
1765
1765
  */
1766
1766
  CompareTaskId: string
1767
+ /**
1768
+ * 是否强制停止。如果填true,同步任务增量阶段会跳过一致性校验产生的binlog,达到快速恢复任务的效果
1769
+ */
1770
+ ForceStop?: boolean
1767
1771
  }
1768
1772
 
1769
1773
  /**
@@ -141,6 +141,7 @@ import {
141
141
  RegisterInfo,
142
142
  DescribeFileUrlsRequest,
143
143
  FormField,
144
+ CreatePartnerAutoSignAuthUrlResponse,
144
145
  CreateUserAutoSignSealUrlRequest,
145
146
  ModifyFlowDeadlineRequest,
146
147
  UserInfo,
@@ -202,6 +203,7 @@ import {
202
203
  FileInfo,
203
204
  CreateBatchOrganizationRegistrationTasksRequest,
204
205
  CreateUserVerifyUrlRequest,
206
+ CreatePartnerAutoSignAuthUrlRequest,
205
207
  FailedCreateStaffData,
206
208
  CreateExtendedServiceAuthInfosResponse,
207
209
  SubOrgBillUsage,
@@ -572,6 +574,23 @@ export class Client extends AbstractClient {
572
574
  return this.request("CreateFlowGroupByTemplates", req, cb)
573
575
  }
574
576
 
577
+ /**
578
+ * 创建他方自动签授权链接,通过该链接可进入小程序进行合作方企业的自动签授权,若当前企业未开通企业自动签,通过该链接会先引导开通本企业自动签。
579
+ 该接口效果同控制台: 企业设置-> 扩展服务 -> 企业自动签署 -> 合作企业方授权
580
+
581
+
582
+
583
+ 注:
584
+ 1. <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Operator.UserId 需要传递超管或者法人的UserId)
585
+ 2. 已经在授权中或者授权成功的企业,无法重复授权
586
+ */
587
+ async CreatePartnerAutoSignAuthUrl(
588
+ req: CreatePartnerAutoSignAuthUrlRequest,
589
+ cb?: (error: string, rep: CreatePartnerAutoSignAuthUrlResponse) => void
590
+ ): Promise<CreatePartnerAutoSignAuthUrlResponse> {
591
+ return this.request("CreatePartnerAutoSignAuthUrl", req, cb)
592
+ }
593
+
575
594
  /**
576
595
  * 此接口(CreateFlowByFiles)用来通过上传后的pdf资源编号来创建待签署的合同流程。<br/>
577
596
  适用场景:适用非制式的合同文件签署。一般开发者自己有完整的签署文件,可以通过该接口传入完整的PDF文件及流程信息生成待签署的合同流程。<br/>
@@ -4486,6 +4486,28 @@ export interface FormField {
4486
4486
  ComponentName?: string
4487
4487
  }
4488
4488
 
4489
+ /**
4490
+ * CreatePartnerAutoSignAuthUrl返回参数结构体
4491
+ */
4492
+ export interface CreatePartnerAutoSignAuthUrlResponse {
4493
+ /**
4494
+ * 授权链接,以短链形式返回,短链的有效期参考回参中的 ExpiredTime。
4495
+ */
4496
+ Url?: string
4497
+ /**
4498
+ * 从客户小程序或者客户APP跳转至腾讯电子签小程序进行批量签署的跳转路径
4499
+ */
4500
+ MiniAppPath?: string
4501
+ /**
4502
+ * 链接过期时间以 Unix 时间戳格式表示,从生成链接时间起,往后7天有效期。过期后短链将失效,无法打开。
4503
+ */
4504
+ ExpireTime?: number
4505
+ /**
4506
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4507
+ */
4508
+ RequestId?: string
4509
+ }
4510
+
4489
4511
  /**
4490
4512
  * CreateUserAutoSignSealUrl请求参数结构体
4491
4513
  */
@@ -6729,6 +6751,28 @@ export interface CreateUserVerifyUrlRequest {
6729
6751
  UserData?: string
6730
6752
  }
6731
6753
 
6754
+ /**
6755
+ * CreatePartnerAutoSignAuthUrl请求参数结构体
6756
+ */
6757
+ export interface CreatePartnerAutoSignAuthUrlRequest {
6758
+ /**
6759
+ * 被授企业id
6760
+ */
6761
+ AuthorizedOrganizationId?: string
6762
+ /**
6763
+ * 指定印章类型,指定后只能选择该类型的印章进行授权支持以下印章类型:- OFFICIAL : 企业公章- CONTRACT : 合同专用章- FINANCE : 财务专用章- PERSONNEL : 人事专用章
6764
+ */
6765
+ SealTypes?: Array<string>
6766
+ /**
6767
+ * 代理企业和员工的信息。<br/>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
6768
+ */
6769
+ Agent?: Agent
6770
+ /**
6771
+ * 执行本接口操作的员工信息。<br/>注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
6772
+ */
6773
+ Operator?: UserInfo
6774
+ }
6775
+
6732
6776
  /**
6733
6777
  * 创建员工的失败数据
6734
6778
  */
@@ -809,7 +809,7 @@ export interface CheckProxyCreateResponse {
809
809
  /**
810
810
  * 查询能否创建给定配置的通道,1可以创建,0不可创建。
811
811
  */
812
- CheckFlag: number
812
+ CheckFlag?: number
813
813
  /**
814
814
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
815
815
  */
@@ -1614,7 +1614,7 @@ export interface DescribeCountryAreaMappingResponse {
1614
1614
  /**
1615
1615
  * 国家地区编码映射表。
1616
1616
  */
1617
- CountryAreaMappingList: Array<CountryAreaMap>
1617
+ CountryAreaMappingList?: Array<CountryAreaMap>
1618
1618
  /**
1619
1619
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1620
1620
  */
@@ -1757,11 +1757,11 @@ export interface DescribeAccessRegionsResponse {
1757
1757
  /**
1758
1758
  * 加速区域总数
1759
1759
  */
1760
- TotalCount: number
1760
+ TotalCount?: number
1761
1761
  /**
1762
1762
  * 加速区域详情列表
1763
1763
  */
1764
- AccessRegionSet: Array<RegionDetail>
1764
+ AccessRegionSet?: Array<RegionDetail>
1765
1765
  /**
1766
1766
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1767
1767
  */
@@ -3516,21 +3516,21 @@ export interface DescribeRegionAndPriceResponse {
3516
3516
  /**
3517
3517
  * 源站区域总数
3518
3518
  */
3519
- TotalCount: number
3519
+ TotalCount?: number
3520
3520
  /**
3521
3521
  * 源站区域详情列表
3522
3522
  */
3523
- DestRegionSet: Array<RegionDetail>
3523
+ DestRegionSet?: Array<RegionDetail>
3524
3524
  /**
3525
3525
  * 通道带宽费用梯度价格
3526
3526
  */
3527
- BandwidthUnitPrice: Array<BandwidthPriceGradient>
3527
+ BandwidthUnitPrice?: Array<BandwidthPriceGradient>
3528
3528
  /**
3529
3529
  * 带宽价格货币类型:
3530
3530
  CNY 人民币
3531
3531
  USD 美元
3532
3532
  */
3533
- Currency: string
3533
+ Currency?: string
3534
3534
  /**
3535
3535
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3536
3536
  */
@@ -3617,7 +3617,7 @@ export interface DescribeBlackHeaderResponse {
3617
3617
  * 禁用的自定义header列表
3618
3618
  注意:此字段可能返回 null,表示取不到有效值。
3619
3619
  */
3620
- BlackHeaders: Array<string>
3620
+ BlackHeaders?: Array<string>
3621
3621
  /**
3622
3622
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3623
3623
  */
@@ -3903,40 +3903,40 @@ export interface InquiryPriceCreateProxyResponse {
3903
3903
  /**
3904
3904
  * 通道基础费用价格,单位:元/天。
3905
3905
  */
3906
- ProxyDailyPrice: number
3906
+ ProxyDailyPrice?: number
3907
3907
  /**
3908
3908
  * 通道带宽费用梯度价格。
3909
3909
  注意:此字段可能返回 null,表示取不到有效值。
3910
3910
  */
3911
- BandwidthUnitPrice: Array<BandwidthPriceGradient>
3911
+ BandwidthUnitPrice?: Array<BandwidthPriceGradient>
3912
3912
  /**
3913
3913
  * 通道基础费用折扣价格,单位:元/天。
3914
3914
  */
3915
- DiscountProxyDailyPrice: number
3915
+ DiscountProxyDailyPrice?: number
3916
3916
  /**
3917
3917
  * 价格使用的货币,支持人民币,美元等。
3918
3918
  */
3919
- Currency: string
3919
+ Currency?: string
3920
3920
  /**
3921
3921
  * 通道的流量费用价格,单位: 元/GB
3922
3922
  注意:此字段可能返回 null,表示取不到有效值。
3923
3923
  */
3924
- FlowUnitPrice: number
3924
+ FlowUnitPrice?: number
3925
3925
  /**
3926
3926
  * 通道的流量费用折扣价格,单位:元/GB
3927
3927
  注意:此字段可能返回 null,表示取不到有效值。
3928
3928
  */
3929
- DiscountFlowUnitPrice: number
3929
+ DiscountFlowUnitPrice?: number
3930
3930
  /**
3931
3931
  * 精品BGP的带宽费用价格,单位: 元/Mbps/天
3932
3932
  注意:此字段可能返回 null,表示取不到有效值。
3933
3933
  */
3934
- Cn2BandwidthPrice: number
3934
+ Cn2BandwidthPrice?: number
3935
3935
  /**
3936
3936
  * 精品BGP的折后带宽费用价格,单位: 元/Mbps/天
3937
3937
  注意:此字段可能返回 null,表示取不到有效值。
3938
3938
  */
3939
- Cn2BandwidthPriceWithDiscount: number
3939
+ Cn2BandwidthPriceWithDiscount?: number
3940
3940
  /**
3941
3941
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3942
3942
  */