tencentcloud-sdk-nodejs 4.1.185 → 4.1.186
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/cdwch/v20200915/cdwch_client.js +3 -0
- package/es/services/goosefs/v20220519/goosefs_client.js +15 -3
- package/es/services/lcic/v20220817/lcic_client.js +31 -16
- package/es/services/mongodb/v20190725/mongodb_client.js +29 -17
- package/es/services/vod/v20180717/vod_client.js +22 -10
- 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/ags/v20250920/ags_models.d.ts +26 -0
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +2 -2
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +18 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +5 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +6 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +34 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +5 -4
- package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +21 -7
- package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +30 -8
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +356 -79
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +37 -17
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +54 -24
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +282 -37
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +71 -13
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +37 -21
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +53 -29
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +526 -274
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +10 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +10 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +10 -0
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +9 -5
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -1
- package/tencentcloud/services/tione/v20211111/tione_client.js +1 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +4 -8
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +42 -24
- package/tencentcloud/services/vod/v20180717/vod_client.js +54 -28
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +393 -70
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -3
|
@@ -7435,11 +7435,11 @@ export interface DescribeOrganizationGroupOrganizationsRequest {
|
|
|
7435
7435
|
*/
|
|
7436
7436
|
Operator: UserInfo;
|
|
7437
7437
|
/**
|
|
7438
|
-
*
|
|
7438
|
+
* 指定分页每页返回的数据条数,单页最大支持 200。
|
|
7439
7439
|
*/
|
|
7440
7440
|
Limit: number;
|
|
7441
7441
|
/**
|
|
7442
|
-
*
|
|
7442
|
+
* 偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
|
|
7443
7443
|
*/
|
|
7444
7444
|
Offset: number;
|
|
7445
7445
|
/**
|
|
@@ -7461,6 +7461,9 @@ export interface DescribeOrganizationGroupOrganizationsRequest {
|
|
|
7461
7461
|
* 是否导出当前成员企业数据
|
|
7462
7462
|
<ul><li> **false**:不导出(默认值)</li>
|
|
7463
7463
|
<li> **true**:导出</li></ul>
|
|
7464
|
+
|
|
7465
|
+
p.s.
|
|
7466
|
+
若传入此参数, LImit参数将无效,导出的为全量数据。
|
|
7464
7467
|
*/
|
|
7465
7468
|
Export?: boolean;
|
|
7466
7469
|
/**
|
|
@@ -871,12 +871,13 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
871
871
|
/**
|
|
872
872
|
* 该接口用于发起合同后,生成用户的签署链接 <br/>
|
|
873
873
|
|
|
874
|
-
|
|
874
|
+
|
|
875
|
+
⚠️ **注意**
|
|
875
876
|
1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。
|
|
876
|
-
2. 该接口返回的签署链接适用于APP
|
|
877
|
-
如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
877
|
+
2. 该接口返回的签署链接适用于APP集成的场景,支持在支付宝、APP打开、浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
878
|
+
如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
878
879
|
3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
879
|
-
4. H5
|
|
880
|
+
4. H5签署现在**仅支持中国大陆身份证、中国港澳台居民居住证**。
|
|
880
881
|
*/
|
|
881
882
|
ChannelCreateFlowSignUrl(req: ChannelCreateFlowSignUrlRequest, cb?: (error: string, rep: ChannelCreateFlowSignUrlResponse) => void): Promise<ChannelCreateFlowSignUrlResponse>;
|
|
882
883
|
/**
|
|
@@ -1015,12 +1015,13 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
1015
1015
|
/**
|
|
1016
1016
|
* 该接口用于发起合同后,生成用户的签署链接 <br/>
|
|
1017
1017
|
|
|
1018
|
-
|
|
1018
|
+
|
|
1019
|
+
⚠️ **注意**
|
|
1019
1020
|
1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。
|
|
1020
|
-
2. 该接口返回的签署链接适用于APP
|
|
1021
|
-
如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
1021
|
+
2. 该接口返回的签署链接适用于APP集成的场景,支持在支付宝、APP打开、浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
1022
|
+
如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
1022
1023
|
3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
1023
|
-
4. H5
|
|
1024
|
+
4. H5签署现在**仅支持中国大陆身份证、中国港澳台居民居住证**。
|
|
1024
1025
|
*/
|
|
1025
1026
|
async ChannelCreateFlowSignUrl(req, cb) {
|
|
1026
1027
|
return this.request("ChannelCreateFlowSignUrl", req, cb);
|
|
@@ -1,18 +1,12 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { CreateFileSystemResponse, CreateFilesetRequest, DescribeFilesetsRequest, DescribeClusterRoleTokenRequest, DescribeFileSystemsResponse, DescribeFilesetGeneralConfigResponse, DetachFileSystemBucketResponse, DeleteFilesetRequest,
|
|
3
|
+
import { CreateFileSystemResponse, CreateFilesetRequest, DescribeFilesetsRequest, UpdateLoadTaskPriorityResponse, DescribeClusterRoleTokenRequest, DescribeFileSystemsResponse, DescribeLoadTaskResponse, DescribeFilesetGeneralConfigResponse, DetachFileSystemBucketResponse, DeleteFilesetRequest, DescribeClusterRoleTokenResponse, BatchDeleteClientNodesResponse, CreateLoadTaskResponse, QueryCrossVpcSubnetSupportForClientNodeRequest, DeleteCrossVpcSubnetSupportForClientNodeRequest, AttachFileSystemBucketRequest, DeleteFileSystemRequest, CancelLoadTaskResponse, BatchAddClientNodesResponse, AttachFileSystemBucketResponse, DescribeFilesetGeneralConfigRequest, UpdateLoadTaskPriorityRequest, CreateFileSystemRequest, DescribeFilesetsResponse, BuildClientNodeMountCommandRequest, DeleteFileSystemResponse, ExpandCapacityRequest, DetachFileSystemBucketRequest, CancelLoadTaskRequest, DescribeFileSystemBucketsRequest, UpdateFilesetRequest, ModifyDataRepositoryBandwidthResponse, QueryDataRepositoryBandwidthResponse, QueryDataRepositoryBandwidthRequest, DescribeLoadTaskRequest, UpdateFilesetResponse, BatchDeleteClientNodesRequest, CreateFilesetResponse, UpdateFilesetGeneralConfigResponse, QueryCrossVpcSubnetSupportForClientNodeResponse, DescribeFileSystemsRequest, UpdateFilesetGeneralConfigRequest, DescribeClusterClientTokenRequest, AddCrossVpcSubnetSupportForClientNodeResponse, CreateDataRepositoryTaskResponse, ExpandCapacityResponse, DeleteCrossVpcSubnetSupportForClientNodeResponse, DeleteFilesetResponse, DescribeDataRepositoryTaskStatusResponse, ListLoadTasksResponse, ListLoadTasksRequest, BatchAddClientNodesRequest, AddCrossVpcSubnetSupportForClientNodeRequest, DescribeDataRepositoryTaskStatusRequest, DescribeFileSystemBucketsResponse, DescribeClientNodesRequest, ModifyDataRepositoryBandwidthRequest, CreateDataRepositoryTaskRequest, DescribeClientNodesResponse, CreateLoadTaskRequest, BuildClientNodeMountCommandResponse, DescribeClusterClientTokenResponse } from "./goosefs_models";
|
|
4
4
|
/**
|
|
5
5
|
* goosefs client
|
|
6
6
|
* @class
|
|
7
7
|
*/
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
|
-
/**
|
|
11
|
-
* 接口废弃
|
|
12
|
-
|
|
13
|
-
查询GooseFS集群角色
|
|
14
|
-
*/
|
|
15
|
-
DescribeClusterRoles(req: DescribeClusterRolesRequest, cb?: (error: string, rep: DescribeClusterRolesResponse) => void): Promise<DescribeClusterRolesResponse>;
|
|
16
10
|
/**
|
|
17
11
|
* 扩展文件系统容量
|
|
18
12
|
*/
|
|
@@ -29,6 +23,10 @@ export declare class Client extends AbstractClient {
|
|
|
29
23
|
* 查询GooseFS集群客户端凭证
|
|
30
24
|
*/
|
|
31
25
|
DescribeClusterClientToken(req: DescribeClusterClientTokenRequest, cb?: (error: string, rep: DescribeClusterClientTokenResponse) => void): Promise<DescribeClusterClientTokenResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* 查询单个预热任务执行情况。注意,该接口需要 GooseFS 集群版本 ≥ 1.5.1。
|
|
28
|
+
*/
|
|
29
|
+
DescribeLoadTask(req: DescribeLoadTaskRequest, cb?: (error: string, rep: DescribeLoadTaskResponse) => void): Promise<DescribeLoadTaskResponse>;
|
|
32
30
|
/**
|
|
33
31
|
* 修改数据流动带宽
|
|
34
32
|
*/
|
|
@@ -41,10 +39,22 @@ export declare class Client extends AbstractClient {
|
|
|
41
39
|
* 创建数据流通任务,包括从将文件系统的数据上传到存储桶下, 以及从存储桶下载到文件系统里。
|
|
42
40
|
*/
|
|
43
41
|
CreateDataRepositoryTask(req: CreateDataRepositoryTaskRequest, cb?: (error: string, rep: CreateDataRepositoryTaskResponse) => void): Promise<CreateDataRepositoryTaskResponse>;
|
|
42
|
+
/**
|
|
43
|
+
* 列出该集群下所有预热任务。注意,该接口需要 GooseFS 集群版本 ≥ 1.5.1。
|
|
44
|
+
*/
|
|
45
|
+
ListLoadTasks(req: ListLoadTasksRequest, cb?: (error: string, rep: ListLoadTasksResponse) => void): Promise<ListLoadTasksResponse>;
|
|
44
46
|
/**
|
|
45
47
|
* 生成客户端的挂载命令
|
|
46
48
|
*/
|
|
47
49
|
BuildClientNodeMountCommand(req: BuildClientNodeMountCommandRequest, cb?: (error: string, rep: BuildClientNodeMountCommandResponse) => void): Promise<BuildClientNodeMountCommandResponse>;
|
|
50
|
+
/**
|
|
51
|
+
* 变更已有 GooseFS 预热任务配置,仅任务状态为 waiting 时可调用该接口。注意,该接口需要 GooseFS 集群版本 ≥ 1.5.1。
|
|
52
|
+
*/
|
|
53
|
+
UpdateLoadTaskPriority(req: UpdateLoadTaskPriorityRequest, cb?: (error: string, rep: UpdateLoadTaskPriorityResponse) => void): Promise<UpdateLoadTaskPriorityResponse>;
|
|
54
|
+
/**
|
|
55
|
+
* 取消单个预热任务,仅任务在 waiting、running 状态时可以调用此接口。注意,该接口需要 GooseFS 集群版本 ≥ 1.5.1。
|
|
56
|
+
*/
|
|
57
|
+
CancelLoadTask(req: CancelLoadTaskRequest, cb?: (error: string, rep: CancelLoadTaskResponse) => void): Promise<CancelLoadTaskResponse>;
|
|
48
58
|
/**
|
|
49
59
|
* 删除文件系统
|
|
50
60
|
*/
|
|
@@ -61,6 +71,10 @@ export declare class Client extends AbstractClient {
|
|
|
61
71
|
* 列出集群中所有的客户端节点
|
|
62
72
|
*/
|
|
63
73
|
DescribeClientNodes(req: DescribeClientNodesRequest, cb?: (error: string, rep: DescribeClientNodesResponse) => void): Promise<DescribeClientNodesResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* GooseFS 预热相关接口,用于下发,列出,查询,修改预热任务。用于元数据预热、数据预热场景。 注意,该接口需要 GooseFS 集群版本 ≥ 1.5.1。
|
|
76
|
+
*/
|
|
77
|
+
CreateLoadTask(req: CreateLoadTaskRequest, cb?: (error: string, rep: CreateLoadTaskResponse) => void): Promise<CreateLoadTaskResponse>;
|
|
64
78
|
/**
|
|
65
79
|
* 罗列文件系统关联的Bucket映射
|
|
66
80
|
*/
|
|
@@ -27,14 +27,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
27
27
|
constructor(clientConfig) {
|
|
28
28
|
super("goosefs.tencentcloudapi.com", "2022-05-19", clientConfig);
|
|
29
29
|
}
|
|
30
|
-
/**
|
|
31
|
-
* 接口废弃
|
|
32
|
-
|
|
33
|
-
查询GooseFS集群角色
|
|
34
|
-
*/
|
|
35
|
-
async DescribeClusterRoles(req, cb) {
|
|
36
|
-
return this.request("DescribeClusterRoles", req, cb);
|
|
37
|
-
}
|
|
38
30
|
/**
|
|
39
31
|
* 扩展文件系统容量
|
|
40
32
|
*/
|
|
@@ -59,6 +51,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
59
51
|
async DescribeClusterClientToken(req, cb) {
|
|
60
52
|
return this.request("DescribeClusterClientToken", req, cb);
|
|
61
53
|
}
|
|
54
|
+
/**
|
|
55
|
+
* 查询单个预热任务执行情况。注意,该接口需要 GooseFS 集群版本 ≥ 1.5.1。
|
|
56
|
+
*/
|
|
57
|
+
async DescribeLoadTask(req, cb) {
|
|
58
|
+
return this.request("DescribeLoadTask", req, cb);
|
|
59
|
+
}
|
|
62
60
|
/**
|
|
63
61
|
* 修改数据流动带宽
|
|
64
62
|
*/
|
|
@@ -77,12 +75,30 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
77
75
|
async CreateDataRepositoryTask(req, cb) {
|
|
78
76
|
return this.request("CreateDataRepositoryTask", req, cb);
|
|
79
77
|
}
|
|
78
|
+
/**
|
|
79
|
+
* 列出该集群下所有预热任务。注意,该接口需要 GooseFS 集群版本 ≥ 1.5.1。
|
|
80
|
+
*/
|
|
81
|
+
async ListLoadTasks(req, cb) {
|
|
82
|
+
return this.request("ListLoadTasks", req, cb);
|
|
83
|
+
}
|
|
80
84
|
/**
|
|
81
85
|
* 生成客户端的挂载命令
|
|
82
86
|
*/
|
|
83
87
|
async BuildClientNodeMountCommand(req, cb) {
|
|
84
88
|
return this.request("BuildClientNodeMountCommand", req, cb);
|
|
85
89
|
}
|
|
90
|
+
/**
|
|
91
|
+
* 变更已有 GooseFS 预热任务配置,仅任务状态为 waiting 时可调用该接口。注意,该接口需要 GooseFS 集群版本 ≥ 1.5.1。
|
|
92
|
+
*/
|
|
93
|
+
async UpdateLoadTaskPriority(req, cb) {
|
|
94
|
+
return this.request("UpdateLoadTaskPriority", req, cb);
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* 取消单个预热任务,仅任务在 waiting、running 状态时可以调用此接口。注意,该接口需要 GooseFS 集群版本 ≥ 1.5.1。
|
|
98
|
+
*/
|
|
99
|
+
async CancelLoadTask(req, cb) {
|
|
100
|
+
return this.request("CancelLoadTask", req, cb);
|
|
101
|
+
}
|
|
86
102
|
/**
|
|
87
103
|
* 删除文件系统
|
|
88
104
|
*/
|
|
@@ -107,6 +123,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
107
123
|
async DescribeClientNodes(req, cb) {
|
|
108
124
|
return this.request("DescribeClientNodes", req, cb);
|
|
109
125
|
}
|
|
126
|
+
/**
|
|
127
|
+
* GooseFS 预热相关接口,用于下发,列出,查询,修改预热任务。用于元数据预热、数据预热场景。 注意,该接口需要 GooseFS 集群版本 ≥ 1.5.1。
|
|
128
|
+
*/
|
|
129
|
+
async CreateLoadTask(req, cb) {
|
|
130
|
+
return this.request("CreateLoadTask", req, cb);
|
|
131
|
+
}
|
|
110
132
|
/**
|
|
111
133
|
* 罗列文件系统关联的Bucket映射
|
|
112
134
|
*/
|