tencentcloud-sdk-nodejs 4.0.916 → 4.0.918

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 (118) hide show
  1. package/CHANGELOG.md +465 -0
  2. package/SERVICE_CHANGELOG.md +545 -13
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +64 -5
  7. package/src/services/btoe/index.ts +2 -2
  8. package/src/services/chdfs/index.ts +2 -2
  9. package/src/services/dbbrain/index.ts +2 -2
  10. package/src/services/dlc/v20210125/dlc_models.ts +54 -1
  11. package/src/services/dts/index.ts +2 -2
  12. package/src/services/eis/index.ts +2 -2
  13. package/src/services/es/v20180416/es_client.ts +3 -2
  14. package/src/services/es/v20180416/es_models.ts +39 -1
  15. package/src/services/ess/v20201111/ess_client.ts +68 -32
  16. package/src/services/ess/v20201111/ess_models.ts +232 -99
  17. package/src/services/essbasic/index.ts +2 -2
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +21 -3
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +517 -464
  20. package/src/services/faceid/v20180301/faceid_models.ts +2 -0
  21. package/src/services/goosefs/v20220519/goosefs_models.ts +24 -3
  22. package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -0
  23. package/src/services/iai/index.ts +2 -2
  24. package/src/services/iotcloud/index.ts +2 -2
  25. package/src/services/iotvideo/index.ts +2 -2
  26. package/src/services/irp/index.ts +2 -2
  27. package/src/services/iss/v20230517/iss_models.ts +27 -0
  28. package/src/services/mgobe/index.ts +2 -2
  29. package/src/services/mna/v20210119/mna_client.ts +12 -0
  30. package/src/services/mna/v20210119/mna_models.ts +42 -0
  31. package/src/services/mongodb/v20190725/mongodb_models.ts +83 -64
  32. package/src/services/ms/v20180408/ms_client.ts +88 -42
  33. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  34. package/src/services/organization/v20210331/organization_client.ts +992 -396
  35. package/src/services/organization/v20210331/organization_models.ts +4192 -1603
  36. package/src/services/tat/v20201028/tat_client.ts +13 -0
  37. package/src/services/tat/v20201028/tat_models.ts +78 -1
  38. package/src/services/tem/index.ts +2 -2
  39. package/src/services/teo/index.ts +2 -2
  40. package/src/services/teo/v20220901/teo_models.ts +2 -3
  41. package/src/services/thpc/index.ts +4 -4
  42. package/src/services/trocket/v20230308/trocket_models.ts +31 -7
  43. package/src/services/trtc/v20190722/trtc_models.ts +10 -0
  44. package/src/services/tsw/index.ts +2 -2
  45. package/src/services/vm/index.ts +2 -2
  46. package/src/services/yunsou/index.ts +2 -2
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +64 -5
  50. package/tencentcloud/services/btoe/index.d.ts +4 -4
  51. package/tencentcloud/services/btoe/index.js +2 -2
  52. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  53. package/tencentcloud/services/chdfs/index.js +2 -2
  54. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  55. package/tencentcloud/services/dbbrain/index.js +2 -2
  56. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +54 -1
  57. package/tencentcloud/services/dts/index.d.ts +4 -4
  58. package/tencentcloud/services/dts/index.js +2 -2
  59. package/tencentcloud/services/eis/index.d.ts +4 -4
  60. package/tencentcloud/services/eis/index.js +2 -2
  61. package/tencentcloud/services/es/v20180416/es_client.d.ts +1 -0
  62. package/tencentcloud/services/es/v20180416/es_client.js +1 -0
  63. package/tencentcloud/services/es/v20180416/es_models.d.ts +39 -1
  64. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +40 -20
  65. package/tencentcloud/services/ess/v20201111/ess_client.js +47 -23
  66. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +228 -99
  67. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  68. package/tencentcloud/services/essbasic/index.js +2 -2
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -1
  70. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -0
  71. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +521 -470
  72. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -0
  73. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +24 -3
  74. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
  75. package/tencentcloud/services/iai/index.d.ts +4 -4
  76. package/tencentcloud/services/iai/index.js +2 -2
  77. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  78. package/tencentcloud/services/iotcloud/index.js +2 -2
  79. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  80. package/tencentcloud/services/iotvideo/index.js +2 -2
  81. package/tencentcloud/services/irp/index.d.ts +4 -4
  82. package/tencentcloud/services/irp/index.js +2 -2
  83. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +27 -0
  84. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  85. package/tencentcloud/services/mgobe/index.js +2 -2
  86. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +5 -1
  87. package/tencentcloud/services/mna/v20210119/mna_client.js +6 -0
  88. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +40 -0
  89. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +83 -64
  90. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +69 -23
  91. package/tencentcloud/services/ms/v20180408/ms_client.js +69 -23
  92. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  93. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +313 -121
  94. package/tencentcloud/services/organization/v20210331/organization_client.js +468 -180
  95. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +4093 -1620
  96. package/tencentcloud/services/tat/v20201028/tat_client.d.ts +5 -1
  97. package/tencentcloud/services/tat/v20201028/tat_client.js +6 -0
  98. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +75 -1
  99. package/tencentcloud/services/tem/index.d.ts +4 -4
  100. package/tencentcloud/services/tem/index.js +2 -2
  101. package/tencentcloud/services/teo/index.d.ts +4 -4
  102. package/tencentcloud/services/teo/index.js +2 -2
  103. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -3
  104. package/tencentcloud/services/thpc/index.d.ts +6 -6
  105. package/tencentcloud/services/thpc/index.js +4 -4
  106. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +31 -7
  107. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +10 -0
  108. package/tencentcloud/services/tsw/index.d.ts +4 -4
  109. package/tencentcloud/services/tsw/index.js +2 -2
  110. package/tencentcloud/services/vm/index.d.ts +4 -4
  111. package/tencentcloud/services/vm/index.js +2 -2
  112. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  113. package/tencentcloud/services/yunsou/index.js +2 -2
  114. package/test/ess.v20201111.test.js +22 -2
  115. package/test/essbasic.v20210526.test.js +10 -0
  116. package/test/mna.v20210119.test.js +10 -0
  117. package/test/organization.v20210331.test.js +605 -125
  118. package/test/tat.v20201028.test.js +10 -0
