tencentcloud-sdk-nodejs 4.0.899 → 4.0.901

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 (78) hide show
  1. package/CHANGELOG.md +174 -0
  2. package/SERVICE_CHANGELOG.md +239 -25
  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_client.ts +5 -2
  7. package/src/services/ccc/v20200210/ccc_models.ts +7 -2
  8. package/src/services/cdb/v20170320/cdb_models.ts +2 -1
  9. package/src/services/ckafka/v20190819/ckafka_client.ts +13 -1
  10. package/src/services/ckafka/v20190819/ckafka_models.ts +72 -8
  11. package/src/services/clb/v20180317/clb_client.ts +1 -0
  12. package/src/services/cloudapp/v20220530/cloudapp_models.ts +3 -66
  13. package/src/services/cvm/v20170312/cvm_client.ts +26 -2
  14. package/src/services/cvm/v20170312/cvm_models.ts +70 -18
  15. package/src/services/cynosdb/v20190107/cynosdb_client.ts +40 -15
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +266 -168
  17. package/src/services/es/v20180416/es_models.ts +16 -0
  18. package/src/services/ess/v20201111/ess_client.ts +36 -20
  19. package/src/services/ess/v20201111/ess_models.ts +9 -16
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +45 -30
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +13 -13
  22. package/src/services/faceid/v20180301/faceid_models.ts +5 -2
  23. package/src/services/hunyuan/v20230901/hunyuan_client.ts +5 -3
  24. package/src/services/hunyuan/v20230901/hunyuan_models.ts +87 -44
  25. package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
  26. package/src/services/live/v20180801/live_client.ts +1 -1
  27. package/src/services/mna/v20210119/mna_client.ts +74 -1
  28. package/src/services/mna/v20210119/mna_models.ts +244 -25
  29. package/src/services/oceanus/v20190422/oceanus_models.ts +10 -0
  30. package/src/services/tke/v20180525/tke_models.ts +4 -4
  31. package/src/services/trtc/v20190722/trtc_client.ts +2 -3
  32. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  33. package/src/services/vpc/v20170312/vpc_models.ts +9 -9
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +3 -0
  37. package/tencentcloud/services/billing/v20180709/billing_client.js +3 -0
  38. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +7 -2
  39. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -1
  40. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  41. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  42. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +70 -8
  43. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -0
  44. package/tencentcloud/services/clb/v20180317/clb_client.js +1 -0
  45. package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.d.ts +3 -66
  46. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +9 -1
  47. package/tencentcloud/services/cvm/v20170312/cvm_client.js +12 -0
  48. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +66 -18
  49. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +13 -5
  50. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +18 -6
  51. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +261 -168
  52. package/tencentcloud/services/es/v20180416/es_models.d.ts +16 -0
  53. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +36 -20
  54. package/tencentcloud/services/ess/v20201111/ess_client.js +36 -20
  55. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -16
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +45 -30
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +45 -30
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +13 -13
  59. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -2
  60. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -1
  61. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +1 -1
  62. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +83 -42
  63. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
  64. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  65. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  66. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +25 -1
  67. package/tencentcloud/services/mna/v20210119/mna_client.js +36 -0
  68. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +231 -25
  69. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +10 -0
  70. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -4
  71. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -3
  72. package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -3
  73. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  74. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -9
  75. package/test/ckafka.v20190819.test.js +10 -0
  76. package/test/cvm.v20170312.test.js +20 -0
  77. package/test/cynosdb.v20190107.test.js +24 -4
  78. package/test/mna.v20210119.test.js +60 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,177 @@
