tencentcloud-sdk-nodejs 4.0.836 → 4.0.838

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 +197 -0
  2. package/SERVICE_CHANGELOG.md +774 -61
  3. package/package.json +1 -1
  4. package/products.md +38 -38
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +3 -4
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +9 -0
  8. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  9. package/src/services/cdb/v20170320/cdb_models.ts +2 -0
  10. package/src/services/cfs/v20190719/cfs_models.ts +2 -2
  11. package/src/services/cfw/v20190904/cfw_client.ts +1 -0
  12. package/src/services/cfw/v20190904/cfw_models.ts +92 -0
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +15 -15
  14. package/src/services/cls/v20201016/cls_models.ts +19 -3
  15. package/src/services/cynosdb/v20190107/cynosdb_models.ts +42 -0
  16. package/src/services/dnspod/v20210323/dnspod_client.ts +8 -3
  17. package/src/services/domain/v20180808/domain_models.ts +16 -0
  18. package/src/services/dsgc/v20190723/dsgc_client.ts +2 -0
  19. package/src/services/dsgc/v20190723/dsgc_models.ts +53 -9
  20. package/src/services/eb/v20210416/eb_client.ts +1 -0
  21. package/src/services/eb/v20210416/eb_models.ts +30 -0
  22. package/src/services/emr/v20190103/emr_models.ts +1 -1
  23. package/src/services/es/v20180416/es_client.ts +25 -9
  24. package/src/services/es/v20180416/es_models.ts +261 -37
  25. package/src/services/ess/v20201111/ess_client.ts +15 -0
  26. package/src/services/ess/v20201111/ess_models.ts +125 -0
  27. package/src/services/facefusion/v20220927/facefusion_models.ts +1 -1
  28. package/src/services/gaap/v20180529/gaap_models.ts +53 -40
  29. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +100 -15
  30. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +419 -124
  31. package/src/services/lcic/v20220817/lcic_models.ts +5 -6
  32. package/src/services/live/v20180801/live_models.ts +13 -0
  33. package/src/services/monitor/v20180724/monitor_models.ts +9 -3
  34. package/src/services/oceanus/v20190422/oceanus_models.ts +1 -1
  35. package/src/services/organization/v20210331/organization_client.ts +183 -36
  36. package/src/services/organization/v20210331/organization_models.ts +598 -52
  37. package/src/services/pts/v20210728/pts_client.ts +1 -1
  38. package/src/services/pts/v20210728/pts_models.ts +8 -3
  39. package/src/services/redis/v20180412/redis_models.ts +7 -0
  40. package/src/services/tke/v20180525/tke_models.ts +5 -0
  41. package/src/services/trocket/v20230308/trocket_client.ts +1 -13
  42. package/src/services/trocket/v20230308/trocket_models.ts +16 -36
  43. package/src/services/tse/v20201207/tse_models.ts +6 -0
  44. package/src/services/vod/v20180717/vod_models.ts +11 -11
  45. package/src/services/wedata/v20210820/wedata_client.ts +388 -1533
  46. package/src/services/wedata/v20210820/wedata_models.ts +10515 -18122
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +3 -4
  50. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +9 -0
  51. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  52. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  53. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -0
  54. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
  55. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +91 -0
  56. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +15 -15
  57. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +19 -3
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +42 -0
  59. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +6 -1
  60. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -1
  61. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +16 -0
  62. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +51 -9
  63. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +29 -0
  64. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
  65. package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
  66. package/tencentcloud/services/es/v20180416/es_client.js +6 -0
  67. package/tencentcloud/services/es/v20180416/es_models.d.ts +255 -37
  68. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  69. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  70. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +120 -0
  71. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +1 -1
  72. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +53 -40
  73. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +31 -3
  74. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +45 -3
  75. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +404 -124
  76. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -6
  77. package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -0
  78. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -3
  79. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +1 -1
  80. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +59 -11
  81. package/tencentcloud/services/organization/v20210331/organization_client.js +87 -15
  82. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +571 -52
  83. package/tencentcloud/services/pts/v20210728/pts_client.d.ts +1 -1
  84. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +8 -3
  85. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +7 -0
  86. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  87. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +1 -5
  88. package/tencentcloud/services/trocket/v20230308/trocket_client.js +0 -6
  89. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +16 -34
  90. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +6 -0
  91. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +11 -11
  92. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +109 -494
  93. package/tencentcloud/services/wedata/v20210820/wedata_client.js +149 -708
  94. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +8892 -16261
  95. package/test/es.v20180416.test.js +10 -0
  96. package/test/ess.v20201111.test.js +10 -0
  97. package/test/iotexplorer.v20190423.test.js +72 -2
  98. package/test/organization.v20210331.test.js +130 -10
  99. package/test/trocket.v20230308.test.js +0 -10
  100. package/test/wedata.v20210820.test.js +96 -966
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.836",
3
+ "version": "4.0.838",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -6,11 +6,11 @@
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-03-20 01:07:31 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-03-27 01:07:50 |
9
- | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-04-16 01:03:52 |
9
+ | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-04-18 11:33:18 |
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-03-20 01:07:34 |
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) | 2024-04-12 01:07:18 |
13
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2024-04-19 01:07:51 |
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 |
@@ -36,11 +36,11 @@
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
37
37
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-03-20 01:09:14 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-04-11 01:08:49 |
39
- | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-03-20 01:09:27 |
39
+ | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-04-18 01:13:03 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-03-20 01:09:28 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
42
42
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-04-16 01:05:49 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-04-12 01:09:15 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-04-19 01:10:10 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-04-12 01:09:42 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-03-20 01:10:22 |
@@ -48,19 +48,19 @@
48
48
  | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-04-09 01:09:52 |
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
50
50
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-04-10 01:10:22 |
51
- | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-03-20 01:10:34 |
52
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-03-20 01:10:40 |
51
+ | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-04-18 01:14:25 |
52
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-04-19 01:11:12 |
53
53
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
54
54
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2024-03-20 01:10:58 |
55
55
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
56
56
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
57
57
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
58
- | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-04-12 01:10:35 |
58
+ | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-04-17 01:08:31 |
59
59
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-03-28 01:11:53 |
60
60
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
61
61
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
62
62
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-04-12 01:11:02 |
63
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-03-27 01:12:06 |
63
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-04-18 01:15:20 |
64
64
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
65
65
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-03-20 01:12:14 |
66
66
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-03-20 01:12:16 |
@@ -72,7 +72,7 @@
72
72
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-04-08 01:11:44 |
73
73
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-03-29 01:13:05 |
74
74
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
75
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-03-29 01:14:11 |
75
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-04-19 01:14:12 |
76
76
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-03-27 01:14:18 |
77
77
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
78
78
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -81,32 +81,32 @@
81
81
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-20 01:14:27 |
82
82
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-03-20 01:14:30 |
83
83
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-03-28 01:14:58 |
84
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-03-20 01:14:57 |
85
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-04-16 01:10:26 |
84
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-04-19 01:15:26 |
85
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-04-19 01:15:37 |
86
86
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-03-20 01:15:11 |
87
87
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
88
- | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-04-10 01:14:15 |
88
+ | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-04-17 01:12:45 |
89
89
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
90
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-04-16 01:10:56 |
91
- | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-03-20 01:15:46 |
90
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-04-19 01:16:19 |
91
+ | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-04-18 01:19:26 |
92
92
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-20 01:15:51 |
93
93
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
94
94
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-03-20 01:15:56 |
95
95
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-03-20 01:16:13 |
96
96
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
97
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-03-27 01:16:55 |
98
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-04-11 16:23:06 |
99
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-04-16 01:12:05 |
97
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-04-17 01:13:44 |
98
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-04-19 01:17:21 |
99
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-04-17 01:14:00 |
100
100
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-04-15 01:41:39 |
101
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-03-20 01:17:05 |
101
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-04-18 01:20:43 |
102
102
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-04-12 01:15:49 |
103
103
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-20 01:17:11 |
104
104
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
105
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-04-04 01:15:50 |
105
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-04-17 01:14:36 |
106
106
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-03-20 01:17:27 |
107
107
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-03-20 01:17:31 |
108
108
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
109
- | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-04-10 01:16:17 |
109
+ | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-04-19 01:18:29 |
110
110
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
111
111
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
112
112
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-03-22 01:16:13 |
@@ -123,19 +123,19 @@
123
123
  | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-04-03 11:20:41 |