package/products.md CHANGED
@@ -23,7 +23,7 @@
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-06-25 01:07:59 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-07-26 01:11:20 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-07-19 01:11:48 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-08-14 01:07:50 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2024-03-20 01:08:40 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-04-24 01:05:22 |
@@ -82,7 +82,7 @@
82
82
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
83
83
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-07-15 01:09:18 |
84
84
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-07-11 01:14:04 |
85
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-08-08 01:33:40 |
85
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-08-15 01:32:44 |
86
86
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-07-29 01:33:59 |
87
87
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
88
88
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
@@ -90,23 +90,23 @@
90
90
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-08-06 01:35:34 |
91
91
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
92
92
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-07-24 01:36:02 |
93
- | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-06-07 01:44:56 |
93
+ | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-08-15 01:37:50 |
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 |
96
96
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-07-26 01:38:19 |
97
97
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
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-08-12 01:41:17 |
100
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-08-08 01:41:08 |
101
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-07 01:41:05 |
102
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-09 01:38:33 |
100
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-08-14 01:44:38 |
101
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-15 01:41:24 |
102
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-15 01:42:34 |
103
103
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-07-16 01:16:45 |
104
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-07-31 01:37:45 |
104
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-08-14 01:47:53 |
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
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
- | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-07-10 01:17:00 |
109
+ | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-08-15 01:45:31 |
110
110
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
111
111
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-05-28 01:43:15 |
112
112
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
@@ -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-08-09 01:41:34 |
117
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-08-15 01:45:59 |
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 |
@@ -125,18 +125,18 @@
125
125
  | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-08-13 01:52:20 |
