tencentcloud-sdk-nodejs 4.0.696 → 4.0.697
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 +233 -0
- package/SERVICE_CHANGELOG.md +336 -262
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +4 -1
- package/src/services/bi/v20220105/bi_client.ts +12 -0
- package/src/services/bi/v20220105/bi_models.ts +55 -0
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +4 -4
- package/src/services/cloudstudio/index.ts +2 -2
- package/src/services/csip/v20221121/csip_client.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +16 -2
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dts/index.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +24 -11
- package/src/services/ess/v20201111/ess_models.ts +148 -56
- package/src/services/essbasic/v20210526/essbasic_client.ts +31 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +91 -11
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/lcic/v20220817/lcic_client.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +5 -5
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +4 -1
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/mps/v20190612/mps_models.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/organization/index.ts +2 -2
- package/src/services/sms/index.ts +2 -2
- package/src/services/sms/v20210111/sms_client.ts +0 -8
- package/src/services/sms/v20210111/sms_models.ts +23 -21
- package/src/services/tat/v20201028/tat_models.ts +5 -3
- package/src/services/tbp/index.ts +2 -2
- package/src/services/teo/v20220901/teo_client.ts +14 -0
- package/src/services/teo/v20220901/teo_models.ts +31 -1
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tmt/v20180321/tmt_client.ts +1 -1
- package/src/services/tmt/v20180321/tmt_models.ts +1 -1
- package/src/services/tse/v20201207/tse_models.ts +6 -6
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vpc/v20170312/vpc_client.ts +1 -0
- package/src/services/vpc/v20170312/vpc_models.ts +88 -0
- package/src/services/waf/v20180125/waf_models.ts +10 -0
- 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/asr/v20190614/asr_models.d.ts +4 -1
- package/tencentcloud/services/bi/v20220105/bi_client.d.ts +5 -1
- package/tencentcloud/services/bi/v20220105/bi_client.js +6 -0
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +53 -0
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.js +2 -2
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +16 -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/ess/v20201111/ess_client.d.ts +23 -11
- package/tencentcloud/services/ess/v20201111/ess_client.js +22 -10
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +147 -56
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +28 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +27 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +89 -11
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -5
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +4 -1
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +0 -8
- package/tencentcloud/services/sms/v20210111/sms_client.js +0 -8
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +23 -21
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +5 -3
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +7 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +8 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +29 -1
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +1 -1
- package/tencentcloud/services/tmt/v20180321/tmt_client.js +1 -1
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +6 -6
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +87 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +10 -0
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/bi.v20220105.test.js +10 -0
- package/test/teo.v20220901.test.js +10 -0
|
@@ -432,6 +432,15 @@ export interface DiffIPWhitelist {
|
|
|
432
432
|
*/
|
|
433
433
|
NoChangeIPWhitelist: IPWhitelist;
|
|
434
434
|
}
|
|
435
|
+
/**
|
|
436
|
+
* VerifyOwnership请求参数结构体
|
|
437
|
+
*/
|
|
438
|
+
export interface VerifyOwnershipRequest {
|
|
439
|
+
/**
|
|
440
|
+
* 站点或者加速域名。
|
|
441
|
+
*/
|
|
442
|
+
Domain: string;
|
|
443
|
+
}
|
|
435
444
|
/**
|
|
436
445
|
* DeleteSecurityIPGroup返回参数结构体
|
|
437
446
|
*/
|
|
@@ -3448,7 +3457,7 @@ export interface CreateZoneRequest {
|
|
|
3448
3457
|
*/
|
|
3449
3458
|
PlanId?: string;
|
|
3450
3459
|
/**
|
|
3451
|
-
* 同名站点标识。限制输入数字、英文、- 和 _ 组合,长度 20 个字符以内。详情参考 [同名站点标识](),无此使用场景时,该字段保留为空即可。
|
|
3460
|
+
* 同名站点标识。限制输入数字、英文、- 和 _ 组合,长度 20 个字符以内。详情参考 [同名站点标识](https://cloud.tencent.com/document/product/1552/70202),无此使用场景时,该字段保留为空即可。
|
|
3452
3461
|
*/
|
|
3453
3462
|
AliasZoneName?: string;
|
|
3454
3463
|
/**
|
|
@@ -3636,6 +3645,25 @@ export interface AscriptionInfo {
|
|
|
3636
3645
|
*/
|
|
3637
3646
|
RecordValue: string;
|
|
3638
3647
|
}
|
|
3648
|
+
/**
|
|
3649
|
+
* VerifyOwnership返回参数结构体
|
|
3650
|
+
*/
|
|
3651
|
+
export interface VerifyOwnershipResponse {
|
|
3652
|
+
/**
|
|
3653
|
+
* 归属权验证结果。
|
|
3654
|
+
<li>success:验证成功;</li>
|
|
3655
|
+
<li>fail:验证失败。</li>
|
|
3656
|
+
*/
|
|
3657
|
+
Status?: string;
|
|
3658
|
+
/**
|
|
3659
|
+
* 当验证结果为不通过时,该字段会返回原因,协助您排查问题。
|
|
3660
|
+
*/
|
|
3661
|
+
Result?: string;
|
|
3662
|
+
/**
|
|
3663
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3664
|
+
*/
|
|
3665
|
+
RequestId?: string;
|
|
3666
|
+
}
|
|
3639
3667
|
/**
|
|
3640
3668
|
* 规则引擎规则详情
|
|
3641
3669
|
*/
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
export declare const thpc: {
|
|
2
|
-
v20230321: {
|
|
3
|
-
Client: typeof import("./v20230321/thpc_client").Client;
|
|
4
|
-
Models: typeof import("./v20230321/thpc_models");
|
|
5
|
-
};
|
|
6
2
|
v20211109: {
|
|
7
3
|
Client: typeof import("./v20211109/thpc_client").Client;
|
|
8
4
|
Models: typeof import("./v20211109/thpc_models");
|
|
@@ -11,4 +7,8 @@ export declare const thpc: {
|
|
|
11
7
|
Client: typeof import("./v20220401/thpc_client").Client;
|
|
12
8
|
Models: typeof import("./v20220401/thpc_models");
|
|
13
9
|
};
|
|
10
|
+
v20230321: {
|
|
11
|
+
Client: typeof import("./v20230321/thpc_client").Client;
|
|
12
|
+
Models: typeof import("./v20230321/thpc_models");
|
|
13
|
+
};
|
|
14
14
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.thpc = void 0;
|
|
4
|
-
const v20230321_1 = require("./v20230321");
|
|
5
4
|
const v20211109_1 = require("./v20211109");
|
|
6
5
|
const v20220401_1 = require("./v20220401");
|
|
6
|
+
const v20230321_1 = require("./v20230321");
|
|
7
7
|
exports.thpc = {
|
|
8
|
-
v20230321: v20230321_1.v20230321,
|
|
9
8
|
v20211109: v20211109_1.v20211109,
|
|
10
9
|
v20220401: v20220401_1.v20220401,
|
|
10
|
+
v20230321: v20230321_1.v20230321,
|
|
11
11
|
};
|
|
@@ -28,7 +28,7 @@ export declare class Client extends AbstractClient {
|
|
|
28
28
|
*/
|
|
29
29
|
GetFileTranslate(req: GetFileTranslateRequest, cb?: (error: string, rep: GetFileTranslateResponse) => void): Promise<GetFileTranslateResponse>;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 腾讯翻译为合作伙伴提供文本翻译、文档翻译、交互翻译、AI同传等多种机器翻译服务,具有toB多行业解决方案。作为WMT世界机器翻译大赛冠军,翻译准确度值得信赖,其中,交互翻译能力是业界领先技术;腾讯同传是AI同传业界标杆。<br />
|
|
32
32
|
提示:对于一般开发者,我们建议优先使用SDK接入简化开发。SDK使用介绍请直接查看 5. 开发者资源 部分。
|
|
33
33
|
*/
|
|
34
34
|
TextTranslate(req: TextTranslateRequest, cb?: (error: string, rep: TextTranslateResponse) => void): Promise<TextTranslateResponse>;
|
|
@@ -56,7 +56,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
56
56
|
return this.request("GetFileTranslate", req, cb);
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* 腾讯翻译为合作伙伴提供文本翻译、文档翻译、交互翻译、AI同传等多种机器翻译服务,具有toB多行业解决方案。作为WMT世界机器翻译大赛冠军,翻译准确度值得信赖,其中,交互翻译能力是业界领先技术;腾讯同传是AI同传业界标杆。<br />
|
|
60
60
|
提示:对于一般开发者,我们建议优先使用SDK接入简化开发。SDK使用介绍请直接查看 5. 开发者资源 部分。
|
|
61
61
|
*/
|
|
62
62
|
async TextTranslate(req, cb) {
|
|
@@ -1353,12 +1353,12 @@ export interface DescribeNacosReplicasResponse {
|
|
|
1353
1353
|
/**
|
|
1354
1354
|
* 引擎实例副本信息
|
|
1355
1355
|
*/
|
|
1356
|
-
Replicas
|
|
1356
|
+
Replicas?: Array<NacosReplica>;
|
|
1357
1357
|
/**
|
|
1358
1358
|
* 副本个数
|
|
1359
1359
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1360
1360
|
*/
|
|
1361
|
-
TotalCount
|
|
1361
|
+
TotalCount?: number;
|
|
1362
1362
|
/**
|
|
1363
1363
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1364
1364
|
*/
|
|
@@ -1696,11 +1696,11 @@ export interface DescribeNacosServerInterfacesResponse {
|
|
|
1696
1696
|
/**
|
|
1697
1697
|
* 接口总个数
|
|
1698
1698
|
*/
|
|
1699
|
-
TotalCount
|
|
1699
|
+
TotalCount?: number;
|
|
1700
1700
|
/**
|
|
1701
1701
|
* 接口列表
|
|
1702
1702
|
*/
|
|
1703
|
-
Content
|
|
1703
|
+
Content?: Array<NacosServerInterface>;
|
|
1704
1704
|
/**
|
|
1705
1705
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1706
1706
|
*/
|
|
@@ -3510,12 +3510,12 @@ export interface DescribeZookeeperReplicasResponse {
|
|
|
3510
3510
|
/**
|
|
3511
3511
|
* 注册引擎实例副本信息
|
|
3512
3512
|
*/
|
|
3513
|
-
Replicas
|
|
3513
|
+
Replicas?: Array<ZookeeperReplica>;
|
|
3514
3514
|
/**
|
|
3515
3515
|
* 副本个数
|
|
3516
3516
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3517
3517
|
*/
|
|
3518
|
-
TotalCount
|
|
3518
|
+
TotalCount?: number;
|
|
3519
3519
|
/**
|
|
3520
3520
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3521
3521
|
*/
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tsw: {
|
|
2
|
-
v20210412: {
|
|
3
|
-
Client: typeof import("./v20210412/tsw_client").Client;
|
|
4
|
-
Models: typeof import("./v20210412/tsw_models");
|
|
5
|
-
};
|
|
6
2
|
v20200924: {
|
|
7
3
|
Client: typeof import("./v20200924/tsw_client").Client;
|
|
8
4
|
Models: typeof import("./v20200924/tsw_models");
|
|
9
5
|
};
|
|
6
|
+
v20210412: {
|
|
7
|
+
Client: typeof import("./v20210412/tsw_client").Client;
|
|
8
|
+
Models: typeof import("./v20210412/tsw_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tsw = void 0;
|
|
4
|
-
const v20210412_1 = require("./v20210412");
|
|
5
4
|
const v20200924_1 = require("./v20200924");
|
|
5
|
+
const v20210412_1 = require("./v20210412");
|
|
6
6
|
exports.tsw = {
|
|
7
|
-
v20210412: v20210412_1.v20210412,
|
|
8
7
|
v20200924: v20200924_1.v20200924,
|
|
8
|
+
v20210412: v20210412_1.v20210412,
|
|
9
9
|
};
|
|
@@ -1585,6 +1585,85 @@ export interface CheckDefaultSubnetRequest {
|
|
|
1585
1585
|
*/
|
|
1586
1586
|
Zone?: string;
|
|
1587
1587
|
}
|
|
1588
|
+
/**
|
|
1589
|
+
* 对等连接实例信息。
|
|
1590
|
+
*/
|
|
1591
|
+
export interface PeerConnection {
|
|
1592
|
+
/**
|
|
1593
|
+
* 本端VPC唯一ID。
|
|
1594
|
+
*/
|
|
1595
|
+
SourceVpcId?: string;
|
|
1596
|
+
/**
|
|
1597
|
+
* 对端VPC唯一ID。
|
|
1598
|
+
*/
|
|
1599
|
+
PeerVpcId?: string;
|
|
1600
|
+
/**
|
|
1601
|
+
* 对等连接唯一ID。
|
|
1602
|
+
*/
|
|
1603
|
+
PeeringConnectionId?: string;
|
|
1604
|
+
/**
|
|
1605
|
+
* 对等连接名称。
|
|
1606
|
+
*/
|
|
1607
|
+
PeeringConnectionName?: string;
|
|
1608
|
+
/**
|
|
1609
|
+
* 对等连接状态,PENDING,投放中;ACTIVE,使用中;REJECTED,已拒绝‘DELETED,已删除;FAILED,失败;EXPIRED,已过期;ISOLATED,隔离中。
|
|
1610
|
+
*/
|
|
1611
|
+
State?: string;
|
|
1612
|
+
/**
|
|
1613
|
+
* 是否是新控制器,true: 是NewAfc;false:不是。
|
|
1614
|
+
*/
|
|
1615
|
+
IsNgw?: boolean;
|
|
1616
|
+
/**
|
|
1617
|
+
* 对等连接带宽值。
|
|
1618
|
+
*/
|
|
1619
|
+
Bandwidth?: number;
|
|
1620
|
+
/**
|
|
1621
|
+
* 本端地域。
|
|
1622
|
+
*/
|
|
1623
|
+
SourceRegion?: string;
|
|
1624
|
+
/**
|
|
1625
|
+
* 对端地域。
|
|
1626
|
+
*/
|
|
1627
|
+
DestinationRegion?: string;
|
|
1628
|
+
/**
|
|
1629
|
+
* 创建时间。
|
|
1630
|
+
*/
|
|
1631
|
+
CreateTime?: string;
|
|
1632
|
+
/**
|
|
1633
|
+
* 本端APPID。
|
|
1634
|
+
*/
|
|
1635
|
+
AppId?: number;
|
|
1636
|
+
/**
|
|
1637
|
+
* 对端APPID。
|
|
1638
|
+
*/
|
|
1639
|
+
PeerAppId?: number;
|
|
1640
|
+
/**
|
|
1641
|
+
* 计费类型,POSTPAID_BY_DAY_MAX:日峰值计费;POSTPAID_BY_MONTH_95:月95计费。
|
|
1642
|
+
*/
|
|
1643
|
+
ChargeType?: string;
|
|
1644
|
+
/**
|
|
1645
|
+
* 本端UIN。
|
|
1646
|
+
*/
|
|
1647
|
+
SourceUin?: number;
|
|
1648
|
+
/**
|
|
1649
|
+
* 对端UIN。
|
|
1650
|
+
*/
|
|
1651
|
+
DestinationUin?: number;
|
|
1652
|
+
/**
|
|
1653
|
+
* 资源标签数据。
|
|
1654
|
+
*/
|
|
1655
|
+
TagSet?: Array<Tag>;
|
|
1656
|
+
/**
|
|
1657
|
+
* 服务分级:PT、AU、AG。
|
|
1658
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1659
|
+
*/
|
|
1660
|
+
QosLevel?: string;
|
|
1661
|
+
/**
|
|
1662
|
+
* 互通类型,VPC_PEER:VPC间互通;VPC_BM_PEER:VPC与黑石网络互通。
|
|
1663
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1664
|
+
*/
|
|
1665
|
+
Type?: string;
|
|
1666
|
+
}
|
|
1588
1667
|
/**
|
|
1589
1668
|
* CheckNetDetectState请求参数结构体
|
|
1590
1669
|
*/
|
|
@@ -9491,6 +9570,14 @@ export interface DescribeRouteTablesRequest {
|
|
|
9491
9570
|
* DescribeVpcPeeringConnections返回参数结构体
|
|
9492
9571
|
*/
|
|
9493
9572
|
export interface DescribeVpcPeeringConnectionsResponse {
|
|
9573
|
+
/**
|
|
9574
|
+
* 满足条件的对等连接实例个数。
|
|
9575
|
+
*/
|
|
9576
|
+
TotalCount?: number;
|
|
9577
|
+
/**
|
|
9578
|
+
* 对等连接实例列表。
|
|
9579
|
+
*/
|
|
9580
|
+
PeerConnectionSet?: Array<PeerConnection>;
|
|
9494
9581
|
/**
|
|
9495
9582
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9496
9583
|
*/
|
|
@@ -6676,6 +6676,16 @@ export interface BotPkg {
|
|
|
6676
6676
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6677
6677
|
*/
|
|
6678
6678
|
RenewFlag?: number;
|
|
6679
|
+
/**
|
|
6680
|
+
* 购买页bot6折
|
|
6681
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6682
|
+
*/
|
|
6683
|
+
BotCPWaf?: number;
|
|
6684
|
+
/**
|
|
6685
|
+
* 控制台买bot5折
|
|
6686
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6687
|
+
*/
|
|
6688
|
+
BotNPWaf?: number;
|
|
6679
6689
|
}
|
|
6680
6690
|
/**
|
|
6681
6691
|
* ModifyWafThreatenIntelligence返回参数结构体
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const yunsou: {
|
|
2
|
-
v20191115: {
|
|
3
|
-
Client: typeof import("./v20191115/yunsou_client").Client;
|
|
4
|
-
Models: typeof import("./v20191115/yunsou_models");
|
|
5
|
-
};
|
|
6
2
|
v20180504: {
|
|
7
3
|
Client: typeof import("./v20180504/yunsou_client").Client;
|
|
8
4
|
Models: typeof import("./v20180504/yunsou_models");
|
|
9
5
|
};
|
|
6
|
+
v20191115: {
|
|
7
|
+
Client: typeof import("./v20191115/yunsou_client").Client;
|
|
8
|
+
Models: typeof import("./v20191115/yunsou_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.yunsou = void 0;
|
|
4
|
-
const v20191115_1 = require("./v20191115");
|
|
5
4
|
const v20180504_1 = require("./v20180504");
|
|
5
|
+
const v20191115_1 = require("./v20191115");
|
|
6
6
|
exports.yunsou = {
|
|
7
|
-
v20191115: v20191115_1.v20191115,
|
|
8
7
|
v20180504: v20180504_1.v20180504,
|
|
8
|
+
v20191115: v20191115_1.v20191115,
|
|
9
9
|
};
|
|
@@ -68,6 +68,16 @@ it("bi.v20220105.ModifyDatasourceCloud", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("bi.v20220105.ModifyUserRole", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.ModifyUserRole({})
|
|
74
|
+
expect(data).to.be.ok
|
|
75
|
+
} catch(error) {
|
|
76
|
+
expect(error.requestId).to.be.ok
|
|
77
|
+
expect(error.code).to.be.ok
|
|
78
|
+
}
|
|
79
|
+
})
|
|
80
|
+
|
|
71
81
|
it("bi.v20220105.CreateEmbedToken", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.CreateEmbedToken({})
|
|
@@ -258,6 +258,16 @@ it("teo.v20220901.DescribeDefaultCertificates", async function () {
|
|
|
258
258
|
}
|
|
259
259
|
})
|
|
260
260
|
|
|
261
|
+
it("teo.v20220901.VerifyOwnership", async function () {
|
|
262
|
+
try {
|
|
263
|
+
const data = await client.VerifyOwnership({})
|
|
264
|
+
expect(data).to.be.ok
|
|
265
|
+
} catch(error) {
|
|
266
|
+
expect(error.requestId).to.be.ok
|
|
267
|
+
expect(error.code).to.be.ok
|
|
268
|
+
}
|
|
269
|
+
})
|
|
270
|
+
|
|
261
271
|
it("teo.v20220901.DescribeZoneSetting", async function () {
|
|
262
272
|
try {
|
|
263
273
|
const data = await client.DescribeZoneSetting({})
|