124
124
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
125
125
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-03-20 01:18:04 |
126
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-03-28 01:18:46 |
126
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-04-17 01:15:33 |
127
127
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
128
128
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-03-20 01:18:42 |
129
129
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
130
130
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
131
- | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-04-11 01:17:04 |
131
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-04-17 01:16:40 |
132
132
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-03-20 01:19:17 |
133
133
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
134
- | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-03-20 01:19:25 |
135
- | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-16 01:14:56 |
134
+ | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
135
+ | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-18 01:23:16 |
136
136
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-04-09 01:17:37 |
137
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-04-11 01:17:46 |
138
- | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-04-16 01:15:35 |
137
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-04-19 01:20:58 |
138
+ | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-04-19 01:21:32 |
139
139
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
140
140
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
141
141
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
@@ -145,26 +145,26 @@
145
145
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
146
146
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-03-20 01:20:23 |
147
147
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-04-12 01:19:07 |
148
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-09 01:18:23 |
149
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-04-15 01:57:02 |
148
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-18 01:24:29 |
149
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-04-19 01:22:14 |
150
150
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-04-02 01:19:24 |
151
151
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-04-03 11:24:07 |
152
152
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-04-01 01:22:02 |
153
- | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-03-20 01:21:32 |
153
+ | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
154
154
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
155
155
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-03-20 01:21:33 |
156
156
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
157
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-03-26 01:21:37 |
157
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-04-19 01:23:09 |
158
158
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-04-16 01:17:03 |
159
159
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-04-03 11:24:43 |
160
- | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-04-10 01:20:13 |
160
+ | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-04-19 01:23:37 |
161
161
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
162
162
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
163
163
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-03-20 01:22:26 |
164
164
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-03-20 01:22:42 |
165
- | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-03-27 01:23:10 |
165
+ | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-04-19 01:24:07 |
166
166
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-04-16 01:17:50 |
167
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-04-12 01:21:07 |
167
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-04-19 01:24:17 |
168
168
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-03-20 01:23:06 |
169
169
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
170
170
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -200,7 +200,7 @@
200
200
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
201
201
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-03-20 01:24:49 |
202
202
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-03-20 01:24:52 |
203
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-03-20 01:25:06 |
203
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-04-19 01:26:53 |
204
204
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
205
205
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-03-20 01:25:51 |
206
206
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-04-02 01:23:41 |
@@ -222,23 +222,23 @@
222
222
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-04-02 01:25:21 |
223
223
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
224
224
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
225
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-04-04 01:25:24 |
225
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-04-18 01:31:47 |
226
226
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-03-26 01:27:42 |
227
227
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
228
228
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-04-15 02:23:53 |
229
- | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-04-02 01:25:46 |
229
+ | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-04-18 11:38:39 |
230
230
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-03-20 01:29:39 |
231
231
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
232
232
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-04-02 01:26:37 |
233
233
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
234
234
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-03-20 01:30:12 |
235
235
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
236
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-04-16 01:23:45 |
236
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-04-19 01:30:53 |
237
237
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-04-08 01:27:01 |
238
238
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
239
239
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-03-20 01:31:28 |
240
240
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
241
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-04-12 01:28:34 |
241
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-04-18 15:07:41 |
242
242
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-04-03 11:34:07 |
243
243
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
244
244
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-03-20 01:33:11 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.836"
1
+ export const sdkVersion = "4.0.838"
@@ -61,10 +61,9 @@ export interface SubmitTextToImageProJobRequest {
61
61
  */
62
62
  LogoAdd?: number
63
63
  /**
64
- * 文生图引擎,默认使用engine1。
65
- 取值:
66
- engine1
67
- engine2
64
+ * 文生图模型,默认使用engine1。
65
+ engine1:文生图(高级版)-混元
66
+ engine2:文生图(高级版)
68
67
  */
69
68
  Engine?: string
70
69
  /**
@@ -652,6 +652,10 @@ export interface DescribeListBGPInstancesRequest {
652
652
 
653
653
  */
654
654
  FilterPlanCntFlag?: number
655
+ /**
656
+ * 是否跨区域产品 0: 不包含跨区域产品 1: 中国大陆跨区域产品 2: 非中国大陆跨区域产品 3: 包含全部
657
+ */
658
+ FilterTransRegionFlag?: number
655
659
  }
