tencentcloud-sdk-nodejs-teo 4.0.808 → 4.0.810
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/package.json +1 -1
- package/products.md +189 -189
- package/src/services/teo/v20220106/teo_models.ts +5 -5
- package/src/services/teo/v20220901/teo_client.ts +14 -2
- package/src/services/teo/v20220901/teo_models.ts +144 -108
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +5 -5
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +142 -108
|
@@ -21,6 +21,7 @@ import {
|
|
|
21
21
|
Compression,
|
|
22
22
|
DeleteL4ProxyRulesRequest,
|
|
23
23
|
DescribeOriginGroupResponse,
|
|
24
|
+
DescribeSecurityIPGroupInfoResponse,
|
|
24
25
|
SlowPostConfig,
|
|
25
26
|
DescribeConfigGroupVersionDetailResponse,
|
|
26
27
|
OriginDetail,
|
|
@@ -268,6 +269,7 @@ import {
|
|
|
268
269
|
ModifyL4ProxyRequest,
|
|
269
270
|
RuleAndConditions,
|
|
270
271
|
DropPageConfig,
|
|
272
|
+
DescribeSecurityIPGroupInfoRequest,
|
|
271
273
|
PartialModule,
|
|
272
274
|
ModifyApplicationProxyRuleStatusRequest,
|
|
273
275
|
SecEntry,
|
|
@@ -318,7 +320,7 @@ import {
|
|
|
318
320
|
Quic,
|
|
319
321
|
CreateCLSIndexRequest,
|
|
320
322
|
DescribeRulesRequest,
|
|
321
|
-
|
|
323
|
+
DescribeContentQuotaResponse,
|
|
322
324
|
ModifyZoneSettingResponse,
|
|
323
325
|
DownloadL7LogsResponse,
|
|
324
326
|
AccelerationDomain,
|
|
@@ -355,7 +357,7 @@ import {
|
|
|
355
357
|
AiRule,
|
|
356
358
|
Quota,
|
|
357
359
|
CheckCnameStatusRequest,
|
|
358
|
-
|
|
360
|
+
ModifyZoneStatusResponse,
|
|
359
361
|
CreatePurgeTaskRequest,
|
|
360
362
|
DescribePurgeTasksResponse,
|
|
361
363
|
DeployConfigGroupVersionResponse,
|
|
@@ -1292,6 +1294,16 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
1292
1294
|
return this.request("DeleteZone", req, cb)
|
|
1293
1295
|
}
|
|
1294
1296
|
|
|
1297
|
+
/**
|
|
1298
|
+
* 查询 IP 组的配置信息,包括 IP 组名称、 IP 组内容、 IP 组归属站点。
|
|
1299
|
+
*/
|
|
1300
|
+
async DescribeSecurityIPGroupInfo(
|
|
1301
|
+
req: DescribeSecurityIPGroupInfoRequest,
|
|
1302
|
+
cb?: (error: string, rep: DescribeSecurityIPGroupInfoResponse) => void
|
|
1303
|
+
): Promise<DescribeSecurityIPGroupInfoResponse> {
|
|
1304
|
+
return this.request("DescribeSecurityIPGroupInfo", req, cb)
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1295
1307
|
/**
|
|
1296
1308
|
* 本接口(DescribeDDoSAttackData)用于查询DDoS攻击时序数据。
|
|
1297
1309
|
*/
|