tencentcloud-sdk-nodejs 4.1.158 → 4.1.160
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/es/common/sdk_version.js +1 -1
- package/es/services/cdn/v20180606/cdn_client.js +2 -11
- package/es/services/cfw/v20190904/cfw_client.js +0 -3
- package/es/services/clb/v20180317/clb_client.js +5 -2
- package/es/services/dlc/v20210125/dlc_client.js +3 -0
- package/es/services/evt/v20250217/evt_client.js +3 -0
- package/es/services/waf/v20180125/waf_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +24 -0
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -1
- package/tencentcloud/services/as/v20180419/as_client.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +82 -122
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +2 -2
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +25 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +15 -10
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +15 -10
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +15 -8
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +3 -24
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +3 -30
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +70 -298
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -7
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +0 -8
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +44 -78
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +7 -3
- package/tencentcloud/services/clb/v20180317/clb_client.js +9 -3
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +40 -13
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.d.ts +18 -18
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +18 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -8
- package/tencentcloud/services/evt/v20250217/evt_client.d.ts +5 -1
- package/tencentcloud/services/evt/v20250217/evt_client.js +6 -0
- package/tencentcloud/services/evt/v20250217/evt_models.d.ts +30 -0
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -1
- package/tencentcloud/services/ims/v20201229/ims_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +284 -112
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +9 -1
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +27 -22
- package/tencentcloud/services/tdai/v20250717/tdai_models.d.ts +28 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +3 -3
- package/tencentcloud/services/vod/v20180717/vod_client.js +3 -3
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +47 -5
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +16 -0
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +59 -8
|
@@ -24,7 +24,11 @@ export declare class Client extends AbstractClient {
|
|
|
24
24
|
*/
|
|
25
25
|
DescribeExtensions(req: DescribeExtensionsRequest, cb?: (error: string, rep: DescribeExtensionsResponse) => void): Promise<DescribeExtensionsResponse>;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* 调用该接口,可以通过 Session ID 查询指定会话在特定时间段内,AI服务的处理时延明细与统计数据,时延信息包括:
|
|
28
|
+
- 端到端(ETE)时延:统计从用户语音输入到 AI 返回完整响应的整体耗时。
|
|
29
|
+
- 自动语音识别(ASR)时延:统计语音输入被识别为文本所需的处理耗时。
|
|
30
|
+
- 大语言模型(LLM)时延:统计 AI 模型生成文本内容的推理耗时。
|
|
31
|
+
- 语音合成(TTS)时延:统计文本转换为语音音频的合成耗时。
|
|
28
32
|
*/
|
|
29
33
|
DescribeAILatency(req: DescribeAILatencyRequest, cb?: (error: string, rep: DescribeAILatencyResponse) => void): Promise<DescribeAILatencyResponse>;
|
|
30
34
|
/**
|
|
@@ -32,7 +36,8 @@ export declare class Client extends AbstractClient {
|
|
|
32
36
|
*/
|
|
33
37
|
DescribeAutoCalloutTasks(req: DescribeAutoCalloutTasksRequest, cb?: (error: string, rep: DescribeAutoCalloutTasksResponse) => void): Promise<DescribeAutoCalloutTasksResponse>;
|
|
34
38
|
/**
|
|
35
|
-
*
|
|
39
|
+
* 用于通过 TaskId **暂停一个正在执行的自动外呼任务**。调用该接口后,任务将被临时中断,不再发起新的外呼请求;已发起的通话不受影响。
|
|
40
|
+
暂停后的任务可通过 [恢复暂停的自动外呼任务](https://cloud.tencent.com/document/product/679/125356) 接口继续执行。如需永久终止任务,请参考 [停止自动外呼任务](https://cloud.tencent.com/document/product/679/69192)。
|
|
36
41
|
*/
|
|
37
42
|
PauseAutoCalloutTask(req: PauseAutoCalloutTaskRequest, cb?: (error: string, rep: PauseAutoCalloutTaskResponse) => void): Promise<PauseAutoCalloutTaskResponse>;
|
|
38
43
|
/**
|
|
@@ -196,7 +201,7 @@ export declare class Client extends AbstractClient {
|
|
|
196
201
|
*/
|
|
197
202
|
CreateCarrierPrivilegeNumberApplicant(req: CreateCarrierPrivilegeNumberApplicantRequest, cb?: (error: string, rep: CreateCarrierPrivilegeNumberApplicantResponse) => void): Promise<CreateCarrierPrivilegeNumberApplicantResponse>;
|
|
198
203
|
/**
|
|
199
|
-
*
|
|
204
|
+
* 本接口用于:在语音智能体通话结束后,通过 Session ID 查询指定会话的 **话后标签** 结果。相关话后标签需提前在管理端完成配置,具体说明请参见 [话后标签](https://cloud.tencent.com/document/product/679/119800) 。
|
|
200
205
|
*/
|
|
201
206
|
DescribeAICallExtractResult(req: DescribeAICallExtractResultRequest, cb?: (error: string, rep: DescribeAICallExtractResultResponse) => void): Promise<DescribeAICallExtractResultResponse>;
|
|
202
207
|
/**
|
|
@@ -204,7 +209,7 @@ export declare class Client extends AbstractClient {
|
|
|
204
209
|
*/
|
|
205
210
|
CreateAgentCruiseDialingCampaign(req: CreateAgentCruiseDialingCampaignRequest, cb?: (error: string, rep: CreateAgentCruiseDialingCampaignResponse) => void): Promise<CreateAgentCruiseDialingCampaignResponse>;
|
|
206
211
|
/**
|
|
207
|
-
*
|
|
212
|
+
* 本接口用于分页查询指定实例(SdkAppId)下已配置的智能体信息列表,包括智能体ID和名称等基本信息。
|
|
208
213
|
*/
|
|
209
214
|
DescribeAIAgentInfoList(req: DescribeAIAgentInfoListRequest, cb?: (error: string, rep: DescribeAIAgentInfoListResponse) => void): Promise<DescribeAIAgentInfoListResponse>;
|
|
210
215
|
/**
|
|
@@ -252,7 +257,9 @@ export declare class Client extends AbstractClient {
|
|
|
252
257
|
*/
|
|
253
258
|
CreateIVRSession(req: CreateIVRSessionRequest, cb?: (error: string, rep: CreateIVRSessionResponse) => void): Promise<CreateIVRSessionResponse>;
|
|
254
259
|
/**
|
|
255
|
-
*
|
|
260
|
+
* 用于**创建批量自动外呼通话**,系统将根据任务配置,自动向指定的**被叫号码列表**发起外呼通话。该接口可调用配置完成的智能体发起批量的外呼任务,你可以在管理端-智能体管理中,新建语音智能体,进行 [对话流程配置](https://cloud.tencent.com/document/product/679/119796)。若需创建单次智能体外呼任务,请参考文档 [创建单次智能体通话](https://cloud.tencent.com/document/product/679/115681)。
|
|
261
|
+
|
|
262
|
+
该功能需购买语音智能体通话套餐,并且仅限自有电话号码使用。详情请参考 [语音智能体通话购买指引](https://cloud.tencent.com/document/product/679/125953)。
|
|
256
263
|
*/
|
|
257
264
|
CreateAutoCalloutTask(req: CreateAutoCalloutTaskRequest, cb?: (error: string, rep: CreateAutoCalloutTaskResponse) => void): Promise<CreateAutoCalloutTaskResponse>;
|
|
258
265
|
/**
|
|
@@ -304,7 +311,7 @@ export declare class Client extends AbstractClient {
|
|
|
304
311
|
*/
|
|
305
312
|
CreateSDKLoginToken(req: CreateSDKLoginTokenRequest, cb?: (error: string, rep: CreateSDKLoginTokenResponse) => void): Promise<CreateSDKLoginTokenResponse>;
|
|
306
313
|
/**
|
|
307
|
-
*
|
|
314
|
+
* 用于通过 TaskId **恢复一个已被暂停的自动外呼任务**。该接口适用于在调用 [暂停自动外呼任务](https://cloud.tencent.com/document/product/679/125357) 后,需继续执行剩余外呼计划的场景。调用成功后,任务将从暂停状态恢复,重新发起未完成的外呼请求。
|
|
308
315
|
*/
|
|
309
316
|
ResumeAutoCalloutTask(req: ResumeAutoCalloutTaskRequest, cb?: (error: string, rep: ResumeAutoCalloutTaskResponse) => void): Promise<ResumeAutoCalloutTaskResponse>;
|
|
310
317
|
/**
|
|
@@ -324,11 +331,9 @@ export declare class Client extends AbstractClient {
|
|
|
324
331
|
*/
|
|
325
332
|
DescribeCompanyList(req: DescribeCompanyListRequest, cb?: (error: string, rep: DescribeCompanyListResponse) => void): Promise<DescribeCompanyListResponse>;
|
|
326
333
|
/**
|
|
327
|
-
*
|
|
328
|
-
|
|
329
|
-
若需创建批量智能体外呼任务,请参考文档 [创建自动外呼任务](https://cloud.tencent.com/document/product/679/69194)。
|
|
334
|
+
* 用于创建**一次性的智能体外呼通话**。你可以在管理端-智能体管理中,新建语音智能体,进行 [对话流程配置](https://cloud.tencent.com/document/product/679/119796) 。该接口可调用配置完成的智能体发起单次的外呼任务。若需创建批量智能体外呼任务,请参考文档 [创建自动外呼任务](https://cloud.tencent.com/document/product/679/69194)。
|
|
330
335
|
|
|
331
|
-
|
|
336
|
+
该功能需购买语音智能体通话套餐,并且仅限自有电话号码使用。详情请参考 [语音智能体通话购买指引](https://cloud.tencent.com/document/product/679/125953)。
|
|
332
337
|
*/
|
|
333
338
|
CreateAIAgentCall(req: CreateAIAgentCallRequest, cb?: (error: string, rep: CreateAIAgentCallResponse) => void): Promise<CreateAIAgentCallResponse>;
|
|
334
339
|
/**
|
|
@@ -52,7 +52,11 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
52
52
|
return this.request("DescribeExtensions", req, cb);
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* 调用该接口,可以通过 Session ID 查询指定会话在特定时间段内,AI服务的处理时延明细与统计数据,时延信息包括:
|
|
56
|
+
- 端到端(ETE)时延:统计从用户语音输入到 AI 返回完整响应的整体耗时。
|
|
57
|
+
- 自动语音识别(ASR)时延:统计语音输入被识别为文本所需的处理耗时。
|
|
58
|
+
- 大语言模型(LLM)时延:统计 AI 模型生成文本内容的推理耗时。
|
|
59
|
+
- 语音合成(TTS)时延:统计文本转换为语音音频的合成耗时。
|
|
56
60
|
*/
|
|
57
61
|
async DescribeAILatency(req, cb) {
|
|
58
62
|
return this.request("DescribeAILatency", req, cb);
|
|
@@ -64,7 +68,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
64
68
|
return this.request("DescribeAutoCalloutTasks", req, cb);
|
|
65
69
|
}
|
|
66
70
|
/**
|
|
67
|
-
*
|
|
71
|
+
* 用于通过 TaskId **暂停一个正在执行的自动外呼任务**。调用该接口后,任务将被临时中断,不再发起新的外呼请求;已发起的通话不受影响。
|
|
72
|
+
暂停后的任务可通过 [恢复暂停的自动外呼任务](https://cloud.tencent.com/document/product/679/125356) 接口继续执行。如需永久终止任务,请参考 [停止自动外呼任务](https://cloud.tencent.com/document/product/679/69192)。
|
|
68
73
|
*/
|
|
69
74
|
async PauseAutoCalloutTask(req, cb) {
|
|
70
75
|
return this.request("PauseAutoCalloutTask", req, cb);
|
|
@@ -306,7 +311,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
306
311
|
return this.request("CreateCarrierPrivilegeNumberApplicant", req, cb);
|
|
307
312
|
}
|
|
308
313
|
/**
|
|
309
|
-
*
|
|
314
|
+
* 本接口用于:在语音智能体通话结束后,通过 Session ID 查询指定会话的 **话后标签** 结果。相关话后标签需提前在管理端完成配置,具体说明请参见 [话后标签](https://cloud.tencent.com/document/product/679/119800) 。
|
|
310
315
|
*/
|
|
311
316
|
async DescribeAICallExtractResult(req, cb) {
|
|
312
317
|
return this.request("DescribeAICallExtractResult", req, cb);
|
|
@@ -318,7 +323,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
318
323
|
return this.request("CreateAgentCruiseDialingCampaign", req, cb);
|
|
319
324
|
}
|
|
320
325
|
/**
|
|
321
|
-
*
|
|
326
|
+
* 本接口用于分页查询指定实例(SdkAppId)下已配置的智能体信息列表,包括智能体ID和名称等基本信息。
|
|
322
327
|
*/
|
|
323
328
|
async DescribeAIAgentInfoList(req, cb) {
|
|
324
329
|
return this.request("DescribeAIAgentInfoList", req, cb);
|
|
@@ -390,7 +395,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
390
395
|
return this.request("CreateIVRSession", req, cb);
|
|
391
396
|
}
|
|
392
397
|
/**
|
|
393
|
-
*
|
|
398
|
+
* 用于**创建批量自动外呼通话**,系统将根据任务配置,自动向指定的**被叫号码列表**发起外呼通话。该接口可调用配置完成的智能体发起批量的外呼任务,你可以在管理端-智能体管理中,新建语音智能体,进行 [对话流程配置](https://cloud.tencent.com/document/product/679/119796)。若需创建单次智能体外呼任务,请参考文档 [创建单次智能体通话](https://cloud.tencent.com/document/product/679/115681)。
|
|
399
|
+
|
|
400
|
+
该功能需购买语音智能体通话套餐,并且仅限自有电话号码使用。详情请参考 [语音智能体通话购买指引](https://cloud.tencent.com/document/product/679/125953)。
|
|
394
401
|
*/
|
|
395
402
|
async CreateAutoCalloutTask(req, cb) {
|
|
396
403
|
return this.request("CreateAutoCalloutTask", req, cb);
|
|
@@ -468,7 +475,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
468
475
|
return this.request("CreateSDKLoginToken", req, cb);
|
|
469
476
|
}
|
|
470
477
|
/**
|
|
471
|
-
*
|
|
478
|
+
* 用于通过 TaskId **恢复一个已被暂停的自动外呼任务**。该接口适用于在调用 [暂停自动外呼任务](https://cloud.tencent.com/document/product/679/125357) 后,需继续执行剩余外呼计划的场景。调用成功后,任务将从暂停状态恢复,重新发起未完成的外呼请求。
|
|
472
479
|
*/
|
|
473
480
|
async ResumeAutoCalloutTask(req, cb) {
|
|
474
481
|
return this.request("ResumeAutoCalloutTask", req, cb);
|
|
@@ -498,11 +505,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
498
505
|
return this.request("DescribeCompanyList", req, cb);
|
|
499
506
|
}
|
|
500
507
|
/**
|
|
501
|
-
*
|
|
502
|
-
|
|
503
|
-
若需创建批量智能体外呼任务,请参考文档 [创建自动外呼任务](https://cloud.tencent.com/document/product/679/69194)。
|
|
508
|
+
* 用于创建**一次性的智能体外呼通话**。你可以在管理端-智能体管理中,新建语音智能体,进行 [对话流程配置](https://cloud.tencent.com/document/product/679/119796) 。该接口可调用配置完成的智能体发起单次的外呼任务。若需创建批量智能体外呼任务,请参考文档 [创建自动外呼任务](https://cloud.tencent.com/document/product/679/69194)。
|
|
504
509
|
|
|
505
|
-
|
|
510
|
+
该功能需购买语音智能体通话套餐,并且仅限自有电话号码使用。详情请参考 [语音智能体通话购买指引](https://cloud.tencent.com/document/product/679/125953)。
|
|
506
511
|
*/
|
|
507
512
|
async CreateAIAgentCall(req, cb) {
|
|
508
513
|
return this.request("CreateAIAgentCall", req, cb);
|
|
@@ -9133,7 +9133,7 @@ export interface CreateCloneInstanceRequest {
|
|
|
9133
9133
|
SpecifiedRollbackTime?: string;
|
|
9134
9134
|
/**
|
|
9135
9135
|
* 如果需要克隆实例回档到指定备份集,则指定该值为备份文件的 Id。请使用 [查询数据备份文件列表](/document/api/236/15842)。
|
|
9136
|
-
|
|
9136
|
+
说明:如果是克隆双节点、三节点实例,备份文件为物理备份,如果是克隆单节点、云盘版实例,备份文件为快照备份。
|
|
9137
9137
|
*/
|
|
9138
9138
|
SpecifiedBackupId?: number;
|
|
9139
9139
|
/**
|
|
@@ -9185,7 +9185,7 @@ export interface CreateCloneInstanceRequest {
|
|
|
9185
9185
|
*/
|
|
9186
9186
|
BackupZone?: string;
|
|
9187
9187
|
/**
|
|
9188
|
-
* 克隆实例类型。支持值包括:"UNIVERSAL" - 通用型实例,"EXCLUSIVE" - 独享型实例,"CLOUD_NATIVE_CLUSTER" -
|
|
9188
|
+
* 克隆实例类型。支持值包括:"UNIVERSAL" - 通用型实例,"EXCLUSIVE" - 独享型实例,"CLOUD_NATIVE_CLUSTER" - 云盘版标准型,"CLOUD_NATIVE_CLUSTER_EXCLUSIVE" - 云盘版加强型。不指定则默认为通用型。
|
|
9189
9189
|
*/
|
|
9190
9190
|
DeviceType?: string;
|
|
9191
9191
|
/**
|
|
@@ -9217,7 +9217,7 @@ export interface CreateCloneInstanceRequest {
|
|
|
9217
9217
|
*/
|
|
9218
9218
|
Period?: number;
|
|
9219
9219
|
/**
|
|
9220
|
-
*
|
|
9220
|
+
* 云盘版节点拓扑配置。
|
|
9221
9221
|
*/
|
|
9222
9222
|
ClusterTopology?: ClusterTopology;
|
|
9223
9223
|
/**
|
|
@@ -9228,6 +9228,10 @@ export interface CreateCloneInstanceRequest {
|
|
|
9228
9228
|
* 异地数据备份id
|
|
9229
9229
|
*/
|
|
9230
9230
|
SpecifiedSubBackupId?: number;
|
|
9231
|
+
/**
|
|
9232
|
+
* 新产生的克隆实例主库的可用区信息,默认同源实例 Zone 的值。
|
|
9233
|
+
*/
|
|
9234
|
+
MasterZone?: string;
|
|
9231
9235
|
}
|
|
9232
9236
|
/**
|
|
9233
9237
|
* 云盘版节点信息
|
|
@@ -9532,7 +9536,10 @@ export interface ReloadBalanceProxyNodeRequest {
|
|
|
9532
9536
|
*/
|
|
9533
9537
|
ProxyGroupId: string;
|
|
9534
9538
|
/**
|
|
9535
|
-
* 代理组地址 ID。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585)
|
|
9539
|
+
* 代理组地址 ID。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585) 接口获取。
|
|
9540
|
+
说明:
|
|
9541
|
+
1. 对于双节点实例而言,此参数为非必填,如果不传则会对所有代理组地址进行负载均衡。
|
|
9542
|
+
2. 对于云盘版实例而言,此参数为必填。
|
|
9536
9543
|
*/
|
|
9537
9544
|
ProxyAddressId?: string;
|
|
9538
9545
|
}
|
|
@@ -10670,19 +10677,19 @@ export interface DescribeDeviceMonitorInfoResponse {
|
|
|
10670
10677
|
/**
|
|
10671
10678
|
* 实例CPU监控数据
|
|
10672
10679
|
*/
|
|
10673
|
-
Cpu
|
|
10680
|
+
Cpu?: DeviceCpuInfo;
|
|
10674
10681
|
/**
|
|
10675
10682
|
* 实例内存监控数据
|
|
10676
10683
|
*/
|
|
10677
|
-
Mem
|
|
10684
|
+
Mem?: DeviceMemInfo;
|
|
10678
10685
|
/**
|
|
10679
10686
|
* 实例网络监控数据
|
|
10680
10687
|
*/
|
|
10681
|
-
Net
|
|
10688
|
+
Net?: DeviceNetInfo;
|
|
10682
10689
|
/**
|
|
10683
10690
|
* 实例磁盘监控数据
|
|
10684
10691
|
*/
|
|
10685
|
-
Disk
|
|
10692
|
+
Disk?: DeviceDiskInfo;
|
|
10686
10693
|
/**
|
|
10687
10694
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10688
10695
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeCdnDomainLogsResponse, DescribePushQuotaResponse, DescribePurgeQuotaResponse, DescribeCdnDomainLogsRequest, CreateClsLogTopicResponse, PurgePathCacheResponse, DescribeTopDataRequest, DescribePurgeQuotaRequest, ModifyPurgeFetchTaskStatusRequest, DescribeCdnDataResponse, EnableClsLogTopicRequest, UpdateImageConfigResponse, DescribeCdnOriginIpResponse, DescribePayTypeResponse, ListTopDataRequest, ListClsTopicDomainsRequest, DescribeDomainsResponse, DescribePayTypeRequest, UpdateImageConfigRequest, DescribeBillingDataRequest, DeleteClsLogTopicRequest, DescribeDistrictIspDataResponse, DescribeCdnOriginIpRequest, DescribeDomainsConfigResponse,
|
|
3
|
+
import { DescribeCdnDomainLogsResponse, DescribePushQuotaResponse, DescribePurgeQuotaResponse, DescribeCdnDomainLogsRequest, CreateClsLogTopicResponse, PurgePathCacheResponse, DescribeTopDataRequest, DescribePurgeQuotaRequest, ModifyPurgeFetchTaskStatusRequest, DescribeCdnDataResponse, EnableClsLogTopicRequest, UpdateImageConfigResponse, DescribeCdnOriginIpResponse, DescribePayTypeResponse, ListTopDataRequest, ListClsTopicDomainsRequest, DescribeDomainsResponse, DescribePayTypeRequest, UpdateImageConfigRequest, DescribeBillingDataRequest, DeleteClsLogTopicRequest, DescribeDistrictIspDataResponse, DescribeCdnOriginIpRequest, DescribeDomainsConfigResponse, DescribeReportDataResponse, DisableClsLogTopicRequest, ListClsTopicDomainsResponse, DescribeCdnIpRequest, DescribeHttpsPackagesRequest, DescribeTrafficPackagesRequest, DescribeIpVisitResponse, EnableClsLogTopicResponse, ListClsLogTopicsResponse, AddCdnDomainRequest, UpdateDomainConfigRequest, DescribeCertDomainsRequest, DescribeDomainsConfigRequest, DescribeHttpsPackagesResponse, DescribeCertDomainsResponse, DuplicateDomainConfigRequest, DescribePushTasksResponse, AddCdnDomainResponse, DescribeEdgePackTaskStatusResponse, AddCLSTopicDomainsResponse, ModifyPurgeFetchTaskStatusResponse, DisableClsLogTopicResponse, DescribeIpStatusRequest, DuplicateDomainConfigResponse, VerifyDomainRecordResponse, ManageClsTopicDomainsRequest, AddCLSTopicDomainsRequest, DescribeOriginDataRequest, SearchClsLogResponse, PushUrlsCacheRequest, DescribeReportDataRequest, DescribePushTasksRequest, DescribeUrlViolationsRequest, CreateEdgePackTaskRequest, CreateClsLogTopicRequest, UpdatePayTypeResponse, ListTopClsLogDataRequest, CreateVerifyRecordResponse, StopCdnDomainRequest, DescribeMapInfoResponse, DescribeTrafficPackagesResponse, DescribeMapInfoRequest, PurgeUrlsCacheRequest, DescribeIpVisitRequest, DescribeEdgePackTaskStatusRequest, PurgeUrlsCacheResponse, DeleteClsLogTopicResponse, DescribeBillingDataResponse, DescribeImageConfigRequest, DescribeCdnIpResponse, DescribeIpStatusResponse, DescribeDistrictIspDataRequest, ListTopClsLogDataResponse, ListClsLogTopicsRequest, CreateVerifyRecordRequest, PurgePathCacheRequest, ModifyDomainConfigResponse, StartCdnDomainRequest, DeleteCdnDomainRequest, CreateEdgePackTaskResponse, StartCdnDomainResponse, DescribePushQuotaRequest, DescribePurgeTasksRequest, PushUrlsCacheResponse, ListTopDataResponse, UpdateDomainConfigResponse, SearchClsLogRequest, ManageClsTopicDomainsResponse, ModifyDomainConfigRequest, DescribeUrlViolationsResponse, UpdatePayTypeRequest, DescribePurgeTasksResponse, DescribeOriginDataResponse, DeleteCdnDomainResponse, DescribeCdnDataRequest, DescribeImageConfigResponse, VerifyDomainRecordRequest, DescribeTopDataResponse, DescribeDomainsRequest, StopCdnDomainResponse } from "./cdn_models";
|
|
4
4
|
/**
|
|
5
5
|
* cdn client
|
|
6
6
|
* @class
|
|
@@ -101,13 +101,6 @@ Value 字段,使用 json 进行序列化,其中固定 update 作为 key,
|
|
|
101
101
|
* ManageClsTopicDomains 用于管理某日志主题下绑定的域名列表。
|
|
102
102
|
*/
|
|
103
103
|
ManageClsTopicDomains(req: ManageClsTopicDomainsRequest, cb?: (error: string, rep: ManageClsTopicDomainsResponse) => void): Promise<ManageClsTopicDomainsResponse>;
|
|
104
|
-
/**
|
|
105
|
-
* 以上诊断报告, 域名版本管理相关接口功能均废弃, 已确认现网0调用, 申请预下线,(预下线不会影响调用, 只会在接口中添加提示信息, 正式下线仍需人工确认)
|
|
106
|
-
|
|
107
|
-
### <font color=red>**该接口已废弃** </font><br>
|
|
108
|
-
CreateDiagnoseUrl 用于添加域名诊断任务URL。
|
|
109
|
-
*/
|
|
110
|
-
CreateDiagnoseUrl(req: CreateDiagnoseUrlRequest, cb?: (error: string, rep: CreateDiagnoseUrlResponse) => void): Promise<CreateDiagnoseUrlResponse>;
|
|
111
104
|
/**
|
|
112
105
|
* StartCdnDomain 用于启用已停用域名的加速服务
|
|
113
106
|
*/
|
|
@@ -116,21 +109,10 @@ CreateDiagnoseUrl 用于添加域名诊断任务URL。
|
|
|
116
109
|
* 拷贝参考域名的配置至新域名。暂不支持自有证书以及定制化配置
|
|
117
110
|
*/
|
|
118
111
|
DuplicateDomainConfig(req: DuplicateDomainConfigRequest, cb?: (error: string, rep: DuplicateDomainConfigResponse) => void): Promise<DuplicateDomainConfigResponse>;
|
|
119
|
-
/**
|
|
120
|
-
* DescribeCertDomains 用于校验SSL证书并提取证书中包含的域名。
|
|
121
|
-
*/
|
|
122
|
-
DescribeCertDomains(req: DescribeCertDomainsRequest, cb?: (error: string, rep: DescribeCertDomainsResponse) => void): Promise<DescribeCertDomainsResponse>;
|
|
123
112
|
/**
|
|
124
113
|
* 通过CLS日志计算Top信息。支持近7天的日志数据。
|
|
125
114
|
*/
|
|
126
115
|
ListTopClsLogData(req: ListTopClsLogDataRequest, cb?: (error: string, rep: ListTopClsLogDataResponse) => void): Promise<ListTopClsLogDataResponse>;
|
|
127
|
-
/**
|
|
128
|
-
* 以上诊断报告, 域名版本管理相关接口功能均废弃, 已确认现网0调用, 申请预下线,(预下线不会影响调用, 只会在接口中添加提示信息, 正式下线仍需人工确认)
|
|
129
|
-
|
|
130
|
-
### <font color=red>**该接口已废弃** </font><br>
|
|
131
|
-
ListDiagnoseReport 用于获取用户诊断URL访问后各个子任务的简要详情。
|
|
132
|
-
*/
|
|
133
|
-
ListDiagnoseReport(req: ListDiagnoseReportRequest, cb?: (error: string, rep: ListDiagnoseReportResponse) => void): Promise<ListDiagnoseReportResponse>;
|
|
134
116
|
/**
|
|
135
117
|
* DescribePurgeQuota 用于查询账户刷新配额和每日可用量。
|
|
136
118
|
*/
|
|
@@ -230,12 +212,9 @@ ListDiagnoseReport 用于获取用户诊断URL访问后各个子任务的简要
|
|
|
230
212
|
*/
|
|
231
213
|
DescribePushTasks(req: DescribePushTasksRequest, cb?: (error: string, rep: DescribePushTasksResponse) => void): Promise<DescribePushTasksResponse>;
|
|
232
214
|
/**
|
|
233
|
-
*
|
|
234
|
-
|
|
235
|
-
### <font color=red>**该接口已废弃** </font><br>
|
|
236
|
-
DescribeDiagnoseReport 用于获取指定报告id的内容。
|
|
215
|
+
* DescribeCertDomains 用于校验SSL证书并提取证书中包含的域名。
|
|
237
216
|
*/
|
|
238
|
-
|
|
217
|
+
DescribeCertDomains(req: DescribeCertDomainsRequest, cb?: (error: string, rep: DescribeCertDomainsResponse) => void): Promise<DescribeCertDomainsResponse>;
|
|
239
218
|
/**
|
|
240
219
|
* CreateClsLogTopic 用于创建日志主题。注意:一个日志集下至多可创建10个日志主题。
|
|
241
220
|
*/
|
|
@@ -155,15 +155,6 @@ Value 字段,使用 json 进行序列化,其中固定 update 作为 key,
|
|
|
155
155
|
async ManageClsTopicDomains(req, cb) {
|
|
156
156
|
return this.request("ManageClsTopicDomains", req, cb);
|
|
157
157
|
}
|
|
158
|
-
/**
|
|
159
|
-
* 以上诊断报告, 域名版本管理相关接口功能均废弃, 已确认现网0调用, 申请预下线,(预下线不会影响调用, 只会在接口中添加提示信息, 正式下线仍需人工确认)
|
|
160
|
-
|
|
161
|
-
### <font color=red>**该接口已废弃** </font><br>
|
|
162
|
-
CreateDiagnoseUrl 用于添加域名诊断任务URL。
|
|
163
|
-
*/
|
|
164
|
-
async CreateDiagnoseUrl(req, cb) {
|
|
165
|
-
return this.request("CreateDiagnoseUrl", req, cb);
|
|
166
|
-
}
|
|
167
158
|
/**
|
|
168
159
|
* StartCdnDomain 用于启用已停用域名的加速服务
|
|
169
160
|
*/
|
|
@@ -176,27 +167,12 @@ CreateDiagnoseUrl 用于添加域名诊断任务URL。
|
|
|
176
167
|
async DuplicateDomainConfig(req, cb) {
|
|
177
168
|
return this.request("DuplicateDomainConfig", req, cb);
|
|
178
169
|
}
|
|
179
|
-
/**
|
|
180
|
-
* DescribeCertDomains 用于校验SSL证书并提取证书中包含的域名。
|
|
181
|
-
*/
|
|
182
|
-
async DescribeCertDomains(req, cb) {
|
|
183
|
-
return this.request("DescribeCertDomains", req, cb);
|
|
184
|
-
}
|
|
185
170
|
/**
|
|
186
171
|
* 通过CLS日志计算Top信息。支持近7天的日志数据。
|
|
187
172
|
*/
|
|
188
173
|
async ListTopClsLogData(req, cb) {
|
|
189
174
|
return this.request("ListTopClsLogData", req, cb);
|
|
190
175
|
}
|
|
191
|
-
/**
|
|
192
|
-
* 以上诊断报告, 域名版本管理相关接口功能均废弃, 已确认现网0调用, 申请预下线,(预下线不会影响调用, 只会在接口中添加提示信息, 正式下线仍需人工确认)
|
|
193
|
-
|
|
194
|
-
### <font color=red>**该接口已废弃** </font><br>
|
|
195
|
-
ListDiagnoseReport 用于获取用户诊断URL访问后各个子任务的简要详情。
|
|
196
|
-
*/
|
|
197
|
-
async ListDiagnoseReport(req, cb) {
|
|
198
|
-
return this.request("ListDiagnoseReport", req, cb);
|
|
199
|
-
}
|
|
200
176
|
/**
|
|
201
177
|
* DescribePurgeQuota 用于查询账户刷新配额和每日可用量。
|
|
202
178
|
*/
|
|
@@ -328,13 +304,10 @@ ListDiagnoseReport 用于获取用户诊断URL访问后各个子任务的简要
|
|
|
328
304
|
return this.request("DescribePushTasks", req, cb);
|
|
329
305
|
}
|
|
330
306
|
/**
|
|
331
|
-
*
|
|
332
|
-
|
|
333
|
-
### <font color=red>**该接口已废弃** </font><br>
|
|
334
|
-
DescribeDiagnoseReport 用于获取指定报告id的内容。
|
|
307
|
+
* DescribeCertDomains 用于校验SSL证书并提取证书中包含的域名。
|
|
335
308
|
*/
|
|
336
|
-
async
|
|
337
|
-
return this.request("
|
|
309
|
+
async DescribeCertDomains(req, cb) {
|
|
310
|
+
return this.request("DescribeCertDomains", req, cb);
|
|
338
311
|
}
|
|
339
312
|
/**
|
|
340
313
|
* CreateClsLogTopic 用于创建日志主题。注意:一个日志集下至多可创建10个日志主题。
|