tencentcloud-sdk-nodejs 4.1.240 → 4.1.241
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/es/common/sdk_version.js +1 -1
- package/es/services/cfs/v20190719/cfs_client.js +33 -15
- package/es/services/lighthouse/v20200324/lighthouse_client.js +3 -0
- package/es/services/teo/v20220901/teo_client.js +24 -12
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apis/v20240801/apis_models.d.ts +62 -40
- package/tencentcloud/services/bi/v20220105/bi_client.d.ts +1 -1
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +254 -22
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +47 -17
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +66 -24
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +347 -46
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +11 -1
- package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +246 -159
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +5 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +6 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +79 -20
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +2 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +2 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +35 -26
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +70 -80
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +29 -13
- package/tencentcloud/services/teo/v20220901/teo_client.js +42 -18
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +199 -26
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -19
|
@@ -27,6 +27,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
27
27
|
constructor(clientConfig) {
|
|
28
28
|
super("cfs.tencentcloudapi.com", "2019-07-19", clientConfig);
|
|
29
29
|
}
|
|
30
|
+
/**
|
|
31
|
+
* 文件系统目录操作接口。当前仅 Turbo 系列文件系统支持调用此接口进行目录操作,通用系列文件系统(含增强型)不支持调用。
|
|
32
|
+
*/
|
|
33
|
+
async DoDirectoryOperation(req, cb) {
|
|
34
|
+
return this.request("DoDirectoryOperation", req, cb);
|
|
35
|
+
}
|
|
30
36
|
/**
|
|
31
37
|
* 本接口(DescribeCfsRules)用于查询权限组规则列表。
|
|
32
38
|
*/
|
|
@@ -84,10 +90,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
84
90
|
return this.request("SetUserQuota", req, cb);
|
|
85
91
|
}
|
|
86
92
|
/**
|
|
87
|
-
*
|
|
93
|
+
* 删除数据检索。
|
|
94
|
+
|
|
95
|
+
删除指定的数据检索配置,不允许在存在关联任务时删除。调用接口后,若通过 DescribeDataRetrieval 接口查询不到对应的数据检索,则表示删除成功。
|
|
88
96
|
*/
|
|
89
|
-
async
|
|
90
|
-
return this.request("
|
|
97
|
+
async DeleteDataRetrieval(req, cb) {
|
|
98
|
+
return this.request("DeleteDataRetrieval", req, cb);
|
|
91
99
|
}
|
|
92
100
|
/**
|
|
93
101
|
* 本接口(DescribeMountTargets)用于查询文件系统挂载点信息
|
|
@@ -113,6 +121,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
113
121
|
async DeleteLifecyclePolicy(req, cb) {
|
|
114
122
|
return this.request("DeleteLifecyclePolicy", req, cb);
|
|
115
123
|
}
|
|
124
|
+
/**
|
|
125
|
+
* 查询文件系统快照定期策略列表信息
|
|
126
|
+
*/
|
|
127
|
+
async DescribeAutoSnapshotPolicies(req, cb) {
|
|
128
|
+
return this.request("DescribeAutoSnapshotPolicies", req, cb);
|
|
129
|
+
}
|
|
116
130
|
/**
|
|
117
131
|
* 解除文件系统绑定的快照策略
|
|
118
132
|
*/
|
|
@@ -137,6 +151,14 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
137
151
|
async DescribeCfsServiceStatus(req, cb) {
|
|
138
152
|
return this.request("DescribeCfsServiceStatus", req, cb);
|
|
139
153
|
}
|
|
154
|
+
/**
|
|
155
|
+
* 查询数据检索。
|
|
156
|
+
|
|
157
|
+
查询数据检索列表,支持按文件系统 ID、数据检索 ID、名称等条件筛选。
|
|
158
|
+
*/
|
|
159
|
+
async DescribeDataRetrieval(req, cb) {
|
|
160
|
+
return this.request("DescribeDataRetrieval", req, cb);
|
|
161
|
+
}
|
|
140
162
|
/**
|
|
141
163
|
* 用于终止迁移任务,可以终止等待中、运行中状态的任务。
|
|
142
164
|
*/
|
|
@@ -144,10 +166,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
144
166
|
return this.request("StopMigrationTask", req, cb);
|
|
145
167
|
}
|
|
146
168
|
/**
|
|
147
|
-
*
|
|
169
|
+
* 创建数据检索
|
|
148
170
|
*/
|
|
149
|
-
async
|
|
150
|
-
return this.request("
|
|
171
|
+
async CreateDataRetrieval(req, cb) {
|
|
172
|
+
return this.request("CreateDataRetrieval", req, cb);
|
|
151
173
|
}
|
|
152
174
|
/**
|
|
153
175
|
* 本接口(DescribeAvailableZoneInfo)用于查询区域的可用情况。
|
|
@@ -173,12 +195,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
173
195
|
async SignUpCfsService(req, cb) {
|
|
174
196
|
return this.request("SignUpCfsService", req, cb);
|
|
175
197
|
}
|
|
176
|
-
/**
|
|
177
|
-
* 创建定期快照策略
|
|
178
|
-
*/
|
|
179
|
-
async CreateAutoSnapshotPolicy(req, cb) {
|
|
180
|
-
return this.request("CreateAutoSnapshotPolicy", req, cb);
|
|
181
|
-
}
|
|
182
198
|
/**
|
|
183
199
|
* 用于删除迁移任务。不支持删除等待中、创建中、运行中、取消中、终止中状态的任务。
|
|
184
200
|
*/
|
|
@@ -209,12 +225,24 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
209
225
|
async CreateCfsFileSystem(req, cb) {
|
|
210
226
|
return this.request("CreateCfsFileSystem", req, cb);
|
|
211
227
|
}
|
|
228
|
+
/**
|
|
229
|
+
* 用于获取数据源桶列表。
|
|
230
|
+
*/
|
|
231
|
+
async DescribeBucketList(req, cb) {
|
|
232
|
+
return this.request("DescribeBucketList", req, cb);
|
|
233
|
+
}
|
|
212
234
|
/**
|
|
213
235
|
* 本接口(DescribeCfsPGroups)用于查询权限组列表。
|
|
214
236
|
*/
|
|
215
237
|
async DescribeCfsPGroups(req, cb) {
|
|
216
238
|
return this.request("DescribeCfsPGroups", req, cb);
|
|
217
239
|
}
|
|
240
|
+
/**
|
|
241
|
+
* 修改数据检索
|
|
242
|
+
*/
|
|
243
|
+
async ModifyDataRetrieval(req, cb) {
|
|
244
|
+
return this.request("ModifyDataRetrieval", req, cb);
|
|
245
|
+
}
|
|
218
246
|
/**
|
|
219
247
|
* 文件系统快照概览
|
|
220
248
|
*/
|
|
@@ -240,10 +268,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
240
268
|
return this.request("ApplyPathLifecyclePolicy", req, cb);
|
|
241
269
|
}
|
|
242
270
|
/**
|
|
243
|
-
*
|
|
271
|
+
* 指定条件删除文件系统配额(仅部分Turbo实例能使用,若需要调用请提交工单与我们联系)
|
|
244
272
|
*/
|
|
245
|
-
async
|
|
246
|
-
return this.request("
|
|
273
|
+
async DeleteUserQuota(req, cb) {
|
|
274
|
+
return this.request("DeleteUserQuota", req, cb);
|
|
247
275
|
}
|
|
248
276
|
/**
|
|
249
277
|
* 修改数据流动相关参数
|
|
@@ -263,6 +291,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
263
291
|
async DescribeCfsFileSystems(req, cb) {
|
|
264
292
|
return this.request("DescribeCfsFileSystems", req, cb);
|
|
265
293
|
}
|
|
294
|
+
/**
|
|
295
|
+
* 用来设置文件系统扩容策略,该接口只支持turbo文件系统
|
|
296
|
+
*/
|
|
297
|
+
async ModifyFileSystemAutoScaleUpRule(req, cb) {
|
|
298
|
+
return this.request("ModifyFileSystemAutoScaleUpRule", req, cb);
|
|
299
|
+
}
|
|
266
300
|
/**
|
|
267
301
|
* 查询文件系统快照列表
|
|
268
302
|
*/
|
|
@@ -300,16 +334,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
300
334
|
return this.request("CreateMigrationTask", req, cb);
|
|
301
335
|
}
|
|
302
336
|
/**
|
|
303
|
-
*
|
|
337
|
+
* 创建定期快照策略
|
|
304
338
|
*/
|
|
305
|
-
async
|
|
306
|
-
return this.request("
|
|
339
|
+
async CreateAutoSnapshotPolicy(req, cb) {
|
|
340
|
+
return this.request("CreateAutoSnapshotPolicy", req, cb);
|
|
307
341
|
}
|
|
308
342
|
/**
|
|
309
|
-
*
|
|
343
|
+
* 本接口(CreateCfsPGroup)用于创建权限组
|
|
310
344
|
*/
|
|
311
|
-
async
|
|
312
|
-
return this.request("
|
|
345
|
+
async CreateCfsPGroup(req, cb) {
|
|
346
|
+
return this.request("CreateCfsPGroup", req, cb);
|
|
313
347
|
}
|
|
314
348
|
/**
|
|
315
349
|
* 删除快照定期策略
|
|
@@ -336,10 +370,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
336
370
|
return this.request("UpdateAutoSnapshotPolicy", req, cb);
|
|
337
371
|
}
|
|
338
372
|
/**
|
|
339
|
-
*
|
|
373
|
+
* 执行数据检索任务。
|
|
374
|
+
|
|
375
|
+
手动触发指定数据检索的执行,创建一个新的数据检索任务。单个文件系统同时执行的任务数不超过 20 个。
|
|
340
376
|
*/
|
|
341
|
-
async
|
|
342
|
-
return this.request("
|
|
377
|
+
async RunDataRetrievalTask(req, cb) {
|
|
378
|
+
return this.request("RunDataRetrievalTask", req, cb);
|
|
379
|
+
}
|
|
380
|
+
/**
|
|
381
|
+
* 查询数据检索任务
|
|
382
|
+
*/
|
|
383
|
+
async DescribeDataRetrievalTask(req, cb) {
|
|
384
|
+
return this.request("DescribeDataRetrievalTask", req, cb);
|
|
343
385
|
}
|
|
344
386
|
/**
|
|
345
387
|
* 查询快照操作日志
|