tencentcloud-sdk-nodejs 4.0.916 → 4.0.917
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 +275 -0
- package/SERVICE_CHANGELOG.md +478 -13
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +64 -5
- package/src/services/btoe/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 +3 -2
- package/src/services/es/v20180416/es_models.ts +39 -1
- package/src/services/ess/v20201111/ess_client.ts +23 -4
- package/src/services/ess/v20201111/ess_models.ts +110 -58
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +21 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +521 -475
- package/src/services/faceid/v20180301/faceid_models.ts +2 -0
- 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/mgobe/index.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_models.ts +83 -64
- package/src/services/ms/v20180408/ms_client.ts +88 -42
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/organization/v20210331/organization_client.ts +992 -396
- package/src/services/organization/v20210331/organization_models.ts +4192 -1603
- package/src/services/tat/v20201028/tat_client.ts +13 -0
- package/src/services/tat/v20201028/tat_models.ts +78 -1
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +4 -4
- package/src/services/trocket/v20230308/trocket_models.ts +31 -7
- package/src/services/tsw/index.ts +2 -2
- 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/billing/v20180709/billing_models.d.ts +64 -5
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/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 +1 -0
- package/tencentcloud/services/es/v20180416/es_client.js +1 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +39 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +13 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +108 -58
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +516 -472
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -0
- 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/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +83 -64
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +69 -23
- package/tencentcloud/services/ms/v20180408/ms_client.js +69 -23
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +313 -121
- package/tencentcloud/services/organization/v20210331/organization_client.js +468 -180
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +4093 -1620
- package/tencentcloud/services/tat/v20201028/tat_client.d.ts +5 -1
- package/tencentcloud/services/tat/v20201028/tat_client.js +6 -0
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +75 -1
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +6 -6
- package/tencentcloud/services/thpc/index.js +4 -4
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +31 -7
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- 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/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/organization.v20210331.test.js +605 -125
- package/test/tat.v20201028.test.js +10 -0
|
@@ -1558,6 +1558,7 @@ export interface BankCard4EVerificationResponse {
|
|
|
1558
1558
|
'-5': '手机号码不合法'
|
|
1559
1559
|
'-18': '验证中心服务繁忙'
|
|
1560
1560
|
'-19': '验证次数超限,请次日重试'
|
|
1561
|
+
'-20': '该证件号暂不支持核验,当前仅支持二代身份证'
|
|
1561
1562
|
*/
|
|
1562
1563
|
Result?: string;
|
|
1563
1564
|
/**
|
|
@@ -1872,6 +1873,7 @@ export interface BankCardVerificationResponse {
|
|
|
1872
1873
|
'-4': '银行卡号码有误'
|
|
1873
1874
|
'-17': '验证中心服务繁忙'
|
|
1874
1875
|
'-18': '验证次数超限,请次日重试'
|
|
1876
|
+
'-19': '该证件号暂不支持核验,当前仅支持二代身份证'
|
|
1875
1877
|
*/
|
|
1876
1878
|
Result?: string;
|
|
1877
1879
|
/**
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const iai: {
|
|
2
|
-
v20180301: {
|
|
3
|
-
Client: typeof import("./v20180301/iai_client").Client;
|
|
4
|
-
Models: typeof import("./v20180301/iai_models");
|
|
5
|
-
};
|
|
6
2
|
v20200303: {
|
|
7
3
|
Client: typeof import("./v20200303/iai_client").Client;
|
|
8
4
|
Models: typeof import("./v20200303/iai_models");
|
|
9
5
|
};
|
|
6
|
+
v20180301: {
|
|
7
|
+
Client: typeof import("./v20180301/iai_client").Client;
|
|
8
|
+
Models: typeof import("./v20180301/iai_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.iai = void 0;
|
|
4
|
-
const v20180301_1 = require("./v20180301");
|
|
5
4
|
const v20200303_1 = require("./v20200303");
|
|
5
|
+
const v20180301_1 = require("./v20180301");
|
|
6
6
|
exports.iai = {
|
|
7
|
-
v20180301: v20180301_1.v20180301,
|
|
8
7
|
v20200303: v20200303_1.v20200303,
|
|
8
|
+
v20180301: v20180301_1.v20180301,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const iotcloud: {
|
|
2
|
-
v20210408: {
|
|
3
|
-
Client: typeof import("./v20210408/iotcloud_client").Client;
|
|
4
|
-
Models: typeof import("./v20210408/iotcloud_models");
|
|
5
|
-
};
|
|
6
2
|
v20180614: {
|
|
7
3
|
Client: typeof import("./v20180614/iotcloud_client").Client;
|
|
8
4
|
Models: typeof import("./v20180614/iotcloud_models");
|
|
9
5
|
};
|
|
6
|
+
v20210408: {
|
|
7
|
+
Client: typeof import("./v20210408/iotcloud_client").Client;
|
|
8
|
+
Models: typeof import("./v20210408/iotcloud_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.iotcloud = void 0;
|
|
4
|
-
const v20210408_1 = require("./v20210408");
|
|
5
4
|
const v20180614_1 = require("./v20180614");
|
|
5
|
+
const v20210408_1 = require("./v20210408");
|
|
6
6
|
exports.iotcloud = {
|
|
7
|
-
v20210408: v20210408_1.v20210408,
|
|
8
7
|
v20180614: v20180614_1.v20180614,
|
|
8
|
+
v20210408: v20210408_1.v20210408,
|
|
9
9
|
};
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
export declare const iotvideo: {
|
|
2
|
-
v20211125: {
|
|
3
|
-
Client: typeof import("./v20211125/iotvideo_client").Client;
|
|
4
|
-
Models: typeof import("./v20211125/iotvideo_models");
|
|
5
|
-
};
|
|
6
2
|
v20191126: {
|
|
7
3
|
Client: typeof import("./v20191126/iotvideo_client").Client;
|
|
8
4
|
Models: typeof import("./v20191126/iotvideo_models");
|
|
@@ -11,4 +7,8 @@ export declare const iotvideo: {
|
|
|
11
7
|
Client: typeof import("./v20201215/iotvideo_client").Client;
|
|
12
8
|
Models: typeof import("./v20201215/iotvideo_models");
|
|
13
9
|
};
|
|
10
|
+
v20211125: {
|
|
11
|
+
Client: typeof import("./v20211125/iotvideo_client").Client;
|
|
12
|
+
Models: typeof import("./v20211125/iotvideo_models");
|
|
13
|
+
};
|
|
14
14
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.iotvideo = void 0;
|
|
4
|
-
const v20211125_1 = require("./v20211125");
|
|
5
4
|
const v20191126_1 = require("./v20191126");
|
|
6
5
|
const v20201215_1 = require("./v20201215");
|
|
6
|
+
const v20211125_1 = require("./v20211125");
|
|
7
7
|
exports.iotvideo = {
|
|
8
|
-
v20211125: v20211125_1.v20211125,
|
|
9
8
|
v20191126: v20191126_1.v20191126,
|
|
10
9
|
v20201215: v20201215_1.v20201215,
|
|
10
|
+
v20211125: v20211125_1.v20211125,
|
|
11
11
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const irp: {
|
|
2
|
-
v20220805: {
|
|
3
|
-
Client: typeof import("./v20220805/irp_client").Client;
|
|
4
|
-
Models: typeof import("./v20220805/irp_models");
|
|
5
|
-
};
|
|
6
2
|
v20220324: {
|
|
7
3
|
Client: typeof import("./v20220324/irp_client").Client;
|
|
8
4
|
Models: typeof import("./v20220324/irp_models");
|
|
9
5
|
};
|
|
6
|
+
v20220805: {
|
|
7
|
+
Client: typeof import("./v20220805/irp_client").Client;
|
|
8
|
+
Models: typeof import("./v20220805/irp_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.irp = void 0;
|
|
4
|
-
const v20220805_1 = require("./v20220805");
|
|
5
4
|
const v20220324_1 = require("./v20220324");
|
|
5
|
+
const v20220805_1 = require("./v20220805");
|
|
6
6
|
exports.irp = {
|
|
7
|
-
v20220805: v20220805_1.v20220805,
|
|
8
7
|
v20220324: v20220324_1.v20220324,
|
|
8
|
+
v20220805: v20220805_1.v20220805,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const mgobe: {
|
|
2
|
-
v20190929: {
|
|
3
|
-
Client: typeof import("./v20190929/mgobe_client").Client;
|
|
4
|
-
Models: typeof import("./v20190929/mgobe_models");
|
|
5
|
-
};
|
|
6
2
|
v20201014: {
|
|
7
3
|
Client: typeof import("./v20201014/mgobe_client").Client;
|
|
8
4
|
Models: typeof import("./v20201014/mgobe_models");
|
|
9
5
|
};
|
|
6
|
+
v20190929: {
|
|
7
|
+
Client: typeof import("./v20190929/mgobe_client").Client;
|
|
8
|
+
Models: typeof import("./v20190929/mgobe_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.mgobe = void 0;
|
|
4
|
-
const v20190929_1 = require("./v20190929");
|
|
5
4
|
const v20201014_1 = require("./v20201014");
|
|
5
|
+
const v20190929_1 = require("./v20190929");
|
|
6
6
|
exports.mgobe = {
|
|
7
|
-
v20190929: v20190929_1.v20190929,
|
|
8
7
|
v20201014: v20201014_1.v20201014,
|
|
8
|
+
v20190929: v20190929_1.v20190929,
|
|
9
9
|
};
|
|
@@ -767,89 +767,112 @@ export interface DeleteAccountUserRequest {
|
|
|
767
767
|
*/
|
|
768
768
|
export interface SpecItem {
|
|
769
769
|
/**
|
|
770
|
-
*
|
|
770
|
+
* 规格信息标识。格式如:mongo.HIO10G.128g。由节点类型、规格类型、内存规格三部分组成。
|
|
771
|
+
- 节点类型,如下所示。
|
|
772
|
+
- mongo:Mongod 节点。
|
|
773
|
+
- mongos:Mongos 节点。
|
|
774
|
+
- cfgstr:Configserver 节点。
|
|
775
|
+
- 规格类型,如下所示。
|
|
776
|
+
- HIO10G:通用高HIO万兆型。
|
|
777
|
+
- HCD:云盘版类型。
|
|
778
|
+
- 内存规格,如下所示:
|
|
779
|
+
- 支持4、8、16、32、64、128、240、512。
|
|
780
|
+
- 单位g:表示GB。128g则表示128GB。
|
|
781
|
+
*/
|
|
782
|
+
SpecCode?: string;
|
|
783
|
+
/**
|
|
784
|
+
* 售卖规格有效标志,取值范围如下:
|
|
785
|
+
- 0:停止售卖,
|
|
786
|
+
- 1:开放售卖。
|
|
771
787
|
*/
|
|
772
|
-
|
|
773
|
-
/**
|
|
774
|
-
* 规格有效标志,取值:0-停止售卖,1-开放售卖
|
|
775
|
-
*/
|
|
776
|
-
Status: number;
|
|
788
|
+
Status?: number;
|
|
777
789
|
/**
|
|
778
|
-
*
|
|
790
|
+
* 计算资源规格,CPU核数。
|
|
779
791
|
*/
|
|
780
|
-
Cpu
|
|
792
|
+
Cpu?: number;
|
|
781
793
|
/**
|
|
782
|
-
*
|
|
794
|
+
* 内存规格,单位为:MB。
|
|
783
795
|
*/
|
|
784
|
-
Memory
|
|
796
|
+
Memory?: number;
|
|
785
797
|
/**
|
|
786
|
-
*
|
|
798
|
+
* 默认磁盘规格,单位为:MB。
|
|
787
799
|
*/
|
|
788
|
-
DefaultStorage
|
|
800
|
+
DefaultStorage?: number;
|
|
789
801
|
/**
|
|
790
|
-
*
|
|
802
|
+
* 最大磁盘规格,单位为:MB。
|
|
791
803
|
*/
|
|
792
|
-
MaxStorage
|
|
804
|
+
MaxStorage?: number;
|
|
793
805
|
/**
|
|
794
|
-
*
|
|
806
|
+
* 最小磁盘规格,单位为:MB。
|
|
795
807
|
*/
|
|
796
|
-
MinStorage
|
|
808
|
+
MinStorage?: number;
|
|
797
809
|
/**
|
|
798
|
-
*
|
|
810
|
+
* 指每秒最大请求次数,单位为:次/秒。
|
|
799
811
|
*/
|
|
800
|
-
Qps
|
|
812
|
+
Qps?: number;
|
|
801
813
|
/**
|
|
802
|
-
*
|
|
814
|
+
* 规格所支持的最大连接数限制。
|
|
803
815
|
*/
|
|
804
|
-
Conns
|
|
816
|
+
Conns?: number;
|
|
805
817
|
/**
|
|
806
|
-
*
|
|
818
|
+
* 实例存储引擎版本信息。
|
|
819
|
+
- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。
|
|
820
|
+
- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。
|
|
821
|
+
- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。
|
|
822
|
+
- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。
|
|
823
|
+
- MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。
|
|
824
|
+
- MONGO_60_WT:MongoDB 6.0 WiredTiger存储引擎版本。
|
|
807
825
|
*/
|
|
808
|
-
MongoVersionCode
|
|
826
|
+
MongoVersionCode?: string;
|
|
809
827
|
/**
|
|
810
|
-
*
|
|
828
|
+
* 实例版本对应的数字版本。
|
|
811
829
|
*/
|
|
812
|
-
MongoVersionValue
|
|
830
|
+
MongoVersionValue?: number;
|
|
813
831
|
/**
|
|
814
|
-
*
|
|
832
|
+
* 实例版本信息。支持:3.6、4.2、4.4、5.0、6.0。
|
|
833
|
+
|
|
815
834
|
*/
|
|
816
|
-
Version
|
|
835
|
+
Version?: string;
|
|
817
836
|
/**
|
|
818
|
-
*
|
|
837
|
+
* 存储引擎。
|
|
819
838
|
*/
|
|
820
|
-
EngineName
|
|
839
|
+
EngineName?: string;
|
|
821
840
|
/**
|
|
822
|
-
*
|
|
841
|
+
* 集群类型,取值如下:
|
|
842
|
+
- 1:分片集群。
|
|
843
|
+
- 0:副本集集群。
|
|
823
844
|
*/
|
|
824
|
-
ClusterType
|
|
845
|
+
ClusterType?: number;
|
|
825
846
|
/**
|
|
826
|
-
*
|
|
847
|
+
* 每个副本集最小节点数。
|
|
827
848
|
*/
|
|
828
|
-
MinNodeNum
|
|
849
|
+
MinNodeNum?: number;
|
|
829
850
|
/**
|
|
830
|
-
*
|
|
851
|
+
* 每个副本集最大节点数。
|
|
831
852
|
*/
|
|
832
|
-
MaxNodeNum
|
|
853
|
+
MaxNodeNum?: number;
|
|
833
854
|
/**
|
|
834
|
-
*
|
|
855
|
+
* 最小分片数。
|
|
835
856
|
*/
|
|
836
|
-
MinReplicateSetNum
|
|
857
|
+
MinReplicateSetNum?: number;
|
|
837
858
|
/**
|
|
838
|
-
*
|
|
859
|
+
* 最大分片数。
|
|
839
860
|
*/
|
|
840
|
-
MaxReplicateSetNum
|
|
861
|
+
MaxReplicateSetNum?: number;
|
|
841
862
|
/**
|
|
842
|
-
*
|
|
863
|
+
* 每个分片最小节点数。
|
|
843
864
|
*/
|
|
844
|
-
MinReplicateSetNodeNum
|
|
865
|
+
MinReplicateSetNodeNum?: number;
|
|
845
866
|
/**
|
|
846
|
-
*
|
|
867
|
+
* 每个分片最大节点数。
|
|
847
868
|
*/
|
|
848
|
-
MaxReplicateSetNodeNum
|
|
869
|
+
MaxReplicateSetNodeNum?: number;
|
|
849
870
|
/**
|
|
850
|
-
*
|
|
871
|
+
* 集群的规格类型,取值范围如下:
|
|
872
|
+
- HIO10G:通用高HIO万兆型。
|
|
873
|
+
- HCD:云盘版类型。
|
|
851
874
|
*/
|
|
852
|
-
MachineType
|
|
875
|
+
MachineType?: string;
|
|
853
876
|
}
|
|
854
877
|
/**
|
|
855
878
|
* ModifyDBInstanceNetworkAddress返回参数结构体
|
|
@@ -2654,7 +2677,7 @@ export interface DescribeSpecInfoResponse {
|
|
|
2654
2677
|
/**
|
|
2655
2678
|
* 实例售卖规格信息列表
|
|
2656
2679
|
*/
|
|
2657
|
-
SpecInfoList
|
|
2680
|
+
SpecInfoList?: Array<SpecificationInfo>;
|
|
2658
2681
|
/**
|
|
2659
2682
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2660
2683
|
*/
|
|
@@ -2769,8 +2792,8 @@ export interface InquirePriceCreateDBInstancesRequest {
|
|
|
2769
2792
|
*/
|
|
2770
2793
|
Zone: string;
|
|
2771
2794
|
/**
|
|
2772
|
-
*
|
|
2773
|
-
|
|
2795
|
+
* - 创建副本集实例,指每个副本集内主从节点数量。每个副本集所支持的的最大节点数与最小节点数,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。
|
|
2796
|
+
- 创建分片集群实例,指每个分片的主从节点数量。每个分片所支持的最大节点数与最小节点数,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。
|
|
2774
2797
|
*/
|
|
2775
2798
|
NodeNum: number;
|
|
2776
2799
|
/**
|
|
@@ -2787,19 +2810,18 @@ export interface InquirePriceCreateDBInstancesRequest {
|
|
|
2787
2810
|
Volume: number;
|
|
2788
2811
|
/**
|
|
2789
2812
|
* 实例版本信息。具体支持的版本,请通过接口[DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)查询,其返回的数据结构SpecItems中的参数MongoVersionCode为实例所支持的版本信息。版本信息与版本号对应关系如下:
|
|
2790
|
-
- MONGO_3_WT:MongoDB 3.2 WiredTiger存储引擎版本。
|
|
2791
|
-
- MONGO_3_ROCKS:MongoDB 3.2 RocksDB存储引擎版本。
|
|
2792
2813
|
- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。
|
|
2793
2814
|
- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。
|
|
2794
2815
|
- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。
|
|
2795
2816
|
- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。
|
|
2796
2817
|
- MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。
|
|
2818
|
+
- MONGO_60_WT:MongoDB 6.0 WiredTiger存储引擎版本。
|
|
2797
2819
|
*/
|
|
2798
2820
|
MongoVersion: string;
|
|
2799
2821
|
/**
|
|
2800
|
-
*
|
|
2801
|
-
- HIO
|
|
2802
|
-
-
|
|
2822
|
+
* 产品规格类型。
|
|
2823
|
+
- HIO10G:通用高HIO万兆型。
|
|
2824
|
+
- HCD:云盘版。
|
|
2803
2825
|
*/
|
|
2804
2826
|
MachineCode: string;
|
|
2805
2827
|
/**
|
|
@@ -2810,18 +2832,15 @@ export interface InquirePriceCreateDBInstancesRequest {
|
|
|
2810
2832
|
* 实例类型。
|
|
2811
2833
|
- REPLSET:副本集。
|
|
2812
2834
|
- SHARD:分片集群。
|
|
2813
|
-
- STANDALONE:单节点。
|
|
2814
2835
|
*/
|
|
2815
2836
|
ClusterType: string;
|
|
2816
2837
|
/**
|
|
2817
|
-
*
|
|
2818
|
-
-
|
|
2819
|
-
- 创建分片集群时,指分片数量,请通过接口[DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)查询,其返回的数据结构SpecItems中的参数MinReplicateSetNum与MaxReplicateSetNum分别对应其最小值与最大值。
|
|
2820
|
-
- 若为单节点实例,该参数固定设置为0。
|
|
2838
|
+
* - 创建副本集实例,指副本集数量,该参数只能为1。
|
|
2839
|
+
- 创建分片集群实例,指分片的数量。请通过接口[DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)查询分片数量的取值范围,其返回的数据结构SpecItems中的参数MinReplicateSetNum与MaxReplicateSetNum分别对应其最小值与最大值。
|
|
2821
2840
|
*/
|
|
2822
2841
|
ReplicateSetNum: number;
|
|
2823
2842
|
/**
|
|
2824
|
-
* - 选择包年包月计费模式,即 <b>InstanceChargeType </b>设定为<b>PREPAID</b
|
|
2843
|
+
* - 选择包年包月计费模式,即 <b>InstanceChargeType </b>设定为<b>PREPAID</b>时,必须设置该参数,指定购买实例的购买时长。取值可选:[1,2,3,4,5,6,7,8,9,10,11,12,24,36];单位:月。
|
|
2825
2844
|
-选择按量计费,即 <b>InstanceChargeType</b> 设定为 **POSTPAID_BY_HOUR** 时,该参数仅可配置为 1。
|
|
2826
2845
|
*/
|
|
2827
2846
|
Period?: number;
|
|
@@ -2832,27 +2851,27 @@ export interface InquirePriceCreateDBInstancesRequest {
|
|
|
2832
2851
|
*/
|
|
2833
2852
|
InstanceChargeType?: string;
|
|
2834
2853
|
/**
|
|
2835
|
-
*
|
|
2854
|
+
* Mongos CPU 核数,支持1、2、4、8、16。购买分片集群时,必须填写。注意为空时取默认取值为2C。
|
|
2836
2855
|
*/
|
|
2837
2856
|
MongosCpu?: number;
|
|
2838
2857
|
/**
|
|
2839
|
-
*
|
|
2858
|
+
* Mongos 内存大小。- 购买分片集群时,必须填写。- 单位:GB,支持1核2GB、2核4GB、4核8GB、8核16GB、16核32GB。注意为空时取默认取值为4G。
|
|
2840
2859
|
*/
|
|
2841
2860
|
MongosMemory?: number;
|
|
2842
2861
|
/**
|
|
2843
|
-
*
|
|
2862
|
+
* 指 Mongos 个数,取值范围为[3,32]。若为分片集群实例询价,则该参数必须设置。注意为空时取默认取值为3个节点。
|
|
2844
2863
|
*/
|
|
2845
2864
|
MongosNum?: number;
|
|
2846
2865
|
/**
|
|
2847
|
-
*
|
|
2866
|
+
* 指 ConfigServer CPU核数,取值为1,单位:GB。若为分片集群实例询价,该参数必须设置。
|
|
2848
2867
|
*/
|
|
2849
2868
|
ConfigServerCpu?: number;
|
|
2850
2869
|
/**
|
|
2851
|
-
*
|
|
2870
|
+
* 指 ConfigServer 内存大小,取值为2,单位:GB。若为分片集群实例询价,则该参数必须设置。
|
|
2852
2871
|
*/
|
|
2853
2872
|
ConfigServerMemory?: number;
|
|
2854
2873
|
/**
|
|
2855
|
-
*
|
|
2874
|
+
* 指 ConfigServer 磁盘大小,取值为 20,单位:GB。若为分片集群实例询价,则该参数必须设置。
|
|
2856
2875
|
*/
|
|
2857
2876
|
ConfigServerVolume?: number;
|
|
2858
2877
|
}
|
|
@@ -8,37 +8,53 @@ import { CreateShieldPlanInstanceResponse, DescribeEncryptInstancesResponse, Cre
|
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* 产品已经停止售卖
|
|
12
|
+
|
|
13
|
+
client任务请求
|
|
12
14
|
*/
|
|
13
15
|
RequestLocalTask(req: RequestLocalTaskRequest, cb?: (error: string, rep: RequestLocalTaskResponse) => void): Promise<RequestLocalTaskResponse>;
|
|
14
16
|
/**
|
|
15
|
-
*
|
|
17
|
+
* 产品已经停止售卖
|
|
18
|
+
|
|
19
|
+
获取某个用户的所有资源信息。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)
|
|
16
20
|
*/
|
|
17
21
|
DescribeResourceInstances(req: DescribeResourceInstancesRequest, cb?: (error: string, rep: DescribeResourceInstancesResponse) => void): Promise<DescribeResourceInstancesResponse>;
|
|
18
22
|
/**
|
|
19
|
-
*
|
|
23
|
+
* 产品已经停止售卖
|
|
24
|
+
|
|
25
|
+
查询加固策略。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)
|
|
20
26
|
*/
|
|
21
27
|
DescribeShieldPlanInstance(req: DescribeShieldPlanInstanceRequest, cb?: (error: string, rep: DescribeShieldPlanInstanceResponse) => void): Promise<DescribeShieldPlanInstanceResponse>;
|
|
22
28
|
/**
|
|
23
|
-
*
|
|
29
|
+
* 产品已经停止售卖
|
|
30
|
+
|
|
31
|
+
本接口用于查看app列表。
|
|
24
32
|
可以通过指定任务唯一标识ItemId来查询指定app的详细信息,或通过设定过滤器来查询满足过滤条件的app的详细信息。 指定偏移(Offset)和限制(Limit)来选择结果中的一部分,默认返回满足条件的前20个app信息。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)
|
|
25
33
|
|
|
26
34
|
*/
|
|
27
35
|
DescribeShieldInstances(req: DescribeShieldInstancesRequest, cb?: (error: string, rep: DescribeShieldInstancesResponse) => void): Promise<DescribeShieldInstancesResponse>;
|
|
28
36
|
/**
|
|
29
|
-
*
|
|
37
|
+
* 产品已经停止售卖
|
|
38
|
+
|
|
39
|
+
移动安全-网址检测服务
|
|
30
40
|
*/
|
|
31
41
|
DescribeUrlDetectionResult(req: DescribeUrlDetectionResultRequest, cb?: (error: string, rep: DescribeUrlDetectionResultResponse) => void): Promise<DescribeUrlDetectionResultResponse>;
|
|
32
42
|
/**
|
|
33
|
-
*
|
|
43
|
+
* 产品已经停止售卖
|
|
44
|
+
|
|
45
|
+
该接口供渠道合作应用加固使用,接口调用有白名单用户限制,用于创建加固任务。
|
|
34
46
|
*/
|
|
35
47
|
CreateEncryptInstance(req: CreateEncryptInstanceRequest, cb?: (error: string, rep: CreateEncryptInstanceResponse) => void): Promise<CreateEncryptInstanceResponse>;
|
|
36
48
|
/**
|
|
37
|
-
*
|
|
49
|
+
* 产品已经停止售卖
|
|
50
|
+
|
|
51
|
+
该接口供渠道合作应用加固使用,接口调用有白名单用户限制。入参中的条件过滤字段均为精准匹配。
|
|
38
52
|
*/
|
|
39
53
|
DescribeEncryptPlan(req: DescribeEncryptPlanRequest, cb?: (error: string, rep: DescribeEncryptPlanResponse) => void): Promise<DescribeEncryptPlanResponse>;
|
|
40
54
|
/**
|
|
41
|
-
*
|
|
55
|
+
* 产品已经停止售卖
|
|
56
|
+
|
|
57
|
+
该接口供渠道合作应用加固使用,接口调用有白名单用户限制。 接口返回的结果为:创建订单后,订单审批状态信息,以及与订单关联的资源状态等信息,入参中的条件过滤字段均为精准匹配.
|
|
42
58
|
接口功能点:
|
|
43
59
|
1.支持多订单分页查询;
|
|
44
60
|
2.支持唯一订单号精准匹配查询;
|
|
@@ -46,64 +62,94 @@ export declare class Client extends AbstractClient {
|
|
|
46
62
|
*/
|
|
47
63
|
DescribeOrderInstances(req: DescribeOrderInstancesRequest, cb?: (error: string, rep: DescribeOrderInstancesResponse) => void): Promise<DescribeOrderInstancesResponse>;
|
|
48
64
|
/**
|
|
49
|
-
*
|
|
65
|
+
* 产品已经停止售卖
|
|
66
|
+
|
|
67
|
+
更新本地任务执行结果
|
|
50
68
|
*/
|
|
51
69
|
UpdateLocalTaskResult(req: UpdateLocalTaskResultRequest, cb?: (error: string, rep: UpdateLocalTaskResultResponse) => void): Promise<UpdateLocalTaskResultResponse>;
|
|
52
70
|
/**
|
|
53
|
-
*
|
|
71
|
+
* 产品已经停止售卖
|
|
72
|
+
|
|
73
|
+
对资源进行策略新增。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)
|
|
54
74
|
*/
|
|
55
75
|
CreateShieldPlanInstance(req: CreateShieldPlanInstanceRequest, cb?: (error: string, rep: CreateShieldPlanInstanceResponse) => void): Promise<CreateShieldPlanInstanceResponse>;
|
|
56
76
|
/**
|
|
57
|
-
*
|
|
77
|
+
* 产品已经停止售卖
|
|
78
|
+
|
|
79
|
+
用户可以使用该接口自建资源,只支持白名单用户
|
|
58
80
|
*/
|
|
59
81
|
CreateResourceInstances(req: CreateResourceInstancesRequest, cb?: (error: string, rep: CreateResourceInstancesResponse) => void): Promise<CreateResourceInstancesResponse>;
|
|
60
82
|
/**
|
|
61
|
-
*
|
|
83
|
+
* 产品已经停止售卖
|
|
84
|
+
|
|
85
|
+
将应用和资源进行绑定。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)
|
|
62
86
|
*/
|
|
63
87
|
CreateBindInstance(req: CreateBindInstanceRequest, cb?: (error: string, rep: CreateBindInstanceResponse) => void): Promise<CreateBindInstanceResponse>;
|
|
64
88
|
/**
|
|
65
|
-
*
|
|
89
|
+
* 产品已经停止售卖
|
|
90
|
+
|
|
91
|
+
用户通过该接口提交应用进行应用加固,加固后需通过DescribeShieldResult接口查询加固结果。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)
|
|
66
92
|
*/
|
|
67
93
|
CreateShieldInstance(req: CreateShieldInstanceRequest, cb?: (error: string, rep: CreateShieldInstanceResponse) => void): Promise<CreateShieldInstanceResponse>;
|
|
68
94
|
/**
|
|
69
|
-
*
|
|
95
|
+
* 产品已经停止售卖
|
|
96
|
+
|
|
97
|
+
删除一个或者多个app加固信息。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)
|
|
70
98
|
*/
|
|
71
99
|
DeleteShieldInstances(req: DeleteShieldInstancesRequest, cb?: (error: string, rep: DeleteShieldInstancesResponse) => void): Promise<DeleteShieldInstancesResponse>;
|
|
72
100
|
/**
|
|
73
|
-
*
|
|
101
|
+
* 产品已经停止售卖
|
|
102
|
+
|
|
103
|
+
通过唯一标识获取加固的结果。(注意:根据国家互联网用户实名制相关要求,使用该产品前,需先完成实名认证。)
|
|
74
104
|
*/
|
|
75
105
|
DescribeShieldResult(req: DescribeShieldResultRequest, cb?: (error: string, rep: DescribeShieldResultResponse) => void): Promise<DescribeShieldResultResponse>;
|
|
76
106
|
/**
|
|
77
|
-
*
|
|
107
|
+
* 产品已经停止售卖
|
|
108
|
+
|
|
109
|
+
更新client状态,需要白名单
|
|
78
110
|
*/
|
|
79
111
|
UpdateClientState(req: UpdateClientStateRequest, cb?: (error: string, rep: UpdateClientStateResponse) => void): Promise<UpdateClientStateResponse>;
|
|
80
112
|
/**
|
|
81
|
-
*
|
|
113
|
+
* 产品已经停止售卖
|
|
114
|
+
|
|
115
|
+
渠道合作资源销毁
|
|
82
116
|
安卓应用加固-按年收费资源销毁,其他类型暂不支持
|
|
83
117
|
*/
|
|
84
118
|
DestroyResourceInstances(req: DestroyResourceInstancesRequest, cb?: (error: string, rep: DestroyResourceInstancesResponse) => void): Promise<DestroyResourceInstancesResponse>;
|
|
85
119
|
/**
|
|
86
|
-
*
|
|
120
|
+
* 产品已经停止售卖
|
|
121
|
+
|
|
122
|
+
获取云COS文件存储临时密钥,密钥仅限于临时上传文件,有访问限制和时效性,请保管好临时密钥。
|
|
87
123
|
*/
|
|
88
124
|
CreateCosSecKeyInstance(req: CreateCosSecKeyInstanceRequest, cb?: (error: string, rep: CreateCosSecKeyInstanceResponse) => void): Promise<CreateCosSecKeyInstanceResponse>;
|
|
89
125
|
/**
|
|
90
|
-
*
|
|
126
|
+
* 产品已经停止售卖
|
|
127
|
+
|
|
128
|
+
该接口供渠道合作应用加固使用,接口调用有白名单用户限制,取消渠道合作加固中的任务
|
|
91
129
|
*/
|
|
92
130
|
CancelEncryptTask(req: CancelEncryptTaskRequest, cb?: (error: string, rep: CancelEncryptTaskResponse) => void): Promise<CancelEncryptTaskResponse>;
|
|
93
131
|
/**
|
|
94
|
-
*
|
|
132
|
+
* 产品已经停止售卖
|
|
133
|
+
|
|
134
|
+
获取用户基础信息
|
|
95
135
|
*/
|
|
96
136
|
DescribeUserBaseInfoInstance(req?: DescribeUserBaseInfoInstanceRequest, cb?: (error: string, rep: DescribeUserBaseInfoInstanceResponse) => void): Promise<DescribeUserBaseInfoInstanceResponse>;
|
|
97
137
|
/**
|
|
98
|
-
*
|
|
138
|
+
* 产品已经停止售卖
|
|
139
|
+
|
|
140
|
+
该接口采用同步模式请求腾讯APK云检测服务,即时返回检测数据,需要用户用轮询的方式调用本接口来进行样本送检并获取检测结果(每隔60s发送一次请求,传相同的参数,重试30次),一般情况下0.5h内会出检测结果,最长时间是3h。当Result为ok并且ResultList数组非空有值时,代表检测完毕,若长时间获取不到检测结果,请联系客服。
|
|
99
141
|
*/
|
|
100
142
|
DescribeApkDetectionResult(req: DescribeApkDetectionResultRequest, cb?: (error: string, rep: DescribeApkDetectionResultResponse) => void): Promise<DescribeApkDetectionResultResponse>;
|
|
101
143
|
/**
|
|
102
|
-
*
|
|
144
|
+
* 产品已经停止售卖
|
|
145
|
+
|
|
146
|
+
该接口供渠道合作应用加固使用,接口调用有白名单用户限制,用于查询加固任务,入参中的条件过滤字段均为精准匹配。支持功能点: 1. 多任务分页查询 2.根据任务Id唯一值查询单记录
|
|
103
147
|
*/
|
|
104
148
|
DescribeEncryptInstances(req: DescribeEncryptInstancesRequest, cb?: (error: string, rep: DescribeEncryptInstancesResponse) => void): Promise<DescribeEncryptInstancesResponse>;
|
|
105
149
|
/**
|
|
106
|
-
*
|
|
150
|
+
* 产品已经停止售卖
|
|
151
|
+
|
|
152
|
+
该接口供渠道合作应用加固使用,接口调用有白名单用户限制。
|
|
107
153
|
订单类型有:免费试用、按年收费、按次收费。
|
|
108
154
|
应用加固支持的平台类型有:android加固 、ios源码混淆 、sdk加固、applet小程序加固
|
|
109
155
|
*/
|