tencentcloud-sdk-nodejs 4.0.946 → 4.0.948
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 +244 -0
- package/SERVICE_CHANGELOG.md +227 -164
- package/package.json +1 -1
- package/products.md +20 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ca/index.ts +5 -0
- package/src/services/ca/v20230228/ca_client.ts +68 -0
- package/src/services/ca/v20230228/ca_models.ts +142 -0
- package/src/services/ca/v20230228/index.ts +6 -0
- package/src/services/ccc/v20200210/ccc_models.ts +4 -0
- package/src/services/cdn/v20180606/cdn_models.ts +16 -0
- package/src/services/cvm/v20170312/cvm_models.ts +4 -0
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +6 -6
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
- package/src/services/dts/v20211206/dts_models.ts +12 -12
- package/src/services/emr/v20190103/emr_models.ts +4 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -2
- package/src/services/ess/v20201111/ess_models.ts +21 -17
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/lcic/v20220817/lcic_models.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
- package/src/services/ocr/v20181119/ocr_models.ts +11 -0
- package/src/services/ses/v20201002/ses_models.ts +25 -0
- package/src/services/teo/v20220901/teo_client.ts +167 -30
- package/src/services/teo/v20220901/teo_models.ts +658 -199
- package/src/services/vpc/v20170312/vpc_client.ts +338 -70
- package/src/services/vpc/v20170312/vpc_models.ts +983 -302
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ca/index.d.ts +6 -0
- package/tencentcloud/services/ca/index.js +7 -0
- package/tencentcloud/services/ca/v20230228/ca_client.d.ts +22 -0
- package/tencentcloud/services/ca/v20230228/ca_client.js +49 -0
- package/tencentcloud/services/ca/v20230228/ca_models.d.ts +119 -0
- package/tencentcloud/services/ca/v20230228/ca_models.js +18 -0
- package/tencentcloud/services/ca/v20230228/index.d.ts +6 -0
- package/tencentcloud/services/ca/v20230228/index.js +9 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +16 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +6 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +12 -12
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +21 -17
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +11 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +25 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +52 -7
- package/tencentcloud/services/teo/v20220901/teo_client.js +76 -9
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +631 -198
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +107 -19
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +157 -25
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +915 -282
- package/test/ca.v20230228.test.js +51 -0
- package/test/teo.v20220901.test.js +116 -6
- package/test/vpc.v20170312.test.js +234 -14
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.948";
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
|
+
import { ClientConfig } from "../../../common/interface";
|
|
3
|
+
import { CreateVerifyReportRequest, CreateVerifyReportResponse, DescribeVerifyReportRequest, UploadFileRequest, UploadFileResponse, DescribeVerifyReportResponse } from "./ca_models";
|
|
4
|
+
/**
|
|
5
|
+
* ca client
|
|
6
|
+
* @class
|
|
7
|
+
*/
|
|
8
|
+
export declare class Client extends AbstractClient {
|
|
9
|
+
constructor(clientConfig: ClientConfig);
|
|
10
|
+
/**
|
|
11
|
+
* 下载验签报告url,url有效期默认12小时
|
|
12
|
+
*/
|
|
13
|
+
DescribeVerifyReport(req: DescribeVerifyReportRequest, cb?: (error: string, rep: DescribeVerifyReportResponse) => void): Promise<DescribeVerifyReportResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* 文件上传接口
|
|
16
|
+
*/
|
|
17
|
+
UploadFile(req: UploadFileRequest, cb?: (error: string, rep: UploadFileResponse) => void): Promise<UploadFileResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* 创建签名验证报告任务,此接口为异步盖章接口,盖章时效24小时。
|
|
20
|
+
*/
|
|
21
|
+
CreateVerifyReport(req: CreateVerifyReportRequest, cb?: (error: string, rep: CreateVerifyReportResponse) => void): Promise<CreateVerifyReportResponse>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Client = void 0;
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
5
|
+
/*
|
|
6
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
|
+
* you may not use this file except in compliance with the License.
|
|
10
|
+
* You may obtain a copy of the License at
|
|
11
|
+
*
|
|
12
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
13
|
+
*
|
|
14
|
+
* Unless required by applicable law or agreed to in writing,
|
|
15
|
+
* software distributed under the License is distributed on an
|
|
16
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
17
|
+
* KIND, either express or implied. See the License for the
|
|
18
|
+
* specific language governing permissions and limitations
|
|
19
|
+
* under the License.
|
|
20
|
+
*/
|
|
21
|
+
const abstract_client_1 = require("../../../common/abstract_client");
|
|
22
|
+
/**
|
|
23
|
+
* ca client
|
|
24
|
+
* @class
|
|
25
|
+
*/
|
|
26
|
+
class Client extends abstract_client_1.AbstractClient {
|
|
27
|
+
constructor(clientConfig) {
|
|
28
|
+
super("ca.tencentcloudapi.com", "2023-02-28", clientConfig);
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* 下载验签报告url,url有效期默认12小时
|
|
32
|
+
*/
|
|
33
|
+
async DescribeVerifyReport(req, cb) {
|
|
34
|
+
return this.request("DescribeVerifyReport", req, cb);
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* 文件上传接口
|
|
38
|
+
*/
|
|
39
|
+
async UploadFile(req, cb) {
|
|
40
|
+
return this.request("UploadFile", req, cb);
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* 创建签名验证报告任务,此接口为异步盖章接口,盖章时效24小时。
|
|
44
|
+
*/
|
|
45
|
+
async CreateVerifyReport(req, cb) {
|
|
46
|
+
return this.request("CreateVerifyReport", req, cb);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
exports.Client = Client;
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CreateVerifyReport请求参数结构体
|
|
3
|
+
*/
|
|
4
|
+
export interface CreateVerifyReportRequest {
|
|
5
|
+
/**
|
|
6
|
+
* 客户类型 1:个人,2:企业
|
|
7
|
+
*/
|
|
8
|
+
ApplyCustomerType: string;
|
|
9
|
+
/**
|
|
10
|
+
* 申请企业 or 自然人名称
|
|
11
|
+
*/
|
|
12
|
+
ApplyCustomerName: string;
|
|
13
|
+
/**
|
|
14
|
+
* 验签申请人姓名
|
|
15
|
+
*/
|
|
16
|
+
ApplyName: string;
|
|
17
|
+
/**
|
|
18
|
+
* 验签申请人电弧
|
|
19
|
+
*/
|
|
20
|
+
ApplyMobile: string;
|
|
21
|
+
/**
|
|
22
|
+
* 验签文件id
|
|
23
|
+
*/
|
|
24
|
+
FileId: string;
|
|
25
|
+
/**
|
|
26
|
+
* 验签申请人邮箱
|
|
27
|
+
*/
|
|
28
|
+
ApplyEmail?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* CreateVerifyReport返回参数结构体
|
|
32
|
+
*/
|
|
33
|
+
export interface CreateVerifyReportResponse {
|
|
34
|
+
/**
|
|
35
|
+
* 签名id
|
|
36
|
+
*/
|
|
37
|
+
SignatureId?: string;
|
|
38
|
+
/**
|
|
39
|
+
* code
|
|
40
|
+
*/
|
|
41
|
+
Code?: string;
|
|
42
|
+
/**
|
|
43
|
+
* message
|
|
44
|
+
*/
|
|
45
|
+
Message?: string;
|
|
46
|
+
/**
|
|
47
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
48
|
+
*/
|
|
49
|
+
RequestId?: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* DescribeVerifyReport请求参数结构体
|
|
53
|
+
*/
|
|
54
|
+
export interface DescribeVerifyReportRequest {
|
|
55
|
+
/**
|
|
56
|
+
* 签名id
|
|
57
|
+
*/
|
|
58
|
+
SignatureId: string;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* UploadFile请求参数结构体
|
|
62
|
+
*/
|
|
63
|
+
export interface UploadFileRequest {
|
|
64
|
+
/**
|
|
65
|
+
* 验签源文件信息列表
|
|
66
|
+
*/
|
|
67
|
+
FileInfos: Array<FileInfo>;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* UploadFile返回参数结构体
|
|
71
|
+
*/
|
|
72
|
+
export interface UploadFileResponse {
|
|
73
|
+
/**
|
|
74
|
+
* 文件id列表
|
|
75
|
+
*/
|
|
76
|
+
FileIds?: Array<string>;
|
|
77
|
+
/**
|
|
78
|
+
* 文件id总数
|
|
79
|
+
*/
|
|
80
|
+
TotalCount?: number;
|
|
81
|
+
/**
|
|
82
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
83
|
+
*/
|
|
84
|
+
RequestId?: string;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* DescribeVerifyReport返回参数结构体
|
|
88
|
+
*/
|
|
89
|
+
export interface DescribeVerifyReportResponse {
|
|
90
|
+
/**
|
|
91
|
+
* 下载url
|
|
92
|
+
*/
|
|
93
|
+
ReportUrl?: string;
|
|
94
|
+
/**
|
|
95
|
+
* code
|
|
96
|
+
*/
|
|
97
|
+
Code?: string;
|
|
98
|
+
/**
|
|
99
|
+
* message
|
|
100
|
+
*/
|
|
101
|
+
Message?: string;
|
|
102
|
+
/**
|
|
103
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
104
|
+
*/
|
|
105
|
+
RequestId?: string;
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* 文件列表信息
|
|
109
|
+
*/
|
|
110
|
+
export interface FileInfo {
|
|
111
|
+
/**
|
|
112
|
+
* BASE64编码后的文件内容
|
|
113
|
+
*/
|
|
114
|
+
FileBody?: string;
|
|
115
|
+
/**
|
|
116
|
+
* 文件名,最大长度不超过200字符
|
|
117
|
+
*/
|
|
118
|
+
FileName?: string;
|
|
119
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.v20230228 = void 0;
|
|
4
|
+
const Models = require("./ca_models");
|
|
5
|
+
const ca_client_1 = require("./ca_client");
|
|
6
|
+
exports.v20230228 = {
|
|
7
|
+
Client: ca_client_1.Client,
|
|
8
|
+
Models: Models
|
|
9
|
+
};
|
|
@@ -3101,6 +3101,14 @@ export interface CacheConfigCache {
|
|
|
3101
3101
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3102
3102
|
*/
|
|
3103
3103
|
IgnoreSetCookie: string;
|
|
3104
|
+
/**
|
|
3105
|
+
* 当缓存过期后,是否开启源站 mtime 校验,配置值为equal、since、none 和 null。默认配置值为equal,会校验源站文件的mtime与长度。2024-09-12 18:00 之前创建的域名默认值 null,行为保持不变。
|
|
3106
|
+
equal:源站响应mtime必须和缓存mtime一致,若mtime值不一致,清除缓存。
|
|
3107
|
+
since:若源站响应mtime大于缓存mtime,清除缓存。
|
|
3108
|
+
none: 缓存过期回源重新获取文件mtime和长度后,不会校验源站响应mtime,若源站响应携带Content-Length头部,只有文件大小改变时才会更新缓存;若源站响应不携带Content-Length头部,会更新缓存。
|
|
3109
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3110
|
+
*/
|
|
3111
|
+
OriginMtimeCheckType?: string;
|
|
3104
3112
|
}
|
|
3105
3113
|
/**
|
|
3106
3114
|
* ListScdnTopBotData返回参数结构体
|
|
@@ -3542,6 +3550,14 @@ export interface CacheConfigFollowOrigin {
|
|
|
3542
3550
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3543
3551
|
*/
|
|
3544
3552
|
HeuristicCache?: HeuristicCache;
|
|
3553
|
+
/**
|
|
3554
|
+
* 当缓存过期后,是否开启源站 mtime 校验,配置值为equal、since、none 和 null。默认配置值为equal,会校验源站文件的mtime与长度。2024-09-12 18:00 之前创建的域名默认值 null,行为保持不变。
|
|
3555
|
+
equal:源站响应mtime必须和缓存mtime一致,若mtime值不一致,清除缓存。
|
|
3556
|
+
since:若源站响应mtime大于缓存mtime,清除缓存。
|
|
3557
|
+
none: 缓存过期回源重新获取文件mtime和长度后,不会校验源站响应mtime,若源站响应携带Content-Length头部,只有文件大小改变时才会更新缓存;若源站响应不携带Content-Length头部,会更新缓存。
|
|
3558
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3559
|
+
*/
|
|
3560
|
+
OriginMtimeCheckType?: string;
|
|
3545
3561
|
}
|
|
3546
3562
|
/**
|
|
3547
3563
|
* DescribePayType请求参数结构体
|
|
@@ -288,7 +288,7 @@ export declare class Client extends AbstractClient {
|
|
|
288
288
|
*/
|
|
289
289
|
AddInstances(req: AddInstancesRequest, cb?: (error: string, rep: AddInstancesResponse) => void): Promise<AddInstancesResponse>;
|
|
290
290
|
/**
|
|
291
|
-
*
|
|
291
|
+
* 本接口(ModifyInstanceUpgradeLimitDays)用于修改实例内核小版本的升级限制时间。
|
|
292
292
|
*/
|
|
293
293
|
ModifyInstanceUpgradeLimitDays(req: ModifyInstanceUpgradeLimitDaysRequest, cb?: (error: string, rep: ModifyInstanceUpgradeLimitDaysResponse) => void): Promise<ModifyInstanceUpgradeLimitDaysResponse>;
|
|
294
294
|
/**
|
|
@@ -424,7 +424,7 @@ export declare class Client extends AbstractClient {
|
|
|
424
424
|
*/
|
|
425
425
|
InquirePriceRenew(req: InquirePriceRenewRequest, cb?: (error: string, rep: InquirePriceRenewResponse) => void): Promise<InquirePriceRenewResponse>;
|
|
426
426
|
/**
|
|
427
|
-
*
|
|
427
|
+
* 本接口(StartCLSDelivery)用于开启日志投递功能。
|
|
428
428
|
*/
|
|
429
429
|
StartCLSDelivery(req: StartCLSDeliveryRequest, cb?: (error: string, rep: StartCLSDeliveryResponse) => void): Promise<StartCLSDeliveryResponse>;
|
|
430
430
|
/**
|
|
@@ -432,7 +432,7 @@ export declare class Client extends AbstractClient {
|
|
|
432
432
|
*/
|
|
433
433
|
ReloadBalanceProxyNode(req: ReloadBalanceProxyNodeRequest, cb?: (error: string, rep: ReloadBalanceProxyNodeResponse) => void): Promise<ReloadBalanceProxyNodeResponse>;
|
|
434
434
|
/**
|
|
435
|
-
*
|
|
435
|
+
* 本接口(OfflineCluster)用于销毁集群。
|
|
436
436
|
*/
|
|
437
437
|
OfflineCluster(req: OfflineClusterRequest, cb?: (error: string, rep: OfflineClusterResponse) => void): Promise<OfflineClusterResponse>;
|
|
438
438
|
/**
|
|
@@ -440,7 +440,7 @@ export declare class Client extends AbstractClient {
|
|
|
440
440
|
*/
|
|
441
441
|
ModifyAuditRuleTemplates(req: ModifyAuditRuleTemplatesRequest, cb?: (error: string, rep: ModifyAuditRuleTemplatesResponse) => void): Promise<ModifyAuditRuleTemplatesResponse>;
|
|
442
442
|
/**
|
|
443
|
-
*
|
|
443
|
+
* 本接口(StopCLSDelivery)用于停止日志投递功能。
|
|
444
444
|
*/
|
|
445
445
|
StopCLSDelivery(req: StopCLSDeliveryRequest, cb?: (error: string, rep: StopCLSDeliveryResponse) => void): Promise<StopCLSDeliveryResponse>;
|
|
446
446
|
/**
|
|
@@ -484,7 +484,7 @@ export declare class Client extends AbstractClient {
|
|
|
484
484
|
*/
|
|
485
485
|
DescribeInstances(req: DescribeInstancesRequest, cb?: (error: string, rep: DescribeInstancesResponse) => void): Promise<DescribeInstancesResponse>;
|
|
486
486
|
/**
|
|
487
|
-
*
|
|
487
|
+
* 本接口(UpgradeClusterVersion)用于更新内核小版本。
|
|
488
488
|
*/
|
|
489
489
|
UpgradeClusterVersion(req: UpgradeClusterVersionRequest, cb?: (error: string, rep: UpgradeClusterVersionResponse) => void): Promise<UpgradeClusterVersionResponse>;
|
|
490
490
|
/**
|
|
@@ -564,7 +564,7 @@ export declare class Client extends AbstractClient {
|
|
|
564
564
|
*/
|
|
565
565
|
DeleteParamTemplate(req: DeleteParamTemplateRequest, cb?: (error: string, rep: DeleteParamTemplateResponse) => void): Promise<DeleteParamTemplateResponse>;
|
|
566
566
|
/**
|
|
567
|
-
*
|
|
567
|
+
* 本接口(UpgradeInstance)用于实例变配。
|
|
568
568
|
*/
|
|
569
569
|
UpgradeInstance(req: UpgradeInstanceRequest, cb?: (error: string, rep: UpgradeInstanceResponse) => void): Promise<UpgradeInstanceResponse>;
|
|
570
570
|
/**
|
|
@@ -448,7 +448,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
448
448
|
return this.request("AddInstances", req, cb);
|
|
449
449
|
}
|
|
450
450
|
/**
|
|
451
|
-
*
|
|
451
|
+
* 本接口(ModifyInstanceUpgradeLimitDays)用于修改实例内核小版本的升级限制时间。
|
|
452
452
|
*/
|
|
453
453
|
async ModifyInstanceUpgradeLimitDays(req, cb) {
|
|
454
454
|
return this.request("ModifyInstanceUpgradeLimitDays", req, cb);
|
|
@@ -652,7 +652,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
652
652
|
return this.request("InquirePriceRenew", req, cb);
|
|
653
653
|
}
|
|
654
654
|
/**
|
|
655
|
-
*
|
|
655
|
+
* 本接口(StartCLSDelivery)用于开启日志投递功能。
|
|
656
656
|
*/
|
|
657
657
|
async StartCLSDelivery(req, cb) {
|
|
658
658
|
return this.request("StartCLSDelivery", req, cb);
|
|
@@ -664,7 +664,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
664
664
|
return this.request("ReloadBalanceProxyNode", req, cb);
|
|
665
665
|
}
|
|
666
666
|
/**
|
|
667
|
-
*
|
|
667
|
+
* 本接口(OfflineCluster)用于销毁集群。
|
|
668
668
|
*/
|
|
669
669
|
async OfflineCluster(req, cb) {
|
|
670
670
|
return this.request("OfflineCluster", req, cb);
|
|
@@ -676,7 +676,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
676
676
|
return this.request("ModifyAuditRuleTemplates", req, cb);
|
|
677
677
|
}
|
|
678
678
|
/**
|
|
679
|
-
*
|
|
679
|
+
* 本接口(StopCLSDelivery)用于停止日志投递功能。
|
|
680
680
|
*/
|
|
681
681
|
async StopCLSDelivery(req, cb) {
|
|
682
682
|
return this.request("StopCLSDelivery", req, cb);
|
|
@@ -742,7 +742,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
742
742
|
return this.request("DescribeInstances", req, cb);
|
|
743
743
|
}
|
|
744
744
|
/**
|
|
745
|
-
*
|
|
745
|
+
* 本接口(UpgradeClusterVersion)用于更新内核小版本。
|
|
746
746
|
*/
|
|
747
747
|
async UpgradeClusterVersion(req, cb) {
|
|
748
748
|
return this.request("UpgradeClusterVersion", req, cb);
|
|
@@ -862,7 +862,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
862
862
|
return this.request("DeleteParamTemplate", req, cb);
|
|
863
863
|
}
|
|
864
864
|
/**
|
|
865
|
-
*
|
|
865
|
+
* 本接口(UpgradeInstance)用于实例变配。
|
|
866
866
|
*/
|
|
867
867
|
async UpgradeInstance(req, cb) {
|
|
868
868
|
return this.request("UpgradeInstance", req, cb);
|
|
@@ -1750,7 +1750,7 @@ export interface MigrateOption {
|
|
|
1750
1750
|
*/
|
|
1751
1751
|
DatabaseTable: DatabaseTableObject;
|
|
1752
1752
|
/**
|
|
1753
|
-
* 迁移类型,full(全量迁移),structure(结构迁移),fullAndIncrement(全量加增量迁移), 默认为fullAndIncrement
|
|
1753
|
+
* 迁移类型,full(全量迁移),structure(结构迁移),fullAndIncrement(全量加增量迁移), 默认为fullAndIncrement;注意redis,keewidb产品只支持fullAndIncrement类型。
|
|
1754
1754
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1755
1755
|
*/
|
|
1756
1756
|
MigrateType?: string;
|
|
@@ -1760,7 +1760,7 @@ export interface MigrateOption {
|
|
|
1760
1760
|
*/
|
|
1761
1761
|
Consistency?: ConsistencyOption;
|
|
1762
1762
|
/**
|
|
1763
|
-
* 是否迁移账号,
|
|
1763
|
+
* 是否迁移账号,true(迁移账号),false(不迁移账号)
|
|
1764
1764
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1765
1765
|
*/
|
|
1766
1766
|
IsMigrateAccount?: boolean;
|
|
@@ -1776,7 +1776,7 @@ export interface MigrateOption {
|
|
|
1776
1776
|
IsDstReadOnly?: boolean;
|
|
1777
1777
|
/**
|
|
1778
1778
|
* 其他附加信息,对于特定库可设置额外参数,Redis可定义如下的参数:
|
|
1779
|
-
["DstWriteMode":normal, 目标库写入模式,可取值clearData(清空目标实例数据)、overwrite(以覆盖写的方式执行任务)、normal(跟正常流程一样,不做额外动作) "IsDstReadOnly":true, 是否在迁移时设置目标库只读,true(设置只读)、false(不设置只读) "ClientOutputBufferHardLimit":512, 从机缓冲区的硬性容量限制(MB) "ClientOutputBufferSoftLimit":512, 从机缓冲区的软性容量限制(MB) "ClientOutputBufferPersistTime":60, 从机缓冲区的软性限制持续时间(秒) "ReplBacklogSize":512, 环形缓冲区容量限制(MB) "ReplTimeout":120, 复制超时时间(秒)]
|
|
1779
|
+
["DstWriteMode":normal, 目标库写入模式,可取值clearData(清空目标实例数据)、overwrite(以覆盖写的方式执行任务)、normal(跟正常流程一样,不做额外动作) "IsDstReadOnly":true, 是否在迁移时设置目标库只读,true(设置只读)、false(不设置只读) "ClientOutputBufferHardLimit":512, 从机缓冲区的硬性容量限制(MB) "ClientOutputBufferSoftLimit":512, 从机缓冲区的软性容量限制(MB) "ClientOutputBufferPersistTime":60, 从机缓冲区的软性限制持续时间(秒) "ReplBacklogSize":512, 环形缓冲区容量限制(MB) "ReplTimeout":120, 复制超时时间(秒) "IsExpireKey":"true",过期key自动淘汰]
|
|
1780
1780
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1781
1781
|
*/
|
|
1782
1782
|
ExtraAttr?: Array<KeyValuePairOption>;
|
|
@@ -2335,17 +2335,17 @@ export interface DBInfo {
|
|
|
2335
2335
|
*/
|
|
2336
2336
|
AccountMode?: string;
|
|
2337
2337
|
/**
|
|
2338
|
-
* 临时密钥Id
|
|
2338
|
+
* 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。
|
|
2339
2339
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2340
2340
|
*/
|
|
2341
2341
|
TmpSecretId?: string;
|
|
2342
2342
|
/**
|
|
2343
|
-
* 临时密钥
|
|
2343
|
+
* 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。
|
|
2344
2344
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2345
2345
|
*/
|
|
2346
2346
|
TmpSecretKey?: string;
|
|
2347
2347
|
/**
|
|
2348
|
-
*
|
|
2348
|
+
* 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。
|
|
2349
2349
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2350
2350
|
*/
|
|
2351
2351
|
TmpToken?: string;
|
|
@@ -2750,15 +2750,15 @@ export interface DescribeMigrateDBInstancesRequest {
|
|
|
2750
2750
|
*/
|
|
2751
2751
|
AccountMode?: string;
|
|
2752
2752
|
/**
|
|
2753
|
-
* 临时密钥Id
|
|
2753
|
+
* 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。
|
|
2754
2754
|
*/
|
|
2755
2755
|
TmpSecretId?: string;
|
|
2756
2756
|
/**
|
|
2757
|
-
* 临时密钥
|
|
2757
|
+
* 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。
|
|
2758
2758
|
*/
|
|
2759
2759
|
TmpSecretKey?: string;
|
|
2760
2760
|
/**
|
|
2761
|
-
* 临时密钥
|
|
2761
|
+
* 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。
|
|
2762
2762
|
*/
|
|
2763
2763
|
TmpToken?: string;
|
|
2764
2764
|
}
|
|
@@ -4511,17 +4511,17 @@ export interface Endpoint {
|
|
|
4511
4511
|
*/
|
|
4512
4512
|
RoleExternalId?: string;
|
|
4513
4513
|
/**
|
|
4514
|
-
* 临时密钥Id
|
|
4514
|
+
* 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号同步文档(https://cloud.tencent.com/document/product/571/68729)第4节中关于角色的定义。
|
|
4515
4515
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4516
4516
|
*/
|
|
4517
4517
|
TmpSecretId?: string;
|
|
4518
4518
|
/**
|
|
4519
|
-
* 临时密钥
|
|
4519
|
+
* 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号同步文档(https://cloud.tencent.com/document/product/571/68729)第4节中关于角色的定义。
|
|
4520
4520
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4521
4521
|
*/
|
|
4522
4522
|
TmpSecretKey?: string;
|
|
4523
4523
|
/**
|
|
4524
|
-
*
|
|
4524
|
+
* 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号同步文档(https://cloud.tencent.com/document/product/571/68729)第4节中关于角色的定义。
|
|
4525
4525
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4526
4526
|
*/
|
|
4527
4527
|
TmpToken?: string;
|
|
@@ -3673,6 +3673,10 @@ export interface DescribeInsightListRequest {
|
|
|
3673
3673
|
* 分页查询时的页号,从1开始
|
|
3674
3674
|
*/
|
|
3675
3675
|
Page: number;
|
|
3676
|
+
/**
|
|
3677
|
+
* 查询类型,支持HIVE,SPARK,MAPREDUCE,TRINO等类型,默认查询全部
|
|
3678
|
+
*/
|
|
3679
|
+
Type?: string;
|
|
3676
3680
|
}
|
|
3677
3681
|
/**
|
|
3678
3682
|
* DescribeYarnScheduleHistory请求参数结构体
|
|
@@ -539,8 +539,7 @@ export declare class Client extends AbstractClient {
|
|
|
539
539
|
*/
|
|
540
540
|
CancelMultiFlowSignQRCode(req: CancelMultiFlowSignQRCodeRequest, cb?: (error: string, rep: CancelMultiFlowSignQRCodeResponse) => void): Promise<CancelMultiFlowSignQRCodeResponse>;
|
|
541
541
|
/**
|
|
542
|
-
*
|
|
543
|
-
适用场景:可用于主动查询某个合同流程的签署状态信息。可以配合回调通知使用。
|
|
542
|
+
* 查询流程基础信息,主要用于<font color="red">查询合同的状态</font>信息。可以配合回调通知使用。
|
|
544
543
|
|
|
545
544
|
注: `每个企业限制日调用量限制:100W,当日超过此限制后再调用接口返回错误`
|
|
546
545
|
*/
|
|
@@ -639,8 +639,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
639
639
|
return this.request("CancelMultiFlowSignQRCode", req, cb);
|
|
640
640
|
}
|
|
641
641
|
/**
|
|
642
|
-
*
|
|
643
|
-
适用场景:可用于主动查询某个合同流程的签署状态信息。可以配合回调通知使用。
|
|
642
|
+
* 查询流程基础信息,主要用于<font color="red">查询合同的状态</font>信息。可以配合回调通知使用。
|
|
644
643
|
|
|
645
644
|
注: `每个企业限制日调用量限制:100W,当日超过此限制后再调用接口返回错误`
|
|
646
645
|
*/
|
|
@@ -4936,7 +4936,7 @@ export interface FlowCreateApprover {
|
|
|
4936
4936
|
|
|
4937
4937
|
注意:
|
|
4938
4938
|
1. 视频认证为<b>白名单功能,使用前请联系对接的客户经理沟通</b>。
|
|
4939
|
-
2. 使用视频认证时,<b
|
|
4939
|
+
2. 使用视频认证时,<b>生成H5签署链接必须将签署认证方式指定为人脸</b>(即ApproverSignTypes设置成人脸签署)。
|
|
4940
4940
|
3. 签署完成后,可以通过<a href="https://qian.tencent.com/developers/companyApis/queryFlows/DescribeSignFaceVideo" target="_blank">查询签署认证人脸视频</a>获取到当时的视频。
|
|
4941
4941
|
*/
|
|
4942
4942
|
Intention?: Intention;
|
|
@@ -5793,9 +5793,10 @@ export interface DeleteIntegrationRoleUsersRequest {
|
|
|
5793
5793
|
*/
|
|
5794
5794
|
export interface CreateFlowSignUrlRequest {
|
|
5795
5795
|
/**
|
|
5796
|
-
* 合同流程ID
|
|
5797
|
-
|
|
5798
|
-
|
|
5796
|
+
* 合同流程ID为32位字符串。
|
|
5797
|
+
|
|
5798
|
+
您可以登录腾讯电子签控制台,在 "合同" -> "合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。[点击查看FlowId在控制台中的位置](https://qcloudimg.tencent-cloud.cn/raw/0a83015166cfe1cb043d14f9ec4bd75e.png)。
|
|
5799
|
+
|
|
5799
5800
|
*/
|
|
5800
5801
|
FlowId: string;
|
|
5801
5802
|
/**
|
|
@@ -5809,11 +5810,13 @@ export interface CreateFlowSignUrlRequest {
|
|
|
5809
5810
|
*/
|
|
5810
5811
|
Agent?: Agent;
|
|
5811
5812
|
/**
|
|
5812
|
-
*
|
|
5813
|
+
* 流程签署人列表中,结构体的ApproverName、ApproverMobile和ApproverType为必传字段。如果是企业签署人,还需传递OrganizationName。
|
|
5814
|
+
|
|
5815
|
+
注:
|
|
5816
|
+
1. 签署人<b>只能使用手写签名、时间类型、印章类型、签批类型的签署控件和内容填写控件</b>,其他类型的签署控件暂时不支持。
|
|
5817
|
+
2. 生成发起方预览链接时,该字段(FlowApproverInfos)可以传空或者不传。
|
|
5818
|
+
|
|
5813
5819
|
|
|
5814
|
-
注:
|
|
5815
|
-
`1. 签署人只能有手写签名、时间类型、印章类型、签批类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`
|
|
5816
|
-
`2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`
|
|
5817
5820
|
*/
|
|
5818
5821
|
FlowApproverInfos?: Array<FlowCreateApprover>;
|
|
5819
5822
|
/**
|
|
@@ -5827,12 +5830,14 @@ export interface CreateFlowSignUrlRequest {
|
|
|
5827
5830
|
*/
|
|
5828
5831
|
JumpUrl?: string;
|
|
5829
5832
|
/**
|
|
5830
|
-
*
|
|
5831
|
-
|
|
5832
|
-
<li>1
|
|
5833
|
-
|
|
5834
|
-
|
|
5835
|
-
|
|
5833
|
+
* 链接类型支持以下指定类型:
|
|
5834
|
+
|
|
5835
|
+
<ul><li><b>0</b>: 签署链接(默认值),进入后可以填写或签署合同。</li><li><b>1 </b>: 预览链接,进入后可以预览合同当前的样子。</li></ul>
|
|
5836
|
+
|
|
5837
|
+
注:
|
|
5838
|
+
|
|
5839
|
+
1. 当指定链接类型为1时,链接为预览链接,打开链接后无法进行签署操作,仅支持预览和查看当前合同状态。
|
|
5840
|
+
2. 如需生成发起方预览链接,则签署方信息应传空,即FlowApproverInfos传空或者不传。
|
|
5836
5841
|
*/
|
|
5837
5842
|
UrlType?: number;
|
|
5838
5843
|
}
|
|
@@ -8115,11 +8120,10 @@ export interface DescribeFlowBriefsRequest {
|
|
|
8115
8120
|
Operator: UserInfo;
|
|
8116
8121
|
/**
|
|
8117
8122
|
* 查询的合同流程ID列表最多支持100个流程ID。
|
|
8118
|
-
如果某个合同流程ID不存在,系统会跳过此ID的查询,继续查询剩余存在的合同流程。
|
|
8119
8123
|
|
|
8120
|
-
|
|
8124
|
+
如果某个合同流程ID不存在,系统会跳过此ID的查询,继续查询剩余存在的合同流程。
|
|
8121
8125
|
|
|
8122
|
-
[点击查看FlowId在控制台中的位置](https://qcloudimg.tencent-cloud.cn/raw/0a83015166cfe1cb043d14f9ec4bd75e.png)
|
|
8126
|
+
可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。[点击查看FlowId在控制台中的位置](https://qcloudimg.tencent-cloud.cn/raw/0a83015166cfe1cb043d14f9ec4bd75e.png)
|
|
8123
8127
|
*/
|
|
8124
8128
|
FlowIds: Array<string>;
|
|
8125
8129
|
/**
|
|
@@ -5046,7 +5046,7 @@ export interface FlowApproverInfo {
|
|
|
5046
5046
|
|
|
5047
5047
|
注意:
|
|
5048
5048
|
1. 视频认证为<b>白名单功能,使用前请联系对接的客户经理沟通</b>。
|
|
5049
|
-
2. 使用视频认证时,<b
|
|
5049
|
+
2. 使用视频认证时,<b>生成H5签署链接的时候必须将签署认证方式指定为人脸</b>(即ApproverSignTypes设置成人脸签署)。
|
|
5050
5050
|
3. 签署完成后,可以通过<a href="https://qian.tencent.com/developers/partnerApis/flows/ChannelDescribeSignFaceVideo" target="_blank">查询签署认证人脸视频</a>获取到当时的视频。
|
|
5051
5051
|
*/
|
|
5052
5052
|
Intention?: Intention;
|
|
@@ -32,6 +32,7 @@ export { bpaas } from "./bpaas";
|
|
|
32
32
|
export { bri } from "./bri";
|
|
33
33
|
export { bsca } from "./bsca";
|
|
34
34
|
export { btoe } from "./btoe";
|
|
35
|
+
export { ca } from "./ca";
|
|
35
36
|
export { cam } from "./cam";
|
|
36
37
|
export { captcha } from "./captcha";
|
|
37
38
|
export { car } from "./car";
|