tencentcloud-sdk-nodejs 4.0.896 → 4.0.898

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 (89) hide show
  1. package/CHANGELOG.md +330 -0
  2. package/SERVICE_CHANGELOG.md +411 -40
  3. package/package.json +1 -1
  4. package/products.md +24 -23
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +2 -1
  7. package/src/services/cbs/v20170312/cbs_client.ts +31 -19
  8. package/src/services/cbs/v20170312/cbs_models.ts +47 -16
  9. package/src/services/cdc/v20201214/cdc_models.ts +59 -20
  10. package/src/services/cdz/index.ts +5 -0
  11. package/src/services/cdz/v20221123/cdz_client.ts +58 -0
  12. package/src/services/cdz/v20221123/cdz_models.ts +161 -0
  13. package/src/services/cdz/v20221123/index.ts +6 -0
  14. package/src/services/clb/v20180317/clb_models.ts +4 -0
  15. package/src/services/cvm/v20170312/cvm_models.ts +10 -10
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  17. package/src/services/dasb/v20191018/dasb_models.ts +2 -2
  18. package/src/services/dlc/v20210125/dlc_models.ts +9 -1
  19. package/src/services/es/v20180416/es_models.ts +9 -1
  20. package/src/services/ess/v20201111/ess_models.ts +7 -13
  21. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -4
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -8
  23. package/src/services/facefusion/v20220927/facefusion_models.ts +20 -7
  24. package/src/services/gaap/v20180529/gaap_models.ts +9 -0
  25. package/src/services/hunyuan/v20230901/hunyuan_client.ts +34 -21
  26. package/src/services/hunyuan/v20230901/hunyuan_models.ts +73 -14
  27. package/src/services/index.ts +1 -0
  28. package/src/services/lcic/v20220817/lcic_models.ts +9 -1
  29. package/src/services/lke/v20231130/lke_client.ts +1 -1
  30. package/src/services/monitor/v20180724/monitor_models.ts +108 -39
  31. package/src/services/mps/v20190612/mps_client.ts +1 -1
  32. package/src/services/mps/v20190612/mps_models.ts +11 -9
  33. package/src/services/tdmq/v20200217/tdmq_client.ts +37 -0
  34. package/src/services/tdmq/v20200217/tdmq_models.ts +144 -0
  35. package/src/services/tsi/v20210325/tsi_client.ts +15 -2
  36. package/src/services/vpc/v20170312/vpc_client.ts +2556 -2352
  37. package/src/services/vpc/v20170312/vpc_models.ts +1104 -345
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -1
  41. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +14 -10
  42. package/tencentcloud/services/cbs/v20170312/cbs_client.js +17 -11
  43. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +45 -16
  44. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +59 -20
  45. package/tencentcloud/services/cdz/index.d.ts +6 -0
  46. package/tencentcloud/services/cdz/index.js +7 -0
  47. package/tencentcloud/services/cdz/v20221123/cdz_client.d.ts +18 -0
  48. package/tencentcloud/services/cdz/v20221123/cdz_client.js +43 -0
  49. package/tencentcloud/services/cdz/v20221123/cdz_models.d.ts +138 -0
  50. package/tencentcloud/services/cdz/v20221123/cdz_models.js +18 -0
  51. package/tencentcloud/services/cdz/v20221123/index.d.ts +6 -0
  52. package/tencentcloud/services/cdz/v20221123/index.js +9 -0
  53. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  54. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +10 -10
  55. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  56. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +2 -2
  57. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +9 -1
  58. package/tencentcloud/services/es/v20180416/es_models.d.ts +9 -1
  59. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +7 -13
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -4
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -4
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -8
  63. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +20 -7
  64. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +9 -0
  65. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +17 -12
  66. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +21 -14
  67. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +70 -13
  68. package/tencentcloud/services/index.d.ts +1 -0
  69. package/tencentcloud/services/index.js +2 -0
  70. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +9 -1
  71. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
  72. package/tencentcloud/services/lke/v20231130/lke_client.js +1 -1
  73. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +108 -39
  74. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  75. package/tencentcloud/services/mps/v20190612/mps_client.js +1 -1
  76. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +11 -9
  77. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +13 -1
  78. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -0
  79. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +137 -0
  80. package/tencentcloud/services/tsi/v20210325/tsi_client.d.ts +14 -1
  81. package/tencentcloud/services/tsi/v20210325/tsi_client.js +14 -1
  82. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1007 -920
  83. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1362 -1249
  84. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1068 -348
  85. package/test/cbs.v20170312.test.js +14 -4
  86. package/test/cdz.v20221123.test.js +41 -0
  87. package/test/hunyuan.v20230901.test.js +14 -4
  88. package/test/tdmq.v20200217.test.js +30 -0
  89. package/test/vpc.v20170312.test.js +796 -666
@@ -1,26 +1,36 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云硬盘(cbs) 版本:2017-03-12
3
+ ## 本地专用集群(cdc) 版本:2020-12-14
4
4
 
5
- ### 第 56 次发布
5
+ ### 第 10 次发布
6
6
 
7
- 发布时间:2024-07-15 01:04:45
7
+ 发布时间:2024-07-17 01:09:51
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- <font color="#dd0000">**预下线接口**:</font>
13
+ 修改接口:
14
14
 
15
- * GetSnapOverview
15
+ * [DescribeDedicatedClusterOrders](https://cloud.tencent.com/document/api/1346/73761)
16
16
 
17
+ * 新增入参:OrderTypes
17
18
 
18
19
 
19
- ## 全球应用加速(gaap) 版本:2018-05-29
20
+ 修改数据结构:
20
21
 
21
- ### 第 48 次发布
22
+ * [DedicatedClusterOrder](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterOrder)
23
+
24
+ * 新增成员:CheckStatus, DeliverExpectTime, DeliverFinishTime, CheckExpectTime, CheckFinishTime, OrderSLA, OrderPayPlan
22
25
 
23
- 发布时间:2024-07-15 01:12:05
26
+
27
+
28
+
29
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
30
+
31
+ ### 第 97 次发布
32
+
33
+ 发布时间:2024-07-17 01:14:09
24
34
 
25
35
  本次发布包含了以下内容:
26
36
 
@@ -28,18 +38,18 @@
28
38
 
29
39
  修改接口:
30
40
 
31
- * [DescribeTaskStatus](https://cloud.tencent.com/document/api/608/108598)
41
+ * [DescribeDataEngineImageVersions](https://cloud.tencent.com/document/api/1342/99270)
32
42
 
33
- * 新增入参:TaskId
43
+ * 新增入参:Sort, Asc
34
44
 
35
45
 
36
46
 
37
47
 
38
- ## 物联网开发平台(iotexplorer) 版本:2019-04-23
48
+ ## Elasticsearch Service(es) 版本:2018-04-16
39
49
 
40
- ### 第 74 次发布
50
+ ### 第 62 次发布
41
51
 
42
- 发布时间:2024-07-15 01:13:08
52
+ 发布时间:2024-07-17 01:15:53
43
53
 
44
54
  本次发布包含了以下内容:
45
55
 
@@ -47,31 +57,37 @@
47
57
 
48
58
  修改接口:
49
59
 
50
- * [DescribeTopicRule](https://cloud.tencent.com/document/api/1081/50231)
60
+ * [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
51
61
 
52
- * 新增出参:CamTag
62
+ * 新增入参:ShardAllocationConcurrents, ShardAllocationBytes
53
63
 
54
- * [GetDeviceList](https://cloud.tencent.com/document/api/1081/37653)
55
64
 
56
- * 新增入参:Filters
57
65
 
58
- * [SearchStudioProduct](https://cloud.tencent.com/document/api/1081/34981)
59
66
 
60
- * 新增入参:Filters
67
+ ## 全球应用加速(gaap) 版本:2018-05-29
61
68
 
69
+ ### 第 49 次发布
62
70
 
63
- 新增数据结构:
71
+ 发布时间:2024-07-17 01:16:44
64
72
 
65
- * [CamTag](https://cloud.tencent.com/document/api/1081/34988#CamTag)
66
- * [Filter](https://cloud.tencent.com/document/api/1081/34988#Filter)
73
+ 本次发布包含了以下内容:
67
74
 
75
+ 改善已有的文档。
68
76
 
77
+ 修改接口:
69
78
 
70
- ## 大模型知识引擎(lke) 版本:2023-11-30
79
+ * [DescribeTaskStatus](https://cloud.tencent.com/document/api/608/108598)
71
80
 
72
- ### 12 次发布
81
+ * 新增出参:Status, TaskId
73
82
 
74
- 发布时间:2024-07-15 01:15:17
83
+
84
+
85
+
86
+ ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
87
+
88
+ ### 第 11 次发布
89
+
90
+ 发布时间:2024-07-17 01:17:08
75
91
 
76
92
  本次发布包含了以下内容:
77
93
 
@@ -79,18 +95,18 @@
79
95
 
80
96
  修改接口:
81
97
 
82
- * [CreateReconstructDocumentFlow](https://cloud.tencent.com/document/api/1759/107506)
98
+ * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
83
99
 
84
- * 新增入参:FileType
100
+ * 新增出参:ModerationLevel
85
101
 
86
102
 
87
103
 
88
104
 
89
- ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
105
+ ## 实时互动-教育版(lcic) 版本:2022-08-17
90
106
 
91
- ### 第 42 次发布
107
+ ### 第 57 次发布
92
108
 
93
- 发布时间:2024-07-15 01:15:52
109
+ 发布时间:2024-07-17 01:19:12
94
110
 
95
111
  本次发布包含了以下内容:
96
112
 
@@ -98,22 +114,66 @@
98
114
 
99
115
  修改接口:
100
116
 
101
- * [ModifyDBInstanceSpec](https://cloud.tencent.com/document/api/240/38565)
117
+ * [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
102
118
 
103
- * 新增入参:MongosMemory
119
+ * 新增入参:RecordStream
104
120
 
105
121
 
122
+ 修改数据结构:
106
123
 
124
+ * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
107
125
 
108
- ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
126
+ * 新增成员:RecordStream
109
127
 
110
128
 
111
129
 
112
- ## 流计算 Oceanus(oceanus) 版本:2019-04-22
113
130
 
114
- ### 58 次发布
131
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
115
132
 
116
- 发布时间:2024-07-15 01:16:56
133
+ ### 第 119 次发布
134
+
135
+ 发布时间:2024-07-17 01:20:37
136
+
137
+ 本次发布包含了以下内容:
138
+
139
+ 改善已有的文档。
140
+
141
+ 修改数据结构:
142
+
143
+ * [PrometheusRecordRuleYamlItem](https://cloud.tencent.com/document/api/248/30354#PrometheusRecordRuleYamlItem)
144
+
145
+ * <font color="#dd0000">**修改成员**:</font>Status, Id, Count
146
+
147
+
148
+
149
+
150
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
151
+
152
+ ### 第 119 次发布
153
+
154
+ 发布时间:2024-07-17 01:25:48
155
+
156
+ 本次发布包含了以下内容:
157
+
158
+ 改善已有的文档。
159
+
160
+ 新增接口:
161
+
162
+ * [DescribeRocketMQTopicStats](https://cloud.tencent.com/document/api/1179/108864)
163
+ * [DescribeRocketMQTopicsByGroup](https://cloud.tencent.com/document/api/1179/108863)
164
+ * [ModifyRocketMQInstance](https://cloud.tencent.com/document/api/1179/108862)
165
+
166
+ 新增数据结构:
167
+
168
+ * [TopicStats](https://cloud.tencent.com/document/api/1179/46089#TopicStats)
169
+
170
+
171
+
172
+ ## 私有网络(vpc) 版本:2017-03-12
173
+
174
+ ### 第 195 次发布
175
+
176
+ 发布时间:2024-07-17 01:29:26
117
177
 
118
178
  本次发布包含了以下内容:
119
179
 
@@ -121,9 +181,30 @@
121
181
 
122
182
  修改接口:
123
183
 
124
- * [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
184
+ * [CreateHaVip](https://cloud.tencent.com/document/api/215/30652)
125
185
 
126
- * 新增入参:FlinkVersion
186
+ * 新增入参:CheckAssociate
187
+
188
+ * <font color="#dd0000">**修改入参**:</font>SubnetId
189
+
190
+
191
+ 新增数据结构:
192
+
193
+ * [HaVipAssociation](https://cloud.tencent.com/document/api/215/15824#HaVipAssociation)
194
+
195
+ 修改数据结构:
196
+
197
+ * [CcnInstance](https://cloud.tencent.com/document/api/215/15824#CcnInstance)
198
+
199
+ * 新增成员:OrderType
200
+
201
+ * [CrossBorderCompliance](https://cloud.tencent.com/document/api/215/15824#CrossBorderCompliance)
202
+
203
+ * 新增成员:LegalPersonId, LegalPersonIdCard
204
+
205
+ * [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip)
206
+
207
+ * 新增成员:HaVipAssociationSet, CheckAssociate, FlushedTime
127
208
 
128
209
 
129
210
 
@@ -14284,6 +14365,18 @@
14284
14365
 
14285
14366
  ## 云硬盘(cbs) 版本:2017-03-12
14286
14367
 
14368
+ ### 第 57 次发布
14369
+
14370
+ 发布时间:2024-07-16 01:09:24
14371
+
14372
+ 本次发布包含了以下内容:
14373
+
14374
+ 改善已有的文档。
14375
+
14376
+ 新增接口:
14377
+
14378
+ * [DescribeSnapshotOverview](https://cloud.tencent.com/document/api/362/108737)
14379
+
14287
14380
  ### 第 56 次发布
14288
14381
 
14289
14382
  发布时间:2024-07-15 01:04:45
@@ -19837,6 +19930,28 @@
19837
19930
 
19838
19931
  ## 本地专用集群(cdc) 版本:2020-12-14
19839
19932
 
19933
+ ### 第 10 次发布
19934
+
19935
+ 发布时间:2024-07-17 01:09:51
19936
+
19937
+ 本次发布包含了以下内容:
19938
+
19939
+ 改善已有的文档。
19940
+
19941
+ 修改接口:
19942
+
19943
+ * [DescribeDedicatedClusterOrders](https://cloud.tencent.com/document/api/1346/73761)
19944
+
19945
+ * 新增入参:OrderTypes
19946
+
19947
+
19948
+ 修改数据结构:
19949
+
19950
+ * [DedicatedClusterOrder](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterOrder)
19951
+
19952
+ * 新增成员:CheckStatus, DeliverExpectTime, DeliverFinishTime, CheckExpectTime, CheckFinishTime, OrderSLA, OrderPayPlan
19953
+
19954
+
19840
19955
  ### 第 9 次发布
19841
19956
 
19842
19957
  发布时间:2024-03-12 01:14:14
@@ -23646,6 +23761,30 @@
23646
23761
 
23647
23762
 
23648
23763
 
23764
+ ## 专属可用区(cdz) 版本:2022-11-23
23765
+
23766
+ ### 第 1 次发布
23767
+
23768
+ 发布时间:2024-07-15 09:37:14
23769
+
23770
+ 本次发布包含了以下内容:
23771
+
23772
+ 改善已有的文档。
23773
+
23774
+ 新增接口:
23775
+
23776
+ * [DescribeCloudDedicatedZoneHosts](https://cloud.tencent.com/document/api/1629/108682)
23777
+ * [DescribeCloudDedicatedZoneResourceSummary](https://cloud.tencent.com/document/api/1629/108681)
23778
+
23779
+ 新增数据结构:
23780
+
23781
+ * [CloudDedicatedZoneHostsInfo](https://cloud.tencent.com/document/api/1629/108683#CloudDedicatedZoneHostsInfo)
23782
+ * [CloudDedicatedZoneResourceStatisticsInfo](https://cloud.tencent.com/document/api/1629/108683#CloudDedicatedZoneResourceStatisticsInfo)
23783
+ * [CloudDedicatedZoneResourceSummaryInfo](https://cloud.tencent.com/document/api/1629/108683#CloudDedicatedZoneResourceSummaryInfo)
23784
+
23785
+
23786
+
23787
+
23649
23788
  ## 混沌演练平台(cfg) 版本:2021-08-20
23650
23789
 
23651
23790
  ### 第 15 次发布
@@ -28838,6 +28977,21 @@
28838
28977
 
28839
28978
  ## 负载均衡(clb) 版本:2018-03-17
28840
28979
 
28980
+ ### 第 106 次发布
28981
+
28982
+ 发布时间:2024-07-16 01:11:14
28983
+
28984
+ 本次发布包含了以下内容:
28985
+
28986
+ 改善已有的文档。
28987
+
28988
+ 修改接口:
28989
+
28990
+ * [CreateLoadBalancer](https://cloud.tencent.com/document/api/214/30692)
28991
+
28992
+ * 新增入参:LBChargePrepaid
28993
+
28994
+
28841
28995
  ### 第 105 次发布
28842
28996
 
28843
28997
  发布时间:2024-05-14 01:28:52
@@ -51235,6 +51389,21 @@
51235
51389
 
51236
51390
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
51237
51391
 
51392
+ ### 第 97 次发布
51393
+
51394
+ 发布时间:2024-07-17 01:14:09
51395
+
51396
+ 本次发布包含了以下内容:
51397
+
51398
+ 改善已有的文档。
51399
+
51400
+ 修改接口:
51401
+
51402
+ * [DescribeDataEngineImageVersions](https://cloud.tencent.com/document/api/1342/99270)
51403
+
51404
+ * 新增入参:Sort, Asc
51405
+
51406
+
51238
51407
  ### 第 96 次发布
51239
51408
 
51240
51409
  发布时间:2024-07-08 01:13:07
@@ -61311,6 +61480,21 @@
61311
61480
 
61312
61481
  ## Elasticsearch Service(es) 版本:2018-04-16
61313
61482
 
61483
+ ### 第 62 次发布
61484
+
61485
+ 发布时间:2024-07-17 01:15:53
61486
+
61487
+ 本次发布包含了以下内容:
61488
+
61489
+ 改善已有的文档。
61490
+
61491
+ 修改接口:
61492
+
61493
+ * [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
61494
+
61495
+ * 新增入参:ShardAllocationConcurrents, ShardAllocationBytes
61496
+
61497
+
61314
61498
  ### 第 61 次发布
61315
61499
 
61316
61500
  发布时间:2024-07-09 01:14:44
@@ -69407,6 +69591,21 @@
69407
69591
 
69408
69592
  ## 人脸融合(facefusion) 版本:2022-09-27
69409
69593
 
69594
+ ### 第 8 次发布
69595
+
69596
+ 发布时间:2024-07-16 01:16:45
69597
+
69598
+ 本次发布包含了以下内容:
69599
+
69600
+ 改善已有的文档。
69601
+
69602
+ 修改数据结构:
69603
+
69604
+ * [PublicMaterialInfos](https://cloud.tencent.com/document/api/670/85619#PublicMaterialInfos)
69605
+
69606
+ * <font color="#dd0000">**修改成员**:</font>AuditResult
69607
+
69608
+
69410
69609
  ### 第 7 次发布
69411
69610
 
69412
69611
  发布时间:2024-06-05 10:32:35
@@ -71097,6 +71296,21 @@
71097
71296
 
71098
71297
  ## 全球应用加速(gaap) 版本:2018-05-29
71099
71298
 
71299
+ ### 第 49 次发布
71300
+
71301
+ 发布时间:2024-07-17 01:16:44
71302
+
71303
+ 本次发布包含了以下内容:
71304
+
71305
+ 改善已有的文档。
71306
+
71307
+ 修改接口:
71308
+
71309
+ * [DescribeTaskStatus](https://cloud.tencent.com/document/api/608/108598)
71310
+
71311
+ * 新增出参:Status, TaskId
71312
+
71313
+
71100
71314
  ### 第 48 次发布
71101
71315
 
71102
71316
  发布时间:2024-07-15 01:12:05
@@ -74637,6 +74851,33 @@
74637
74851
 
74638
74852
  ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
74639
74853
 
74854
+ ### 第 11 次发布
74855
+
74856
+ 发布时间:2024-07-17 01:17:08
74857
+
74858
+ 本次发布包含了以下内容:
74859
+
74860
+ 改善已有的文档。
74861
+
74862
+ 修改接口:
74863
+
74864
+ * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
74865
+
74866
+ * 新增出参:ModerationLevel
74867
+
74868
+
74869
+ ### 第 10 次发布
74870
+
74871
+ 发布时间:2024-07-16 01:17:20
74872
+
74873
+ 本次发布包含了以下内容:
74874
+
74875
+ 改善已有的文档。
74876
+
74877
+ 新增接口:
74878
+
74879
+ * [TextToImageLite](https://cloud.tencent.com/document/api/1729/108738)
74880
+
74640
74881
  ### 第 9 次发布
74641
74882
 
74642
74883
  发布时间:2024-07-05 01:11:07
@@ -77998,8 +78239,8 @@
77998
78239
 
77999
78240
  新增数据结构:
78000
78241
 
78001
- * [[CamTag](https://cloud.tencent.com/document/api/1081/34988#CamTag)](https://cloud.tencent.com/document/api/1081/34988#[CamTag](https://cloud.tencent.com/document/api/1081/34988#CamTag))
78002
- * [[Filter](https://cloud.tencent.com/document/api/1081/34988#Filter)](https://cloud.tencent.com/document/api/1081/34988#[Filter](https://cloud.tencent.com/document/api/1081/34988#Filter))
78242
+ * [CamTag](https://cloud.tencent.com/document/api/1081/34988#CamTag)
78243
+ * [Filter](https://cloud.tencent.com/document/api/1081/34988#Filter)
78003
78244
 
78004
78245
  ### 第 73 次发布
78005
78246
 
@@ -83172,6 +83413,28 @@
83172
83413
 
83173
83414
  ## 实时互动-教育版(lcic) 版本:2022-08-17
83174
83415
 
83416
+ ### 第 57 次发布
83417
+
83418
+ 发布时间:2024-07-17 01:19:12
83419
+
83420
+ 本次发布包含了以下内容:
83421
+
83422
+ 改善已有的文档。
83423
+
83424
+ 修改接口:
83425
+
83426
+ * [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
83427
+
83428
+ * 新增入参:RecordStream
83429
+
83430
+
83431
+ 修改数据结构:
83432
+
83433
+ * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
83434
+
83435
+ * 新增成员:RecordStream
83436
+
83437
+
83175
83438
  ### 第 56 次发布
83176
83439
 
83177
83440
  发布时间:2024-04-16 01:14:56
@@ -91532,6 +91795,21 @@
91532
91795
 
91533
91796
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
91534
91797
 
91798
+ ### 第 119 次发布
91799
+
91800
+ 发布时间:2024-07-17 01:20:37
91801
+
91802
+ 本次发布包含了以下内容:
91803
+
91804
+ 改善已有的文档。
91805
+
91806
+ 修改数据结构:
91807
+
91808
+ * [PrometheusRecordRuleYamlItem](https://cloud.tencent.com/document/api/248/30354#PrometheusRecordRuleYamlItem)
91809
+
91810
+ * <font color="#dd0000">**修改成员**:</font>Status, Id, Count
91811
+
91812
+
91535
91813
  ### 第 118 次发布
91536
91814
 
91537
91815
  发布时间:2024-07-03 01:20:32
@@ -123791,6 +124069,24 @@
123791
124069
 
123792
124070
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
123793
124071
 
124072
+ ### 第 119 次发布
124073
+
124074
+ 发布时间:2024-07-17 01:25:48
124075
+
124076
+ 本次发布包含了以下内容:
124077
+
124078
+ 改善已有的文档。
124079
+
124080
+ 新增接口:
124081
+
124082
+ * [[DescribeRocketMQTopicStats](https://cloud.tencent.com/document/api/1179/108864)](https://cloud.tencent.com/document/api/#/#)
124083
+ * [[DescribeRocketMQTopicsByGroup](https://cloud.tencent.com/document/api/1179/108863)](https://cloud.tencent.com/document/api/#/#)
124084
+ * [[ModifyRocketMQInstance](https://cloud.tencent.com/document/api/1179/108862)](https://cloud.tencent.com/document/api/#/#)
124085
+
124086
+ 新增数据结构:
124087
+
124088
+ * [[TopicStats](https://cloud.tencent.com/document/api/1179/46089#TopicStats)](https://cloud.tencent.com/document/api/1179/46089#[TopicStats](https://cloud.tencent.com/document/api/1179/46089#TopicStats))
124089
+
123794
124090
  ### 第 118 次发布
123795
124091
 
123796
124092
  发布时间:2024-07-03 01:24:52
@@ -152574,6 +152870,81 @@
152574
152870
 
152575
152871
  ## 私有网络(vpc) 版本:2017-03-12
152576
152872
 
152873
+ ### 第 195 次发布
152874
+
152875
+ 发布时间:2024-07-17 01:29:26
152876
+
152877
+ 本次发布包含了以下内容:
152878
+
152879
+ 改善已有的文档。
152880
+
152881
+ 修改接口:
152882
+
152883
+ * [CreateHaVip](https://cloud.tencent.com/document/api/215/30652)
152884
+
152885
+ * 新增入参:CheckAssociate
152886
+
152887
+ * <font color="#dd0000">**修改入参**:</font>SubnetId
152888
+
152889
+
152890
+ 新增数据结构:
152891
+
152892
+ * [[HaVipAssociation](https://cloud.tencent.com/document/api/215/15824#HaVipAssociation)](https://cloud.tencent.com/document/api/215/15824#[HaVipAssociation](https://cloud.tencent.com/document/api/215/15824#HaVipAssociation))
152893
+
152894
+ 修改数据结构:
152895
+
152896
+ * [CcnInstance](https://cloud.tencent.com/document/api/215/15824#CcnInstance)
152897
+
152898
+ * 新增成员:OrderType
152899
+
152900
+ * [CrossBorderCompliance](https://cloud.tencent.com/document/api/215/15824#CrossBorderCompliance)
152901
+
152902
+ * 新增成员:LegalPersonId, LegalPersonIdCard
152903
+
152904
+ * [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip)
152905
+
152906
+ * 新增成员:HaVipAssociationSet, CheckAssociate, FlushedTime
152907
+
152908
+
152909
+ ### 第 194 次发布
152910
+
152911
+ 发布时间:2024-07-16 01:29:31
152912
+
152913
+ 本次发布包含了以下内容:
152914
+
152915
+ 改善已有的文档。
152916
+
152917
+ 新增接口:
152918
+
152919
+ * [AssociateInstancesToCcnRouteTable](https://cloud.tencent.com/document/api/215/108751)
152920
+ * [ClearRouteTableSelectionPolicies](https://cloud.tencent.com/document/api/215/108750)
152921
+ * [CreateCcnRouteTables](https://cloud.tencent.com/document/api/215/108749)
152922
+ * [DeleteCcnRouteTables](https://cloud.tencent.com/document/api/215/108748)
152923
+ * [DescribeCcnRouteTableBroadcastPolicys](https://cloud.tencent.com/document/api/215/108747)
152924
+ * [DescribeCcnRouteTableInputPolicys](https://cloud.tencent.com/document/api/215/108746)
152925
+ * [DescribeCcnRouteTables](https://cloud.tencent.com/document/api/215/108745)
152926
+ * [DescribeRouteTableAssociatedInstances](https://cloud.tencent.com/document/api/215/108744)
152927
+ * [DescribeRouteTableSelectionPolicies](https://cloud.tencent.com/document/api/215/108743)
152928
+ * [ModifyCcnRouteTables](https://cloud.tencent.com/document/api/215/108742)
152929
+ * [ModifyRouteTableSelectionPolicies](https://cloud.tencent.com/document/api/215/108741)
152930
+ * [ReplaceCcnRouteTableBroadcastPolicys](https://cloud.tencent.com/document/api/215/108740)
152931
+ * [ReplaceCcnRouteTableInputPolicys](https://cloud.tencent.com/document/api/215/108739)
152932
+
152933
+ 新增数据结构:
152934
+
152935
+ * [CcnBatchRouteTable](https://cloud.tencent.com/document/api/215/15824#CcnBatchRouteTable)
152936
+ * [CcnInstanceWithoutRegion](https://cloud.tencent.com/document/api/215/15824#CcnInstanceWithoutRegion)
152937
+ * [CcnRouteBroadcastPolicyRouteCondition](https://cloud.tencent.com/document/api/215/15824#CcnRouteBroadcastPolicyRouteCondition)
152938
+ * [CcnRouteTable](https://cloud.tencent.com/document/api/215/15824#CcnRouteTable)
152939
+ * [CcnRouteTableBroadcastPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicy)
152940
+ * [CcnRouteTableBroadcastPolicys](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicys)
152941
+ * [CcnRouteTableInputPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableInputPolicy)
152942
+ * [CcnRouteTableInputPolicys](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableInputPolicys)
152943
+ * [CcnRouteTableSelectPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableSelectPolicy)
152944
+ * [InstanceBind](https://cloud.tencent.com/document/api/215/15824#InstanceBind)
152945
+ * [ModifyRouteTableInfo](https://cloud.tencent.com/document/api/215/15824#ModifyRouteTableInfo)
152946
+ * [RouteSelectionPolicy](https://cloud.tencent.com/document/api/215/15824#RouteSelectionPolicy)
152947
+
152577
152948
  ### 第 193 次发布
152578
152949
 
152579
152950
  发布时间:2024-07-10 01:29:16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.896",
3
+ "version": "4.0.898",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {