tencentcloud-sdk-nodejs 4.0.537 → 4.0.539
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 +441 -0
- package/SERVICE_CHANGELOG.md +445 -60
- package/package.json +1 -1
- package/products.md +34 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/index.ts +2 -0
- package/src/services/bma/v20221115/bma_client.ts +79 -0
- package/src/services/bma/v20221115/bma_models.ts +146 -0
- package/src/services/bma/v20221115/index.ts +6 -0
- package/src/services/bmeip/v20180625/bmeip_client.ts +2 -2
- package/src/services/bmeip/v20180625/bmeip_models.ts +5 -5
- package/src/services/car/v20220110/car_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +35 -9
- package/src/services/cdb/v20170320/cdb_models.ts +54 -4
- package/src/services/cls/v20201016/cls_client.ts +3 -3
- package/src/services/cls/v20201016/cls_models.ts +5 -5
- package/src/services/cwp/v20180228/cwp_models.ts +19 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +29 -14
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +172 -42
- package/src/services/dnspod/v20210323/dnspod_client.ts +115 -36
- package/src/services/dnspod/v20210323/dnspod_models.ts +536 -19
- package/src/services/domain/v20180808/domain_models.ts +15 -14
- package/src/services/emr/v20190103/emr_models.ts +6 -0
- package/src/services/ess/v20201111/ess_models.ts +32 -4
- package/src/services/facefusion/v20220927/facefusion_models.ts +2 -2
- package/src/services/faceid/v20180301/faceid_models.ts +5 -5
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
- package/src/services/lcic/v20220817/lcic_client.ts +12 -0
- package/src/services/lcic/v20220817/lcic_models.ts +62 -4
- package/src/services/live/v20180801/live_client.ts +6 -2
- package/src/services/nlp/v20190408/nlp_client.ts +0 -5
- package/src/services/nlp/v20190408/nlp_models.ts +2 -2
- package/src/services/redis/v20180412/redis_models.ts +3 -3
- package/src/services/tione/v20211111/tione_models.ts +42 -1
- package/src/services/tke/v20180525/tke_models.ts +13 -13
- package/src/services/tsf/v20180326/tsf_models.ts +61 -7
- package/src/services/tts/v20190823/tts_models.ts +7 -3
- package/src/services/vod/v20180717/vod_client.ts +0 -1
- package/src/services/vod/v20180717/vod_models.ts +10 -17
- package/src/services/vpc/v20170312/vpc_client.ts +104 -92
- package/src/services/vpc/v20170312/vpc_models.ts +146 -115
- package/src/services/wedata/v20210820/wedata_client.ts +2 -0
- package/src/services/wedata/v20210820/wedata_models.ts +85 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/index.d.ts +4 -0
- package/tencentcloud/services/bma/index.js +2 -0
- package/tencentcloud/services/bma/v20221115/bma_client.d.ts +26 -0
- package/tencentcloud/services/bma/v20221115/bma_client.js +55 -0
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +112 -0
- package/tencentcloud/services/bma/v20221115/bma_models.js +18 -0
- package/tencentcloud/services/bma/v20221115/index.d.ts +6 -0
- package/tencentcloud/services/bma/v20221115/index.js +9 -0
- package/tencentcloud/services/bmeip/v20180625/bmeip_client.d.ts +2 -2
- package/tencentcloud/services/bmeip/v20180625/bmeip_client.js +2 -2
- package/tencentcloud/services/bmeip/v20180625/bmeip_models.d.ts +5 -5
- package/tencentcloud/services/car/v20220110/car_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +14 -4
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +18 -4
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +48 -4
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +3 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +16 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +146 -36
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +37 -13
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +54 -18
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +454 -17
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +15 -14
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +28 -4
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +2 -2
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -5
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +53 -4
- package/tencentcloud/services/live/v20180801/live_client.d.ts +4 -0
- package/tencentcloud/services/live/v20180801/live_client.js +4 -0
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +0 -5
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -5
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +35 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +13 -13
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +52 -7
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +6 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +0 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +0 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +10 -17
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +91 -87
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +93 -87
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +138 -111
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +70 -0
- package/test/bma.v20221115.test.js +61 -0
- package/test/cdb.v20170320.test.js +22 -2
- package/test/cynosdb.v20190107.test.js +14 -4
- package/test/dnspod.v20210323.test.js +74 -14
- package/test/lcic.v20220817.test.js +10 -0
- package/test/vpc.v20170312.test.js +12 -2
|
@@ -5013,6 +5013,46 @@ export interface GenHiveTableDDLSqlRequest {
|
|
|
5013
5013
|
* 上游节点的字段信息
|
|
5014
5014
|
*/
|
|
5015
5015
|
SourceFieldInfoList?: Array<SourceFieldInfo>;
|
|
5016
|
+
/**
|
|
5017
|
+
* 分区字段
|
|
5018
|
+
*/
|
|
5019
|
+
Partitions?: Array<Partition>;
|
|
5020
|
+
/**
|
|
5021
|
+
* 建表属性
|
|
5022
|
+
*/
|
|
5023
|
+
Properties?: Array<Property>;
|
|
5024
|
+
/**
|
|
5025
|
+
* 建表模式,0:向导模式,1:ddl
|
|
5026
|
+
*/
|
|
5027
|
+
TableMode?: number;
|
|
5028
|
+
/**
|
|
5029
|
+
* DLC表版本,v1/v2
|
|
5030
|
+
*/
|
|
5031
|
+
TableVersion?: string;
|
|
5032
|
+
/**
|
|
5033
|
+
* 是否upsert写入
|
|
5034
|
+
*/
|
|
5035
|
+
UpsertFlag?: boolean;
|
|
5036
|
+
/**
|
|
5037
|
+
* 表描述信息
|
|
5038
|
+
*/
|
|
5039
|
+
TableComment?: string;
|
|
5040
|
+
/**
|
|
5041
|
+
* 增加的文件数量阈值, 超过值将触发小文件合并
|
|
5042
|
+
*/
|
|
5043
|
+
AddDataFiles?: number;
|
|
5044
|
+
/**
|
|
5045
|
+
* 增加的Equality delete数量阈值, 超过值将触发小文件合并
|
|
5046
|
+
*/
|
|
5047
|
+
AddEqualityDeletes?: number;
|
|
5048
|
+
/**
|
|
5049
|
+
* 增加的Position delete数量阈值, 超过值将触发小文件合并
|
|
5050
|
+
*/
|
|
5051
|
+
AddPositionDeletes?: number;
|
|
5052
|
+
/**
|
|
5053
|
+
* 增加的delete file数量阈值
|
|
5054
|
+
*/
|
|
5055
|
+
AddDeleteFiles?: number;
|
|
5016
5056
|
}
|
|
5017
5057
|
/**
|
|
5018
5058
|
* DescribeRuleExecResultsByPage请求参数结构体
|
|
@@ -10786,6 +10826,23 @@ export interface DeleteInLongAgentRequest {
|
|
|
10786
10826
|
*/
|
|
10787
10827
|
ProjectId: string;
|
|
10788
10828
|
}
|
|
10829
|
+
/**
|
|
10830
|
+
* 分区参数
|
|
10831
|
+
*/
|
|
10832
|
+
export interface Partition {
|
|
10833
|
+
/**
|
|
10834
|
+
* 分区转换策略
|
|
10835
|
+
*/
|
|
10836
|
+
Transform?: string;
|
|
10837
|
+
/**
|
|
10838
|
+
* 分区字段名
|
|
10839
|
+
*/
|
|
10840
|
+
Name?: string;
|
|
10841
|
+
/**
|
|
10842
|
+
* 策略参数
|
|
10843
|
+
*/
|
|
10844
|
+
TransformArgs?: Array<string>;
|
|
10845
|
+
}
|
|
10789
10846
|
/**
|
|
10790
10847
|
* RuleDimCnt 规则维度统计
|
|
10791
10848
|
*/
|
|
@@ -10853,6 +10910,19 @@ export interface DescribeDimensionScoreRequest {
|
|
|
10853
10910
|
*/
|
|
10854
10911
|
DatasourceId?: string;
|
|
10855
10912
|
}
|
|
10913
|
+
/**
|
|
10914
|
+
* dlc建表属性
|
|
10915
|
+
*/
|
|
10916
|
+
export interface Property {
|
|
10917
|
+
/**
|
|
10918
|
+
* key值
|
|
10919
|
+
*/
|
|
10920
|
+
Key: string;
|
|
10921
|
+
/**
|
|
10922
|
+
* value值
|
|
10923
|
+
*/
|
|
10924
|
+
Value: string;
|
|
10925
|
+
}
|
|
10856
10926
|
/**
|
|
10857
10927
|
* 采集器关联的集成任务
|
|
10858
10928
|
*/
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
|
|
2
|
+
const expect = require("chai").expect
|
|
3
|
+
const tencentcloud = require("../../tencentcloud-sdk-nodejs")
|
|
4
|
+
const client = new tencentcloud.bma.v20221115.Client({
|
|
5
|
+
credential: {
|
|
6
|
+
secretId: process.env.secretId,
|
|
7
|
+
secretKey: process.env.secretKey,
|
|
8
|
+
},
|
|
9
|
+
region: "ap-shanghai",
|
|
10
|
+
profile: {
|
|
11
|
+
signMethod: "TC3-HMAC-SHA256",
|
|
12
|
+
httpProfile: {
|
|
13
|
+
reqMethod: "POST",
|
|
14
|
+
reqTimeout: 30,
|
|
15
|
+
endpoint: "cvm.ap-shanghai.tencentcloudapi.com",
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
})
|
|
19
|
+
describe("bma.v20221115.test.js", function () {
|
|
20
|
+
|
|
21
|
+
it("bma.v20221115.CreateBPFakeAPP", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.CreateBPFakeAPP({})
|
|
24
|
+
expect(data).to.be.ok
|
|
25
|
+
} catch(error) {
|
|
26
|
+
expect(error.requestId).to.be.ok
|
|
27
|
+
expect(error.code).to.be.ok
|
|
28
|
+
}
|
|
29
|
+
})
|
|
30
|
+
|
|
31
|
+
it("bma.v20221115.CreateBPFakeURL", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.CreateBPFakeURL({})
|
|
34
|
+
expect(data).to.be.ok
|
|
35
|
+
} catch(error) {
|
|
36
|
+
expect(error.requestId).to.be.ok
|
|
37
|
+
expect(error.code).to.be.ok
|
|
38
|
+
}
|
|
39
|
+
})
|
|
40
|
+
|
|
41
|
+
it("bma.v20221115.CreateBPFakeURLs", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.CreateBPFakeURLs({})
|
|
44
|
+
expect(data).to.be.ok
|
|
45
|
+
} catch(error) {
|
|
46
|
+
expect(error.requestId).to.be.ok
|
|
47
|
+
expect(error.code).to.be.ok
|
|
48
|
+
}
|
|
49
|
+
})
|
|
50
|
+
|
|
51
|
+
it("bma.v20221115.CreateBPFakeAPPList", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.CreateBPFakeAPPList({})
|
|
54
|
+
expect(data).to.be.ok
|
|
55
|
+
} catch(error) {
|
|
56
|
+
expect(error.requestId).to.be.ok
|
|
57
|
+
expect(error.code).to.be.ok
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
|
|
61
|
+
})
|
|
@@ -208,6 +208,16 @@ it("cdb.v20170320.ModifyCDBProxyDesc", async function () {
|
|
|
208
208
|
}
|
|
209
209
|
})
|
|
210
210
|
|
|
211
|
+
it("cdb.v20170320.VerifyRootAccount", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.VerifyRootAccount({})
|
|
214
|
+
expect(data).to.be.ok
|
|
215
|
+
} catch(error) {
|
|
216
|
+
expect(error.requestId).to.be.ok
|
|
217
|
+
expect(error.code).to.be.ok
|
|
218
|
+
}
|
|
219
|
+
})
|
|
220
|
+
|
|
211
221
|
it("cdb.v20170320.DescribeRollbackTaskDetail", async function () {
|
|
212
222
|
try {
|
|
213
223
|
const data = await client.DescribeRollbackTaskDetail({})
|
|
@@ -608,6 +618,16 @@ it("cdb.v20170320.DescribeInstanceParams", async function () {
|
|
|
608
618
|
}
|
|
609
619
|
})
|
|
610
620
|
|
|
621
|
+
it("cdb.v20170320.DescribeBackupEncryptionStatus", async function () {
|
|
622
|
+
try {
|
|
623
|
+
const data = await client.DescribeBackupEncryptionStatus({})
|
|
624
|
+
expect(data).to.be.ok
|
|
625
|
+
} catch(error) {
|
|
626
|
+
expect(error.requestId).to.be.ok
|
|
627
|
+
expect(error.code).to.be.ok
|
|
628
|
+
}
|
|
629
|
+
})
|
|
630
|
+
|
|
611
631
|
it("cdb.v20170320.DescribeProxyCustomConf", async function () {
|
|
612
632
|
try {
|
|
613
633
|
const data = await client.DescribeProxyCustomConf({})
|
|
@@ -998,9 +1018,9 @@ it("cdb.v20170320.ReloadBalanceProxyNode", async function () {
|
|
|
998
1018
|
}
|
|
999
1019
|
})
|
|
1000
1020
|
|
|
1001
|
-
it("cdb.v20170320.
|
|
1021
|
+
it("cdb.v20170320.ModifyBackupEncryptionStatus", async function () {
|
|
1002
1022
|
try {
|
|
1003
|
-
const data = await client.
|
|
1023
|
+
const data = await client.ModifyBackupEncryptionStatus({})
|
|
1004
1024
|
expect(data).to.be.ok
|
|
1005
1025
|
} catch(error) {
|
|
1006
1026
|
expect(error.requestId).to.be.ok
|
|
@@ -568,9 +568,9 @@ it("cynosdb.v20190107.DescribeResourcesByDealName", async function () {
|
|
|
568
568
|
}
|
|
569
569
|
})
|
|
570
570
|
|
|
571
|
-
it("cynosdb.v20190107.
|
|
571
|
+
it("cynosdb.v20190107.ExportInstanceSlowQueries", async function () {
|
|
572
572
|
try {
|
|
573
|
-
const data = await client.
|
|
573
|
+
const data = await client.ExportInstanceSlowQueries({})
|
|
574
574
|
expect(data).to.be.ok
|
|
575
575
|
} catch(error) {
|
|
576
576
|
expect(error.requestId).to.be.ok
|
|
@@ -678,9 +678,9 @@ it("cynosdb.v20190107.DescribeAuditLogFiles", async function () {
|
|
|
678
678
|
}
|
|
679
679
|
})
|
|
680
680
|
|
|
681
|
-
it("cynosdb.v20190107.
|
|
681
|
+
it("cynosdb.v20190107.DescribeZones", async function () {
|
|
682
682
|
try {
|
|
683
|
-
const data = await client.
|
|
683
|
+
const data = await client.DescribeZones({})
|
|
684
684
|
expect(data).to.be.ok
|
|
685
685
|
} catch(error) {
|
|
686
686
|
expect(error.requestId).to.be.ok
|
|
@@ -718,6 +718,16 @@ it("cynosdb.v20190107.ModifyAuditRuleTemplates", async function () {
|
|
|
718
718
|
}
|
|
719
719
|
})
|
|
720
720
|
|
|
721
|
+
it("cynosdb.v20190107.GrantAccountPrivileges", async function () {
|
|
722
|
+
try {
|
|
723
|
+
const data = await client.GrantAccountPrivileges({})
|
|
724
|
+
expect(data).to.be.ok
|
|
725
|
+
} catch(error) {
|
|
726
|
+
expect(error.requestId).to.be.ok
|
|
727
|
+
expect(error.code).to.be.ok
|
|
728
|
+
}
|
|
729
|
+
})
|
|
730
|
+
|
|
721
731
|
it("cynosdb.v20190107.SearchClusterTables", async function () {
|
|
722
732
|
try {
|
|
723
733
|
const data = await client.SearchClusterTables({})
|
|
@@ -128,6 +128,16 @@ it("dnspod.v20210323.ModifyRecordFields", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
+
it("dnspod.v20210323.DeleteDomainBatch", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.DeleteDomainBatch({})
|
|
134
|
+
expect(data).to.be.ok
|
|
135
|
+
} catch(error) {
|
|
136
|
+
expect(error.requestId).to.be.ok
|
|
137
|
+
expect(error.code).to.be.ok
|
|
138
|
+
}
|
|
139
|
+
})
|
|
140
|
+
|
|
131
141
|
it("dnspod.v20210323.DownloadSnapshot", async function () {
|
|
132
142
|
try {
|
|
133
143
|
const data = await client.DownloadSnapshot({})
|
|
@@ -158,6 +168,16 @@ it("dnspod.v20210323.ModifyRecord", async function () {
|
|
|
158
168
|
}
|
|
159
169
|
})
|
|
160
170
|
|
|
171
|
+
it("dnspod.v20210323.DescribeDomainWhois", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.DescribeDomainWhois({})
|
|
174
|
+
expect(data).to.be.ok
|
|
175
|
+
} catch(error) {
|
|
176
|
+
expect(error.requestId).to.be.ok
|
|
177
|
+
expect(error.code).to.be.ok
|
|
178
|
+
}
|
|
179
|
+
})
|
|
180
|
+
|
|
161
181
|
it("dnspod.v20210323.DescribeRecordGroupList", async function () {
|
|
162
182
|
try {
|
|
163
183
|
const data = await client.DescribeRecordGroupList({})
|
|
@@ -248,9 +268,9 @@ it("dnspod.v20210323.DeleteShareDomain", async function () {
|
|
|
248
268
|
}
|
|
249
269
|
})
|
|
250
270
|
|
|
251
|
-
it("dnspod.v20210323.
|
|
271
|
+
it("dnspod.v20210323.ModifyVasAutoRenewStatus", async function () {
|
|
252
272
|
try {
|
|
253
|
-
const data = await client.
|
|
273
|
+
const data = await client.ModifyVasAutoRenewStatus({})
|
|
254
274
|
expect(data).to.be.ok
|
|
255
275
|
} catch(error) {
|
|
256
276
|
expect(error.requestId).to.be.ok
|
|
@@ -278,9 +298,9 @@ it("dnspod.v20210323.ModifyRecordStatus", async function () {
|
|
|
278
298
|
}
|
|
279
299
|
})
|
|
280
300
|
|
|
281
|
-
it("dnspod.v20210323.
|
|
301
|
+
it("dnspod.v20210323.DescribeDomain", async function () {
|
|
282
302
|
try {
|
|
283
|
-
const data = await client.
|
|
303
|
+
const data = await client.DescribeDomain({})
|
|
284
304
|
expect(data).to.be.ok
|
|
285
305
|
} catch(error) {
|
|
286
306
|
expect(error.requestId).to.be.ok
|
|
@@ -348,6 +368,26 @@ it("dnspod.v20210323.DescribeRecord", async function () {
|
|
|
348
368
|
}
|
|
349
369
|
})
|
|
350
370
|
|
|
371
|
+
it("dnspod.v20210323.ModifySnapshotConfig", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.ModifySnapshotConfig({})
|
|
374
|
+
expect(data).to.be.ok
|
|
375
|
+
} catch(error) {
|
|
376
|
+
expect(error.requestId).to.be.ok
|
|
377
|
+
expect(error.code).to.be.ok
|
|
378
|
+
}
|
|
379
|
+
})
|
|
380
|
+
|
|
381
|
+
it("dnspod.v20210323.DescribePackageDetail", async function () {
|
|
382
|
+
try {
|
|
383
|
+
const data = await client.DescribePackageDetail({})
|
|
384
|
+
expect(data).to.be.ok
|
|
385
|
+
} catch(error) {
|
|
386
|
+
expect(error.requestId).to.be.ok
|
|
387
|
+
expect(error.code).to.be.ok
|
|
388
|
+
}
|
|
389
|
+
})
|
|
390
|
+
|
|
351
391
|
it("dnspod.v20210323.DescribeRecordLineList", async function () {
|
|
352
392
|
try {
|
|
353
393
|
const data = await client.DescribeRecordLineList({})
|
|
@@ -358,6 +398,16 @@ it("dnspod.v20210323.DescribeRecordLineList", async function () {
|
|
|
358
398
|
}
|
|
359
399
|
})
|
|
360
400
|
|
|
401
|
+
it("dnspod.v20210323.DescribeVASStatistic", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.DescribeVASStatistic({})
|
|
404
|
+
expect(data).to.be.ok
|
|
405
|
+
} catch(error) {
|
|
406
|
+
expect(error.requestId).to.be.ok
|
|
407
|
+
expect(error.code).to.be.ok
|
|
408
|
+
}
|
|
409
|
+
})
|
|
410
|
+
|
|
361
411
|
it("dnspod.v20210323.DescribeDomainAnalytics", async function () {
|
|
362
412
|
try {
|
|
363
413
|
const data = await client.DescribeDomainAnalytics({})
|
|
@@ -418,6 +468,16 @@ it("dnspod.v20210323.ModifyDomainRemark", async function () {
|
|
|
418
468
|
}
|
|
419
469
|
})
|
|
420
470
|
|
|
471
|
+
it("dnspod.v20210323.DescribeRecordExistExceptDefaultNS", async function () {
|
|
472
|
+
try {
|
|
473
|
+
const data = await client.DescribeRecordExistExceptDefaultNS({})
|
|
474
|
+
expect(data).to.be.ok
|
|
475
|
+
} catch(error) {
|
|
476
|
+
expect(error.requestId).to.be.ok
|
|
477
|
+
expect(error.code).to.be.ok
|
|
478
|
+
}
|
|
479
|
+
})
|
|
480
|
+
|
|
421
481
|
it("dnspod.v20210323.ModifyDomainOwner", async function () {
|
|
422
482
|
try {
|
|
423
483
|
const data = await client.ModifyDomainOwner({})
|
|
@@ -438,9 +498,9 @@ it("dnspod.v20210323.CreateDomainGroup", async function () {
|
|
|
438
498
|
}
|
|
439
499
|
})
|
|
440
500
|
|
|
441
|
-
it("dnspod.v20210323.
|
|
501
|
+
it("dnspod.v20210323.CreateRecordGroup", async function () {
|
|
442
502
|
try {
|
|
443
|
-
const data = await client.
|
|
503
|
+
const data = await client.CreateRecordGroup({})
|
|
444
504
|
expect(data).to.be.ok
|
|
445
505
|
} catch(error) {
|
|
446
506
|
expect(error.requestId).to.be.ok
|
|
@@ -478,9 +538,9 @@ it("dnspod.v20210323.CheckRecordSnapshotRollback", async function () {
|
|
|
478
538
|
}
|
|
479
539
|
})
|
|
480
540
|
|
|
481
|
-
it("dnspod.v20210323.
|
|
541
|
+
it("dnspod.v20210323.DescribeDomainPreview", async function () {
|
|
482
542
|
try {
|
|
483
|
-
const data = await client.
|
|
543
|
+
const data = await client.DescribeDomainPreview({})
|
|
484
544
|
expect(data).to.be.ok
|
|
485
545
|
} catch(error) {
|
|
486
546
|
expect(error.requestId).to.be.ok
|
|
@@ -488,9 +548,9 @@ it("dnspod.v20210323.CreateDomain", async function () {
|
|
|
488
548
|
}
|
|
489
549
|
})
|
|
490
550
|
|
|
491
|
-
it("dnspod.v20210323.
|
|
551
|
+
it("dnspod.v20210323.CreateDomain", async function () {
|
|
492
552
|
try {
|
|
493
|
-
const data = await client.
|
|
553
|
+
const data = await client.CreateDomain({})
|
|
494
554
|
expect(data).to.be.ok
|
|
495
555
|
} catch(error) {
|
|
496
556
|
expect(error.requestId).to.be.ok
|
|
@@ -498,9 +558,9 @@ it("dnspod.v20210323.RollbackRecordSnapshot", async function () {
|
|
|
498
558
|
}
|
|
499
559
|
})
|
|
500
560
|
|
|
501
|
-
it("dnspod.v20210323.
|
|
561
|
+
it("dnspod.v20210323.RollbackRecordSnapshot", async function () {
|
|
502
562
|
try {
|
|
503
|
-
const data = await client.
|
|
563
|
+
const data = await client.RollbackRecordSnapshot({})
|
|
504
564
|
expect(data).to.be.ok
|
|
505
565
|
} catch(error) {
|
|
506
566
|
expect(error.requestId).to.be.ok
|
|
@@ -518,9 +578,9 @@ it("dnspod.v20210323.ModifyRecordToGroup", async function () {
|
|
|
518
578
|
}
|
|
519
579
|
})
|
|
520
580
|
|
|
521
|
-
it("dnspod.v20210323.
|
|
581
|
+
it("dnspod.v20210323.PayOrderWithBalance", async function () {
|
|
522
582
|
try {
|
|
523
|
-
const data = await client.
|
|
583
|
+
const data = await client.PayOrderWithBalance({})
|
|
524
584
|
expect(data).to.be.ok
|
|
525
585
|
} catch(error) {
|
|
526
586
|
expect(error.requestId).to.be.ok
|
|
@@ -228,6 +228,16 @@ it("lcic.v20220817.SetAppCustomContent", async function () {
|
|
|
228
228
|
}
|
|
229
229
|
})
|
|
230
230
|
|
|
231
|
+
it("lcic.v20220817.DescribeCurrentMemberList", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.DescribeCurrentMemberList({})
|
|
234
|
+
expect(data).to.be.ok
|
|
235
|
+
} catch(error) {
|
|
236
|
+
expect(error.requestId).to.be.ok
|
|
237
|
+
expect(error.code).to.be.ok
|
|
238
|
+
}
|
|
239
|
+
})
|
|
240
|
+
|
|
231
241
|
it("lcic.v20220817.DescribeAppDetail", async function () {
|
|
232
242
|
try {
|
|
233
243
|
const data = await client.DescribeAppDetail({})
|
|
@@ -708,9 +708,9 @@ it("vpc.v20170312.DeleteDirectConnectGatewayCcnRoutes", async function () {
|
|
|
708
708
|
}
|
|
709
709
|
})
|
|
710
710
|
|
|
711
|
-
it("vpc.v20170312.
|
|
711
|
+
it("vpc.v20170312.DescribeNetworkAccountType", async function () {
|
|
712
712
|
try {
|
|
713
|
-
const data = await client.
|
|
713
|
+
const data = await client.DescribeNetworkAccountType({})
|
|
714
714
|
expect(data).to.be.ok
|
|
715
715
|
} catch(error) {
|
|
716
716
|
expect(error.requestId).to.be.ok
|
|
@@ -1288,6 +1288,16 @@ it("vpc.v20170312.DetachNetworkInterface", async function () {
|
|
|
1288
1288
|
}
|
|
1289
1289
|
})
|
|
1290
1290
|
|
|
1291
|
+
it("vpc.v20170312.RejectAttachCcnInstances", async function () {
|
|
1292
|
+
try {
|
|
1293
|
+
const data = await client.RejectAttachCcnInstances({})
|
|
1294
|
+
expect(data).to.be.ok
|
|
1295
|
+
} catch(error) {
|
|
1296
|
+
expect(error.requestId).to.be.ok
|
|
1297
|
+
expect(error.code).to.be.ok
|
|
1298
|
+
}
|
|
1299
|
+
})
|
|
1300
|
+
|
|
1291
1301
|
it("vpc.v20170312.ModifyServiceTemplateGroupAttribute", async function () {
|
|
1292
1302
|
try {
|
|
1293
1303
|
const data = await client.ModifyServiceTemplateGroupAttribute({})
|