tencentcloud-sdk-nodejs 4.0.810 → 4.0.811
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.
- package/CHANGELOG.md +41 -0
- package/SERVICE_CHANGELOG.md +64 -261
- package/package.json +1 -1
- package/products.md +3 -3
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/bma/index.ts +2 -2
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dts/index.ts +2 -2
- package/src/services/eis/index.ts +2 -2
- package/src/services/es/v20180416/es_client.ts +124 -15
- package/src/services/es/v20180416/es_models.ts +881 -105
- package/src/services/ess/v20201111/ess_client.ts +40 -14
- package/src/services/ess/v20201111/ess_models.ts +106 -94
- package/src/services/iai/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/organization/index.ts +2 -2
- package/src/services/tem/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tke/index.ts +2 -2
- package/src/services/tsf/v20180326/tsf_models.ts +219 -219
- package/src/services/vm/index.ts +2 -2
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/es/v20180416/es_client.d.ts +35 -3
- package/tencentcloud/services/es/v20180416/es_client.js +51 -3
- package/tencentcloud/services/es/v20180416/es_models.d.ts +864 -117
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +40 -14
- package/tencentcloud/services/ess/v20201111/ess_client.js +40 -14
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +106 -94
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tke/index.d.ts +4 -4
- package/tencentcloud/services/tke/index.js +2 -2
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +219 -219
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/es.v20180416.test.js +82 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
|
1
|
+
# Release 4.0.811
|
|
2
|
+
|
|
3
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
4
|
+
|
|
5
|
+
### 第 53 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-03-13 16:49:04
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [CreateServerlessInstance](https://cloud.tencent.com/document/api/845/104318)
|
|
16
|
+
* [CreateServerlessSpaceV2](https://cloud.tencent.com/document/api/845/104317)
|
|
17
|
+
* [DeleteServerlessInstance](https://cloud.tencent.com/document/api/845/104316)
|
|
18
|
+
* [DeleteServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104315)
|
|
19
|
+
* [DescribeServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104314)
|
|
20
|
+
* [DescribeServerlessSpaces](https://cloud.tencent.com/document/api/845/104313)
|
|
21
|
+
* [UpdateServerlessInstance](https://cloud.tencent.com/document/api/845/104312)
|
|
22
|
+
* [UpdateServerlessSpace](https://cloud.tencent.com/document/api/845/104311)
|
|
23
|
+
|
|
24
|
+
新增数据结构:
|
|
25
|
+
|
|
26
|
+
* [DiData](https://cloud.tencent.com/document/api/845/30634#DiData)
|
|
27
|
+
* [DiDataSinkServerless](https://cloud.tencent.com/document/api/845/30634#DiDataSinkServerless)
|
|
28
|
+
* [DiDataSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvm)
|
|
29
|
+
* [DiDataSourceCvmInstance](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvmInstance)
|
|
30
|
+
* [DiDataSourceTke](https://cloud.tencent.com/document/api/845/30634#DiDataSourceTke)
|
|
31
|
+
* [DiSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiSourceCvm)
|
|
32
|
+
* [DiSourceTke](https://cloud.tencent.com/document/api/845/30634#DiSourceTke)
|
|
33
|
+
* [DiSourceTkePodLabel](https://cloud.tencent.com/document/api/845/30634#DiSourceTkePodLabel)
|
|
34
|
+
* [KibanaPublicAcl](https://cloud.tencent.com/document/api/845/30634#KibanaPublicAcl)
|
|
35
|
+
* [ServerlessDi](https://cloud.tencent.com/document/api/845/30634#ServerlessDi)
|
|
36
|
+
* [ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace)
|
|
37
|
+
* [ServerlessSpaceUser](https://cloud.tencent.com/document/api/845/30634#ServerlessSpaceUser)
|
|
38
|
+
* [VpcInfo](https://cloud.tencent.com/document/api/845/30634#VpcInfo)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
1
42
|
# Release 4.0.810
|
|
2
43
|
|
|
3
44
|
## 访问管理(cam) 版本:2019-01-16
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,211 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 57 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-03-12 19:49:56
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [LoginActionFlag](https://cloud.tencent.com/document/api/598/33167#LoginActionFlag)
|
|
16
|
-
|
|
17
|
-
* 新增成员:U2FToken
|
|
18
|
-
|
|
19
|
-
* [LoginActionFlagIntl](https://cloud.tencent.com/document/api/598/33167#LoginActionFlagIntl)
|
|
20
|
-
|
|
21
|
-
* 新增成员:U2FToken
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## 云联络中心(ccc) 版本:2020-02-10
|
|
27
|
-
|
|
28
|
-
### 第 62 次发布
|
|
29
|
-
|
|
30
|
-
发布时间:2024-03-13 01:09:37
|
|
31
|
-
|
|
32
|
-
本次发布包含了以下内容:
|
|
33
|
-
|
|
34
|
-
改善已有的文档。
|
|
35
|
-
|
|
36
|
-
修改数据结构:
|
|
37
|
-
|
|
38
|
-
* [SdkAppIdBuyInfo](https://cloud.tencent.com/document/api/679/47715#SdkAppIdBuyInfo)
|
|
39
|
-
|
|
40
|
-
* <font color="#dd0000">**修改成员**:</font>SipBuyNum
|
|
41
|
-
|
|
42
|
-
* [ServeParticipant](https://cloud.tencent.com/document/api/679/47715#ServeParticipant)
|
|
43
|
-
|
|
44
|
-
* <font color="#dd0000">**修改成员**:</font>TransferFromType
|
|
45
|
-
|
|
46
|
-
* [SkillGroupInfoItem](https://cloud.tencent.com/document/api/679/47715#SkillGroupInfoItem)
|
|
47
|
-
|
|
48
|
-
* <font color="#dd0000">**修改成员**:</font>SkillGroupId, SkillGroupName, Type, RoutePolicy, UsingLastSeat, MaxConcurrency, LastModifyTimestamp, SkillGroupType
|
|
49
|
-
|
|
50
|
-
* [StaffBuyInfo](https://cloud.tencent.com/document/api/679/47715#StaffBuyInfo)
|
|
51
|
-
|
|
52
|
-
* <font color="#dd0000">**修改成员**:</font>SipNum
|
|
53
|
-
|
|
54
|
-
* [StaffStatusMetrics](https://cloud.tencent.com/document/api/679/47715#StaffStatusMetrics)
|
|
55
|
-
|
|
56
|
-
* <font color="#dd0000">**修改成员**:</font>LastOnlineTimestamp, LastStatusTimestamp
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
## 日志服务(cls) 版本:2020-10-16
|
|
62
|
-
|
|
63
|
-
### 第 84 次发布
|
|
64
|
-
|
|
65
|
-
发布时间:2024-03-13 01:11:37
|
|
66
|
-
|
|
67
|
-
本次发布包含了以下内容:
|
|
68
|
-
|
|
69
|
-
改善已有的文档。
|
|
70
|
-
|
|
71
|
-
修改接口:
|
|
72
|
-
|
|
73
|
-
* [CreateConfigExtra](https://cloud.tencent.com/document/api/614/71166)
|
|
74
|
-
|
|
75
|
-
* 新增入参:CollectInfos
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
85
|
-
|
|
86
|
-
### 第 15 次发布
|
|
87
|
-
|
|
88
|
-
发布时间:2024-03-12 19:50:52
|
|
89
|
-
|
|
90
|
-
本次发布包含了以下内容:
|
|
91
|
-
|
|
92
|
-
改善已有的文档。
|
|
93
|
-
|
|
94
|
-
修改数据结构:
|
|
95
|
-
|
|
96
|
-
* [SlowLogTopSqlItem](https://cloud.tencent.com/document/api/1130/39561#SlowLogTopSqlItem)
|
|
97
|
-
|
|
98
|
-
* <font color="#dd0000">**修改成员**:</font>Md5
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
## 域名注册(domain) 版本:2018-08-08
|
|
104
|
-
|
|
105
|
-
### 第 32 次发布
|
|
106
|
-
|
|
107
|
-
发布时间:2024-03-13 01:14:31
|
|
108
|
-
|
|
109
|
-
本次发布包含了以下内容:
|
|
110
|
-
|
|
111
|
-
改善已有的文档。
|
|
112
|
-
|
|
113
|
-
修改接口:
|
|
114
|
-
|
|
115
|
-
* [DescribePreDomainList](https://cloud.tencent.com/document/api/242/103889)
|
|
116
|
-
|
|
117
|
-
* 新增入参:UpTime
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
123
|
-
|
|
124
|
-
### 第 157 次发布
|
|
125
|
-
|
|
126
|
-
发布时间:2024-03-13 01:15:56
|
|
127
|
-
|
|
128
|
-
本次发布包含了以下内容:
|
|
129
|
-
|
|
130
|
-
改善已有的文档。
|
|
131
|
-
|
|
132
|
-
修改接口:
|
|
133
|
-
|
|
134
|
-
* [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1420/102515)
|
|
135
|
-
|
|
136
|
-
* 新增入参:PlatformAppAuthorization
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
146
|
-
|
|
147
|
-
### 第 36 次发布
|
|
148
|
-
|
|
149
|
-
发布时间:2024-03-13 01:19:31
|
|
150
|
-
|
|
151
|
-
本次发布包含了以下内容:
|
|
152
|
-
|
|
153
|
-
改善已有的文档。
|
|
154
|
-
|
|
155
|
-
新增接口:
|
|
156
|
-
|
|
157
|
-
* [SetInstanceMaintenance](https://cloud.tencent.com/document/api/240/104304)
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
## 文字识别(ocr) 版本:2018-11-19
|
|
166
|
-
|
|
167
|
-
### 第 131 次发布
|
|
168
|
-
|
|
169
|
-
发布时间:2024-03-13 01:20:34
|
|
170
|
-
|
|
171
|
-
本次发布包含了以下内容:
|
|
172
|
-
|
|
173
|
-
改善已有的文档。
|
|
174
|
-
|
|
175
|
-
修改接口:
|
|
176
|
-
|
|
177
|
-
* [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
|
|
178
|
-
|
|
179
|
-
* 新增入参:EnableTodayInvoice
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
185
|
-
|
|
186
|
-
### 第 76 次发布
|
|
187
|
-
|
|
188
|
-
发布时间:2024-03-13 01:24:49
|
|
189
|
-
|
|
190
|
-
本次发布包含了以下内容:
|
|
191
|
-
|
|
192
|
-
改善已有的文档。
|
|
193
|
-
|
|
194
|
-
新增接口:
|
|
195
|
-
|
|
196
|
-
* [DescribeSecurityIPGroupInfo](https://cloud.tencent.com/document/api/1552/104305)
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
3
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
205
4
|
|
|
206
|
-
### 第
|
|
5
|
+
### 第 53 次发布
|
|
207
6
|
|
|
208
|
-
发布时间:2024-03-13
|
|
7
|
+
发布时间:2024-03-13 16:49:04
|
|
209
8
|
|
|
210
9
|
本次发布包含了以下内容:
|
|
211
10
|
|
|
@@ -213,61 +12,30 @@
|
|
|
213
12
|
|
|
214
13
|
新增接口:
|
|
215
14
|
|
|
216
|
-
* [
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
## 容器服务(tke) 版本:2022-05-01
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
229
|
-
|
|
230
|
-
### 第 168 次发布
|
|
231
|
-
|
|
232
|
-
发布时间:2024-03-13 01:25:40
|
|
233
|
-
|
|
234
|
-
本次发布包含了以下内容:
|
|
235
|
-
|
|
236
|
-
改善已有的文档。
|
|
237
|
-
|
|
238
|
-
修改接口:
|
|
239
|
-
|
|
240
|
-
* [GetClusterLevelPrice](https://cloud.tencent.com/document/api/457/72004)
|
|
241
|
-
|
|
242
|
-
* 新增出参:Policy
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
248
|
-
|
|
249
|
-
### 第 78 次发布
|
|
250
|
-
|
|
251
|
-
发布时间:2024-03-13 01:28:24
|
|
15
|
+
* [CreateServerlessInstance](https://cloud.tencent.com/document/api/845/104318)
|
|
16
|
+
* [CreateServerlessSpaceV2](https://cloud.tencent.com/document/api/845/104317)
|
|
17
|
+
* [DeleteServerlessInstance](https://cloud.tencent.com/document/api/845/104316)
|
|
18
|
+
* [DeleteServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104315)
|
|
19
|
+
* [DescribeServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104314)
|
|
20
|
+
* [DescribeServerlessSpaces](https://cloud.tencent.com/document/api/845/104313)
|
|
21
|
+
* [UpdateServerlessInstance](https://cloud.tencent.com/document/api/845/104312)
|
|
22
|
+
* [UpdateServerlessSpace](https://cloud.tencent.com/document/api/845/104311)
|
|
252
23
|
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
改善已有的文档。
|
|
256
|
-
|
|
257
|
-
修改数据结构:
|
|
258
|
-
|
|
259
|
-
* [InstanceLifeCycleOpsDto](https://cloud.tencent.com/document/api/1267/76336#InstanceLifeCycleOpsDto)
|
|
260
|
-
|
|
261
|
-
* 新增成员:InstanceState
|
|
262
|
-
|
|
263
|
-
* <font color="#dd0000">**修改成员**:</font>TaskId, CurRunDate, LifeRound, RunType, Tries, InstanceLifeDetailDtoList, RunnerState, ErrorDesc, ErrorCodeLevel, InstanceLogListOpsDto
|
|
264
|
-
|
|
265
|
-
* [InstanceLifeDetailDto](https://cloud.tencent.com/document/api/1267/76336#InstanceLifeDetailDto)
|
|
266
|
-
|
|
267
|
-
* 新增成员:DetailState, EndTime
|
|
268
|
-
|
|
269
|
-
* <font color="#dd0000">**修改成员**:</font>State, StartTime
|
|
24
|
+
新增数据结构:
|
|
270
25
|
|
|
26
|
+
* [DiData](https://cloud.tencent.com/document/api/845/30634#DiData)
|
|
27
|
+
* [DiDataSinkServerless](https://cloud.tencent.com/document/api/845/30634#DiDataSinkServerless)
|
|
28
|
+
* [DiDataSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvm)
|
|
29
|
+
* [DiDataSourceCvmInstance](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvmInstance)
|
|
30
|
+
* [DiDataSourceTke](https://cloud.tencent.com/document/api/845/30634#DiDataSourceTke)
|
|
31
|
+
* [DiSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiSourceCvm)
|
|
32
|
+
* [DiSourceTke](https://cloud.tencent.com/document/api/845/30634#DiSourceTke)
|
|
33
|
+
* [DiSourceTkePodLabel](https://cloud.tencent.com/document/api/845/30634#DiSourceTkePodLabel)
|
|
34
|
+
* [KibanaPublicAcl](https://cloud.tencent.com/document/api/845/30634#KibanaPublicAcl)
|
|
35
|
+
* [ServerlessDi](https://cloud.tencent.com/document/api/845/30634#ServerlessDi)
|
|
36
|
+
* [ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace)
|
|
37
|
+
* [ServerlessSpaceUser](https://cloud.tencent.com/document/api/845/30634#ServerlessSpaceUser)
|
|
38
|
+
* [VpcInfo](https://cloud.tencent.com/document/api/845/30634#VpcInfo)
|
|
271
39
|
|
|
272
40
|
|
|
273
41
|
|
|
@@ -30922,7 +30690,7 @@
|
|
|
30922
30690
|
|
|
30923
30691
|
新增接口:
|
|
30924
30692
|
|
|
30925
|
-
* [DescribeKafkaUser](https://cloud.tencent.com/document/api
|
|
30693
|
+
* [DescribeKafkaUser](https://cloud.tencent.com/document/api/#/#)
|
|
30926
30694
|
|
|
30927
30695
|
### 第 62 次发布
|
|
30928
30696
|
|
|
@@ -57917,6 +57685,41 @@
|
|
|
57917
57685
|
|
|
57918
57686
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
57919
57687
|
|
|
57688
|
+
### 第 53 次发布
|
|
57689
|
+
|
|
57690
|
+
发布时间:2024-03-13 16:49:04
|
|
57691
|
+
|
|
57692
|
+
本次发布包含了以下内容:
|
|
57693
|
+
|
|
57694
|
+
改善已有的文档。
|
|
57695
|
+
|
|
57696
|
+
新增接口:
|
|
57697
|
+
|
|
57698
|
+
* [[CreateServerlessInstance](https://cloud.tencent.com/document/api/845/104318)](https://cloud.tencent.com/document/api/#/#)
|
|
57699
|
+
* [[CreateServerlessSpaceV2](https://cloud.tencent.com/document/api/845/104317)](https://cloud.tencent.com/document/api/#/#)
|
|
57700
|
+
* [[DeleteServerlessInstance](https://cloud.tencent.com/document/api/845/104316)](https://cloud.tencent.com/document/api/#/#)
|
|
57701
|
+
* [[DeleteServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104315)](https://cloud.tencent.com/document/api/#/#)
|
|
57702
|
+
* [[DescribeServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104314)](https://cloud.tencent.com/document/api/#/#)
|
|
57703
|
+
* [[DescribeServerlessSpaces](https://cloud.tencent.com/document/api/845/104313)](https://cloud.tencent.com/document/api/#/#)
|
|
57704
|
+
* [[UpdateServerlessInstance](https://cloud.tencent.com/document/api/845/104312)](https://cloud.tencent.com/document/api/#/#)
|
|
57705
|
+
* [[UpdateServerlessSpace](https://cloud.tencent.com/document/api/845/104311)](https://cloud.tencent.com/document/api/#/#)
|
|
57706
|
+
|
|
57707
|
+
新增数据结构:
|
|
57708
|
+
|
|
57709
|
+
* [[DiData](https://cloud.tencent.com/document/api/845/30634#DiData)](https://cloud.tencent.com/document/api/845/30634#[DiData](https://cloud.tencent.com/document/api/845/30634#DiData))
|
|
57710
|
+
* [[DiDataSinkServerless](https://cloud.tencent.com/document/api/845/30634#DiDataSinkServerless)](https://cloud.tencent.com/document/api/845/30634#[DiDataSinkServerless](https://cloud.tencent.com/document/api/845/30634#DiDataSinkServerless))
|
|
57711
|
+
* [[DiDataSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvm)](https://cloud.tencent.com/document/api/845/30634#[DiDataSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvm))
|
|
57712
|
+
* [[DiDataSourceCvmInstance](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvmInstance)](https://cloud.tencent.com/document/api/845/30634#[DiDataSourceCvmInstance](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvmInstance))
|
|
57713
|
+
* [[DiDataSourceTke](https://cloud.tencent.com/document/api/845/30634#DiDataSourceTke)](https://cloud.tencent.com/document/api/845/30634#[DiDataSourceTke](https://cloud.tencent.com/document/api/845/30634#DiDataSourceTke))
|
|
57714
|
+
* [[DiSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiSourceCvm)](https://cloud.tencent.com/document/api/845/30634#[DiSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiSourceCvm))
|
|
57715
|
+
* [[DiSourceTke](https://cloud.tencent.com/document/api/845/30634#DiSourceTke)](https://cloud.tencent.com/document/api/845/30634#[DiSourceTke](https://cloud.tencent.com/document/api/845/30634#DiSourceTke))
|
|
57716
|
+
* [[DiSourceTkePodLabel](https://cloud.tencent.com/document/api/845/30634#DiSourceTkePodLabel)](https://cloud.tencent.com/document/api/845/30634#[DiSourceTkePodLabel](https://cloud.tencent.com/document/api/845/30634#DiSourceTkePodLabel))
|
|
57717
|
+
* [[KibanaPublicAcl](https://cloud.tencent.com/document/api/845/30634#KibanaPublicAcl)](https://cloud.tencent.com/document/api/845/30634#[KibanaPublicAcl](https://cloud.tencent.com/document/api/845/30634#KibanaPublicAcl))
|
|
57718
|
+
* [[ServerlessDi](https://cloud.tencent.com/document/api/845/30634#ServerlessDi)](https://cloud.tencent.com/document/api/845/30634#[ServerlessDi](https://cloud.tencent.com/document/api/845/30634#ServerlessDi))
|
|
57719
|
+
* [[ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace)](https://cloud.tencent.com/document/api/845/30634#[ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace))
|
|
57720
|
+
* [[ServerlessSpaceUser](https://cloud.tencent.com/document/api/845/30634#ServerlessSpaceUser)](https://cloud.tencent.com/document/api/845/30634#[ServerlessSpaceUser](https://cloud.tencent.com/document/api/845/30634#ServerlessSpaceUser))
|
|
57721
|
+
* [[VpcInfo](https://cloud.tencent.com/document/api/845/30634#VpcInfo)](https://cloud.tencent.com/document/api/845/30634#[VpcInfo](https://cloud.tencent.com/document/api/845/30634#VpcInfo))
|
|
57722
|
+
|
|
57920
57723
|
### 第 52 次发布
|
|
57921
57724
|
|
|
57922
57725
|
发布时间:2024-01-25 01:13:20
|
|
@@ -84553,7 +84356,7 @@
|
|
|
84553
84356
|
|
|
84554
84357
|
新增接口:
|
|
84555
84358
|
|
|
84556
|
-
* [
|
|
84359
|
+
* [SetInstanceMaintenance](https://cloud.tencent.com/document/api/240/104304)
|
|
84557
84360
|
|
|
84558
84361
|
### 第 35 次发布
|
|
84559
84362
|
|
|
@@ -120174,7 +119977,7 @@
|
|
|
120174
119977
|
|
|
120175
119978
|
新增接口:
|
|
120176
119979
|
|
|
120177
|
-
* [
|
|
119980
|
+
* [DescribeSecurityIPGroupInfo](https://cloud.tencent.com/document/api/1552/104305)
|
|
120178
119981
|
|
|
120179
119982
|
### 第 75 次发布
|
|
120180
119983
|
|
|
@@ -124348,7 +124151,7 @@
|
|
|
124348
124151
|
|
|
124349
124152
|
新增接口:
|
|
124350
124153
|
|
|
124351
|
-
* [
|
|
124154
|
+
* [CreatePresignedNotebookUrl](https://cloud.tencent.com/document/api/851/104306)
|
|
124352
124155
|
|
|
124353
124156
|
### 第 51 次发布
|
|
124354
124157
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-03-12 01:29:44 |
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-03-12 01:29:59 |
|
|
98
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-
|
|
98
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-13 16:49:04 |
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-13 16:49:19 |
|
|
100
100
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-13 01:15:56 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-03-12 01:31:22 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-03-12 19:51:24 |
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-12 01:58:53 |
|
|
227
227
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-03-12 10:45:07 |
|
|
228
228
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-03-12 01:59:06 |
|
|
229
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-
|
|
229
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-03-13 15:09:33 |
|
|
230
230
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-12 02:00:39 |
|
|
231
231
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-03-12 02:00:41 |
|
|
232
232
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-12 02:00:43 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.811"
|