1
+ # Release 4.0.901
2
+
3
+ ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
4
+
5
+ ### 第 106 次发布
6
+
7
+ 发布时间:2024-07-22 01:20:34
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [ModifyRoutineMaintenanceTask](https://cloud.tencent.com/document/api/597/109042)
16
+
17
+
18
+
19
+ ## 云服务器(cvm) 版本:2017-03-12
20
+
21
+ ### 第 128 次发布
22
+
23
+ 发布时间:2024-07-22 01:24:41
24
+
25
+ 本次发布包含了以下内容:
26
+
27
+ 改善已有的文档。
28
+
29
+ 新增接口:
30
+
31
+ * [EnterRescueMode](https://cloud.tencent.com/document/api/213/109044)
32
+ * [ExitRescueMode](https://cloud.tencent.com/document/api/213/109043)
33
+
34
+
35
+
36
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
37
+
38
+ ### 第 97 次发布
39
+
40
+ 发布时间:2024-07-22 01:29:16
41
+
42
+ 本次发布包含了以下内容:
43
+
44
+ 改善已有的文档。
45
+
46
+ 新增接口:
47
+
48
+ * [ExportResourcePackageDeductDetails](https://cloud.tencent.com/document/api/1003/109046)
49
+ * [ModifyResourcePackagesDeductionPriority](https://cloud.tencent.com/document/api/1003/109045)
50
+
51
+ 新增数据结构:
52
+
53
+ * [PackagePriority](https://cloud.tencent.com/document/api/1003/48097#PackagePriority)
54
+
55
+
56
+
57
+ ## Elasticsearch Service(es) 版本:2018-04-16
58
+
59
+ ### 第 63 次发布
60
+
61
+ 发布时间:2024-07-22 01:39:08
62
+
63
+ 本次发布包含了以下内容:
64
+
65
+ 改善已有的文档。
66
+
67
+ 修改接口:
68
+
69
+ * [RestartNodes](https://cloud.tencent.com/document/api/845/48473)
70
+
71
+ * 新增入参:ShardAllocationConcurrents, ShardAllocationBytes
72
+
73
+ * [UpgradeInstance](https://cloud.tencent.com/document/api/845/36270)
74
+
75
+ * 新增入参:ShardAllocationConcurrents, ShardAllocationBytes
76
+
77
+
78
+
79
+
80
+ ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
81
+
82
+ ### 第 12 次发布
83
+
84
+ 发布时间:2024-07-22 01:43:41
85
+
86
+ 本次发布包含了以下内容:
87
+
88
+ 改善已有的文档。
89
+
90
+ 修改接口:
91
+
92
+ * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
93
+
94
+ * 新增入参:SearchInfo
95
+
96
+ * 新增出参:SearchInfo
97
+
98
+
99
+ 新增数据结构:
100
+
101
+ * [SearchInfo](https://cloud.tencent.com/document/api/1729/101838#SearchInfo)
102
+ * [SearchResult](https://cloud.tencent.com/document/api/1729/101838#SearchResult)
103
+
104
+
105
+
106
+ ## 多网聚合加速(mna) 版本:2021-01-19
107
+
108
+ ### 第 21 次发布
109
+
110
+ 发布时间:2024-07-22 01:55:24
111
+
112
+ 本次发布包含了以下内容:
113
+
114
+ 改善已有的文档。
115
+
116
+ 新增接口:
117
+
118
+ * [AddL3Conn](https://cloud.tencent.com/document/api/1385/109052)
119
+ * [DeleteL3Conn](https://cloud.tencent.com/document/api/1385/109051)
120
+ * [GetL3ConnList](https://cloud.tencent.com/document/api/1385/109050)
121
+ * [UpdateL3Cidr](https://cloud.tencent.com/document/api/1385/109049)
122
+ * [UpdateL3Conn](https://cloud.tencent.com/document/api/1385/109048)
123
+ * [UpdateL3Switch](https://cloud.tencent.com/document/api/1385/109047)
124
+
125
+ 新增数据结构:
126
+
127
+ * [L3ConnInfo](https://cloud.tencent.com/document/api/1385/55846#L3ConnInfo)
128
+
129
+
130
+
131
+ ## 私有网络(vpc) 版本:2017-03-12
132
+
133
+ ### 第 196 次发布
134
+
135
+ 发布时间:2024-07-22 02:25:36
136
+
137
+ 本次发布包含了以下内容:
138
+
139
+ 改善已有的文档。
140
+
141
+ 修改数据结构:
142
+
143
+ * [InstanceBind](https://cloud.tencent.com/document/api/215/15824#InstanceBind)
144
+
145
+ * <font color="#dd0000">**修改成员**:</font>InstanceRegion
146
+
147
+
148
+
149
+
150
+ # Release 4.0.900
151
+
152
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
153
+
154
+ ### 第 59 次发布
155
+
156
+ 发布时间:2024-07-19 02:08:08
157
+
158
+ 本次发布包含了以下内容:
159
+
160
+ 改善已有的文档。
161
+
162
+ 修改数据结构:
163
+
164
+ * [Cluster](https://cloud.tencent.com/document/api/849/52010#Cluster)
165
+
166
+ * 新增成员:BillingResourceMode
167
+
168
+ * [ClusterGroupSetItem](https://cloud.tencent.com/document/api/849/52010#ClusterGroupSetItem)
169
+
170
+ * 新增成员:BillingResourceMode
171
+
172
+
173
+
174
+
1
175
  # Release 4.0.899
2
176
 
3
177
  ## 云应用(cloudapp) 版本:2022-05-30
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云应用(cloudapp) 版本:2022-05-30
3
+ ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
4
4
 
5
- ### 第 1 次发布
5
+ ### 第 106 次发布
6
6
 
7
- 发布时间:2024-07-17 10:02:42
7
+ 发布时间:2024-07-22 01:20:34
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,20 +12,53 @@
12
12
 
13
13
  新增接口:
14
14
 
15
- * [VerifyLicense](https://cloud.tencent.com/document/api/1689/108874)
15
+ * [ModifyRoutineMaintenanceTask](https://cloud.tencent.com/document/api/597/109042)
16
+
17
+
18
+
19
+ ## 云服务器(cvm) 版本:2017-03-12
20
+
21
+ ### 第 128 次发布
22
+
23
+ 发布时间:2024-07-22 01:24:41
24
+
25
+ 本次发布包含了以下内容:
26
+
27
+ 改善已有的文档。
28
+
29
+ 新增接口:
30
+
31
+ * [EnterRescueMode](https://cloud.tencent.com/document/api/213/109044)
32
+ * [ExitRescueMode](https://cloud.tencent.com/document/api/213/109043)
33
+
34
+
35
+
36
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
37
+
38
+ ### 第 97 次发布
39
+
40
+ 发布时间:2024-07-22 01:29:16
41
+
42
+ 本次发布包含了以下内容:
43
+
44
+ 改善已有的文档。
45
+
46
+ 新增接口:
47
+
48
+ * [ExportResourcePackageDeductDetails](https://cloud.tencent.com/document/api/1003/109046)
49
+ * [ModifyResourcePackagesDeductionPriority](https://cloud.tencent.com/document/api/1003/109045)
16
50
 
17
51
  新增数据结构:
18
52
 
19
- * [License](https://cloud.tencent.com/document/api/1689/108875#License)
20
- * [SaleParam](https://cloud.tencent.com/document/api/1689/108875#SaleParam)
53
+ * [PackagePriority](https://cloud.tencent.com/document/api/1003/48097#PackagePriority)
21
54
 
22
55
 
23
56
 
24
- ## 数据安全治理中心(dsgc) 版本:2019-07-23
57
+ ## Elasticsearch Service(es) 版本:2018-04-16
25
58
 
26
- ### 第 16 次发布
59
+ ### 第 63 次发布
27
60
 
28
- 发布时间:2024-07-18 01:10:11
61
+ 发布时间:2024-07-22 01:39:08
29
62
 
30
63
  本次发布包含了以下内容:
31
64
 
@@ -33,41 +66,84 @@
33
66
 
34
67
  修改接口:
35
68
 
36
- * [CreateDSPADiscoveryTask](https://cloud.tencent.com/document/api/1087/97252)
69
+ * [RestartNodes](https://cloud.tencent.com/document/api/845/48473)
37
70
 
38
- * 新增入参:Order, Rows, GlobalOrderField
71
+ * 新增入参:ShardAllocationConcurrents, ShardAllocationBytes
39
72
 
40
- * [DescribeDSPAESDataSample](https://cloud.tencent.com/document/api/1087/97209)
73
+ * [UpgradeInstance](https://cloud.tencent.com/document/api/845/36270)
41
74
 
42
- * 新增入参:Order, OrderField
75
+ * 新增入参:ShardAllocationConcurrents, ShardAllocationBytes
43
76
 
44
- * [DescribeDSPATaskResultDataSample](https://cloud.tencent.com/document/api/1087/97203)
45
77
 
46
- * 新增入参:Order, OrderField
47
78
 
48
79
 
80
+ ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
49
81
 
82
+ ### 第 12 次发布
50
83
 
51
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
84
+ 发布时间:2024-07-22 01:43:41
52
85
 
53
- ### 第 175 次发布
86
+ 本次发布包含了以下内容:
87
+
88
+ 改善已有的文档。
89
+
90
+ 修改接口:
91
+
92
+ * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
93
+
94
+ * 新增入参:SearchInfo
95
+
96
+ * 新增出参:SearchInfo
54
97
 
55
- 发布时间:2024-07-18 01:11:43
98
+
99
+ 新增数据结构:
100
+
101
+ * [SearchInfo](https://cloud.tencent.com/document/api/1729/101838#SearchInfo)
102
+ * [SearchResult](https://cloud.tencent.com/document/api/1729/101838#SearchResult)
103
+
104
+
105
+
106
+ ## 多网聚合加速(mna) 版本:2021-01-19
107
+
108
+ ### 第 21 次发布
109
+
110
+ 发布时间:2024-07-22 01:55:24
56
111
 
57
112
  本次发布包含了以下内容:
58
113
 
59
114
  改善已有的文档。
60
115
 
61
- 修改接口:
116
+ 新增接口:
62
117
 
63
- * [ChannelCreateBatchSignUrl](https://cloud.tencent.com/document/api/1420/98671)
118
+ * [AddL3Conn](https://cloud.tencent.com/document/api/1385/109052)
119
+ * [DeleteL3Conn](https://cloud.tencent.com/document/api/1385/109051)
120
+ * [GetL3ConnList](https://cloud.tencent.com/document/api/1385/109050)
121
+ * [UpdateL3Cidr](https://cloud.tencent.com/document/api/1385/109049)
122
+ * [UpdateL3Conn](https://cloud.tencent.com/document/api/1385/109048)
123
+ * [UpdateL3Switch](https://cloud.tencent.com/document/api/1385/109047)
64
124
 
65
- * 新增入参:OpenId, OrganizationOpenId
125
+ 新增数据结构:
66
126
 
127
+ * [L3ConnInfo](https://cloud.tencent.com/document/api/1385/55846#L3ConnInfo)
67
128
 
68
129
 
69
130
 
70
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
131
+ ## 私有网络(vpc) 版本:2017-03-12
132
+
133
+ ### 第 196 次发布
134
+
135
+ 发布时间:2024-07-22 02:25:36
136
+
137
+ 本次发布包含了以下内容:
138
+
139
+ 改善已有的文档。
140
+
141
+ 修改数据结构:
142
+
143
+ * [InstanceBind](https://cloud.tencent.com/document/api/215/15824#InstanceBind)
144
+
145
+ * <font color="#dd0000">**修改成员**:</font>InstanceRegion
146
+
71
147
 
72
148
 
73
149
 
@@ -26626,6 +26702,18 @@
26626
26702
 
26627
26703
  ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
26628
26704
 
26705
+ ### 第 106 次发布
26706
+
26707
+ 发布时间:2024-07-22 01:20:34
26708
+
26709
+ 本次发布包含了以下内容:
26710
+
26711
+ 改善已有的文档。
26712
+
26713
+ 新增接口:
26714
+
26715
+ * [[ModifyRoutineMaintenanceTask](https://cloud.tencent.com/document/api/597/109042)](https://cloud.tencent.com/document/api/#/#)
26716
+
26629
26717
  ### 第 105 次发布
26630
26718
 
26631
26719
  发布时间:2024-06-20 01:21:11
@@ -31027,12 +31115,12 @@
31027
31115
 
31028
31116
  新增接口:
31029
31117
 
31030
- * [[VerifyLicense](https://cloud.tencent.com/document/api/1689/108874)](https://cloud.tencent.com/document/api/#/#)
31118
+ * [VerifyLicense](https://cloud.tencent.com/document/api/1689/108874)
31031
31119
 
31032
31120
  新增数据结构:
31033
31121
 
31034
- * [[License](https://cloud.tencent.com/document/api/1689/108875#License)](https://cloud.tencent.com/document/api/1689/108875#[License](https://cloud.tencent.com/document/api/1689/108875#License))
31035
- * [[SaleParam](https://cloud.tencent.com/document/api/1689/108875#SaleParam)](https://cloud.tencent.com/document/api/1689/108875#[SaleParam](https://cloud.tencent.com/document/api/1689/108875#SaleParam))
31122
+ * [License](https://cloud.tencent.com/document/api/1689/108875#License)
31123
+ * [SaleParam](https://cloud.tencent.com/document/api/1689/108875#SaleParam)
31036
31124
 
31037
31125
 
31038
31126
 
@@ -39171,6 +39259,19 @@
39171
39259
 
39172
39260
  ## 云服务器(cvm) 版本:2017-03-12
39173
39261
 
39262
+ ### 第 128 次发布
39263
+
39264
+ 发布时间:2024-07-22 01:24:41
39265
+
39266
+ 本次发布包含了以下内容:
39267
+
39268
+ 改善已有的文档。
39269
+
39270
+ 新增接口:
39271
+
39272
+ * [[EnterRescueMode](https://cloud.tencent.com/document/api/213/109044)](https://cloud.tencent.com/document/api/#/#)
39273
+ * [[ExitRescueMode](https://cloud.tencent.com/document/api/213/109043)](https://cloud.tencent.com/document/api/#/#)
39274
+
39174
39275
  ### 第 127 次发布
39175
39276
 
39176
39277
  发布时间:2024-05-17 01:23:32
@@ -45176,6 +45277,23 @@
45176
45277
 
45177
45278
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
45178
45279
 
45280
+ ### 第 97 次发布
45281
+
45282
+ 发布时间:2024-07-22 01:29:16
45283
+
45284
+ 本次发布包含了以下内容:
45285
+
45286
+ 改善已有的文档。
45287
+
45288
+ 新增接口:
45289
+
45290
+ * [[ExportResourcePackageDeductDetails](https://cloud.tencent.com/document/api/1003/109046)](https://cloud.tencent.com/document/api/#/#)
45291
+ * [[ModifyResourcePackagesDeductionPriority](https://cloud.tencent.com/document/api/1003/109045)](https://cloud.tencent.com/document/api/#/#)
45292
+
45293
+ 新增数据结构:
45294
+
45295
+ * [[PackagePriority](https://cloud.tencent.com/document/api/1003/48097#PackagePriority)](https://cloud.tencent.com/document/api/1003/48097#[PackagePriority](https://cloud.tencent.com/document/api/1003/48097#PackagePriority))
45296
+
45179
45297
  ### 第 96 次发布
45180
45298
 
45181
45299
  发布时间:2024-07-02 01:13:35
@@ -61387,6 +61505,25 @@
61387
61505
 
61388
61506
  ## Elasticsearch Service(es) 版本:2018-04-16
61389
61507
 
61508
+ ### 第 63 次发布
61509
+
61510
+ 发布时间:2024-07-22 01:39:08
61511
+
61512
+ 本次发布包含了以下内容:
61513
+
61514
+ 改善已有的文档。
61515
+
61516
+ 修改接口:
61517
+
61518
+ * [RestartNodes](https://cloud.tencent.com/document/api/845/48473)
61519
+
61520
+ * 新增入参:ShardAllocationConcurrents, ShardAllocationBytes
61521
+
61522
+ * [UpgradeInstance](https://cloud.tencent.com/document/api/845/36270)
61523
+
61524
+ * 新增入参:ShardAllocationConcurrents, ShardAllocationBytes
61525
+
61526
+
61390
61527
  ### 第 62 次发布
61391
61528
 
61392
61529
  发布时间:2024-07-17 01:15:53
@@ -74773,6 +74910,28 @@
74773
74910
 
74774
74911
  ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
74775
74912
 
74913
+ ### 第 12 次发布
74914
+
74915
+ 发布时间:2024-07-22 01:43:41
74916
+
74917
+ 本次发布包含了以下内容:
74918
+
74919
+ 改善已有的文档。
74920
+
74921
+ 修改接口:
74922
+
74923
+ * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
74924
+
74925
+ * 新增入参:SearchInfo
74926
+
74927
+ * 新增出参:SearchInfo
74928
+
74929
+
74930
+ 新增数据结构:
74931
+
74932
+ * [[SearchInfo](https://cloud.tencent.com/document/api/1729/101838#SearchInfo)](https://cloud.tencent.com/document/api/1729/101838#[SearchInfo](https://cloud.tencent.com/document/api/1729/101838#SearchInfo))
74933
+ * [[SearchResult](https://cloud.tencent.com/document/api/1729/101838#SearchResult)](https://cloud.tencent.com/document/api/1729/101838#[SearchResult](https://cloud.tencent.com/document/api/1729/101838#SearchResult))
74934
+
74776
74935
  ### 第 11 次发布
74777
74936
 
74778
74937
  发布时间:2024-07-17 01:17:08
@@ -90437,6 +90596,27 @@
90437
90596
 
90438
90597
  ## 多网聚合加速(mna) 版本:2021-01-19
90439
90598
 
90599
+ ### 第 21 次发布
90600
+
90601
+ 发布时间:2024-07-22 01:55:24
90602
+
90603
+ 本次发布包含了以下内容:
90604
+
90605
+ 改善已有的文档。
90606
+
90607
+ 新增接口:
90608
+
90609
+ * [[AddL3Conn](https://cloud.tencent.com/document/api/1385/109052)](https://cloud.tencent.com/document/api/#/#)
90610
+ * [[DeleteL3Conn](https://cloud.tencent.com/document/api/1385/109051)](https://cloud.tencent.com/document/api/#/#)
90611
+ * [[GetL3ConnList](https://cloud.tencent.com/document/api/1385/109050)](https://cloud.tencent.com/document/api/#/#)
90612
+ * [[UpdateL3Cidr](https://cloud.tencent.com/document/api/1385/109049)](https://cloud.tencent.com/document/api/#/#)
90613
+ * [[UpdateL3Conn](https://cloud.tencent.com/document/api/1385/109048)](https://cloud.tencent.com/document/api/#/#)
90614
+ * [[UpdateL3Switch](https://cloud.tencent.com/document/api/1385/109047)](https://cloud.tencent.com/document/api/#/#)
90615
+
90616
+ 新增数据结构:
90617
+
90618
+ * [[L3ConnInfo](https://cloud.tencent.com/document/api/1385/55846#L3ConnInfo)](https://cloud.tencent.com/document/api/1385/55846#[L3ConnInfo](https://cloud.tencent.com/document/api/1385/55846#L3ConnInfo))
90619
+
90440
90620
  ### 第 20 次发布
90441
90621
 
90442
90622
  发布时间:2024-07-11 01:20:22
@@ -98986,6 +99166,25 @@
98986
99166
 
98987
99167
  ## 流计算 Oceanus(oceanus) 版本:2019-04-22
98988
99168
 
99169
+ ### 第 59 次发布
99170
+
99171
+ 发布时间:2024-07-19 02:08:08
99172
+
99173
+ 本次发布包含了以下内容:
99174
+
99175
+ 改善已有的文档。
99176
+
99177
+ 修改数据结构:
99178
+
99179
+ * [Cluster](https://cloud.tencent.com/document/api/849/52010#Cluster)
99180
+
99181
+ * 新增成员:BillingResourceMode
99182
+
99183
+ * [ClusterGroupSetItem](https://cloud.tencent.com/document/api/849/52010#ClusterGroupSetItem)
99184
+
99185
+ * 新增成员:BillingResourceMode
99186
+
99187
+
98989
99188
  ### 第 58 次发布
98990
99189
 
98991
99190
  发布时间:2024-07-15 01:16:56
@@ -152792,6 +152991,21 @@
152792
152991
 
152793
152992
  ## 私有网络(vpc) 版本:2017-03-12
152794
152993
 
152994
+ ### 第 196 次发布
152995
+
152996
+ 发布时间:2024-07-22 02:25:36
152997
+
152998
+ 本次发布包含了以下内容:
152999
+
153000
+ 改善已有的文档。
153001
+
153002
+ 修改数据结构:
153003
+
153004
+ * [InstanceBind](https://cloud.tencent.com/document/api/215/15824#InstanceBind)
153005
+
153006
+ * <font color="#dd0000">**修改成员**:</font>InstanceRegion
153007
+
153008
+
152795
153009
  ### 第 195 次发布
152796
153010
 
152797
153011
  发布时间:2024-07-17 01:29:26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.899",
3
+ "version": "4.0.901",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {