tencentcloud-sdk-nodejs 4.0.484 → 4.0.486
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 +371 -0
- package/SERVICE_CHANGELOG.md +429 -64
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/captcha/v20190722/captcha_models.ts +1 -1
- package/src/services/ccc/v20200210/ccc_client.ts +54 -15
- package/src/services/ccc/v20200210/ccc_models.ts +283 -60
- package/src/services/cfs/v20190719/cfs_models.ts +6 -1
- package/src/services/cvm/v20170312/cvm_client.ts +1 -0
- package/src/services/dnspod/v20210323/dnspod_client.ts +207 -47
- package/src/services/dnspod/v20210323/dnspod_models.ts +789 -56
- package/src/services/ess/v20201111/ess_client.ts +112 -0
- package/src/services/ess/v20201111/ess_models.ts +5 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +12 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +107 -4
- package/src/services/iai/v20180301/iai_models.ts +1 -1
- package/src/services/iai/v20200303/iai_models.ts +1 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +16 -3
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +102 -26
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
- package/src/services/mps/v20190612/mps_client.ts +1 -0
- package/src/services/mps/v20190612/mps_models.ts +33 -0
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +6 -6
- package/src/services/rum/v20210622/rum_models.ts +5 -0
- package/src/services/ssl/v20191205/ssl_models.ts +7 -1
- package/src/services/tiia/v20190529/tiia_client.ts +174 -124
- package/src/services/tiia/v20190529/tiia_models.ts +225 -70
- package/src/services/tione/v20211111/tione_models.ts +11 -1
- package/src/services/tke/v20180525/tke_models.ts +30 -0
- package/src/services/trp/v20210515/trp_models.ts +15 -0
- package/src/services/trtc/v20190722/trtc_client.ts +4 -4
- package/src/services/vod/v20180717/vod_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +17 -5
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +24 -6
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +239 -51
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +5 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +67 -15
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +99 -21
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +657 -37
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +112 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +112 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +98 -2
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +1 -1
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +89 -25
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +28 -0
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +6 -6
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +4 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +6 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +84 -52
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +104 -68
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +199 -62
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +11 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +24 -0
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +12 -0
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +4 -4
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +4 -4
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- package/test/ccc.v20200210.test.js +34 -4
- package/test/dnspod.v20210323.test.js +144 -14
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/tiia.v20190529.test.js +52 -32
|
@@ -149,6 +149,14 @@ export interface SubnetInfos {
|
|
|
149
149
|
* 安全组id
|
|
150
150
|
*/
|
|
151
151
|
SecurityGroups?: Array<string>;
|
|
152
|
+
/**
|
|
153
|
+
* 系统
|
|
154
|
+
*/
|
|
155
|
+
Os?: string;
|
|
156
|
+
/**
|
|
157
|
+
* 硬件架构
|
|
158
|
+
*/
|
|
159
|
+
Arch?: string;
|
|
152
160
|
}
|
|
153
161
|
/**
|
|
154
162
|
* EKS Instnace CBS volume
|
|
@@ -8973,6 +8981,18 @@ export interface ModifyClusterNodePoolRequest {
|
|
|
8973
8981
|
* 镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值)
|
|
8974
8982
|
*/
|
|
8975
8983
|
OsCustomizeType?: string;
|
|
8984
|
+
/**
|
|
8985
|
+
* GPU驱动版本,CUDA版本,cuDNN版本以及是否启用MIG特性
|
|
8986
|
+
*/
|
|
8987
|
+
GPUArgs?: GPUArgs;
|
|
8988
|
+
/**
|
|
8989
|
+
* base64编码后的自定义脚本
|
|
8990
|
+
*/
|
|
8991
|
+
UserScript?: string;
|
|
8992
|
+
/**
|
|
8993
|
+
* 更新label和taint时忽略存量节点
|
|
8994
|
+
*/
|
|
8995
|
+
IgnoreExistedNode?: boolean;
|
|
8976
8996
|
/**
|
|
8977
8997
|
* 节点自定义参数
|
|
8978
8998
|
*/
|
|
@@ -8989,6 +9009,10 @@ export interface ModifyClusterNodePoolRequest {
|
|
|
8989
9009
|
* 删除保护开关
|
|
8990
9010
|
*/
|
|
8991
9011
|
DeletionProtection?: boolean;
|
|
9012
|
+
/**
|
|
9013
|
+
* dockerd --graph 指定值, 默认为 /var/lib/docker
|
|
9014
|
+
*/
|
|
9015
|
+
DockerGraphPath?: string;
|
|
8992
9016
|
}
|
|
8993
9017
|
/**
|
|
8994
9018
|
* InstallLogAgent返回参数结构体
|
|
@@ -1113,6 +1113,10 @@ export interface CreateCustomPackRequest {
|
|
|
1113
1113
|
* 码段配置,和CustomId二选一必填
|
|
1114
1114
|
*/
|
|
1115
1115
|
CodeParts?: Array<CodePart>;
|
|
1116
|
+
/**
|
|
1117
|
+
* 批次ID,如果传了生码后会同时绑定批次,并激活码
|
|
1118
|
+
*/
|
|
1119
|
+
BatchId?: string;
|
|
1116
1120
|
}
|
|
1117
1121
|
/**
|
|
1118
1122
|
* CreateCodePack请求参数结构体
|
|
@@ -1150,6 +1154,10 @@ export interface CreateCodePackRequest {
|
|
|
1150
1154
|
* 码包规格
|
|
1151
1155
|
*/
|
|
1152
1156
|
PackSpec?: Array<PackSpec>;
|
|
1157
|
+
/**
|
|
1158
|
+
* 批次ID,如果传了生码后会同时绑定批次,并激活码
|
|
1159
|
+
*/
|
|
1160
|
+
BatchId?: string;
|
|
1153
1161
|
}
|
|
1154
1162
|
/**
|
|
1155
1163
|
* CreateCodeBatch请求参数结构体
|
|
@@ -1434,6 +1442,10 @@ export interface ModifyCustomRuleStatusRequest {
|
|
|
1434
1442
|
* 码规则状态 0:未生效 1:已生效 -1:已失效
|
|
1435
1443
|
*/
|
|
1436
1444
|
Status: number;
|
|
1445
|
+
/**
|
|
1446
|
+
* 企业ID
|
|
1447
|
+
*/
|
|
1448
|
+
CorpId?: number;
|
|
1437
1449
|
}
|
|
1438
1450
|
/**
|
|
1439
1451
|
* CreateCodePack返回参数结构体
|
|
@@ -32,7 +32,7 @@ videoFreezeRate:视频卡顿率。
|
|
|
32
32
|
networkDelay :网络延迟率。
|
|
33
33
|
注意:
|
|
34
34
|
1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。
|
|
35
|
-
2
|
|
35
|
+
2.查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天。
|
|
36
36
|
*/
|
|
37
37
|
DescribeTRTCMarketQualityMetricData(req: DescribeTRTCMarketQualityMetricDataRequest, cb?: (error: string, rep: DescribeTRTCMarketQualityMetricDataResponse) => void): Promise<DescribeTRTCMarketQualityMetricDataResponse>;
|
|
38
38
|
/**
|
|
@@ -54,7 +54,7 @@ peakCurrentChannels:峰值同时在线频道数。
|
|
|
54
54
|
peakCurrentUsers:峰值同时在线人数。
|
|
55
55
|
注意:
|
|
56
56
|
1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。
|
|
57
|
-
2
|
|
57
|
+
2.查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天。
|
|
58
58
|
*/
|
|
59
59
|
DescribeTRTCMarketScaleMetricData(req: DescribeTRTCMarketScaleMetricDataRequest, cb?: (error: string, rep: DescribeTRTCMarketScaleMetricDataResponse) => void): Promise<DescribeTRTCMarketScaleMetricDataResponse>;
|
|
60
60
|
/**
|
|
@@ -91,7 +91,7 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
|
|
|
91
91
|
-音频卡顿率
|
|
92
92
|
注意:
|
|
93
93
|
1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。
|
|
94
|
-
2
|
|
94
|
+
2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。
|
|
95
95
|
*/
|
|
96
96
|
DescribeTRTCRealTimeQualityMetricData(req: DescribeTRTCRealTimeQualityMetricDataRequest, cb?: (error: string, rep: DescribeTRTCRealTimeQualityMetricDataResponse) => void): Promise<DescribeTRTCRealTimeQualityMetricDataResponse>;
|
|
97
97
|
/**
|
|
@@ -253,7 +253,7 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
|
|
|
253
253
|
-roomCount(在线房间数)
|
|
254
254
|
注意:
|
|
255
255
|
1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。
|
|
256
|
-
2
|
|
256
|
+
2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。
|
|
257
257
|
*/
|
|
258
258
|
DescribeTRTCRealTimeScaleMetricData(req: DescribeTRTCRealTimeScaleMetricDataRequest, cb?: (error: string, rep: DescribeTRTCRealTimeScaleMetricDataResponse) => void): Promise<DescribeTRTCRealTimeScaleMetricDataResponse>;
|
|
259
259
|
}
|
|
@@ -56,7 +56,7 @@ videoFreezeRate:视频卡顿率。
|
|
|
56
56
|
networkDelay :网络延迟率。
|
|
57
57
|
注意:
|
|
58
58
|
1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。
|
|
59
|
-
2
|
|
59
|
+
2.查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天。
|
|
60
60
|
*/
|
|
61
61
|
async DescribeTRTCMarketQualityMetricData(req, cb) {
|
|
62
62
|
return this.request("DescribeTRTCMarketQualityMetricData", req, cb);
|
|
@@ -84,7 +84,7 @@ peakCurrentChannels:峰值同时在线频道数。
|
|
|
84
84
|
peakCurrentUsers:峰值同时在线人数。
|
|
85
85
|
注意:
|
|
86
86
|
1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。
|
|
87
|
-
2
|
|
87
|
+
2.查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天。
|
|
88
88
|
*/
|
|
89
89
|
async DescribeTRTCMarketScaleMetricData(req, cb) {
|
|
90
90
|
return this.request("DescribeTRTCMarketScaleMetricData", req, cb);
|
|
@@ -127,7 +127,7 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
|
|
|
127
127
|
-音频卡顿率
|
|
128
128
|
注意:
|
|
129
129
|
1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。
|
|
130
|
-
2
|
|
130
|
+
2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。
|
|
131
131
|
*/
|
|
132
132
|
async DescribeTRTCRealTimeQualityMetricData(req, cb) {
|
|
133
133
|
return this.request("DescribeTRTCRealTimeQualityMetricData", req, cb);
|
|
@@ -337,7 +337,7 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
|
|
|
337
337
|
-roomCount(在线房间数)
|
|
338
338
|
注意:
|
|
339
339
|
1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。
|
|
340
|
-
2
|
|
340
|
+
2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。
|
|
341
341
|
*/
|
|
342
342
|
async DescribeTRTCRealTimeScaleMetricData(req, cb) {
|
|
343
343
|
return this.request("DescribeTRTCRealTimeScaleMetricData", req, cb);
|
|
@@ -10457,6 +10457,10 @@ export interface ModifyNetworkInterfaceQosRequest {
|
|
|
10457
10457
|
* 服务质量,可选值:PT、AU、AG、DEFAULT,分别代表白金、金、银、默认四个等级。
|
|
10458
10458
|
*/
|
|
10459
10459
|
QosLevel: string;
|
|
10460
|
+
/**
|
|
10461
|
+
* DirectSend端口范围最大值。
|
|
10462
|
+
*/
|
|
10463
|
+
DirectSendMaxPort?: number;
|
|
10460
10464
|
}
|
|
10461
10465
|
/**
|
|
10462
10466
|
* ModifyLocalGateway请求参数结构体
|
|
@@ -78,9 +78,9 @@ it("ccc.v20200210.BindStaffSkillGroupList", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
-
it("ccc.v20200210.
|
|
81
|
+
it("ccc.v20200210.CreateCarrierPrivilegeNumberApplicant", async function () {
|
|
82
82
|
try {
|
|
83
|
-
const data = await client.
|
|
83
|
+
const data = await client.CreateCarrierPrivilegeNumberApplicant({})
|
|
84
84
|
expect(data).to.be.ok
|
|
85
85
|
} catch(error) {
|
|
86
86
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +158,9 @@ it("ccc.v20200210.DescribeExtension", async function () {
|
|
|
158
158
|
}
|
|
159
159
|
})
|
|
160
160
|
|
|
161
|
-
it("ccc.v20200210.
|
|
161
|
+
it("ccc.v20200210.DescribeCarrierPrivilegeNumberApplicants", async function () {
|
|
162
162
|
try {
|
|
163
|
-
const data = await client.
|
|
163
|
+
const data = await client.DescribeCarrierPrivilegeNumberApplicants({})
|
|
164
164
|
expect(data).to.be.ok
|
|
165
165
|
} catch(error) {
|
|
166
166
|
expect(error.requestId).to.be.ok
|
|
@@ -178,6 +178,16 @@ it("ccc.v20200210.CreateCallOutSession", async function () {
|
|
|
178
178
|
}
|
|
179
179
|
})
|
|
180
180
|
|
|
181
|
+
it("ccc.v20200210.DescribeTelSession", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.DescribeTelSession({})
|
|
184
|
+
expect(data).to.be.ok
|
|
185
|
+
} catch(error) {
|
|
186
|
+
expect(error.requestId).to.be.ok
|
|
187
|
+
expect(error.code).to.be.ok
|
|
188
|
+
}
|
|
189
|
+
})
|
|
190
|
+
|
|
181
191
|
it("ccc.v20200210.DescribeAutoCalloutTask", async function () {
|
|
182
192
|
try {
|
|
183
193
|
const data = await client.DescribeAutoCalloutTask({})
|
|
@@ -218,6 +228,16 @@ it("ccc.v20200210.StopAutoCalloutTask", async function () {
|
|
|
218
228
|
}
|
|
219
229
|
})
|
|
220
230
|
|
|
231
|
+
it("ccc.v20200210.DescribeChatMessages", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.DescribeChatMessages({})
|
|
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
|
+
|
|
221
241
|
it("ccc.v20200210.DescribeCCCBuyInfoList", async function () {
|
|
222
242
|
try {
|
|
223
243
|
const data = await client.DescribeCCCBuyInfoList({})
|
|
@@ -338,4 +358,14 @@ it("ccc.v20200210.CreateSDKLoginToken", async function () {
|
|
|
338
358
|
}
|
|
339
359
|
})
|
|
340
360
|
|
|
361
|
+
it("ccc.v20200210.DescribeActiveCarrierPrivilegeNumber", async function () {
|
|
362
|
+
try {
|
|
363
|
+
const data = await client.DescribeActiveCarrierPrivilegeNumber({})
|
|
364
|
+
expect(data).to.be.ok
|
|
365
|
+
} catch(error) {
|
|
366
|
+
expect(error.requestId).to.be.ok
|
|
367
|
+
expect(error.code).to.be.ok
|
|
368
|
+
}
|
|
369
|
+
})
|
|
370
|
+
|
|
341
371
|
})
|
|
@@ -28,9 +28,19 @@ it("dnspod.v20210323.DescribeRecordList", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("dnspod.v20210323.
|
|
31
|
+
it("dnspod.v20210323.DescribeDomainShareInfo", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.DescribeDomainShareInfo({})
|
|
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("dnspod.v20210323.DescribeSnapshotRollbackTask", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeSnapshotRollbackTask({})
|
|
34
44
|
expect(data).to.be.ok
|
|
35
45
|
} catch(error) {
|
|
36
46
|
expect(error.requestId).to.be.ok
|
|
@@ -78,9 +88,9 @@ it("dnspod.v20210323.DescribeDomainAliasList", async function () {
|
|
|
78
88
|
}
|
|
79
89
|
})
|
|
80
90
|
|
|
81
|
-
it("dnspod.v20210323.
|
|
91
|
+
it("dnspod.v20210323.DescribeSnapshotList", async function () {
|
|
82
92
|
try {
|
|
83
|
-
const data = await client.
|
|
93
|
+
const data = await client.DescribeSnapshotList({})
|
|
84
94
|
expect(data).to.be.ok
|
|
85
95
|
} catch(error) {
|
|
86
96
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +98,9 @@ it("dnspod.v20210323.DescribeSubdomainAnalytics", async function () {
|
|
|
88
98
|
}
|
|
89
99
|
})
|
|
90
100
|
|
|
91
|
-
it("dnspod.v20210323.
|
|
101
|
+
it("dnspod.v20210323.DownloadSnapshot", async function () {
|
|
92
102
|
try {
|
|
93
|
-
const data = await client.
|
|
103
|
+
const data = await client.DownloadSnapshot({})
|
|
94
104
|
expect(data).to.be.ok
|
|
95
105
|
} catch(error) {
|
|
96
106
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +108,19 @@ it("dnspod.v20210323.ModifyRecordStatus", async function () {
|
|
|
98
108
|
}
|
|
99
109
|
})
|
|
100
110
|
|
|
101
|
-
it("dnspod.v20210323.
|
|
111
|
+
it("dnspod.v20210323.CheckSnapshotRollback", async function () {
|
|
102
112
|
try {
|
|
103
|
-
const data = await client.
|
|
113
|
+
const data = await client.CheckSnapshotRollback({})
|
|
114
|
+
expect(data).to.be.ok
|
|
115
|
+
} catch(error) {
|
|
116
|
+
expect(error.requestId).to.be.ok
|
|
117
|
+
expect(error.code).to.be.ok
|
|
118
|
+
}
|
|
119
|
+
})
|
|
120
|
+
|
|
121
|
+
it("dnspod.v20210323.ModifyRecord", async function () {
|
|
122
|
+
try {
|
|
123
|
+
const data = await client.ModifyRecord({})
|
|
104
124
|
expect(data).to.be.ok
|
|
105
125
|
} catch(error) {
|
|
106
126
|
expect(error.requestId).to.be.ok
|
|
@@ -118,6 +138,26 @@ it("dnspod.v20210323.ModifyDomainStatus", async function () {
|
|
|
118
138
|
}
|
|
119
139
|
})
|
|
120
140
|
|
|
141
|
+
it("dnspod.v20210323.DescribeSnapshotRollbackResult", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.DescribeSnapshotRollbackResult({})
|
|
144
|
+
expect(data).to.be.ok
|
|
145
|
+
} catch(error) {
|
|
146
|
+
expect(error.requestId).to.be.ok
|
|
147
|
+
expect(error.code).to.be.ok
|
|
148
|
+
}
|
|
149
|
+
})
|
|
150
|
+
|
|
151
|
+
it("dnspod.v20210323.DeleteSnapshot", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.DeleteSnapshot({})
|
|
154
|
+
expect(data).to.be.ok
|
|
155
|
+
} catch(error) {
|
|
156
|
+
expect(error.requestId).to.be.ok
|
|
157
|
+
expect(error.code).to.be.ok
|
|
158
|
+
}
|
|
159
|
+
})
|
|
160
|
+
|
|
121
161
|
it("dnspod.v20210323.ModifyDomainUnlock", async function () {
|
|
122
162
|
try {
|
|
123
163
|
const data = await client.ModifyDomainUnlock({})
|
|
@@ -138,9 +178,9 @@ it("dnspod.v20210323.CreateDomainBatch", async function () {
|
|
|
138
178
|
}
|
|
139
179
|
})
|
|
140
180
|
|
|
141
|
-
it("dnspod.v20210323.
|
|
181
|
+
it("dnspod.v20210323.DescribeDomainGroupList", async function () {
|
|
142
182
|
try {
|
|
143
|
-
const data = await client.
|
|
183
|
+
const data = await client.DescribeDomainGroupList({})
|
|
144
184
|
expect(data).to.be.ok
|
|
145
185
|
} catch(error) {
|
|
146
186
|
expect(error.requestId).to.be.ok
|
|
@@ -158,6 +198,16 @@ it("dnspod.v20210323.CreateDeal", async function () {
|
|
|
158
198
|
}
|
|
159
199
|
})
|
|
160
200
|
|
|
201
|
+
it("dnspod.v20210323.DescribeSnapshotConfig", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.DescribeSnapshotConfig({})
|
|
204
|
+
expect(data).to.be.ok
|
|
205
|
+
} catch(error) {
|
|
206
|
+
expect(error.requestId).to.be.ok
|
|
207
|
+
expect(error.code).to.be.ok
|
|
208
|
+
}
|
|
209
|
+
})
|
|
210
|
+
|
|
161
211
|
it("dnspod.v20210323.DeleteShareDomain", async function () {
|
|
162
212
|
try {
|
|
163
213
|
const data = await client.DeleteShareDomain({})
|
|
@@ -168,6 +218,26 @@ it("dnspod.v20210323.DeleteShareDomain", async function () {
|
|
|
168
218
|
}
|
|
169
219
|
})
|
|
170
220
|
|
|
221
|
+
it("dnspod.v20210323.ModifyVasAutoRenewStatus", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.ModifyVasAutoRenewStatus({})
|
|
224
|
+
expect(data).to.be.ok
|
|
225
|
+
} catch(error) {
|
|
226
|
+
expect(error.requestId).to.be.ok
|
|
227
|
+
expect(error.code).to.be.ok
|
|
228
|
+
}
|
|
229
|
+
})
|
|
230
|
+
|
|
231
|
+
it("dnspod.v20210323.ModifyRecordStatus", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.ModifyRecordStatus({})
|
|
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
|
+
|
|
171
241
|
it("dnspod.v20210323.DescribeDomain", async function () {
|
|
172
242
|
try {
|
|
173
243
|
const data = await client.DescribeDomain({})
|
|
@@ -208,6 +278,16 @@ it("dnspod.v20210323.DescribeUserDetail", async function () {
|
|
|
208
278
|
}
|
|
209
279
|
})
|
|
210
280
|
|
|
281
|
+
it("dnspod.v20210323.RollbackSnapshot", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.RollbackSnapshot({})
|
|
284
|
+
expect(data).to.be.ok
|
|
285
|
+
} catch(error) {
|
|
286
|
+
expect(error.requestId).to.be.ok
|
|
287
|
+
expect(error.code).to.be.ok
|
|
288
|
+
}
|
|
289
|
+
})
|
|
290
|
+
|
|
211
291
|
it("dnspod.v20210323.DeleteRecord", async function () {
|
|
212
292
|
try {
|
|
213
293
|
const data = await client.DeleteRecord({})
|
|
@@ -318,6 +398,16 @@ it("dnspod.v20210323.CreateDomainGroup", async function () {
|
|
|
318
398
|
}
|
|
319
399
|
})
|
|
320
400
|
|
|
401
|
+
it("dnspod.v20210323.ModifySnapshotConfig", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.ModifySnapshotConfig({})
|
|
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
|
+
|
|
321
411
|
it("dnspod.v20210323.DeleteDomainAlias", async function () {
|
|
322
412
|
try {
|
|
323
413
|
const data = await client.DeleteDomainAlias({})
|
|
@@ -338,6 +428,16 @@ it("dnspod.v20210323.DescribeBatchTask", async function () {
|
|
|
338
428
|
}
|
|
339
429
|
})
|
|
340
430
|
|
|
431
|
+
it("dnspod.v20210323.CheckRecordSnapshotRollback", async function () {
|
|
432
|
+
try {
|
|
433
|
+
const data = await client.CheckRecordSnapshotRollback({})
|
|
434
|
+
expect(data).to.be.ok
|
|
435
|
+
} catch(error) {
|
|
436
|
+
expect(error.requestId).to.be.ok
|
|
437
|
+
expect(error.code).to.be.ok
|
|
438
|
+
}
|
|
439
|
+
})
|
|
440
|
+
|
|
341
441
|
it("dnspod.v20210323.CreateDomain", async function () {
|
|
342
442
|
try {
|
|
343
443
|
const data = await client.CreateDomain({})
|
|
@@ -348,6 +448,16 @@ it("dnspod.v20210323.CreateDomain", async function () {
|
|
|
348
448
|
}
|
|
349
449
|
})
|
|
350
450
|
|
|
451
|
+
it("dnspod.v20210323.RollbackRecordSnapshot", async function () {
|
|
452
|
+
try {
|
|
453
|
+
const data = await client.RollbackRecordSnapshot({})
|
|
454
|
+
expect(data).to.be.ok
|
|
455
|
+
} catch(error) {
|
|
456
|
+
expect(error.requestId).to.be.ok
|
|
457
|
+
expect(error.code).to.be.ok
|
|
458
|
+
}
|
|
459
|
+
})
|
|
460
|
+
|
|
351
461
|
it("dnspod.v20210323.PayOrderWithBalance", async function () {
|
|
352
462
|
try {
|
|
353
463
|
const data = await client.PayOrderWithBalance({})
|
|
@@ -358,6 +468,26 @@ it("dnspod.v20210323.PayOrderWithBalance", async function () {
|
|
|
358
468
|
}
|
|
359
469
|
})
|
|
360
470
|
|
|
471
|
+
it("dnspod.v20210323.DescribeSubdomainAnalytics", async function () {
|
|
472
|
+
try {
|
|
473
|
+
const data = await client.DescribeSubdomainAnalytics({})
|
|
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
|
+
|
|
481
|
+
it("dnspod.v20210323.ModifyRecordBatch", async function () {
|
|
482
|
+
try {
|
|
483
|
+
const data = await client.ModifyRecordBatch({})
|
|
484
|
+
expect(data).to.be.ok
|
|
485
|
+
} catch(error) {
|
|
486
|
+
expect(error.requestId).to.be.ok
|
|
487
|
+
expect(error.code).to.be.ok
|
|
488
|
+
}
|
|
489
|
+
})
|
|
490
|
+
|
|
361
491
|
it("dnspod.v20210323.DescribeDomainList", async function () {
|
|
362
492
|
try {
|
|
363
493
|
const data = await client.DescribeDomainList({})
|
|
@@ -398,9 +528,9 @@ it("dnspod.v20210323.ModifyDomainLock", async function () {
|
|
|
398
528
|
}
|
|
399
529
|
})
|
|
400
530
|
|
|
401
|
-
it("dnspod.v20210323.
|
|
531
|
+
it("dnspod.v20210323.CreateSnapshot", async function () {
|
|
402
532
|
try {
|
|
403
|
-
const data = await client.
|
|
533
|
+
const data = await client.CreateSnapshot({})
|
|
404
534
|
expect(data).to.be.ok
|
|
405
535
|
} catch(error) {
|
|
406
536
|
expect(error.requestId).to.be.ok
|
|
@@ -408,9 +538,9 @@ it("dnspod.v20210323.ModifyRecordBatch", async function () {
|
|
|
408
538
|
}
|
|
409
539
|
})
|
|
410
540
|
|
|
411
|
-
it("dnspod.v20210323.
|
|
541
|
+
it("dnspod.v20210323.DescribeRecordSnapshotRollbackResult", async function () {
|
|
412
542
|
try {
|
|
413
|
-
const data = await client.
|
|
543
|
+
const data = await client.DescribeRecordSnapshotRollbackResult({})
|
|
414
544
|
expect(data).to.be.ok
|
|
415
545
|
} catch(error) {
|
|
416
546
|
expect(error.requestId).to.be.ok
|
|
@@ -128,6 +128,16 @@ it("essbasic.v20210526.CreateConsoleLoginUrl", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
+
it("essbasic.v20210526.ChannelCreateBoundFlows", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.ChannelCreateBoundFlows({})
|
|
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("essbasic.v20210526.ChannelCreateBatchCancelFlowUrl", async function () {
|
|
132
142
|
try {
|
|
133
143
|
const data = await client.ChannelCreateBatchCancelFlowUrl({})
|
|
@@ -88,6 +88,16 @@ it("iotexplorer.v20190423.DirectBindDeviceInFamily", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
+
it("iotexplorer.v20190423.DescribeDeviceLocationSolve", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DescribeDeviceLocationSolve({})
|
|
94
|
+
expect(data).to.be.ok
|
|
95
|
+
} catch(error) {
|
|
96
|
+
expect(error.requestId).to.be.ok
|
|
97
|
+
expect(error.code).to.be.ok
|
|
98
|
+
}
|
|
99
|
+
})
|
|
100
|
+
|
|
91
101
|
it("iotexplorer.v20190423.DescribeDeviceBindGateway", async function () {
|
|
92
102
|
try {
|
|
93
103
|
const data = await client.DescribeDeviceBindGateway({})
|