126
126
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
127
127
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
128
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-08-08 01:47:56 |
128
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-08-15 01:48:42 |
129
129
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
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-07-23 01:43:27 |
133
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-08-14 19:42:55 |
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 |
137
137
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-08-01 01:53:15 |
138
138
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-07-26 01:52:51 |
139
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-08-13 02:01:31 |
139
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-08-14 02:01:47 |
140
140
  | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-08-09 01:52:09 |
141
141
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
142
142
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
@@ -146,23 +146,23 @@
146
146
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-03-20 01:20:22 |
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
- | 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-25 01:56:02 |
149
+ | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-08-15 02:00:04 |
150
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-08-14 02:06:02 |
151
151
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-08-05 01:52:14 |
152
152
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-08-02 01:54:19 |
153
153
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
154
- | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
154
+ | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-14 02:10:26 |
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
159
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-23 01:53:12 |
160
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-08-13 02:11:08 |
160
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-08-14 02:11:42 |
161
161
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
162
- | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-13 02:12:50 |
162
+ | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-14 02:13:26 |
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-23 01:55:36 |
165
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-08-15 02:08:21 |
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-08-09 02:01:53 |
168
168
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-08-01 02:05:51 |
@@ -189,7 +189,7 @@
189
189
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-06-12 02:24:32 |
190
190
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-03-22 01:21:43 |
191
191
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2024-03-20 01:24:15 |
192
- | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-06-05 02:12:06 |
192
+ | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-08-14 02:23:52 |
193
193
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
194
194
  | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2024-05-14 02:28:40 |
195
195
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
@@ -208,7 +208,7 @@
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-08-07 02:22:38 |
210
210
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
211
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-07-03 19:33:55 |
211
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-08-15 02:25:29 |
212
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 |
@@ -224,11 +224,11 @@
224
224
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-08-02 02:17:43 |
225
225
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
226
226
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
227
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-08-08 17:17:39 |
227
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-08-14 02:39:09 |
228
228
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
229
229
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
230
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-08-12 02:26:47 |
231
- | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-08-08 02:24:45 |
230
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-08-15 02:31:34 |
231
+ | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-08-15 02:32:11 |
232
232
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-07-30 11:37:37 |
233
233
  | tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
234
234
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
@@ -236,7 +236,7 @@
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
238
  | vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-07-31 02:21:05 |
239
- | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-07-09 01:25:36 |
239
+ | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-08-15 02:35:35 |
240
240
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
241
241
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
242
242
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-08-12 02:30:46 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.916"
1
+ export const sdkVersion = "4.0.918"
@@ -1926,16 +1926,35 @@ export interface UsageRecords {
1926
1926
  /**
1927
1927
  * 使用金额(微分)
1928
1928
  */
1929
- UsedAmount: number
1929
+ UsedAmount?: number
1930
1930
  /**
1931
1931
  * 使用时间
1932
1932
  */
1933
- UsedTime: string
1933
+ UsedTime?: string
1934
1934
  /**
1935
1935
  * 使用记录细节
1936
1936
  注意:此字段可能返回 null,表示取不到有效值。
1937
1937
  */
1938
- UsageDetails: Array<UsageDetails>
1938
+ UsageDetails?: Array<UsageDetails>
1939
+ /**
1940
+ * 付费模式
1941
+ */
1942
+ PayMode?: string
1943
+ /**
1944
+ * 查询的券id
1945
+ 注意:此字段可能返回 null,表示取不到有效值。
1946
+ */
1947
+ VoucherId?: string
1948
+ /**
1949
+ * 交易场景:(adjust:调账、common:正常交易场景)
1950
+ 注意:此字段可能返回 null,表示取不到有效值。
1951
+ */
1952
+ PayScene?: string
1953
+ /**
1954
+ * 唯一id,对应交易:预付费的dealName,调账/后付费的outTradeNo
1955
+ 注意:此字段可能返回 null,表示取不到有效值。
1956
+ */
1957
+ SeqId?: string
1939
1958
  }
1940
1959
 
1941
1960
  /**
@@ -5767,12 +5786,52 @@ export interface UsageDetails {
5767
5786
  * 商品名
5768
5787
  注意:此字段可能返回 null,表示取不到有效值。
5769
5788
  */
5770
- ProductName: string
5789
+ ProductName?: string
5771
5790
  /**
5772
5791
  * 商品细节
5773
5792
  注意:此字段可能返回 null,表示取不到有效值。
5774
5793
  */
5775
- SubProductName: string
5794
+ SubProductName?: string
5795
+ /**
5796
+ * 产品码
5797
+ 注意:此字段可能返回 null,表示取不到有效值。
5798
+ */
5799
+ ProductCode?: string
5800
+ /**
5801
+ * 子产品码
5802
+ 注意:此字段可能返回 null,表示取不到有效值。
5803
+ */
5804
+ SubProductCode?: string
5805
+ /**
5806
+ * 计费项码
5807
+ 注意:此字段可能返回 null,表示取不到有效值。
5808
+ */
5809
+ BillingItemCode?: string
5810
+ /**
5811
+ * 计费细项码
5812
+ 注意:此字段可能返回 null,表示取不到有效值。
5813
+ */
5814
+ SubBillingItemCode?: string
5815
+ /**
5816
+ * 产品英文名
5817
+ 注意:此字段可能返回 null,表示取不到有效值。
5818
+ */
5819
+ ProductEnName?: string
5820
+ /**
5821
+ * 子产品英文名
5822
+ 注意:此字段可能返回 null,表示取不到有效值。
5823
+ */
5824
+ SubProductEnName?: string
5825
+ /**
5826
+ * 结算周期
5827
+ 注意:此字段可能返回 null,表示取不到有效值。
5828
+ */
5829
+ CalcUnit?: string
5830
+ /**
5831
+ * payMode为prepay 且 payScene为common的情况下存在
5832
+ 注意:此字段可能返回 null,表示取不到有效值。
5833
+ */
5834
+ Action?: string
5776
5835
  }
5777
5836
 
5778
5837
  /**
@@ -1,7 +1,7 @@
1
- import { v20210303 } from "./v20210303"
2
1
  import { v20210514 } from "./v20210514"
2
+ import { v20210303 } from "./v20210303"
3
3
 
4
4
  export const btoe = {
5
- v20210303: v20210303,
6
5
  v20210514: v20210514,
6
+ v20210303: v20210303,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20201112 } from "./v20201112"
2
1
  import { v20190718 } from "./v20190718"
2
+ import { v20201112 } from "./v20201112"
3
3
 
4
4
  export const chdfs = {
5
- v20201112: v20201112,
6
5
  v20190718: v20190718,
6
+ v20201112: v20201112,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20191016 } from "./v20191016"
2
1
  import { v20210527 } from "./v20210527"
2
+ import { v20191016 } from "./v20191016"
3
3
 
4
4
  export const dbbrain = {
5
- v20191016: v20191016,
6
5
  v20210527: v20210527,
6
+ v20191016: v20191016,
7
7
  }
@@ -309,6 +309,16 @@ export interface SmartOptimizerLifecyclePolicy {
309
309
  注意:此字段可能返回 null,表示取不到有效值。
310
310
  */
311
311
  DropTable?: boolean
312
+ /**
313
+ * 过期字段
314
+ 注意:此字段可能返回 null,表示取不到有效值。
315
+ */
316
+ ExpiredField?: string
317
+ /**
318
+ * 过期字段格式
319
+ 注意:此字段可能返回 null,表示取不到有效值。
320
+ */
321
+ ExpiredFieldFormat?: string
312
322
  }
313
323
 
314
324
  /**
@@ -836,7 +846,13 @@ export interface UpdateDataEngineRequest {
836
846
  /**
837
847
  * SmartOptimizerWrittenPolicy
838
848
  */
