tencentcloud-sdk-nodejs 4.0.311 → 4.0.312
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 +2 -0
- package/SERVICE_CHANGELOG.md +134 -198
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/dlc/v20210125/dlc_client.ts +26 -2
- package/src/services/dlc/v20210125/dlc_models.ts +131 -51
- package/src/services/es/v20180416/es_client.ts +12 -0
- package/src/services/es/v20180416/es_models.ts +50 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +14 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +67 -0
- package/src/services/gme/v20180711/gme_client.ts +29 -5
- package/src/services/gme/v20180711/gme_models.ts +114 -54
- package/src/services/live/v20180801/live_models.ts +34 -0
- package/src/services/privatedns/v20201028/privatedns_client.ts +13 -0
- package/src/services/privatedns/v20201028/privatedns_models.ts +45 -0
- package/src/services/tcm/v20210413/tcm_models.ts +18 -0
- package/src/services/tke/v20180525/tke_models.ts +5 -0
- package/src/services/vod/v20180717/vod_models.ts +3 -3
- package/src/services/vpc/v20170312/vpc_models.ts +5 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +9 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +111 -43
- package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
- package/tencentcloud/services/es/v20180416/es_client.js +6 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +42 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +57 -0
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +9 -1
- package/tencentcloud/services/gme/v20180711/gme_client.js +12 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +99 -47
- package/tencentcloud/services/live/v20180801/live_models.d.ts +30 -0
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +5 -1
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +6 -0
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +38 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +15 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -5
- package/test/dlc.v20210125.test.js +20 -0
- package/test/es.v20180416.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/gme.v20180711.test.js +20 -0
- package/test/privatedns.v20201028.test.js +10 -0
|
@@ -409,6 +409,21 @@ ContinueBreakPoint:播放完当前正在播放的点播 url 后再使用新的
|
|
|
409
409
|
* 任务描述,限制 512 字节。
|
|
410
410
|
*/
|
|
411
411
|
Comment?: string;
|
|
412
|
+
/**
|
|
413
|
+
* 备源的类型:
|
|
414
|
+
PullLivePushLive -直播,
|
|
415
|
+
PullVodPushLive -点播。
|
|
416
|
+
注意:
|
|
417
|
+
1. 仅当主源类型为直播源时,备源才会生效。
|
|
418
|
+
2. 主直播源拉流中断时,自动使用备源进行拉流。
|
|
419
|
+
3. 如果备源为点播文件时,则每次轮播完点播文件就检查主源是否恢复,如果主源恢复则自动切回到主源,否则继续拉备源。
|
|
420
|
+
*/
|
|
421
|
+
BackupSourceType?: string;
|
|
422
|
+
/**
|
|
423
|
+
* 备源 URL。
|
|
424
|
+
只允许填一个备源 URL
|
|
425
|
+
*/
|
|
426
|
+
BackupSourceUrl?: string;
|
|
412
427
|
}
|
|
413
428
|
/**
|
|
414
429
|
* DeleteLiveSnapshotTemplate请求参数结构体
|
|
@@ -2115,6 +2130,21 @@ ResetTaskConfig:任务更新回调。
|
|
|
2115
2130
|
* 任务备注。
|
|
2116
2131
|
*/
|
|
2117
2132
|
Comment?: string;
|
|
2133
|
+
/**
|
|
2134
|
+
* 备源的类型:
|
|
2135
|
+
PullLivePushLive -直播,
|
|
2136
|
+
PullVodPushLive -点播。
|
|
2137
|
+
注意:
|
|
2138
|
+
1. 仅当主源类型为直播源时,备源才会生效。
|
|
2139
|
+
2. 主直播源拉流中断时,自动使用备源进行拉流。
|
|
2140
|
+
3. 如果备源为点播文件时,则每次轮播完点播文件就检查主源是否恢复,如果主源恢复则自动切回到主源,否则继续拉备源。
|
|
2141
|
+
*/
|
|
2142
|
+
BackupSourceType?: string;
|
|
2143
|
+
/**
|
|
2144
|
+
* 备源 URL。
|
|
2145
|
+
只允许填一个备源 URL
|
|
2146
|
+
*/
|
|
2147
|
+
BackupSourceUrl?: string;
|
|
2118
2148
|
}
|
|
2119
2149
|
/**
|
|
2120
2150
|
* 拉流配置。
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { ModifyPrivateZoneVpcRequest, DescribeAuditLogResponse, DescribePrivateDNSAccountListResponse, DescribePrivateZoneRecordListRequest, DescribePrivateZoneRecordListResponse, DescribePrivateZoneListResponse, DescribePrivateZoneRequest, DescribeAccountVpcListResponse, DescribePrivateZoneServiceRequest, DescribeRequestDataRequest, ModifyPrivateZoneRecordResponse, DescribeAccountVpcListRequest, DescribeRequestDataResponse, ModifyPrivateZoneRequest, CreatePrivateZoneRequest, ModifyPrivateZoneResponse, DescribePrivateZoneListRequest, SubscribePrivateZoneServiceRequest, DescribePrivateZoneResponse, CreatePrivateZoneResponse, DescribeDashboardResponse, CreatePrivateZoneRecordResponse, DescribePrivateZoneServiceResponse, CreatePrivateDNSAccountResponse, DescribeAuditLogRequest, DescribeDashboardRequest, DeletePrivateZoneRequest, SubscribePrivateZoneServiceResponse, DeletePrivateDNSAccountRequest, DeletePrivateZoneRecordRequest, DeletePrivateZoneResponse, CreatePrivateDNSAccountRequest, DescribePrivateDNSAccountListRequest, CreatePrivateZoneRecordRequest, ModifyPrivateZoneRecordRequest, DeletePrivateDNSAccountResponse, DeletePrivateZoneRecordResponse, ModifyPrivateZoneVpcResponse } from "./privatedns_models";
|
|
3
|
+
import { DescribeQuotaUsageResponse, ModifyPrivateZoneVpcRequest, DescribeAuditLogResponse, DescribePrivateDNSAccountListResponse, DescribePrivateZoneRecordListRequest, DescribePrivateZoneRecordListResponse, DescribePrivateZoneListResponse, DescribePrivateZoneRequest, DescribeAccountVpcListResponse, DescribePrivateZoneServiceRequest, DescribeRequestDataRequest, ModifyPrivateZoneRecordResponse, DescribeAccountVpcListRequest, DescribeRequestDataResponse, ModifyPrivateZoneRequest, CreatePrivateZoneRequest, ModifyPrivateZoneResponse, DescribePrivateZoneListRequest, SubscribePrivateZoneServiceRequest, DescribePrivateZoneResponse, CreatePrivateZoneResponse, DescribeDashboardResponse, CreatePrivateZoneRecordResponse, DescribePrivateZoneServiceResponse, CreatePrivateDNSAccountResponse, DescribeAuditLogRequest, DescribeDashboardRequest, DeletePrivateZoneRequest, SubscribePrivateZoneServiceResponse, DeletePrivateDNSAccountRequest, DeletePrivateZoneRecordRequest, DeletePrivateZoneResponse, CreatePrivateDNSAccountRequest, DescribePrivateDNSAccountListRequest, CreatePrivateZoneRecordRequest, DescribeQuotaUsageRequest, ModifyPrivateZoneRecordRequest, DeletePrivateDNSAccountResponse, DeletePrivateZoneRecordResponse, ModifyPrivateZoneVpcResponse } from "./privatedns_models";
|
|
4
4
|
/**
|
|
5
5
|
* privatedns client
|
|
6
6
|
* @class
|
|
@@ -35,6 +35,10 @@ export declare class Client extends AbstractClient {
|
|
|
35
35
|
* 删除私有域解析账号
|
|
36
36
|
*/
|
|
37
37
|
DeletePrivateDNSAccount(req: DeletePrivateDNSAccountRequest, cb?: (error: string, rep: DeletePrivateDNSAccountResponse) => void): Promise<DeletePrivateDNSAccountResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* 查询额度使用情况
|
|
40
|
+
*/
|
|
41
|
+
DescribeQuotaUsage(req?: DescribeQuotaUsageRequest, cb?: (error: string, rep: DescribeQuotaUsageResponse) => void): Promise<DescribeQuotaUsageResponse>;
|
|
38
42
|
/**
|
|
39
43
|
* 获取操作日志列表
|
|
40
44
|
*/
|
|
@@ -69,6 +69,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
69
69
|
async DeletePrivateDNSAccount(req, cb) {
|
|
70
70
|
return this.request("DeletePrivateDNSAccount", req, cb);
|
|
71
71
|
}
|
|
72
|
+
/**
|
|
73
|
+
* 查询额度使用情况
|
|
74
|
+
*/
|
|
75
|
+
async DescribeQuotaUsage(req, cb) {
|
|
76
|
+
return this.request("DescribeQuotaUsage", req, cb);
|
|
77
|
+
}
|
|
72
78
|
/**
|
|
73
79
|
* 获取操作日志列表
|
|
74
80
|
*/
|
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DescribeQuotaUsage返回参数结构体
|
|
3
|
+
*/
|
|
4
|
+
export interface DescribeQuotaUsageResponse {
|
|
5
|
+
/**
|
|
6
|
+
* Tld额度使用情况
|
|
7
|
+
*/
|
|
8
|
+
TldQuota: TldQuota;
|
|
9
|
+
/**
|
|
10
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
11
|
+
*/
|
|
12
|
+
RequestId?: string;
|
|
13
|
+
}
|
|
1
14
|
/**
|
|
2
15
|
* ModifyPrivateZoneVpc请求参数结构体
|
|
3
16
|
*/
|
|
@@ -344,6 +357,27 @@ export interface TagInfo {
|
|
|
344
357
|
*/
|
|
345
358
|
TagValue: string;
|
|
346
359
|
}
|
|
360
|
+
/**
|
|
361
|
+
* Tld额度
|
|
362
|
+
*/
|
|
363
|
+
export interface TldQuota {
|
|
364
|
+
/**
|
|
365
|
+
* 总共额度
|
|
366
|
+
*/
|
|
367
|
+
Total: number;
|
|
368
|
+
/**
|
|
369
|
+
* 已使用额度
|
|
370
|
+
*/
|
|
371
|
+
Used: number;
|
|
372
|
+
/**
|
|
373
|
+
* 库存
|
|
374
|
+
*/
|
|
375
|
+
Stock: number;
|
|
376
|
+
/**
|
|
377
|
+
* 用户限额
|
|
378
|
+
*/
|
|
379
|
+
Quota: number;
|
|
380
|
+
}
|
|
347
381
|
/**
|
|
348
382
|
* CreatePrivateZone请求参数结构体
|
|
349
383
|
*/
|
|
@@ -810,6 +844,10 @@ export interface CreatePrivateZoneRecordRequest {
|
|
|
810
844
|
*/
|
|
811
845
|
TTL?: number;
|
|
812
846
|
}
|
|
847
|
+
/**
|
|
848
|
+
* DescribeQuotaUsage请求参数结构体
|
|
849
|
+
*/
|
|
850
|
+
export declare type DescribeQuotaUsageRequest = null;
|
|
813
851
|
/**
|
|
814
852
|
* ModifyPrivateZoneRecord请求参数结构体
|
|
815
853
|
*/
|
|
@@ -53,6 +53,16 @@ export interface MeshConfig {
|
|
|
53
53
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
54
54
|
*/
|
|
55
55
|
Inject?: InjectConfig;
|
|
56
|
+
/**
|
|
57
|
+
* 调用跟踪配置
|
|
58
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
59
|
+
*/
|
|
60
|
+
Tracing?: TracingConfig;
|
|
61
|
+
/**
|
|
62
|
+
* Sidecar自定义资源
|
|
63
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
64
|
+
*/
|
|
65
|
+
SidecarResources?: ResourceRequirements;
|
|
56
66
|
}
|
|
57
67
|
/**
|
|
58
68
|
* 负载均衡状态信息
|
|
@@ -375,6 +385,11 @@ export interface InjectConfig {
|
|
|
375
385
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
376
386
|
*/
|
|
377
387
|
HoldApplicationUntilProxyStarts?: boolean;
|
|
388
|
+
/**
|
|
389
|
+
* 是否允许sidecar等待
|
|
390
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
391
|
+
*/
|
|
392
|
+
HoldProxyUntilApplicationEnds?: boolean;
|
|
378
393
|
}
|
|
379
394
|
/**
|
|
380
395
|
* PodsMetricSource 定义了如何根据特定指标进行扩缩容
|
|
@@ -2200,6 +2200,10 @@ export interface DescribeEKSClusterCredentialResponse {
|
|
|
2200
2200
|
* 标记是否新的内外网功能
|
|
2201
2201
|
*/
|
|
2202
2202
|
ProxyLB: boolean;
|
|
2203
|
+
/**
|
|
2204
|
+
* 连接用户集群k8s 的Config
|
|
2205
|
+
*/
|
|
2206
|
+
Kubeconfig: string;
|
|
2203
2207
|
/**
|
|
2204
2208
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2205
2209
|
*/
|
|
@@ -6320,7 +6320,7 @@ export interface ComposeMediaTask {
|
|
|
6320
6320
|
*/
|
|
6321
6321
|
Output: ComposeMediaTaskOutput;
|
|
6322
6322
|
/**
|
|
6323
|
-
*
|
|
6323
|
+
* 输出视频的元信息。
|
|
6324
6324
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6325
6325
|
*/
|
|
6326
6326
|
MetaData: MediaMetaData;
|
|
@@ -12955,7 +12955,7 @@ export interface EditMediaTask {
|
|
|
12955
12955
|
*/
|
|
12956
12956
|
Output: EditMediaTaskOutput;
|
|
12957
12957
|
/**
|
|
12958
|
-
*
|
|
12958
|
+
* 输出视频的元信息。
|
|
12959
12959
|
*/
|
|
12960
12960
|
MetaData: MediaMetaData;
|
|
12961
12961
|
/**
|
|
@@ -13722,7 +13722,7 @@ export interface PullUploadTask {
|
|
|
13722
13722
|
*/
|
|
13723
13723
|
MediaBasicInfo: MediaBasicInfo;
|
|
13724
13724
|
/**
|
|
13725
|
-
*
|
|
13725
|
+
* 输出视频的元信息。
|
|
13726
13726
|
*/
|
|
13727
13727
|
MetaData: MediaMetaData;
|
|
13728
13728
|
/**
|
|
@@ -5891,11 +5891,11 @@ export interface DescribeProductQuotaResponse {
|
|
|
5891
5891
|
/**
|
|
5892
5892
|
* ProductQuota对象数组
|
|
5893
5893
|
*/
|
|
5894
|
-
ProductQuotaSet
|
|
5894
|
+
ProductQuotaSet: Array<ProductQuota>;
|
|
5895
5895
|
/**
|
|
5896
5896
|
* 符合条件的产品类型个数
|
|
5897
5897
|
*/
|
|
5898
|
-
TotalCount
|
|
5898
|
+
TotalCount: number;
|
|
5899
5899
|
/**
|
|
5900
5900
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5901
5901
|
*/
|
|
@@ -10997,7 +10997,7 @@ export interface DeleteVpnGatewayRoutesRequest {
|
|
|
10997
10997
|
*/
|
|
10998
10998
|
export interface DescribeProductQuotaRequest {
|
|
10999
10999
|
/**
|
|
11000
|
-
*
|
|
11000
|
+
* 查询的网络产品名称,可查询的产品有:vpc、ccn、vpn、dc、dfw、clb、eip。
|
|
11001
11001
|
*/
|
|
11002
11002
|
Product: string;
|
|
11003
11003
|
}
|
|
@@ -11164,11 +11164,11 @@ export interface DescribeDirectConnectGatewayCcnRoutesResponse {
|
|
|
11164
11164
|
/**
|
|
11165
11165
|
* 符合条件的对象数。
|
|
11166
11166
|
*/
|
|
11167
|
-
TotalCount
|
|
11167
|
+
TotalCount: number;
|
|
11168
11168
|
/**
|
|
11169
11169
|
* 云联网路由(IDC网段)列表。
|
|
11170
11170
|
*/
|
|
11171
|
-
RouteSet
|
|
11171
|
+
RouteSet: Array<DirectConnectGatewayCcnRoute>;
|
|
11172
11172
|
/**
|
|
11173
11173
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
11174
11174
|
*/
|
|
@@ -48,6 +48,16 @@ it("dlc.v20210125.AddUsersToWorkGroup", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("dlc.v20210125.CreateImportTask", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.CreateImportTask({})
|
|
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
|
+
|
|
51
61
|
it("dlc.v20210125.DescribeTaskResult", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.DescribeTaskResult({})
|
|
@@ -78,6 +88,16 @@ it("dlc.v20210125.CreateTable", async function () {
|
|
|
78
88
|
}
|
|
79
89
|
})
|
|
80
90
|
|
|
91
|
+
it("dlc.v20210125.CreateExportTask", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.CreateExportTask({})
|
|
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
|
+
|
|
81
101
|
it("dlc.v20210125.DescribeUsers", async function () {
|
|
82
102
|
try {
|
|
83
103
|
const data = await client.DescribeUsers({})
|
|
@@ -198,4 +198,14 @@ it("es.v20180416.RestartKibana", async function () {
|
|
|
198
198
|
}
|
|
199
199
|
})
|
|
200
200
|
|
|
201
|
+
it("es.v20180416.UpdateDictionaries", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.UpdateDictionaries({})
|
|
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
|
+
|
|
201
211
|
})
|
|
@@ -138,4 +138,14 @@ it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
|
|
|
138
138
|
}
|
|
139
139
|
})
|
|
140
140
|
|
|
141
|
+
it("essbasic.v20210526.UploadFiles", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.UploadFiles({})
|
|
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
|
+
|
|
141
151
|
})
|
|
@@ -88,6 +88,16 @@ it("gme.v20180711.DescribeFilterResultList", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
+
it("gme.v20180711.DeleteScanUser", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DeleteScanUser({})
|
|
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("gme.v20180711.UpdateScanUsers", async function () {
|
|
92
102
|
try {
|
|
93
103
|
const data = await client.UpdateScanUsers({})
|
|
@@ -128,6 +138,16 @@ it("gme.v20180711.ModifyRoomInfo", async function () {
|
|
|
128
138
|
}
|
|
129
139
|
})
|
|
130
140
|
|
|
141
|
+
it("gme.v20180711.CreateScanUser", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.CreateScanUser({})
|
|
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
|
+
|
|
131
151
|
it("gme.v20180711.CreateAgeDetectTask", async function () {
|
|
132
152
|
try {
|
|
133
153
|
const data = await client.CreateAgeDetectTask({})
|
|
@@ -88,6 +88,16 @@ it("privatedns.v20201028.DeletePrivateDNSAccount", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
+
it("privatedns.v20201028.DescribeQuotaUsage", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DescribeQuotaUsage({})
|
|
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("privatedns.v20201028.DescribeAuditLog", async function () {
|
|
92
102
|
try {
|
|
93
103
|
const data = await client.DescribeAuditLog({})
|