656
660
 
657
661
  /**
@@ -5464,6 +5468,11 @@ export interface BGPInstance {
5464
5468
  注意:此字段可能返回 null,表示取不到有效值。
5465
5469
  */
5466
5470
  PlanCntFlag?: number
5471
+ /**
5472
+ * 是否跨区域产品 0: 不包含跨区域产品 1: 中国大陆跨区域产品 2: 非中国大陆跨区域产品
5473
+ 注意:此字段可能返回 null,表示取不到有效值。
5474
+ */
5475
+ TransRegionFlag?: number
5467
5476
  /**
5468
5477
  * 是否为超级高防包
5469
5478
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2072,7 +2072,7 @@ export class Client extends AbstractClient {
2072
2072
  }
2073
2073
 
2074
2074
  /**
2075
- * 本接口(UpgradeDBInstance)用于升级或降级云数据库实例的配置,实例类型支持主实例、灾备实例和只读实例。
2075
+ * 本接口(UpgradeDBInstance)用于升级或降级云数据库实例的配置,实例类型支持主实例、灾备实例和只读实例。如果进行迁移业务,请一定填写实例规格(CPU、内存),不然系统会默认以最小允许规格传参。
2076
2076
  */
2077
2077
  async UpgradeDBInstance(
2078
2078
  req: UpgradeDBInstanceRequest,
@@ -1670,6 +1670,7 @@ export interface UpgradeDBInstanceRequest {
1670
1670
  InstanceId: string
1671
1671
  /**
1672
1672
  * 升级后的内存大小,单位:MB,为保证传入 Memory 值有效,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/product/236/17229) 接口获取可升级的内存规格。
1673
+ 说明:如果进行迁移业务,请一定填写实例规格(CPU、内存),不然系统会默认以最小允许规格传参。
1673
1674
  */
1674
1675
  Memory: number
1675
1676
  /**
@@ -1710,6 +1711,7 @@ export interface UpgradeDBInstanceRequest {
1710
1711
  DeviceType?: string
1711
1712
  /**
1712
1713
  * 升级后的实例cpu核数,如果不传将根据 Memory 指定的内存值自动填充最小允许规格的cpu值。
1714
+ 说明:如果进行迁移业务,请一定填写实例规格(CPU、内存),不然系统会默认以最小允许规格传参。
1713
1715
  */
1714
1716
  Cpu?: number
1715
1717
  /**
@@ -410,7 +410,7 @@ export interface FileSystemInfo {
410
410
  */
411
411
  SizeByte?: number
412
412
  /**
413
- * 文件系统最大空间限制。单位:GiB
413
+ * 文件系统空间限制。单位:GiB
414
414
  */
415
415
  SizeLimit?: number
416
416
  /**
@@ -462,7 +462,7 @@ export interface FileSystemInfo {
462
462
  */
463
463
  BandwidthLimit?: number
464
464
  /**
465
- * 文件系统总容量
465
+ * 文件系统容量规格上限
466
466
  单位:GiB
467
467
  */
468
468
  Capacity?: number
@@ -266,6 +266,7 @@ import {
266
266
  CreateVpcFwGroupRequest,
267
267
  CreateNatFwInstanceWithDomainRequest,
268
268
  RemoveVpcAcRuleRequest,
269
+ TagInfo,
269
270
  DescribeResourceGroupResponse,
270
271
  DeleteAddressTemplateResponse,
271
272
  CreateBlockIgnoreRuleListResponse,
@@ -1348,6 +1348,18 @@ export interface ExpandCfwVerticalRequest {
1348
1348
  * 防火墙实例id
1349
1349
  */
1350
1350
  CfwInstance?: string
1351
+ /**
1352
+ * 弹性开关 1打开 0 关闭
1353
+ */
1354
+ ElasticSwitch?: number
1355
+ /**
1356
+ * 弹性带宽上限,单位Mbps
1357
+ */
1358
+ ElasticBandwidth?: number
1359
+ /**
1360
+ * 按量计费标签
1361
+ */
1362
+ Tags?: Array<TagInfo>
1351
1363
  }
1352
1364
 
1353
1365
  /**
@@ -2197,6 +2209,38 @@ export interface VpcFwInstanceInfo {
2197
2209
  注意:此字段可能返回 null,表示取不到有效值。
2198
2210
  */
2199
2211
  TrafficMode?: string
2212
+ /**
2213
+ * 引擎预约升级时间
2214
+ 注意:此字段可能返回 null,表示取不到有效值。
2215
+ */
2216
+ ReserveTime?: string
2217
+ /**
2218
+ * 预约引擎升级版本
2219
+ 注意:此字段可能返回 null,表示取不到有效值。
2220
+ */
2221
+ ReserveVersion?: string
2222
+ /**
2223
+ * 引擎预约升级版本状态
2224
+ 注意:此字段可能返回 null,表示取不到有效值。
2225
+ */
2226
+ ReserveVersionState?: string
2227
+ /**
2228
+ * 弹性开关 1打开 0关闭
2229
+ 注意:此字段可能返回 null,表示取不到有效值。
2230
+ */
2231
+ ElasticSwitch?: number
2232
+ /**
2233
+ * 弹性带宽,单位Mbps
2234
+ 注意:此字段可能返回 null,表示取不到有效值。
2235
+ */
2236
+ ElasticBandwidth?: number
2237
+ /**
2238
+ * 是否首次开通按量付费
2239
+ 1 是
2240
+ 0 不是
2241
+ 注意:此字段可能返回 null,表示取不到有效值。
2242
+ */
2243
+ IsFirstAfterPay?: number
2200
2244
  }
2201
2245
 
2202
2246
  /**
@@ -2372,6 +2416,40 @@ export interface NatInstanceInfo {
2372
2416
  注意:此字段可能返回 null,表示取不到有效值。
2373
2417
  */
2374
2418
  ZoneBak?: string
2419
+ /**
2420
+ * 引擎预约升级时间
2421
+ 注意:此字段可能返回 null,表示取不到有效值。
2422
+ */
2423
+ ReserveTime?: string
2424
+ /**
2425
+ * 引擎预约升级版本
2426
+ 注意:此字段可能返回 null,表示取不到有效值。
2427
+ */
2428
+ ReserveVersion?: string
2429
+ /**
2430
+ * 引擎预约升级版本状态
2431
+ 注意:此字段可能返回 null,表示取不到有效值。
2432
+ */
2433
+ ReserveVersionState?: string
2434
+ /**
2435
+ * 弹性开关
2436
+ 1 打开
2437
+ 0 关闭
2438
+ 注意:此字段可能返回 null,表示取不到有效值。
2439
+ */
2440
+ ElasticSwitch?: number
2441
+ /**
2442
+ * 弹性带宽,单位Mbps
2443
+ 注意:此字段可能返回 null,表示取不到有效值。
2444
+ */
2445
+ ElasticBandwidth?: number
2446
+ /**
2447
+ * 是否首次开通按量付费
2448
+ 1 是
2449
+ 0 不是
2450
+ 注意:此字段可能返回 null,表示取不到有效值。
2451
+ */
2452
+ IsFirstAfterPay?: number
2375
2453
  }
2376
2454
 
2377
2455
  /**
@@ -6507,6 +6585,20 @@ export interface RemoveVpcAcRuleRequest {
6507
6585
  RuleUuids: Array<number | bigint>
6508
6586
  }
6509
6587
 
6588
+ /**
6589
+ * 标签信息
6590
+ */
6591
+ export interface TagInfo {
6592
+ /**
6593
+ * 目标key
6594
+ */
6595
+ TagKey?: string
6596
+ /**
6597
+ * 目标值
6598
+ */
6599
+ TagValue?: string
6600
+ }
6601
+
6510
6602
  /**
6511
6603
  * DescribeResourceGroup返回参数结构体
6512
6604
  */
@@ -22,69 +22,69 @@ export interface TopicDetail {
22
22
  /**
23
23
  * 主题名称
24
24
  */
25
- TopicName: string
25
+ TopicName?: string
26
26
  /**
27
27
  * 主题ID
28
28
  */
29
- TopicId: string
29
+ TopicId?: string
30
30
  /**
31
31
  * 分区数
32
32
  */
33
- PartitionNum: number
33
+ PartitionNum?: number
34
34
  /**
35
35
  * 副本数
36
36
  */
37
- ReplicaNum: number
37
+ ReplicaNum?: number
38
38
  /**
39
39
  * 备注
40
40
  注意:此字段可能返回 null,表示取不到有效值。
41
41
  */
42
- Note: string
42
+ Note?: string
43
43
  /**
44
44
  * 创建时间
45
45
  */
46
- CreateTime: number
46
+ CreateTime?: number
47
47
  /**
48
48
  * 是否开启ip鉴权白名单,true表示开启,false表示不开启
49
49
  */
50
- EnableWhiteList: boolean
50
+ EnableWhiteList?: boolean
51
51
  /**
52
52
  * ip白名单中ip个数
53
53
  */
54
- IpWhiteListCount: number
54
+ IpWhiteListCount?: number
55
55
  /**
56
56
  * 数据备份cos bucket: 转存到cos 的bucket地址
57
57
  注意:此字段可能返回 null,表示取不到有效值。
58
58
  */
59
- ForwardCosBucket: string
59
+ ForwardCosBucket?: string
60
60
  /**
61
61
  * 数据备份cos 状态: 1 不开启数据备份,0 开启数据备份
62
62
  */
63
- ForwardStatus: number
63
+ ForwardStatus?: number
64
64
  /**
65
65
  * 数据备份到cos的周期频率
66
66
  */
67
- ForwardInterval: number
67
+ ForwardInterval?: number
68
68
  /**
69
69
  * 高级配置
70
70
  注意:此字段可能返回 null,表示取不到有效值。
71
71
  */
72
- Config: Config
72
+ Config?: Config
73
73
  /**
74
74
  * 消息保留时间配置(用于动态配置变更记录)
75
75
  注意:此字段可能返回 null,表示取不到有效值。
76
76
  */
77
- RetentionTimeConfig: TopicRetentionTimeConfigRsp
77
+ RetentionTimeConfig?: TopicRetentionTimeConfigRsp
78
78
  /**
79
79
  * 0:正常,1:已删除,2:删除中
80
80
  注意:此字段可能返回 null,表示取不到有效值。
81
81
  */
82
- Status: number
82
+ Status?: number
83
83
  /**
84
84
  * 标签列表
85
85
  注意:此字段可能返回 null,表示取不到有效值。
86
86
  */
87
- Tags: Array<Tag>
87
+ Tags?: Array<Tag>
88
88
  }
89
89
 
90
90
  /**
@@ -1167,11 +1167,27 @@ export interface DescribeScheduledSqlInfoResponse {
1167
1167
  */
1168
1168
  export interface CallBackInfo {
1169
1169
  /**
1170
- * 回调时的Body
1170
+ * 回调时的Body
1171
+ 可将各类告警变量放在请求内容中,详见[帮助文档](https://cloud.tencent.com/document/product/614/74718)。
1172
+ 如下示例:
1173
+
1174
+ ```
1175
+ {
1176
+ "TopicId": "{{ .QueryLog[0][0].topicId }}",
1177
+ "key": "{{.Alarm}}",
1178
+ "time": "{{ .QueryLog[0][0].time }}",
1179
+ "log": "{{ .QueryLog[0][0].content.__CONTENT__ }}",
1180
+ "namespace": "{{ .QueryLog[0][0].content.__TAG__.namespace }}"
1181
+ }
1182
+ ```
1171
1183
  */
1172
1184
  Body: string
1173
1185
  /**
1174
- * 回调时的Headers
1186
+ * 回调时的HTTP请求头部字段。
1187
+ 例如:下面请求头部字段来告知服务器请求主体的内容类型为JSON。
1188
+ ```
1189
+ "Content-Type: application/json"
1190
+ ```
1175
1191
  注意:此字段可能返回 null,表示取不到有效值。
1176
1192
  */
1177
1193
  Headers?: Array<string>
@@ -3127,7 +3143,7 @@ export interface CreateDeliverCloudFunctionRequest {
3127
3143
  */
3128
3144
  TopicId: string
3129
3145
  /**
3130
- * 投递的云函数名字
3146
+ * 投递的云函数名字。仅支持[事件函数](https://cloud.tencent.com/document/product/583/9694#scf-.E4.BA.8B.E4.BB.B6.E5.87.BD.E6.95.B0) ([函数类型选型](https://cloud.tencent.com/document/product/583/73483))
3131
3147
  */
3132
3148
  FunctionName: string
3133
3149
  /**
@@ -1286,6 +1286,48 @@ export interface SlowQueriesItem {
1286
1286
  * sql语句md5
1287
1287
  */
1288
1288
  SqlMd5?: string
1289
+ /**
1290
+ * 远程读取次数
1291
+ 数据库内核版本大于3.1.12
1292
+ 注意:此字段可能返回 null,表示取不到有效值。
1293
+ */
1294
+ SyncReadCountRemote?: number
1295
+ /**
1296
+ * 远程读取的字节数
1297
+ 数据库内核版本大于3.1.12
1298
+ 注意:此字段可能返回 null,表示取不到有效值。
1299
+ */
1300
+ SyncReadBytesRemote?: number
1301
+ /**
1302
+ * 远程读取所花费的时间(微秒)
1303
+ 数据库内核版本大于3.1.12
1304
+ 注意:此字段可能返回 null,表示取不到有效值。
1305
+ */
1306
+ SyncReadTimeRemote?: number
1307
+ /**
1308
+ * 远程写入次数
1309
+ 数据库内核版本大于3.1.12
1310
+ 注意:此字段可能返回 null,表示取不到有效值。
1311
+ */
1312
+ SyncWriteCountRemote?: number
1313
+ /**
1314
+ * 远程写入的字节数。
1315
+ 数据库内核版本大于3.1.12
1316
+ 注意:此字段可能返回 null,表示取不到有效值。
1317
+ */
1318
+ SyncWriteBytesRemote?: number
1319
+ /**
1320
+ * 远程写入所花费的时间(微秒)。
1321
+ 数据库内核版本大于3.1.12
1322
+ 注意:此字段可能返回 null,表示取不到有效值。
1323
+ */
1324
+ SyncWriteTimeRemote?: number
1325
+ /**
1326
+ * 事务提交延迟(微秒)
1327
+ 数据库内核版本大于3.1.12
1328
+ 注意:此字段可能返回 null,表示取不到有效值。
1329
+ */
1330
+ TrxCommitDelay?: number
1289
1331
  }
1290
1332
 
1291
1333
  /**
@@ -224,7 +224,9 @@ export class Client extends AbstractClient {
224
224
 
225
225
  /**
226
226
  * 获取某个域名下的解析记录列表
227
- 备注:新添加的解析记录存在短暂的索引延迟,如果查询不到新增记录,请在 30 秒后重试
227
+ 备注:
228
+ 1. 新添加的解析记录存在短暂的索引延迟,如果查询不到新增记录,请在 30 秒后重试
229
+ 2. API获取的记录总条数会比控制台多2条,原因是: 为了防止用户误操作导致解析服务不可用,对2021-10-29 14:24:26之后添加的域名,在控制台都不显示这2条NS记录。
228
230
  */
229
231
  async DescribeRecordList(
230
232
  req: DescribeRecordListRequest,
@@ -484,8 +486,11 @@ export class Client extends AbstractClient {
484
486
  }
485
487
 
486
488
  /**
487
- * 获取某个域名下的解析记录列表
488
- */
489
+ * 获取某个域名下的解析记录列表
490
+ 备注:
491
+ 1. 新添加的解析记录存在短暂的索引延迟,如果查询不到新增记录,请在 30 秒后重试
492
+ 2. API获取的记录总条数会比控制台多2条,原因是: 为了防止用户误操作导致解析服务不可用,对2021-10-29 14:24:26之后添加的域名,在控制台都不显示这2条NS记录。
493
+ */
489
494
  async DescribeRecordFilterList(
490
495
  req: DescribeRecordFilterListRequest,
491
496
  cb?: (error: string, rep: DescribeRecordFilterListResponse) => void