839
- export type SmartOptimizerWrittenPolicy = null
849
+ export interface SmartOptimizerWrittenPolicy {
850
+ /**
851
+ * none/enable/disable/default
852
+ 注意:此字段可能返回 null,表示取不到有效值。
853
+ */
854
+ WrittenEnable?: string
855
+ }
840
856
 
841
857
  /**
842
858
  * DescribeSparkAppJobs请求参数结构体
@@ -4624,33 +4640,50 @@ export interface UpdateRowFilterRequest {
4624
4640
  export interface TColumn {
4625
4641
  /**
4626
4642
  * 字段名称
4643
+ 注意:此字段可能返回 null,表示取不到有效值。
4627
4644
  */
4628
4645
  Name: string
4629
4646
  /**
4630
4647
  * 字段类型
4648
+ 注意:此字段可能返回 null,表示取不到有效值。
4631
4649
  */
4632
4650
  Type: string
4633
4651
  /**
4634
4652
  * 字段描述
4653
+ 注意:此字段可能返回 null,表示取不到有效值。
4635
4654
  */
4636
4655
  Comment?: string
4637
4656
  /**
4638
4657
  * 字段默认值
4658
+ 注意:此字段可能返回 null,表示取不到有效值。
4639
4659
  */
4640
4660
  Default?: string
4641
4661
  /**
4642
4662
  * 字段是否是非空
4663
+ 注意:此字段可能返回 null,表示取不到有效值。
4643
4664
  */
4644
4665
  NotNull?: boolean
4645
4666
  /**
4646
4667
  * 表示整个 numeric 的长度,取值1-38
4668
+ 注意:此字段可能返回 null,表示取不到有效值。
4647
4669
  */
4648
4670
  Precision?: number
4649
4671
  /**
4650
4672
  * 表示小数部分的长度
4651
4673
  Scale小于Precision
4674
+ 注意:此字段可能返回 null,表示取不到有效值。
4652
4675
  */
4653
4676
  Scale?: number
4677
+ /**
4678
+ * 字段位置,小的在前
4679
+ 注意:此字段可能返回 null,表示取不到有效值。
4680
+ */
4681
+ Position?: number
4682
+ /**
4683
+ * 是否为分区字段
4684
+ 注意:此字段可能返回 null,表示取不到有效值。
4685
+ */
4686
+ IsPartition?: boolean
4654
4687
  }
4655
4688
 
4656
4689
  /**
@@ -5465,6 +5498,26 @@ export interface LakeFsInfo {
5465
5498
  * 创建时候的时间戳
5466
5499
  */
5467
5500
  CreateTimeStamp?: number
5501
+ /**
5502
+ * 是否是用户默认桶,0:默认桶,1:非默认桶
5503
+ 注意:此字段可能返回 null,表示取不到有效值。
5504
+ */
5505
+ DefaultBucket?: number
5506
+ /**
5507
+ * 托管存储short name
5508
+ 注意:此字段可能返回 null,表示取不到有效值。
5509
+ */
5510
+ ShortName?: string
5511
+ /**
5512
+ * 桶描述信息
5513
+ 注意:此字段可能返回 null,表示取不到有效值。
5514
+ */
5515
+ Description?: string
5516
+ /**
5517
+ * 托管桶状态,当前取值为:creating、bind、readOnly、isolate
5518
+ 注意:此字段可能返回 null,表示取不到有效值。
5519
+ */
5520
+ Status?: string
5468
5521
  }
5469
5522
 
