tencentcloud-sdk-nodejs 4.0.607 → 4.0.609
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 +445 -0
- package/SERVICE_CHANGELOG.md +526 -44
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +3 -3
- package/src/services/cls/v20201016/cls_models.ts +10 -3
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +4 -4
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +8 -8
- package/src/services/dcdb/v20180411/dcdb_client.ts +31 -18
- package/src/services/dcdb/v20180411/dcdb_models.ts +155 -85
- package/src/services/dlc/v20210125/dlc_client.ts +40 -2
- package/src/services/dlc/v20210125/dlc_models.ts +181 -8
- package/src/services/dts/v20211206/dts_client.ts +72 -22
- package/src/services/dts/v20211206/dts_models.ts +302 -154
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +3 -3
- package/src/services/essbasic/v20210526/essbasic_client.ts +4 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -2
- package/src/services/faceid/v20180301/faceid_models.ts +9 -0
- package/src/services/ie/v20200304/ie_models.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +2 -3
- package/src/services/live/v20180801/live_models.ts +31 -1
- package/src/services/mariadb/v20170312/mariadb_client.ts +8 -7
- package/src/services/mariadb/v20170312/mariadb_models.ts +55 -15
- package/src/services/mongodb/v20190725/mongodb_models.ts +3 -5
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/mps/v20190612/mps_client.ts +7 -2
- package/src/services/mps/v20190612/mps_models.ts +167 -6
- package/src/services/oceanus/v20190422/oceanus_models.ts +18 -1
- package/src/services/ocr/v20181119/ocr_client.ts +4 -2
- package/src/services/ssl/v20191205/ssl_models.ts +5 -0
- package/src/services/tcss/v20201101/tcss_models.ts +31 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +14 -8
- package/src/services/thpc/v20230321/thpc_models.ts +5 -0
- package/src/services/tiia/v20190529/tiia_client.ts +0 -2
- package/src/services/tiia/v20190529/tiia_models.ts +1 -1
- package/src/services/tione/v20211111/tione_client.ts +5 -4
- package/src/services/tione/v20211111/tione_models.ts +179 -158
- package/src/services/vpc/v20170312/vpc_client.ts +2 -3
- package/src/services/vpc/v20170312/vpc_models.ts +6 -6
- package/src/services/waf/v20180125/waf_models.ts +24 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +3 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +4 -4
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +4 -4
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +8 -8
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +17 -13
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +19 -13
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +134 -75
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +13 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +18 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +156 -8
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +24 -7
- package/tencentcloud/services/dts/v20211206/dts_client.js +34 -9
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +250 -121
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +4 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +4 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -2
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +8 -0
- package/tencentcloud/services/ie/v20200304/ie_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -2
- package/tencentcloud/services/live/v20180801/live_client.js +1 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +25 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +7 -7
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +7 -7
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +48 -15
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +2 -4
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +2 -2
- package/tencentcloud/services/mps/v20190612/mps_client.js +2 -2
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +144 -6
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +15 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +26 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +13 -8
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +4 -0
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +0 -2
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +0 -2
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +1 -1
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +148 -130
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +0 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +0 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +19 -2
- package/test/dcdb.v20180411.test.js +12 -2
- package/test/dlc.v20210125.test.js +30 -0
- package/test/dts.v20211206.test.js +46 -6
|
@@ -102,7 +102,7 @@ callbackinfo包含: 回调地址和签名key
|
|
|
102
102
|
return this.request("UnbindEmployeeUserIdWithClientOpenId", req, cb);
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
|
-
*
|
|
105
|
+
* 注:此接口将会废弃,请使用撤销单个签署流程(CancelFlow)接口。
|
|
106
106
|
指定需要批量撤回的签署流程Id,获取批量撤销链接。
|
|
107
107
|
客户指定需要撤回的签署流程Id,最多100个,超过100不处理;接口调用成功返回批量撤回合同的链接,通过链接跳转到电子签小程序完成批量撤回。
|
|
108
108
|
*/
|
|
@@ -1760,18 +1760,18 @@ export interface CreateFlowEvidenceReportResponse {
|
|
|
1760
1760
|
* 出证报告 ID,用于查询出证报告DescribeFlowEvidenceReport接口时用到
|
|
1761
1761
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1762
1762
|
*/
|
|
1763
|
-
ReportId
|
|
1763
|
+
ReportId?: string;
|
|
1764
1764
|
/**
|
|
1765
1765
|
* 执行中:EvidenceStatusExecuting
|
|
1766
1766
|
成功:EvidenceStatusSuccess
|
|
1767
1767
|
失败:EvidenceStatusFailed
|
|
1768
1768
|
*/
|
|
1769
|
-
Status
|
|
1769
|
+
Status?: string;
|
|
1770
1770
|
/**
|
|
1771
1771
|
* 废除,字段无效
|
|
1772
1772
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1773
1773
|
*/
|
|
1774
|
-
ReportUrl
|
|
1774
|
+
ReportUrl?: string;
|
|
1775
1775
|
/**
|
|
1776
1776
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1777
1777
|
*/
|
|
@@ -12,10 +12,11 @@ export declare class Client extends AbstractClient {
|
|
|
12
12
|
*/
|
|
13
13
|
ChannelDeleteSealPolicies(req: ChannelDeleteSealPoliciesRequest, cb?: (error: string, rep: ChannelDeleteSealPoliciesResponse) => void): Promise<ChannelDeleteSealPoliciesResponse>;
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* 提交企业流程审批结果
|
|
16
|
+
目前存在两种审核操作,签署审核,发起审核
|
|
17
|
+
签署审核:通过接口(CreateFlowsByTemplates或ChannelCreateFlowByFiles或ChannelCreatePrepareFlow)发起签署流程后,若指定了参数 NeedSignReview 为true,则可以调用此接口,指定operate=SignReview,提交企业内部签署审批结果;若签署流程状态正常,且本企业存在签署方未签署,同一签署流程可以多次提交签署审批结果,签署时的最后一个“审批结果”有效
|
|
16
18
|
|
|
17
|
-
|
|
18
|
-
若签署流程状态正常,且本企业存在签署方未签署,同一签署流程可以多次提交签署审批结果,签署时的最后一个“审批结果”有效。
|
|
19
|
+
发起审核:通过接口ChannelCreatePrepareFlow指定发起后需要审核,则可以通过调用此接口,指定operate=CreateReview,提交企业内部审批结果,可多次提交,当通过后,后续提交结果无效
|
|
19
20
|
*/
|
|
20
21
|
ChannelCreateFlowSignReview(req: ChannelCreateFlowSignReviewRequest, cb?: (error: string, rep: ChannelCreateFlowSignReviewResponse) => void): Promise<ChannelCreateFlowSignReviewResponse>;
|
|
21
22
|
/**
|
|
@@ -34,10 +34,11 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
34
34
|
return this.request("ChannelDeleteSealPolicies", req, cb);
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* 提交企业流程审批结果
|
|
38
|
+
目前存在两种审核操作,签署审核,发起审核
|
|
39
|
+
签署审核:通过接口(CreateFlowsByTemplates或ChannelCreateFlowByFiles或ChannelCreatePrepareFlow)发起签署流程后,若指定了参数 NeedSignReview 为true,则可以调用此接口,指定operate=SignReview,提交企业内部签署审批结果;若签署流程状态正常,且本企业存在签署方未签署,同一签署流程可以多次提交签署审批结果,签署时的最后一个“审批结果”有效
|
|
38
40
|
|
|
39
|
-
|
|
40
|
-
若签署流程状态正常,且本企业存在签署方未签署,同一签署流程可以多次提交签署审批结果,签署时的最后一个“审批结果”有效。
|
|
41
|
+
发起审核:通过接口ChannelCreatePrepareFlow指定发起后需要审核,则可以通过调用此接口,指定operate=CreateReview,提交企业内部审批结果,可多次提交,当通过后,后续提交结果无效
|
|
41
42
|
*/
|
|
42
43
|
async ChannelCreateFlowSignReview(req, cb) {
|
|
43
44
|
return this.request("ChannelCreateFlowSignReview", req, cb);
|
|
@@ -123,6 +123,13 @@ SIGN_REJECT:拒签(流程结束)
|
|
|
123
123
|
* 签署节点审核时需要指定
|
|
124
124
|
*/
|
|
125
125
|
RecipientId?: string;
|
|
126
|
+
/**
|
|
127
|
+
* 操作类型,默认:SignReview;SignReview:签署审核,CreateReview:发起审核
|
|
128
|
+
注:接口通过该字段区分操作类型
|
|
129
|
+
该字段不传或者为空,则默认为SignReview签署审核,走签署审核流程
|
|
130
|
+
若想使用发起审核,请指定该字段为:CreateReview
|
|
131
|
+
*/
|
|
132
|
+
OperateType?: string;
|
|
126
133
|
}
|
|
127
134
|
/**
|
|
128
135
|
* 授权出错信息
|
|
@@ -427,7 +434,7 @@ export interface ChannelDeleteRoleUsersRequest {
|
|
|
427
434
|
*/
|
|
428
435
|
Agent: Agent;
|
|
429
436
|
/**
|
|
430
|
-
* 角色Id
|
|
437
|
+
* 角色Id(非超管或法人角色Id)
|
|
431
438
|
*/
|
|
432
439
|
RoleId: string;
|
|
433
440
|
/**
|
|
@@ -511,7 +518,7 @@ export interface ChannelCreatePrepareFlowRequest {
|
|
|
511
518
|
*/
|
|
512
519
|
FlowOption?: CreateFlowOption;
|
|
513
520
|
/**
|
|
514
|
-
*
|
|
521
|
+
* 通过flowid快速获得之前成功通过页面发起的合同生成链接
|
|
515
522
|
*/
|
|
516
523
|
FlowId?: string;
|
|
517
524
|
/**
|
|
@@ -1424,6 +1424,14 @@ export interface DetectInfoText {
|
|
|
1424
1424
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1425
1425
|
*/
|
|
1426
1426
|
IdCard: string;
|
|
1427
|
+
/**
|
|
1428
|
+
* 用户认证时使用的证件号码类型:
|
|
1429
|
+
0:二代身份证的证件号码
|
|
1430
|
+
1:港澳台居住证的证件号码
|
|
1431
|
+
2:其他(核验使用的证件号码非合法身份号码)
|
|
1432
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1433
|
+
*/
|
|
1434
|
+
UseIDType: number;
|
|
1427
1435
|
/**
|
|
1428
1436
|
* 本次验证使用的姓名。
|
|
1429
1437
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -146,8 +146,7 @@ export declare class Client extends AbstractClient {
|
|
|
146
146
|
*/
|
|
147
147
|
DescribeLiveDomainCert(req: DescribeLiveDomainCertRequest, cb?: (error: string, rep: DescribeLiveDomainCertResponse) => void): Promise<DescribeLiveDomainCertResponse>;
|
|
148
148
|
/**
|
|
149
|
-
* 添加水印,成功返回水印 ID 后,需要调用[CreateLiveWatermarkRule](/document/product/267/32629)接口将水印 ID 绑定到流使用。
|
|
150
|
-
水印数量上限 100,超过后需要先删除,再添加。
|
|
149
|
+
* 添加水印,成功返回水印 ID 后,需要调用[CreateLiveWatermarkRule](/document/product/267/32629)接口将水印 ID 绑定到流使用。 水印数量上限 100,超过后需要先删除,再添加。
|
|
151
150
|
*/
|
|
152
151
|
AddLiveWatermark(req: AddLiveWatermarkRequest, cb?: (error: string, rep: AddLiveWatermarkResponse) => void): Promise<AddLiveWatermarkResponse>;
|
|
153
152
|
/**
|
|
@@ -218,8 +218,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
218
218
|
return this.request("DescribeLiveDomainCert", req, cb);
|
|
219
219
|
}
|
|
220
220
|
/**
|
|
221
|
-
* 添加水印,成功返回水印 ID 后,需要调用[CreateLiveWatermarkRule](/document/product/267/32629)接口将水印 ID 绑定到流使用。
|
|
222
|
-
水印数量上限 100,超过后需要先删除,再添加。
|
|
221
|
+
* 添加水印,成功返回水印 ID 后,需要调用[CreateLiveWatermarkRule](/document/product/267/32629)接口将水印 ID 绑定到流使用。 水印数量上限 100,超过后需要先删除,再添加。
|
|
223
222
|
*/
|
|
224
223
|
async AddLiveWatermark(req, cb) {
|
|
225
224
|
return this.request("AddLiveWatermark", req, cb);
|
|
@@ -1450,7 +1450,7 @@ export interface AddLiveWatermarkResponse {
|
|
|
1450
1450
|
/**
|
|
1451
1451
|
* 水印ID。
|
|
1452
1452
|
*/
|
|
1453
|
-
WatermarkId
|
|
1453
|
+
WatermarkId?: number;
|
|
1454
1454
|
/**
|
|
1455
1455
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1456
1456
|
*/
|
|
@@ -1728,6 +1728,14 @@ URL中禁止包含的字符:
|
|
|
1728
1728
|
* 水印高度,占直播原始画面高度百分比,建议高宽只设置一项,另外一项会自适应缩放,避免变形。默认原始高度。
|
|
1729
1729
|
*/
|
|
1730
1730
|
Height?: number;
|
|
1731
|
+
/**
|
|
1732
|
+
* 背景水印宽度。默认宽度1920。
|
|
1733
|
+
*/
|
|
1734
|
+
BackgroundWidth?: number;
|
|
1735
|
+
/**
|
|
1736
|
+
* 背景水印高度。默认高度1080。
|
|
1737
|
+
*/
|
|
1738
|
+
BackgroundHeight?: number;
|
|
1731
1739
|
}
|
|
1732
1740
|
/**
|
|
1733
1741
|
* 转码任务数。
|
|
@@ -2841,6 +2849,14 @@ export interface WatermarkInfo {
|
|
|
2841
2849
|
* 水印高。
|
|
2842
2850
|
*/
|
|
2843
2851
|
Height?: number;
|
|
2852
|
+
/**
|
|
2853
|
+
* 背景水印宽。
|
|
2854
|
+
*/
|
|
2855
|
+
BackgroundWidth?: number;
|
|
2856
|
+
/**
|
|
2857
|
+
* 背景水印高。
|
|
2858
|
+
*/
|
|
2859
|
+
BackgroundHeight?: number;
|
|
2844
2860
|
}
|
|
2845
2861
|
/**
|
|
2846
2862
|
* DescribeLiveWatermarkRules返回参数结构体
|
|
@@ -7354,6 +7370,14 @@ URL中禁止包含的字符:
|
|
|
7354
7370
|
* 水印高度,占直播原始画面宽度百分比,建议高宽只设置一项,另外一项会自适应缩放,避免变形。默认原始高度。
|
|
7355
7371
|
*/
|
|
7356
7372
|
Height?: number;
|
|
7373
|
+
/**
|
|
7374
|
+
* 背景水印宽度。默认宽度1920。
|
|
7375
|
+
*/
|
|
7376
|
+
BackgroundWidth?: number;
|
|
7377
|
+
/**
|
|
7378
|
+
* 背景水印高度。默认高度1080。
|
|
7379
|
+
*/
|
|
7380
|
+
BackgroundHeight?: number;
|
|
7357
7381
|
}
|
|
7358
7382
|
/**
|
|
7359
7383
|
* CreateLiveTimeShiftTemplate返回参数结构体
|
|
@@ -17,7 +17,7 @@ export declare class Client extends AbstractClient {
|
|
|
17
17
|
*/
|
|
18
18
|
DescribeRenewalPrice(req: DescribeRenewalPriceRequest, cb?: (error: string, rep: DescribeRenewalPriceResponse) => void): Promise<DescribeRenewalPriceResponse>;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* 创建MariaDB按量计费实例
|
|
21
21
|
*/
|
|
22
22
|
CreateHourDBInstance(req: CreateHourDBInstanceRequest, cb?: (error: string, rep: CreateHourDBInstanceResponse) => void): Promise<CreateHourDBInstanceResponse>;
|
|
23
23
|
/**
|
|
@@ -58,7 +58,7 @@ export declare class Client extends AbstractClient {
|
|
|
58
58
|
*/
|
|
59
59
|
DescribeBackupTime(req: DescribeBackupTimeRequest, cb?: (error: string, rep: DescribeBackupTimeResponse) => void): Promise<DescribeBackupTimeResponse>;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* 解隔离MariaDB按量计费实例
|
|
62
62
|
*/
|
|
63
63
|
ActivateHourDBInstance(req: ActivateHourDBInstanceRequest, cb?: (error: string, rep: ActivateHourDBInstanceResponse) => void): Promise<ActivateHourDBInstanceResponse>;
|
|
64
64
|
/**
|
|
@@ -83,7 +83,7 @@ export declare class Client extends AbstractClient {
|
|
|
83
83
|
*/
|
|
84
84
|
DescribeFlow(req: DescribeFlowRequest, cb?: (error: string, rep: DescribeFlowResponse) => void): Promise<DescribeFlowResponse>;
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
* 创建Mariadb独享集群实例
|
|
87
87
|
*/
|
|
88
88
|
CreateDedicatedClusterDBInstance(req: CreateDedicatedClusterDBInstanceRequest, cb?: (error: string, rep: CreateDedicatedClusterDBInstanceResponse) => void): Promise<CreateDedicatedClusterDBInstanceResponse>;
|
|
89
89
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class Client extends AbstractClient {
|
|
|
123
123
|
*/
|
|
124
124
|
ModifyInstanceVip(req: ModifyInstanceVipRequest, cb?: (error: string, rep: ModifyInstanceVipResponse) => void): Promise<ModifyInstanceVipResponse>;
|
|
125
125
|
/**
|
|
126
|
-
* 本接口(IsolateDBInstance)
|
|
126
|
+
* 本接口(IsolateDBInstance)用于隔离云数据库MariaDB实例(包年包月),隔离后不能通过IP和端口访问数据库。隔离的实例可在回收站中进行开机。若为欠费隔离,请尽快进行充值。
|
|
127
127
|
*/
|
|
128
128
|
IsolateDBInstance(req: IsolateDBInstanceRequest, cb?: (error: string, rep: IsolateDBInstanceResponse) => void): Promise<IsolateDBInstanceResponse>;
|
|
129
129
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class Client extends AbstractClient {
|
|
|
144
144
|
*/
|
|
145
145
|
ModifyInstanceNetwork(req: ModifyInstanceNetworkRequest, cb?: (error: string, rep: ModifyInstanceNetworkResponse) => void): Promise<ModifyInstanceNetworkResponse>;
|
|
146
146
|
/**
|
|
147
|
-
* 本接口(DestroyHourDBInstance
|
|
147
|
+
* 本接口(DestroyHourDBInstance)用于销毁MariaDB按量计费实例。
|
|
148
148
|
*/
|
|
149
149
|
DestroyHourDBInstance(req: DestroyHourDBInstanceRequest, cb?: (error: string, rep: DestroyHourDBInstanceResponse) => void): Promise<DestroyHourDBInstanceResponse>;
|
|
150
150
|
/**
|
|
@@ -185,7 +185,7 @@ export declare class Client extends AbstractClient {
|
|
|
185
185
|
*/
|
|
186
186
|
InitDBInstances(req: InitDBInstancesRequest, cb?: (error: string, rep: InitDBInstancesResponse) => void): Promise<InitDBInstancesResponse>;
|
|
187
187
|
/**
|
|
188
|
-
* 本接口(CreateDBInstance
|
|
188
|
+
* 本接口(CreateDBInstance)用于创建包年包月的MariaDB云数据库实例,可通过传入实例规格、数据库版本号、购买时长和数量等信息创建云数据库实例。
|
|
189
189
|
*/
|
|
190
190
|
CreateDBInstance(req: CreateDBInstanceRequest, cb?: (error: string, rep: CreateDBInstanceResponse) => void): Promise<CreateDBInstanceResponse>;
|
|
191
191
|
/**
|
|
@@ -244,7 +244,7 @@ export declare class Client extends AbstractClient {
|
|
|
244
244
|
*/
|
|
245
245
|
CopyAccountPrivileges(req: CopyAccountPrivilegesRequest, cb?: (error: string, rep: CopyAccountPrivilegesResponse) => void): Promise<CopyAccountPrivilegesResponse>;
|
|
246
246
|
/**
|
|
247
|
-
*
|
|
247
|
+
* 隔离MariaDB按量计费实例
|
|
248
248
|
*/
|
|
249
249
|
IsolateHourDBInstance(req: IsolateHourDBInstanceRequest, cb?: (error: string, rep: IsolateHourDBInstanceResponse) => void): Promise<IsolateHourDBInstanceResponse>;
|
|
250
250
|
/**
|
|
@@ -41,7 +41,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
41
41
|
return this.request("DescribeRenewalPrice", req, cb);
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* 创建MariaDB按量计费实例
|
|
45
45
|
*/
|
|
46
46
|
async CreateHourDBInstance(req, cb) {
|
|
47
47
|
return this.request("CreateHourDBInstance", req, cb);
|
|
@@ -102,7 +102,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
102
102
|
return this.request("DescribeBackupTime", req, cb);
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
|
-
*
|
|
105
|
+
* 解隔离MariaDB按量计费实例
|
|
106
106
|
*/
|
|
107
107
|
async ActivateHourDBInstance(req, cb) {
|
|
108
108
|
return this.request("ActivateHourDBInstance", req, cb);
|
|
@@ -139,7 +139,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
139
139
|
return this.request("DescribeFlow", req, cb);
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
|
-
*
|
|
142
|
+
* 创建Mariadb独享集群实例
|
|
143
143
|
*/
|
|
144
144
|
async CreateDedicatedClusterDBInstance(req, cb) {
|
|
145
145
|
return this.request("CreateDedicatedClusterDBInstance", req, cb);
|
|
@@ -199,7 +199,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
199
199
|
return this.request("ModifyInstanceVip", req, cb);
|
|
200
200
|
}
|
|
201
201
|
/**
|
|
202
|
-
* 本接口(IsolateDBInstance)
|
|
202
|
+
* 本接口(IsolateDBInstance)用于隔离云数据库MariaDB实例(包年包月),隔离后不能通过IP和端口访问数据库。隔离的实例可在回收站中进行开机。若为欠费隔离,请尽快进行充值。
|
|
203
203
|
*/
|
|
204
204
|
async IsolateDBInstance(req, cb) {
|
|
205
205
|
return this.request("IsolateDBInstance", req, cb);
|
|
@@ -228,7 +228,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
228
228
|
return this.request("ModifyInstanceNetwork", req, cb);
|
|
229
229
|
}
|
|
230
230
|
/**
|
|
231
|
-
* 本接口(DestroyHourDBInstance
|
|
231
|
+
* 本接口(DestroyHourDBInstance)用于销毁MariaDB按量计费实例。
|
|
232
232
|
*/
|
|
233
233
|
async DestroyHourDBInstance(req, cb) {
|
|
234
234
|
return this.request("DestroyHourDBInstance", req, cb);
|
|
@@ -289,7 +289,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
289
289
|
return this.request("InitDBInstances", req, cb);
|
|
290
290
|
}
|
|
291
291
|
/**
|
|
292
|
-
* 本接口(CreateDBInstance
|
|
292
|
+
* 本接口(CreateDBInstance)用于创建包年包月的MariaDB云数据库实例,可通过传入实例规格、数据库版本号、购买时长和数量等信息创建云数据库实例。
|
|
293
293
|
*/
|
|
294
294
|
async CreateDBInstance(req, cb) {
|
|
295
295
|
return this.request("CreateDBInstance", req, cb);
|
|
@@ -374,7 +374,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
374
374
|
return this.request("CopyAccountPrivileges", req, cb);
|
|
375
375
|
}
|
|
376
376
|
/**
|
|
377
|
-
*
|
|
377
|
+
* 隔离MariaDB按量计费实例
|
|
378
378
|
*/
|
|
379
379
|
async IsolateHourDBInstance(req, cb) {
|
|
380
380
|
return this.request("IsolateHourDBInstance", req, cb);
|
|
@@ -5,11 +5,11 @@ export interface IsolateHourDBInstanceResponse {
|
|
|
5
5
|
/**
|
|
6
6
|
* 解隔离成功的实例id列表
|
|
7
7
|
*/
|
|
8
|
-
SuccessInstanceIds
|
|
8
|
+
SuccessInstanceIds?: Array<string>;
|
|
9
9
|
/**
|
|
10
10
|
* 解隔离失败的实例id列表
|
|
11
11
|
*/
|
|
12
|
-
FailedInstanceIds
|
|
12
|
+
FailedInstanceIds?: Array<string>;
|
|
13
13
|
/**
|
|
14
14
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
15
15
|
*/
|
|
@@ -83,7 +83,7 @@ export interface CreateDBInstanceRequest {
|
|
|
83
83
|
*/
|
|
84
84
|
AutoRenewFlag?: number;
|
|
85
85
|
/**
|
|
86
|
-
* 是否支持IPv6
|
|
86
|
+
* 是否支持IPv6,0:不支持,1:支持
|
|
87
87
|
*/
|
|
88
88
|
Ipv6Flag?: number;
|
|
89
89
|
/**
|
|
@@ -252,11 +252,11 @@ export interface CreateDedicatedClusterDBInstanceResponse {
|
|
|
252
252
|
/**
|
|
253
253
|
* 分配资源ID数组
|
|
254
254
|
*/
|
|
255
|
-
InstanceIds
|
|
255
|
+
InstanceIds?: Array<string>;
|
|
256
256
|
/**
|
|
257
257
|
* 流程ID
|
|
258
258
|
*/
|
|
259
|
-
FlowId
|
|
259
|
+
FlowId?: number;
|
|
260
260
|
/**
|
|
261
261
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
262
262
|
*/
|
|
@@ -430,11 +430,11 @@ export interface DestroyHourDBInstanceResponse {
|
|
|
430
430
|
/**
|
|
431
431
|
* 异步任务的请求 ID,可使用此 ID [查询异步任务的执行结果](https://cloud.tencent.com/document/product/237/16177)。
|
|
432
432
|
*/
|
|
433
|
-
FlowId
|
|
433
|
+
FlowId?: number;
|
|
434
434
|
/**
|
|
435
435
|
* 实例 ID,与入参InstanceId一致。
|
|
436
436
|
*/
|
|
437
|
-
InstanceId
|
|
437
|
+
InstanceId?: string;
|
|
438
438
|
/**
|
|
439
439
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
440
440
|
*/
|
|
@@ -598,11 +598,11 @@ export interface IsolateDBInstanceResponse {
|
|
|
598
598
|
/**
|
|
599
599
|
* 隔离成功实例ID列表。
|
|
600
600
|
*/
|
|
601
|
-
SuccessInstanceIds
|
|
601
|
+
SuccessInstanceIds?: Array<string>;
|
|
602
602
|
/**
|
|
603
603
|
* 隔离失败实例ID列表。
|
|
604
604
|
*/
|
|
605
|
-
FailedInstanceIds
|
|
605
|
+
FailedInstanceIds?: Array<string>;
|
|
606
606
|
/**
|
|
607
607
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
608
608
|
*/
|
|
@@ -1585,6 +1585,10 @@ export interface DescribeDBInstanceDetailResponse {
|
|
|
1585
1585
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1586
1586
|
*/
|
|
1587
1587
|
RsAccessStrategy?: number;
|
|
1588
|
+
/**
|
|
1589
|
+
* 尚未回收的网络资源
|
|
1590
|
+
*/
|
|
1591
|
+
ReservedNetResources?: Array<ReservedNetResource>;
|
|
1588
1592
|
/**
|
|
1589
1593
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1590
1594
|
*/
|
|
@@ -2712,7 +2716,7 @@ export interface ModifyAccountPrivilegesResponse {
|
|
|
2712
2716
|
/**
|
|
2713
2717
|
* 异步任务的请求 ID,可使用此 ID [查询异步任务的执行结果](https://cloud.tencent.com/document/product/237/16177)。
|
|
2714
2718
|
*/
|
|
2715
|
-
FlowId
|
|
2719
|
+
FlowId?: number;
|
|
2716
2720
|
/**
|
|
2717
2721
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2718
2722
|
*/
|
|
@@ -2792,6 +2796,31 @@ export interface OpenDBExtranetAccessRequest {
|
|
|
2792
2796
|
*/
|
|
2793
2797
|
Ipv6Flag?: number;
|
|
2794
2798
|
}
|
|
2799
|
+
/**
|
|
2800
|
+
* 保留的网络资源信息
|
|
2801
|
+
*/
|
|
2802
|
+
export interface ReservedNetResource {
|
|
2803
|
+
/**
|
|
2804
|
+
* 私有网络
|
|
2805
|
+
*/
|
|
2806
|
+
VpcId?: string;
|
|
2807
|
+
/**
|
|
2808
|
+
* 子网
|
|
2809
|
+
*/
|
|
2810
|
+
SubnetId?: string;
|
|
2811
|
+
/**
|
|
2812
|
+
* VpcId,SubnetId下保留的内网ip
|
|
2813
|
+
*/
|
|
2814
|
+
Vip?: string;
|
|
2815
|
+
/**
|
|
2816
|
+
* Vip下的端口
|
|
2817
|
+
*/
|
|
2818
|
+
Vports?: Array<number>;
|
|
2819
|
+
/**
|
|
2820
|
+
* vip的回收时间
|
|
2821
|
+
*/
|
|
2822
|
+
RecycleTime?: string;
|
|
2823
|
+
}
|
|
2795
2824
|
/**
|
|
2796
2825
|
* 数据库权限
|
|
2797
2826
|
*/
|
|
@@ -3074,7 +3103,7 @@ export interface DescribeDcnDetailResponse {
|
|
|
3074
3103
|
/**
|
|
3075
3104
|
* DCN同步详情
|
|
3076
3105
|
*/
|
|
3077
|
-
DcnDetails
|
|
3106
|
+
DcnDetails?: Array<DcnDetailItem>;
|
|
3078
3107
|
/**
|
|
3079
3108
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3080
3109
|
*/
|
|
@@ -3213,11 +3242,11 @@ export interface ActivateHourDBInstanceResponse {
|
|
|
3213
3242
|
/**
|
|
3214
3243
|
* 隔离成功的实例id列表
|
|
3215
3244
|
*/
|
|
3216
|
-
SuccessInstanceIds
|
|
3245
|
+
SuccessInstanceIds?: Array<string>;
|
|
3217
3246
|
/**
|
|
3218
3247
|
* 隔离失败的实例id列表
|
|
3219
3248
|
*/
|
|
3220
|
-
FailedInstanceIds
|
|
3249
|
+
FailedInstanceIds?: Array<string>;
|
|
3221
3250
|
/**
|
|
3222
3251
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3223
3252
|
*/
|
|
@@ -3545,6 +3574,10 @@ export interface DBAccount {
|
|
|
3545
3574
|
* 针对只读账号,设置策略是否固定备机,0:不固定备机,即备机不满足条件与客户端不断开连接,Proxy选择其他可用备机,1:备机不满足条件断开连接,确保一个连接固定备机。
|
|
3546
3575
|
*/
|
|
3547
3576
|
SlaveConst: number;
|
|
3577
|
+
/**
|
|
3578
|
+
* 用户最大连接数,0代表无限制
|
|
3579
|
+
*/
|
|
3580
|
+
MaxUserConnections?: number;
|
|
3548
3581
|
}
|
|
3549
3582
|
/**
|
|
3550
3583
|
* CreateHourDBInstance请求参数结构体
|
|
@@ -3595,7 +3628,7 @@ export interface CreateHourDBInstanceRequest {
|
|
|
3595
3628
|
*/
|
|
3596
3629
|
SecurityGroupIds?: Array<string>;
|
|
3597
3630
|
/**
|
|
3598
|
-
* 是否支持IPv6
|
|
3631
|
+
* 是否支持IPv6,0:不支持,1:支持
|
|
3599
3632
|
*/
|
|
3600
3633
|
Ipv6Flag?: number;
|
|
3601
3634
|
/**
|
|
@@ -3617,7 +3650,7 @@ innodb_page_size(innodb数据页,默认16K),sync_mode(同步模式:0
|
|
|
3617
3650
|
*/
|
|
3618
3651
|
InitParams?: Array<DBParamValue>;
|
|
3619
3652
|
/**
|
|
3620
|
-
* 回档源实例ID
|
|
3653
|
+
* 回档源实例ID,例如“2021-11-22 00:00:00”
|
|
3621
3654
|
*/
|
|
3622
3655
|
RollbackInstanceId?: string;
|
|
3623
3656
|
/**
|
|
@@ -1917,7 +1917,7 @@ export interface CreateDBInstanceHourRequest {
|
|
|
1917
1917
|
*/
|
|
1918
1918
|
ClusterType: string;
|
|
1919
1919
|
/**
|
|
1920
|
-
* 私有网络ID
|
|
1920
|
+
* 私有网络ID。如果不设置该参数,则默认选择基础网络。
|
|
1921
1921
|
*/
|
|
1922
1922
|
VpcId?: string;
|
|
1923
1923
|
/**
|
|
@@ -1925,9 +1925,7 @@ export interface CreateDBInstanceHourRequest {
|
|
|
1925
1925
|
*/
|
|
1926
1926
|
SubnetId?: string;
|
|
1927
1927
|
/**
|
|
1928
|
-
*
|
|
1929
|
-
- 不设置该参数,则默认密码格式为:实例ID+@+主账户uin。例如:实例 ID 为cmgo-higv73ed,UIN 为100000001,则默认密码为:cmgo-higv73ed@100000001。
|
|
1930
|
-
- 自定义密码长度为8-32个字符,至少包含字母、数字和字符(!@#%^*()_)中的两种。
|
|
1928
|
+
* 实例密码。自定义密码长度为8-32个字符,至少包含字母、数字和字符(!@#%^*()_)中的两种。
|
|
1931
1929
|
*/
|
|
1932
1930
|
Password?: string;
|
|
1933
1931
|
/**
|
|
@@ -303,7 +303,7 @@ export declare class Client extends AbstractClient {
|
|
|
303
303
|
*/
|
|
304
304
|
SendCustomAlarmMsg(req: SendCustomAlarmMsgRequest, cb?: (error: string, rep: SendCustomAlarmMsgResponse) => void): Promise<SendCustomAlarmMsgResponse>;
|
|
305
305
|
/**
|
|
306
|
-
*
|
|
306
|
+
* 修改告警策略绑定的告警通知模板
|
|
307
307
|
*/
|
|
308
308
|
ModifyAlarmPolicyNotice(req: ModifyAlarmPolicyNoticeRequest, cb?: (error: string, rep: ModifyAlarmPolicyNoticeResponse) => void): Promise<ModifyAlarmPolicyNoticeResponse>;
|
|
309
309
|
/**
|
|
@@ -465,7 +465,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
465
465
|
return this.request("SendCustomAlarmMsg", req, cb);
|
|
466
466
|
}
|
|
467
467
|
/**
|
|
468
|
-
*
|
|
468
|
+
* 修改告警策略绑定的告警通知模板
|
|
469
469
|
*/
|
|
470
470
|
async ModifyAlarmPolicyNotice(req, cb) {
|
|
471
471
|
return this.request("ModifyAlarmPolicyNotice", req, cb);
|
|
@@ -257,7 +257,7 @@ export declare class Client extends AbstractClient {
|
|
|
257
257
|
DescribePersonSamples(req: DescribePersonSamplesRequest, cb?: (error: string, rep: DescribePersonSamplesResponse) => void): Promise<DescribePersonSamplesResponse>;
|
|
258
258
|
/**
|
|
259
259
|
* 从 CMQ 获取到消息后,从消息的 msgBody 字段中解析出 MPS 事件通知的内容。
|
|
260
|
-
该接口不用于发起网络调用,而是用来帮助生成各个语言平台的 SDK,您可以参考 SDK
|
|
260
|
+
该接口不用于发起网络调用,而是用来帮助生成各个语言平台的 SDK,您可以参考 SDK 中的解析函数,实现事件通知的解析。
|
|
261
261
|
*/
|
|
262
262
|
ParseNotification(req: ParseNotificationRequest, cb?: (error: string, rep: ParseNotificationResponse) => void): Promise<ParseNotificationResponse>;
|
|
263
263
|
/**
|
|
@@ -364,7 +364,7 @@ export declare class Client extends AbstractClient {
|
|
|
364
364
|
DeletePersonSample(req: DeletePersonSampleRequest, cb?: (error: string, rep: DeletePersonSampleResponse) => void): Promise<DeletePersonSampleResponse>;
|
|
365
365
|
/**
|
|
366
366
|
* 从 CMQ 获取到消息后,从消息的 msgBody 字段中解析出 MPS 直播流处理事件通知的内容。
|
|
367
|
-
该接口不用于发起网络调用,而是用来帮助生成各个语言平台的 SDK,您可以参考 SDK
|
|
367
|
+
该接口不用于发起网络调用,而是用来帮助生成各个语言平台的 SDK,您可以参考 SDK 中的解析实现事件通知的解析。
|
|
368
368
|
*/
|
|
369
369
|
ParseLiveStreamProcessNotification(req: ParseLiveStreamProcessNotificationRequest, cb?: (error: string, rep: ParseLiveStreamProcessNotificationResponse) => void): Promise<ParseLiveStreamProcessNotificationResponse>;
|
|
370
370
|
/**
|
|
@@ -391,7 +391,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
391
391
|
}
|
|
392
392
|
/**
|
|
393
393
|
* 从 CMQ 获取到消息后,从消息的 msgBody 字段中解析出 MPS 事件通知的内容。
|
|
394
|
-
该接口不用于发起网络调用,而是用来帮助生成各个语言平台的 SDK,您可以参考 SDK
|
|
394
|
+
该接口不用于发起网络调用,而是用来帮助生成各个语言平台的 SDK,您可以参考 SDK 中的解析函数,实现事件通知的解析。
|
|
395
395
|
*/
|
|
396
396
|
async ParseNotification(req, cb) {
|
|
397
397
|
return this.request("ParseNotification", req, cb);
|
|
@@ -540,7 +540,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
540
540
|
}
|
|
541
541
|
/**
|
|
542
542
|
* 从 CMQ 获取到消息后,从消息的 msgBody 字段中解析出 MPS 直播流处理事件通知的内容。
|
|
543
|
-
该接口不用于发起网络调用,而是用来帮助生成各个语言平台的 SDK,您可以参考 SDK
|
|
543
|
+
该接口不用于发起网络调用,而是用来帮助生成各个语言平台的 SDK,您可以参考 SDK 中的解析实现事件通知的解析。
|
|
544
544
|
*/
|
|
545
545
|
async ParseLiveStreamProcessNotification(req, cb) {
|
|
546
546
|
return this.request("ParseLiveStreamProcessNotification", req, cb);
|