tencentcloud-sdk-nodejs 4.1.27 → 4.1.29
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/hai/v20230812/hai_client.js +3 -0
- package/es/services/iss/v20230517/iss_client.js +19 -4
- package/es/services/tione/v20211111/tione_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/ams/v20201229/ams_client.d.ts +17 -6
- package/tencentcloud/services/ams/v20201229/ams_client.js +17 -6
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +8 -7
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +4 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -5
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +25 -9
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +25 -9
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -2
- package/tencentcloud/services/chc/v20230418/chc_models.d.ts +4 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +0 -4
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -3
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +9 -6
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +165 -17
- package/tencentcloud/services/drm/v20181115/drm_client.d.ts +0 -1
- package/tencentcloud/services/drm/v20181115/drm_client.js +0 -1
- package/tencentcloud/services/drm/v20181115/drm_models.d.ts +12 -12
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +4 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +0 -4
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +18 -6
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +18 -6
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +15 -3
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +0 -12
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +5 -1
- package/tencentcloud/services/hai/v20230812/hai_client.js +6 -0
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +30 -0
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +9 -2
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +25 -5
- package/tencentcloud/services/iss/v20230517/iss_client.js +36 -6
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +484 -188
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +21 -2
- package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +49 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +89 -89
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -2
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +15 -5
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +15 -5
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +11 -53
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +2 -1
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
- package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +25 -3
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -2
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +12 -0
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +2 -2
- package/tencentcloud/services/tts/v20190823/tts_client.js +2 -2
- package/tencentcloud/services/vm/v20210922/vm_client.d.ts +16 -8
- package/tencentcloud/services/vm/v20210922/vm_client.js +16 -8
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +6 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +31 -13
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.29";
|
|
@@ -48,8 +48,8 @@ export class Client extends AbstractClient {
|
|
|
48
48
|
async ListTasks(req, cb) {
|
|
49
49
|
return this.request("ListTasks", req, cb);
|
|
50
50
|
}
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
51
|
+
async AddStreamAuth(req, cb) {
|
|
52
|
+
return this.request("AddStreamAuth", req, cb);
|
|
53
53
|
}
|
|
54
54
|
async DeleteRecordBackupPlan(req, cb) {
|
|
55
55
|
return this.request("DeleteRecordBackupPlan", req, cb);
|
|
@@ -57,8 +57,8 @@ export class Client extends AbstractClient {
|
|
|
57
57
|
async PlayRecord(req, cb) {
|
|
58
58
|
return this.request("PlayRecord", req, cb);
|
|
59
59
|
}
|
|
60
|
-
async
|
|
61
|
-
return this.request("
|
|
60
|
+
async UpdateRecordTemplate(req, cb) {
|
|
61
|
+
return this.request("UpdateRecordTemplate", req, cb);
|
|
62
62
|
}
|
|
63
63
|
async DeleteRecordTemplate(req, cb) {
|
|
64
64
|
return this.request("DeleteRecordTemplate", req, cb);
|
|
@@ -84,6 +84,9 @@ export class Client extends AbstractClient {
|
|
|
84
84
|
async DescribeVideoBitRate(req, cb) {
|
|
85
85
|
return this.request("DescribeVideoBitRate", req, cb);
|
|
86
86
|
}
|
|
87
|
+
async CreateVideoDownloadTask(req, cb) {
|
|
88
|
+
return this.request("CreateVideoDownloadTask", req, cb);
|
|
89
|
+
}
|
|
87
90
|
async DescribeRecordBackupPlan(req, cb) {
|
|
88
91
|
return this.request("DescribeRecordBackupPlan", req, cb);
|
|
89
92
|
}
|
|
@@ -156,6 +159,9 @@ export class Client extends AbstractClient {
|
|
|
156
159
|
async DescribeDevicePreset(req, cb) {
|
|
157
160
|
return this.request("DescribeDevicePreset", req, cb);
|
|
158
161
|
}
|
|
162
|
+
async BatchDeleteVideoDownloadTask(req, cb) {
|
|
163
|
+
return this.request("BatchDeleteVideoDownloadTask", req, cb);
|
|
164
|
+
}
|
|
159
165
|
async ListSubTasks(req, cb) {
|
|
160
166
|
return this.request("ListSubTasks", req, cb);
|
|
161
167
|
}
|
|
@@ -165,12 +171,18 @@ export class Client extends AbstractClient {
|
|
|
165
171
|
async DescribeAITaskResult(req, cb) {
|
|
166
172
|
return this.request("DescribeAITaskResult", req, cb);
|
|
167
173
|
}
|
|
174
|
+
async DescribeGBDeviceAddr(req, cb) {
|
|
175
|
+
return this.request("DescribeGBDeviceAddr", req, cb);
|
|
176
|
+
}
|
|
168
177
|
async ListRecordPlanChannels(req, cb) {
|
|
169
178
|
return this.request("ListRecordPlanChannels", req, cb);
|
|
170
179
|
}
|
|
171
180
|
async AddUserDevice(req, cb) {
|
|
172
181
|
return this.request("AddUserDevice", req, cb);
|
|
173
182
|
}
|
|
183
|
+
async DeleteTask(req, cb) {
|
|
184
|
+
return this.request("DeleteTask", req, cb);
|
|
185
|
+
}
|
|
174
186
|
async DeleteOrganization(req, cb) {
|
|
175
187
|
return this.request("DeleteOrganization", req, cb);
|
|
176
188
|
}
|
|
@@ -210,6 +222,9 @@ export class Client extends AbstractClient {
|
|
|
210
222
|
async DeleteUserDevice(req, cb) {
|
|
211
223
|
return this.request("DeleteUserDevice", req, cb);
|
|
212
224
|
}
|
|
225
|
+
async ListVideoDownloadTask(req, cb) {
|
|
226
|
+
return this.request("ListVideoDownloadTask", req, cb);
|
|
227
|
+
}
|
|
213
228
|
async DescribeGatewayVersion(req, cb) {
|
|
214
229
|
return this.request("DescribeGatewayVersion", req, cb);
|
|
215
230
|
}
|
|
@@ -54,6 +54,9 @@ export class Client extends AbstractClient {
|
|
|
54
54
|
async ChatCompletion(req, cb) {
|
|
55
55
|
return this.request("ChatCompletion", req, cb);
|
|
56
56
|
}
|
|
57
|
+
async ModifyNotebookTags(req, cb) {
|
|
58
|
+
return this.request("ModifyNotebookTags", req, cb);
|
|
59
|
+
}
|
|
57
60
|
async DeleteTrainingModel(req, cb) {
|
|
58
61
|
return this.request("DeleteTrainingModel", req, cb);
|
|
59
62
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.29";
|
|
@@ -12,8 +12,19 @@ export declare class Client extends AbstractClient {
|
|
|
12
12
|
|
|
13
13
|
### 功能使用说明:
|
|
14
14
|
- 前往“[内容安全控制台-音频内容安全](https://console.cloud.tencent.com/cms)”开启使用音频内容安全服务,首次开通可获得**10小时**免费调用时长,有效期为1个月。
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
|
|
16
|
+
### 审核并发限制说明:
|
|
17
|
+
|
|
18
|
+
- **点播音频(异步审核)**
|
|
19
|
+
- 默认并发路数:10
|
|
20
|
+
- 队列处理机制:
|
|
21
|
+
- 当并发任务达到上限时,新任务进入队列等待处理;
|
|
22
|
+
- 新送审任务优先处理,旧任务往后排;
|
|
23
|
+
- **直播音频(异步审核)**
|
|
24
|
+
- 默认并发路数:100
|
|
25
|
+
- 队列处理机制:
|
|
26
|
+
- 运行中的审核任务达到上限时,新请求会提示超频错误:`RequestLimitExceeded`,错误详细为:`You have reached the concurrency limit`;
|
|
27
|
+
- 不支持排队;
|
|
17
28
|
|
|
18
29
|
### 接口功能说明:
|
|
19
30
|
- 支持对音频流或音频文件进行检测,判断其中是否包含违规内容;
|
|
@@ -21,15 +32,15 @@ export declare class Client extends AbstractClient {
|
|
|
21
32
|
- 支持识别违规内容,包括:低俗、谩骂、色情、广告等场景;
|
|
22
33
|
- 支持批量提交检测任务,检测任务列表**最多支持10个**。
|
|
23
34
|
|
|
24
|
-
###
|
|
35
|
+
### 音频文件流调用说明:
|
|
25
36
|
- 音频文件大小支持:**文件 < 500M**;
|
|
26
37
|
- 音频文件时长支持:**< 1小时**;
|
|
27
38
|
- 音频码率类型支持:128 Kbps - 256 Kbps ;
|
|
28
39
|
- 音频文件支持格式:wav、mp3、aac、flac、amr、3gp、 m4a、wma、ogg、ape;
|
|
29
40
|
- (**当输入为视频文件时**)支持分离视频文件音轨,并对音频内容进行独立审核。
|
|
30
41
|
|
|
31
|
-
###
|
|
32
|
-
-
|
|
42
|
+
### 直播音频流调用说明:
|
|
43
|
+
- 音频流时长支持:**24小时以内**,超过需要重新推送审核任务;
|
|
33
44
|
- 音频码率类型支持:128 Kbps - 256 Kbps ;
|
|
34
45
|
- 音频流支持的传输协议:RTMP、HTTP、HTTPS;
|
|
35
46
|
- 音频流格式支持的类型:rtp、srtp、rtmp、rtmps、mmsh、 mmst、hls、http、tcp、https、m3u8;
|
|
@@ -38,7 +49,7 @@ export declare class Client extends AbstractClient {
|
|
|
38
49
|
### 直播断流处理说明:
|
|
39
50
|
- 请确认已对接[取消任务](https://cloud.tencent.com/document/product/1219/53258)。
|
|
40
51
|
- 如果直播任务取消/结束,则终止直播拉流并退出审核。
|
|
41
|
-
-
|
|
52
|
+
- 在直播任务未取消或结束的情况下,若推流中断(例如 `Operation not permitted` 错误),审核服务将在 10分钟内持续尝试重新拉流。检测到有效的图片或音频数据,审核将自动恢复正常;否则,10分钟后终止拉流并退出审核。此时如有需要,请重新提交审核请求。对于因网络问题导致的拉流失败(如 `HTTP 404 Not Found` 错误),系统将进行最多 16次重试。若成功获取有效数据,审核流程即刻恢复;若所有重试均失败,则同样终止拉流并退出审核,需用户重新送审。
|
|
42
53
|
*/
|
|
43
54
|
CreateAudioModerationTask(req: CreateAudioModerationTaskRequest, cb?: (error: string, rep: CreateAudioModerationTaskResponse) => void): Promise<CreateAudioModerationTaskResponse>;
|
|
44
55
|
/**
|
|
@@ -32,8 +32,19 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
32
32
|
|
|
33
33
|
### 功能使用说明:
|
|
34
34
|
- 前往“[内容安全控制台-音频内容安全](https://console.cloud.tencent.com/cms)”开启使用音频内容安全服务,首次开通可获得**10小时**免费调用时长,有效期为1个月。
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
|
|
36
|
+
### 审核并发限制说明:
|
|
37
|
+
|
|
38
|
+
- **点播音频(异步审核)**
|
|
39
|
+
- 默认并发路数:10
|
|
40
|
+
- 队列处理机制:
|
|
41
|
+
- 当并发任务达到上限时,新任务进入队列等待处理;
|
|
42
|
+
- 新送审任务优先处理,旧任务往后排;
|
|
43
|
+
- **直播音频(异步审核)**
|
|
44
|
+
- 默认并发路数:100
|
|
45
|
+
- 队列处理机制:
|
|
46
|
+
- 运行中的审核任务达到上限时,新请求会提示超频错误:`RequestLimitExceeded`,错误详细为:`You have reached the concurrency limit`;
|
|
47
|
+
- 不支持排队;
|
|
37
48
|
|
|
38
49
|
### 接口功能说明:
|
|
39
50
|
- 支持对音频流或音频文件进行检测,判断其中是否包含违规内容;
|
|
@@ -41,15 +52,15 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
41
52
|
- 支持识别违规内容,包括:低俗、谩骂、色情、广告等场景;
|
|
42
53
|
- 支持批量提交检测任务,检测任务列表**最多支持10个**。
|
|
43
54
|
|
|
44
|
-
###
|
|
55
|
+
### 音频文件流调用说明:
|
|
45
56
|
- 音频文件大小支持:**文件 < 500M**;
|
|
46
57
|
- 音频文件时长支持:**< 1小时**;
|
|
47
58
|
- 音频码率类型支持:128 Kbps - 256 Kbps ;
|
|
48
59
|
- 音频文件支持格式:wav、mp3、aac、flac、amr、3gp、 m4a、wma、ogg、ape;
|
|
49
60
|
- (**当输入为视频文件时**)支持分离视频文件音轨,并对音频内容进行独立审核。
|
|
50
61
|
|
|
51
|
-
###
|
|
52
|
-
-
|
|
62
|
+
### 直播音频流调用说明:
|
|
63
|
+
- 音频流时长支持:**24小时以内**,超过需要重新推送审核任务;
|
|
53
64
|
- 音频码率类型支持:128 Kbps - 256 Kbps ;
|
|
54
65
|
- 音频流支持的传输协议:RTMP、HTTP、HTTPS;
|
|
55
66
|
- 音频流格式支持的类型:rtp、srtp、rtmp、rtmps、mmsh、 mmst、hls、http、tcp、https、m3u8;
|
|
@@ -58,7 +69,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
58
69
|
### 直播断流处理说明:
|
|
59
70
|
- 请确认已对接[取消任务](https://cloud.tencent.com/document/product/1219/53258)。
|
|
60
71
|
- 如果直播任务取消/结束,则终止直播拉流并退出审核。
|
|
61
|
-
-
|
|
72
|
+
- 在直播任务未取消或结束的情况下,若推流中断(例如 `Operation not permitted` 错误),审核服务将在 10分钟内持续尝试重新拉流。检测到有效的图片或音频数据,审核将自动恢复正常;否则,10分钟后终止拉流并退出审核。此时如有需要,请重新提交审核请求。对于因网络问题导致的拉流失败(如 `HTTP 404 Not Found` 错误),系统将进行最多 16次重试。若成功获取有效数据,审核流程即刻恢复;若所有重试均失败,则同样终止拉流并退出审核,需用户重新送审。
|
|
62
73
|
*/
|
|
63
74
|
async CreateAudioModerationTask(req, cb) {
|
|
64
75
|
return this.request("CreateAudioModerationTask", req, cb);
|
|
@@ -181,22 +181,22 @@ export interface TaskResult {
|
|
|
181
181
|
* 该字段用于返回创建音频审核任务时在TaskInput结构内传入的DataId,用于标识具体审核任务。
|
|
182
182
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
183
183
|
*/
|
|
184
|
-
DataId
|
|
184
|
+
DataId?: string;
|
|
185
185
|
/**
|
|
186
186
|
* 该字段用于返回音频审核任务所生成的任务ID,用于标识具体审核任务,方便后续查询和管理。
|
|
187
187
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
188
188
|
*/
|
|
189
|
-
TaskId
|
|
189
|
+
TaskId?: string;
|
|
190
190
|
/**
|
|
191
191
|
* 该字段用于返回任务创建的状态,如返回OK则代表任务创建成功,其他返回值可参考公共错误码。
|
|
192
192
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
193
193
|
*/
|
|
194
|
-
Code
|
|
194
|
+
Code?: string;
|
|
195
195
|
/**
|
|
196
196
|
* **仅在Code的返回值为错误码时生效**,用于返回错误的详情内容。
|
|
197
197
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
198
198
|
*/
|
|
199
|
-
Message
|
|
199
|
+
Message?: string;
|
|
200
200
|
}
|
|
201
201
|
/**
|
|
202
202
|
* CancelTask请求参数结构体
|
|
@@ -311,15 +311,16 @@ export interface CreateAudioModerationTaskRequest {
|
|
|
311
311
|
*/
|
|
312
312
|
Tasks: Array<TaskInput>;
|
|
313
313
|
/**
|
|
314
|
-
*
|
|
314
|
+
* 该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](https://console.cloud.tencent.com/cms/clouds/manage)中配置。
|
|
315
|
+
备注:不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。
|
|
315
316
|
*/
|
|
316
317
|
BizType?: string;
|
|
317
318
|
/**
|
|
318
|
-
*
|
|
319
|
+
* 该字段表示输入的音频审核类型,取值含:**AUDIO**(点播音频)、**LIVE_AUDIO**(直播音频)、**AUDIO_AIGC**(AI生成识别)三种,默认值为AUDIO。
|
|
319
320
|
*/
|
|
320
321
|
Type?: string;
|
|
321
322
|
/**
|
|
322
|
-
*
|
|
323
|
+
* 可选参数,该字段表示回调签名的key信息,用于保证数据的安全性。 签名方法为在返回的HTTP头部添加 X-Signature 的字段,值为: seed + body 的 SHA256 编码和Hex字符串,在收到回调数据后,可以根据返回的body,用 **sha256(seed + body)**, 计算出 `X-Signature` 进行验证。<br>具体使用实例可参考 [回调签名示例](https://cloud.tencent.com/document/product/1219/104000#42dd87d2-580f-46cf-a953-639a787d1eda)。
|
|
323
324
|
*/
|
|
324
325
|
Seed?: string;
|
|
325
326
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class Client extends AbstractClient {
|
|
|
124
124
|
*/
|
|
125
125
|
DescribeRollbackTaskDetail(req: DescribeRollbackTaskDetailRequest, cb?: (error: string, rep: DescribeRollbackTaskDetailResponse) => void): Promise<DescribeRollbackTaskDetailResponse>;
|
|
126
126
|
/**
|
|
127
|
-
* 本接口(CheckMigrateCluster
|
|
127
|
+
* 本接口(CheckMigrateCluster)用于高可用实例一键迁移到云盘版校验。
|
|
128
128
|
*/
|
|
129
129
|
CheckMigrateCluster(req: CheckMigrateClusterRequest, cb?: (error: string, rep: CheckMigrateClusterResponse) => void): Promise<CheckMigrateClusterResponse>;
|
|
130
130
|
/**
|
|
@@ -415,7 +415,7 @@ export declare class Client extends AbstractClient {
|
|
|
415
415
|
*/
|
|
416
416
|
DescribeDBInstanceInfo(req: DescribeDBInstanceInfoRequest, cb?: (error: string, rep: DescribeDBInstanceInfoResponse) => void): Promise<DescribeDBInstanceInfoResponse>;
|
|
417
417
|
/**
|
|
418
|
-
* 本接口(DescribeClusterInfo
|
|
418
|
+
* 本接口(DescribeClusterInfo)用于查询云盘版实例信息。
|
|
419
419
|
*/
|
|
420
420
|
DescribeClusterInfo(req: DescribeClusterInfoRequest, cb?: (error: string, rep: DescribeClusterInfoResponse) => void): Promise<DescribeClusterInfoResponse>;
|
|
421
421
|
/**
|
|
@@ -198,7 +198,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
198
198
|
return this.request("DescribeRollbackTaskDetail", req, cb);
|
|
199
199
|
}
|
|
200
200
|
/**
|
|
201
|
-
* 本接口(CheckMigrateCluster
|
|
201
|
+
* 本接口(CheckMigrateCluster)用于高可用实例一键迁移到云盘版校验。
|
|
202
202
|
*/
|
|
203
203
|
async CheckMigrateCluster(req, cb) {
|
|
204
204
|
return this.request("CheckMigrateCluster", req, cb);
|
|
@@ -621,7 +621,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
621
621
|
return this.request("DescribeDBInstanceInfo", req, cb);
|
|
622
622
|
}
|
|
623
623
|
/**
|
|
624
|
-
* 本接口(DescribeClusterInfo
|
|
624
|
+
* 本接口(DescribeClusterInfo)用于查询云盘版实例信息。
|
|
625
625
|
*/
|
|
626
626
|
async DescribeClusterInfo(req, cb) {
|
|
627
627
|
return this.request("DescribeClusterInfo", req, cb);
|
|
@@ -7712,11 +7712,11 @@ export interface CheckMigrateClusterRequest {
|
|
|
7712
7712
|
*/
|
|
7713
7713
|
DiskType?: string;
|
|
7714
7714
|
/**
|
|
7715
|
-
*
|
|
7715
|
+
* 云盘版节点拓扑配置。
|
|
7716
7716
|
*/
|
|
7717
7717
|
ClusterTopology?: ClusterTopology;
|
|
7718
7718
|
/**
|
|
7719
|
-
* 迁移实例类型。支持值包括: "CLOUD_NATIVE_CLUSTER" -
|
|
7719
|
+
* 迁移实例类型。支持值包括: "CLOUD_NATIVE_CLUSTER" - 标准型云盘版实例, "CLOUD_NATIVE_CLUSTER_EXCLUSIVE" - 加强型云盘版实例。
|
|
7720
7720
|
*/
|
|
7721
7721
|
DeviceType?: string;
|
|
7722
7722
|
/**
|
|
@@ -9141,15 +9141,15 @@ export interface DescribeClusterInfoResponse {
|
|
|
9141
9141
|
*/
|
|
9142
9142
|
ClusterName?: string;
|
|
9143
9143
|
/**
|
|
9144
|
-
*
|
|
9144
|
+
* 云盘版实例的读写地址信息。
|
|
9145
9145
|
*/
|
|
9146
9146
|
ReadWriteAddress?: AddressInfo;
|
|
9147
9147
|
/**
|
|
9148
|
-
*
|
|
9148
|
+
* 云盘版实例的只读地址信息。
|
|
9149
9149
|
*/
|
|
9150
9150
|
ReadOnlyAddress?: Array<AddressInfo>;
|
|
9151
9151
|
/**
|
|
9152
|
-
*
|
|
9152
|
+
* 云盘版实例的节点列表信息。
|
|
9153
9153
|
*/
|
|
9154
9154
|
NodeList?: Array<ClusterNodeInfo>;
|
|
9155
9155
|
/**
|
|
@@ -40,7 +40,9 @@ Value 字段,使用 json 进行序列化,其中固定 update 作为 key,
|
|
|
40
40
|
*/
|
|
41
41
|
VerifyDomainRecord(req: VerifyDomainRecordRequest, cb?: (error: string, rep: VerifyDomainRecordResponse) => void): Promise<VerifyDomainRecordResponse>;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* SCDN平台下线,接口开始预下线处理
|
|
44
|
+
|
|
45
|
+
获取Waf攻击Top数据
|
|
44
46
|
*/
|
|
45
47
|
ListTopWafData(req: ListTopWafDataRequest, cb?: (error: string, rep: ListTopWafDataResponse) => void): Promise<ListTopWafDataResponse>;
|
|
46
48
|
/**
|
|
@@ -109,7 +111,9 @@ GetDisableRecords 用于查询资源禁用历史,及 URL 当前状态。
|
|
|
109
111
|
*/
|
|
110
112
|
CreateVerifyRecord(req: CreateVerifyRecordRequest, cb?: (error: string, rep: CreateVerifyRecordResponse) => void): Promise<CreateVerifyRecordResponse>;
|
|
111
113
|
/**
|
|
112
|
-
*
|
|
114
|
+
* SCDN平台下线,接口开始预下线处理
|
|
115
|
+
|
|
116
|
+
CC统计数据查询
|
|
113
117
|
*/
|
|
114
118
|
DescribeCcData(req: DescribeCcDataRequest, cb?: (error: string, rep: DescribeCcDataResponse) => void): Promise<DescribeCcDataResponse>;
|
|
115
119
|
/**
|
|
@@ -141,7 +145,9 @@ DescribeDiagnoseReport 用于获取指定报告id的内容。
|
|
|
141
145
|
*/
|
|
142
146
|
DescribeDiagnoseReport(req: DescribeDiagnoseReportRequest, cb?: (error: string, rep: DescribeDiagnoseReportResponse) => void): Promise<DescribeDiagnoseReportResponse>;
|
|
143
147
|
/**
|
|
144
|
-
*
|
|
148
|
+
* SCDN平台下线,接口开始预下线处理
|
|
149
|
+
|
|
150
|
+
DDoS统计数据查询
|
|
145
151
|
*/
|
|
146
152
|
DescribeDDoSData(req: DescribeDDoSDataRequest, cb?: (error: string, rep: DescribeDDoSDataResponse) => void): Promise<DescribeDDoSDataResponse>;
|
|
147
153
|
/**
|
|
@@ -155,7 +161,9 @@ ListDiagnoseReport 用于获取用户诊断URL访问后各个子任务的简要
|
|
|
155
161
|
*/
|
|
156
162
|
ListDiagnoseReport(req: ListDiagnoseReportRequest, cb?: (error: string, rep: ListDiagnoseReportResponse) => void): Promise<ListDiagnoseReportResponse>;
|
|
157
163
|
/**
|
|
158
|
-
*
|
|
164
|
+
* SCDN平台下线,接口开始预下线处理
|
|
165
|
+
|
|
166
|
+
获取CC攻击Top数据
|
|
159
167
|
*/
|
|
160
168
|
ListTopCcData(req: ListTopCcDataRequest, cb?: (error: string, rep: ListTopCcDataResponse) => void): Promise<ListTopCcDataResponse>;
|
|
161
169
|
/**
|
|
@@ -181,7 +189,9 @@ ListScdnLogTasks 用于查询SCDN日志下载任务列表,以及展示下载任
|
|
|
181
189
|
*/
|
|
182
190
|
ListScdnLogTasks(req: ListScdnLogTasksRequest, cb?: (error: string, rep: ListScdnLogTasksResponse) => void): Promise<ListScdnLogTasksResponse>;
|
|
183
191
|
/**
|
|
184
|
-
*
|
|
192
|
+
* SCDN平台下线,接口开始预下线处理
|
|
193
|
+
|
|
194
|
+
获取Bot攻击的Top信息
|
|
185
195
|
*/
|
|
186
196
|
ListTopBotData(req: ListTopBotDataRequest, cb?: (error: string, rep: ListTopBotDataResponse) => void): Promise<ListTopBotDataResponse>;
|
|
187
197
|
/**
|
|
@@ -261,15 +271,19 @@ StartScdnDomain 用于开启域名的安全防护配置
|
|
|
261
271
|
ListTopClsLogData(req: ListTopClsLogDataRequest, cb?: (error: string, rep: ListTopClsLogDataResponse) => void): Promise<ListTopClsLogDataResponse>;
|
|
262
272
|
/**
|
|
263
273
|
* DescribeUrlViolations 用于查询被 CDN 系统扫描到的域名违规 URL 列表及当前状态。
|
|
264
|
-
|
|
274
|
+
对应内容分发网络控制台【内容合规】页面。
|
|
265
275
|
*/
|
|
266
276
|
DescribeUrlViolations(req: DescribeUrlViolationsRequest, cb?: (error: string, rep: DescribeUrlViolationsResponse) => void): Promise<DescribeUrlViolationsResponse>;
|
|
267
277
|
/**
|
|
268
|
-
*
|
|
278
|
+
* SCDN平台下线,接口开始预下线处理
|
|
279
|
+
|
|
280
|
+
Waf统计数据查询
|
|
269
281
|
*/
|
|
270
282
|
DescribeWafData(req: DescribeWafDataRequest, cb?: (error: string, rep: DescribeWafDataResponse) => void): Promise<DescribeWafDataResponse>;
|
|
271
283
|
/**
|
|
272
|
-
*
|
|
284
|
+
* SCDN平台下线,接口开始预下线处理
|
|
285
|
+
|
|
286
|
+
获取DDoS攻击Top数据
|
|
273
287
|
*/
|
|
274
288
|
ListTopDDoSData(req: ListTopDDoSDataRequest, cb?: (error: string, rep: ListTopDDoSDataResponse) => void): Promise<ListTopDDoSDataResponse>;
|
|
275
289
|
/**
|
|
@@ -304,7 +318,9 @@ StartScdnDomain 用于开启域名的安全防护配置
|
|
|
304
318
|
*/
|
|
305
319
|
DescribeCertDomains(req: DescribeCertDomainsRequest, cb?: (error: string, rep: DescribeCertDomainsResponse) => void): Promise<DescribeCertDomainsResponse>;
|
|
306
320
|
/**
|
|
307
|
-
*
|
|
321
|
+
* SCDN平台下线,接口开始预下线处理
|
|
322
|
+
|
|
323
|
+
DescribeEventLogData 用于查询事件日志统计曲线
|
|
308
324
|
*/
|
|
309
325
|
DescribeEventLogData(req: DescribeEventLogDataRequest, cb?: (error: string, rep: DescribeEventLogDataResponse) => void): Promise<DescribeEventLogDataResponse>;
|
|
310
326
|
/**
|
|
@@ -72,7 +72,9 @@ Value 字段,使用 json 进行序列化,其中固定 update 作为 key,
|
|
|
72
72
|
return this.request("VerifyDomainRecord", req, cb);
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* SCDN平台下线,接口开始预下线处理
|
|
76
|
+
|
|
77
|
+
获取Waf攻击Top数据
|
|
76
78
|
*/
|
|
77
79
|
async ListTopWafData(req, cb) {
|
|
78
80
|
return this.request("ListTopWafData", req, cb);
|
|
@@ -165,7 +167,9 @@ GetDisableRecords 用于查询资源禁用历史,及 URL 当前状态。
|
|
|
165
167
|
return this.request("CreateVerifyRecord", req, cb);
|
|
166
168
|
}
|
|
167
169
|
/**
|
|
168
|
-
*
|
|
170
|
+
* SCDN平台下线,接口开始预下线处理
|
|
171
|
+
|
|
172
|
+
CC统计数据查询
|
|
169
173
|
*/
|
|
170
174
|
async DescribeCcData(req, cb) {
|
|
171
175
|
return this.request("DescribeCcData", req, cb);
|
|
@@ -211,7 +215,9 @@ DescribeDiagnoseReport 用于获取指定报告id的内容。
|
|
|
211
215
|
return this.request("DescribeDiagnoseReport", req, cb);
|
|
212
216
|
}
|
|
213
217
|
/**
|
|
214
|
-
*
|
|
218
|
+
* SCDN平台下线,接口开始预下线处理
|
|
219
|
+
|
|
220
|
+
DDoS统计数据查询
|
|
215
221
|
*/
|
|
216
222
|
async DescribeDDoSData(req, cb) {
|
|
217
223
|
return this.request("DescribeDDoSData", req, cb);
|
|
@@ -231,7 +237,9 @@ ListDiagnoseReport 用于获取用户诊断URL访问后各个子任务的简要
|
|
|
231
237
|
return this.request("ListDiagnoseReport", req, cb);
|
|
232
238
|
}
|
|
233
239
|
/**
|
|
234
|
-
*
|
|
240
|
+
* SCDN平台下线,接口开始预下线处理
|
|
241
|
+
|
|
242
|
+
获取CC攻击Top数据
|
|
235
243
|
*/
|
|
236
244
|
async ListTopCcData(req, cb) {
|
|
237
245
|
return this.request("ListTopCcData", req, cb);
|
|
@@ -267,7 +275,9 @@ ListScdnLogTasks 用于查询SCDN日志下载任务列表,以及展示下载任
|
|
|
267
275
|
return this.request("ListScdnLogTasks", req, cb);
|
|
268
276
|
}
|
|
269
277
|
/**
|
|
270
|
-
*
|
|
278
|
+
* SCDN平台下线,接口开始预下线处理
|
|
279
|
+
|
|
280
|
+
获取Bot攻击的Top信息
|
|
271
281
|
*/
|
|
272
282
|
async ListTopBotData(req, cb) {
|
|
273
283
|
return this.request("ListTopBotData", req, cb);
|
|
@@ -373,19 +383,23 @@ StartScdnDomain 用于开启域名的安全防护配置
|
|
|
373
383
|
}
|
|
374
384
|
/**
|
|
375
385
|
* DescribeUrlViolations 用于查询被 CDN 系统扫描到的域名违规 URL 列表及当前状态。
|
|
376
|
-
|
|
386
|
+
对应内容分发网络控制台【内容合规】页面。
|
|
377
387
|
*/
|
|
378
388
|
async DescribeUrlViolations(req, cb) {
|
|
379
389
|
return this.request("DescribeUrlViolations", req, cb);
|
|
380
390
|
}
|
|
381
391
|
/**
|
|
382
|
-
*
|
|
392
|
+
* SCDN平台下线,接口开始预下线处理
|
|
393
|
+
|
|
394
|
+
Waf统计数据查询
|
|
383
395
|
*/
|
|
384
396
|
async DescribeWafData(req, cb) {
|
|
385
397
|
return this.request("DescribeWafData", req, cb);
|
|
386
398
|
}
|
|
387
399
|
/**
|
|
388
|
-
*
|
|
400
|
+
* SCDN平台下线,接口开始预下线处理
|
|
401
|
+
|
|
402
|
+
获取DDoS攻击Top数据
|
|
389
403
|
*/
|
|
390
404
|
async ListTopDDoSData(req, cb) {
|
|
391
405
|
return this.request("ListTopDDoSData", req, cb);
|
|
@@ -436,7 +450,9 @@ StartScdnDomain 用于开启域名的安全防护配置
|
|
|
436
450
|
return this.request("DescribeCertDomains", req, cb);
|
|
437
451
|
}
|
|
438
452
|
/**
|
|
439
|
-
*
|
|
453
|
+
* SCDN平台下线,接口开始预下线处理
|
|
454
|
+
|
|
455
|
+
DescribeEventLogData 用于查询事件日志统计曲线
|
|
440
456
|
*/
|
|
441
457
|
async DescribeEventLogData(req, cb) {
|
|
442
458
|
return this.request("DescribeEventLogData", req, cb);
|
|
@@ -6786,7 +6786,7 @@ export interface ListTopClsLogDataRequest {
|
|
|
6786
6786
|
*/
|
|
6787
6787
|
Channel?: string;
|
|
6788
6788
|
/**
|
|
6789
|
-
* 要查询的Top
|
|
6789
|
+
* 要查询的Top条数,建议最大值100,默认为10
|
|
6790
6790
|
*/
|
|
6791
6791
|
Limit?: number;
|
|
6792
6792
|
/**
|
|
@@ -8785,7 +8785,7 @@ export interface DescribeCertDomainsRequest {
|
|
|
8785
8785
|
*/
|
|
8786
8786
|
Cert?: string;
|
|
8787
8787
|
/**
|
|
8788
|
-
* 托管证书ID,Cert和CertId不能均未空,都填写时以
|
|
8788
|
+
* 托管证书ID,Cert和CertId不能均未空,都填写时以CertId为准。
|
|
8789
8789
|
*/
|
|
8790
8790
|
CertId?: string;
|
|
8791
8791
|
/**
|
|
@@ -5980,7 +5980,6 @@ export interface CheckCdcClusterRequest {
|
|
|
5980
5980
|
export interface CvmAndIpInfo {
|
|
5981
5981
|
/**
|
|
5982
5982
|
* ckafka集群实例Id
|
|
5983
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5984
5983
|
*/
|
|
5985
5984
|
CkafkaInstanceId?: string;
|
|
5986
5985
|
/**
|
|
@@ -5989,7 +5988,6 @@ export interface CvmAndIpInfo {
|
|
|
5989
5988
|
InstanceId?: string;
|
|
5990
5989
|
/**
|
|
5991
5990
|
* IP地址
|
|
5992
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5993
5991
|
*/
|
|
5994
5992
|
Ip?: string;
|
|
5995
5993
|
}
|
|
@@ -8018,12 +8016,10 @@ export interface InquireCkafkaPriceResponse {
|
|
|
8018
8016
|
export interface ListCvmAndIpInfoRsp {
|
|
8019
8017
|
/**
|
|
8020
8018
|
* cvm和IP 列表
|
|
8021
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8022
8019
|
*/
|
|
8023
8020
|
CvmList?: Array<CvmAndIpInfo>;
|
|
8024
8021
|
/**
|
|
8025
8022
|
* 实例数据量
|
|
8026
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8027
8023
|
*/
|
|
8028
8024
|
TotalCount?: number;
|
|
8029
8025
|
}
|
|
@@ -7459,7 +7459,6 @@ export interface CreateAuditLogFileRequest {
|
|
|
7459
7459
|
export interface DescribeSSLStatusResponse {
|
|
7460
7460
|
/**
|
|
7461
7461
|
* yes-开启,no-关闭
|
|
7462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7463
7462
|
*/
|
|
7464
7463
|
IsOpenSSL?: string;
|
|
7465
7464
|
/**
|
|
@@ -7873,12 +7872,10 @@ export interface DescribeInstanceSpecsResponse {
|
|
|
7873
7872
|
export interface OpenSSLResponse {
|
|
7874
7873
|
/**
|
|
7875
7874
|
* 任务流ID
|
|
7876
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7877
7875
|
*/
|
|
7878
7876
|
FlowId?: number;
|
|
7879
7877
|
/**
|
|
7880
7878
|
* 任务id
|
|
7881
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7882
7879
|
*/
|
|
7883
7880
|
TaskId?: number;
|
|
7884
7881
|
/**
|