5470
5523
  /**
@@ -1,7 +1,7 @@
1
- import { v20211206 } from "./v20211206"
2
1
  import { v20180330 } from "./v20180330"
2
+ import { v20211206 } from "./v20211206"
3
3
 
4
4
  export const dts = {
5
- v20211206: v20211206,
6
5
  v20180330: v20180330,
6
+ v20211206: v20211206,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20200715 } from "./v20200715"
2
1
  import { v20210601 } from "./v20210601"
2
+ import { v20200715 } from "./v20200715"
3
3
 
4
4
  export const eis = {
5
- v20200715: v20200715,
6
5
  v20210601: v20210601,
6
+ v20200715: v20200715,
7
7
  }
@@ -511,8 +511,9 @@ export class Client extends AbstractClient {
511
511
  }
512
512
 
513
513
  /**
514
- * 获取serverless实例对应指标,获取space维度时不需要传入indexid,获取index时不需要传入spaceid
515
- */
514
+ * 获取serverless实例对应指标,获取space维度时不需要传入indexid,获取index时不需要传入spaceid
515
+ 获取一段时间时间范围内的指标数据
516
+ */
516
517
  async DescribeServerlessMetrics(
517
518
  req: DescribeServerlessMetricsRequest,
518
519
  cb?: (error: string, rep: DescribeServerlessMetricsResponse) => void
@@ -299,6 +299,10 @@ export interface CreateServerlessSpaceV2Request {
299
299
  * 空间id
300
300
  */
301
301
  ZoneId?: number
302
+ /**
303
+ * 标签信息
304
+ */
305
+ TagList?: Array<TagInfo>
302
306
  }
303
307
 
304
308
  /**
@@ -1059,6 +1063,11 @@ export interface ServerlessSpace {
1059
1063
  注意:此字段可能返回 null,表示取不到有效值。
1060
1064
  */
1061
1065
  ClusterType?: number
1066
+ /**
1067
+ * key:value
1068
+ 注意:此字段可能返回 null,表示取不到有效值。
1069
+ */
1070
+ TagList?: Array<TagInfo>
1062
1071
  }
1063
1072
 
1064
1073
  /**
@@ -1389,9 +1398,13 @@ export interface DescribeServerlessMetricsRequest {
1389
1398
  */
1390
1399
  IndexId?: string
1391
1400
  /**
1392
- * 指标类型,暂时只支持Storage
1401
+ * 指标类型,暂时只支持Storage(存储大小),AllMetric(所有存储指标:索引流量、存储大小、文档数量、读请求和写请求)
1393
1402
  */
1394
1403
  MetricType?: Array<string>
1404
+ /**
1405
+ * 时间长度类型DurationType(1: 3小时, 2: 昨天1天,3: 今日0点到现在)
1406
+ */
1407
+ DurationType?: number
1395
1408
  }
1396
1409
 
1397
1410
  /**
@@ -1510,6 +1523,10 @@ export interface DescribeServerlessSpacesRequest {
1510
1523
  * 分页条数
1511
1524
  */
1512
1525
  Limit?: number
1526
+ /**
1527
+ * 标签信息
1528
+ */
1529
+ TagList?: Array<TagInfo>
1513
1530
  }
1514
1531
 
1515
1532
  /**
@@ -3721,6 +3738,11 @@ export interface ServerlessIndexMetaField {
3721
3738
  * 标签信息
3722
3739
  */
3723
3740
  TagList?: Array<TagInfo>
3741
+ /**
3742
+ * 3782478.47
3743
+ 注意:此字段可能返回 null,表示取不到有效值。
3744
+ */
3745
+ IndexTraffic?: number
3724
3746
  }
3725
3747
 
3726
3748
  /**
@@ -4831,6 +4853,22 @@ export interface DescribeServerlessMetricsResponse {
4831
4853
  * storage指标值,单位byte
4832
4854
  */
4833
4855
  Storage?: number
4856
+ /**
4857
+ * IndexTraffic指标值,单位byte
4858
+ */
4859
+ IndexTraffic?: number
4860
+ /**
4861
+ * 读请求数,单位次数
4862
+ */
4863
+ ReadReqTimes?: number
4864
+ /**
4865
+ * 写请求数,单位次数
4866
+ */
4867
+ WriteReqTimes?: number
4868
+ /**
4869
+ * 文档数量,单位个数
4870
+ */
4871
+ DocCount?: number
4834
4872
  /**
4835
4873
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4836
4874
  */