tencentcloud-sdk-nodejs 4.0.296 → 4.0.299
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 +434 -0
- package/SERVICE_CHANGELOG.md +477 -40
- package/package.json +1 -1
- package/products.md +25 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +10 -2
- package/src/services/antiddos/v20200309/antiddos_client.ts +127 -53
- package/src/services/antiddos/v20200309/antiddos_models.ts +361 -31
- package/src/services/apigateway/v20180808/apigateway_client.ts +75 -6
- package/src/services/apigateway/v20180808/apigateway_models.ts +617 -45
- package/src/services/as/v20180419/as_models.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +12 -0
- package/src/services/cam/v20190116/cam_client.ts +12 -0
- package/src/services/cam/v20190116/cam_models.ts +31 -1
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/clb/v20180317/clb_client.ts +0 -3
- package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +43 -7
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +109 -64
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +38 -27
- package/src/services/dcdb/v20180411/dcdb_client.ts +36 -12
- package/src/services/dcdb/v20180411/dcdb_models.ts +60 -0
- package/src/services/ess/index.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +148 -0
- package/src/services/ess/v20201111/ess_models.ts +857 -0
- package/src/services/ess/v20201111/index.ts +6 -0
- package/src/services/gme/v20180711/gme_client.ts +36 -0
- package/src/services/gme/v20180711/gme_models.ts +126 -0
- package/src/services/index.ts +2 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +31 -7
- package/src/services/mariadb/v20170312/mariadb_models.ts +233 -173
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +26 -0
- package/src/services/tdcpg/index.ts +5 -0
- package/src/services/tdcpg/v20211118/index.ts +6 -0
- package/src/services/tdcpg/v20211118/tdcpg_client.ts +345 -0
- package/src/services/tdcpg/v20211118/tdcpg_models.ts +1320 -0
- package/src/services/tdid/v20210519/tdid_client.ts +64 -14
- package/src/services/tdid/v20210519/tdid_models.ts +205 -17
- package/src/services/tem/v20210701/tem_models.ts +5 -0
- package/src/services/tsf/v20180326/tsf_client.ts +128 -15
- package/src/services/tsf/v20180326/tsf_models.ts +1116 -112
- package/src/services/vpc/v20170312/vpc_models.ts +3 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +9 -2
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +41 -17
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +60 -24
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +307 -29
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +21 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +30 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +520 -41
- package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +10 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +5 -1
- package/tencentcloud/services/cam/v20190116/cam_client.js +6 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +26 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +0 -3
- package/tencentcloud/services/clb/v20180317/clb_client.js +0 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +15 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +21 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +91 -52
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +35 -24
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +13 -5
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +18 -6
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +52 -0
- package/tencentcloud/services/ess/index.d.ts +6 -0
- package/tencentcloud/services/ess/index.js +7 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +46 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +85 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +707 -0
- package/tencentcloud/services/ess/v20201111/ess_models.js +18 -0
- package/tencentcloud/services/ess/v20201111/index.d.ts +6 -0
- package/tencentcloud/services/ess/v20201111/index.js +9 -0
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +13 -1
- package/tencentcloud/services/gme/v20180711/gme_client.js +18 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +107 -0
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +198 -146
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -0
- package/tencentcloud/services/tdcpg/index.d.ts +6 -0
- package/tencentcloud/services/tdcpg/index.js +7 -0
- package/tencentcloud/services/tdcpg/v20211118/index.d.ts +6 -0
- package/tencentcloud/services/tdcpg/v20211118/index.js +9 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.d.ts +116 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.js +187 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +1111 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.js +18 -0
- package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +22 -5
- package/tencentcloud/services/tdid/v20210519/tdid_client.js +31 -6
- package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +175 -15
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +37 -5
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +54 -6
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +934 -86
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -0
- package/test/antiddos.v20200309.test.js +76 -16
- package/test/apigateway.v20180808.test.js +50 -0
- package/test/cam.v20190116.test.js +10 -0
- package/test/cloudaudit.v20190319.test.js +32 -2
- package/test/dcdb.v20180411.test.js +24 -4
- package/test/ess.v20201111.test.js +111 -0
- package/test/gme.v20180711.test.js +30 -0
- package/test/mariadb.v20170312.test.js +20 -0
- package/test/tdcpg.v20211118.test.js +271 -0
- package/test/tdid.v20210519.test.js +44 -4
- package/test/tsf.v20180326.test.js +84 -4
|
@@ -249,6 +249,31 @@ pcre(正则表达式)
|
|
|
249
249
|
Id?: string
|
|
250
250
|
}
|
|
251
251
|
|
|
252
|
+
/**
|
|
253
|
+
* DeleteCCLevelPolicy请求参数结构体
|
|
254
|
+
*/
|
|
255
|
+
export interface DeleteCCLevelPolicyRequest {
|
|
256
|
+
/**
|
|
257
|
+
* 实例Id
|
|
258
|
+
*/
|
|
259
|
+
InstanceId: string
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* 配置策略的IP
|
|
263
|
+
*/
|
|
264
|
+
Ip: string
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
* 域名
|
|
268
|
+
*/
|
|
269
|
+
Domain: string
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* 协议,可取值http
|
|
273
|
+
*/
|
|
274
|
+
Protocol: string
|
|
275
|
+
}
|
|
276
|
+
|
|
252
277
|
/**
|
|
253
278
|
* 转发类型
|
|
254
279
|
*/
|
|
@@ -807,6 +832,16 @@ export interface CreateIPAlarmThresholdConfigRequest {
|
|
|
807
832
|
IpAlarmThresholdConfigList: Array<IPAlarmThresholdRelation>
|
|
808
833
|
}
|
|
809
834
|
|
|
835
|
+
/**
|
|
836
|
+
* CreateCcBlackWhiteIpList返回参数结构体
|
|
837
|
+
*/
|
|
838
|
+
export interface CreateCcBlackWhiteIpListResponse {
|
|
839
|
+
/**
|
|
840
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
841
|
+
*/
|
|
842
|
+
RequestId?: string
|
|
843
|
+
}
|
|
844
|
+
|
|
810
845
|
/**
|
|
811
846
|
* DescribeDefaultAlarmThreshold返回参数结构体
|
|
812
847
|
*/
|
|
@@ -975,6 +1010,31 @@ export interface ModifyPacketFilterConfigResponse {
|
|
|
975
1010
|
RequestId?: string
|
|
976
1011
|
}
|
|
977
1012
|
|
|
1013
|
+
/**
|
|
1014
|
+
* DescribeCCLevelPolicy请求参数结构体
|
|
1015
|
+
*/
|
|
1016
|
+
export interface DescribeCCLevelPolicyRequest {
|
|
1017
|
+
/**
|
|
1018
|
+
* 实例Id
|
|
1019
|
+
*/
|
|
1020
|
+
InstanceId: string
|
|
1021
|
+
|
|
1022
|
+
/**
|
|
1023
|
+
* IP值
|
|
1024
|
+
*/
|
|
1025
|
+
Ip: string
|
|
1026
|
+
|
|
1027
|
+
/**
|
|
1028
|
+
* 域名
|
|
1029
|
+
*/
|
|
1030
|
+
Domain: string
|
|
1031
|
+
|
|
1032
|
+
/**
|
|
1033
|
+
* 协议,可取值HTTP,HTTPS
|
|
1034
|
+
*/
|
|
1035
|
+
Protocol: string
|
|
1036
|
+
}
|
|
1037
|
+
|
|
978
1038
|
/**
|
|
979
1039
|
* CreateWaterPrintConfig返回参数结构体
|
|
980
1040
|
*/
|
|
@@ -1121,6 +1181,26 @@ export interface CreatePortAclConfigRequest {
|
|
|
1121
1181
|
AclConfig: AclConfig
|
|
1122
1182
|
}
|
|
1123
1183
|
|
|
1184
|
+
/**
|
|
1185
|
+
* DescribeCCThresholdList返回参数结构体
|
|
1186
|
+
*/
|
|
1187
|
+
export interface DescribeCCThresholdListResponse {
|
|
1188
|
+
/**
|
|
1189
|
+
* 清洗阈值策略列表总数
|
|
1190
|
+
*/
|
|
1191
|
+
Total: number
|
|
1192
|
+
|
|
1193
|
+
/**
|
|
1194
|
+
* 清洗阈值策略列表详情
|
|
1195
|
+
*/
|
|
1196
|
+
ThresholdList: Array<CCThresholdPolicy>
|
|
1197
|
+
|
|
1198
|
+
/**
|
|
1199
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1200
|
+
*/
|
|
1201
|
+
RequestId?: string
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1124
1204
|
/**
|
|
1125
1205
|
* DescribeL7RulesBySSLCertId请求参数结构体
|
|
1126
1206
|
*/
|
|
@@ -1251,6 +1331,16 @@ export interface DisassociateDDoSEipAddressResponse {
|
|
|
1251
1331
|
RequestId?: string
|
|
1252
1332
|
}
|
|
1253
1333
|
|
|
1334
|
+
/**
|
|
1335
|
+
* DeleteCCThresholdPolicy返回参数结构体
|
|
1336
|
+
*/
|
|
1337
|
+
export interface DeleteCCThresholdPolicyResponse {
|
|
1338
|
+
/**
|
|
1339
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1340
|
+
*/
|
|
1341
|
+
RequestId?: string
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1254
1344
|
/**
|
|
1255
1345
|
* DeleteBlackWhiteIpList请求参数结构体
|
|
1256
1346
|
*/
|
|
@@ -1295,13 +1385,43 @@ export interface SourceServer {
|
|
|
1295
1385
|
}
|
|
1296
1386
|
|
|
1297
1387
|
/**
|
|
1298
|
-
*
|
|
1388
|
+
* CC分级策略
|
|
1299
1389
|
*/
|
|
1300
|
-
export interface
|
|
1390
|
+
export interface CCLevelPolicy {
|
|
1301
1391
|
/**
|
|
1302
|
-
*
|
|
1392
|
+
* 实例Id
|
|
1303
1393
|
*/
|
|
1304
|
-
|
|
1394
|
+
InstanceId: string
|
|
1395
|
+
|
|
1396
|
+
/**
|
|
1397
|
+
* Ip
|
|
1398
|
+
*/
|
|
1399
|
+
Ip: string
|
|
1400
|
+
|
|
1401
|
+
/**
|
|
1402
|
+
* 协议
|
|
1403
|
+
*/
|
|
1404
|
+
Protocol: string
|
|
1405
|
+
|
|
1406
|
+
/**
|
|
1407
|
+
* 域名
|
|
1408
|
+
*/
|
|
1409
|
+
Domain: string
|
|
1410
|
+
|
|
1411
|
+
/**
|
|
1412
|
+
* 防护等级,可取值default表示默认策略,loose表示宽松,strict表示严格
|
|
1413
|
+
*/
|
|
1414
|
+
Level: string
|
|
1415
|
+
|
|
1416
|
+
/**
|
|
1417
|
+
* 创建时间
|
|
1418
|
+
*/
|
|
1419
|
+
CreateTime: string
|
|
1420
|
+
|
|
1421
|
+
/**
|
|
1422
|
+
* 修改时间
|
|
1423
|
+
*/
|
|
1424
|
+
ModifyTime: string
|
|
1305
1425
|
}
|
|
1306
1426
|
|
|
1307
1427
|
/**
|
|
@@ -1661,24 +1781,23 @@ export interface DeleteCcGeoIPBlockConfigRequest {
|
|
|
1661
1781
|
}
|
|
1662
1782
|
|
|
1663
1783
|
/**
|
|
1664
|
-
*
|
|
1784
|
+
* DescribeCCLevelList返回参数结构体
|
|
1665
1785
|
*/
|
|
1666
|
-
export interface
|
|
1786
|
+
export interface DescribeCCLevelListResponse {
|
|
1667
1787
|
/**
|
|
1668
|
-
*
|
|
1788
|
+
* 分级策略列表总数
|
|
1669
1789
|
*/
|
|
1670
|
-
|
|
1790
|
+
Total: number
|
|
1671
1791
|
|
|
1672
1792
|
/**
|
|
1673
|
-
*
|
|
1793
|
+
* 分级策略列表详情
|
|
1674
1794
|
*/
|
|
1675
|
-
|
|
1795
|
+
LevelList: Array<CCLevelPolicy>
|
|
1676
1796
|
|
|
1677
1797
|
/**
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
Port?: number
|
|
1798
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1799
|
+
*/
|
|
1800
|
+
RequestId?: string
|
|
1682
1801
|
}
|
|
1683
1802
|
|
|
1684
1803
|
/**
|
|
@@ -1782,21 +1901,13 @@ export interface DDoSSpeedLimitConfigRelation {
|
|
|
1782
1901
|
}
|
|
1783
1902
|
|
|
1784
1903
|
/**
|
|
1785
|
-
*
|
|
1904
|
+
* DeleteCCLevelPolicy返回参数结构体
|
|
1786
1905
|
*/
|
|
1787
|
-
export interface
|
|
1788
|
-
/**
|
|
1789
|
-
* 套餐包的类型,取值[
|
|
1790
|
-
staticpack:高防IP三网套餐包
|
|
1791
|
-
insurance:保险套餐包
|
|
1792
|
-
]
|
|
1793
|
-
*/
|
|
1794
|
-
PackType: string
|
|
1795
|
-
|
|
1906
|
+
export interface DeleteCCLevelPolicyResponse {
|
|
1796
1907
|
/**
|
|
1797
|
-
*
|
|
1908
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1798
1909
|
*/
|
|
1799
|
-
|
|
1910
|
+
RequestId?: string
|
|
1800
1911
|
}
|
|
1801
1912
|
|
|
1802
1913
|
/**
|
|
@@ -1983,6 +2094,27 @@ shortfpcheckall(精简模式)
|
|
|
1983
2094
|
Verify?: string
|
|
1984
2095
|
}
|
|
1985
2096
|
|
|
2097
|
+
/**
|
|
2098
|
+
* L4规则回源列表
|
|
2099
|
+
*/
|
|
2100
|
+
export interface L4RuleSource {
|
|
2101
|
+
/**
|
|
2102
|
+
* 回源IP或域名
|
|
2103
|
+
*/
|
|
2104
|
+
Source: string
|
|
2105
|
+
|
|
2106
|
+
/**
|
|
2107
|
+
* 权重值,取值[0,100]
|
|
2108
|
+
*/
|
|
2109
|
+
Weight: number
|
|
2110
|
+
|
|
2111
|
+
/**
|
|
2112
|
+
* 8000
|
|
2113
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2114
|
+
*/
|
|
2115
|
+
Port?: number
|
|
2116
|
+
}
|
|
2117
|
+
|
|
1986
2118
|
/**
|
|
1987
2119
|
* 协议封禁配置
|
|
1988
2120
|
*/
|
|
@@ -2583,6 +2715,24 @@ export interface DeleteDDoSBlackWhiteIpListRequest {
|
|
|
2583
2715
|
Type: string
|
|
2584
2716
|
}
|
|
2585
2717
|
|
|
2718
|
+
/**
|
|
2719
|
+
* 套餐包信息
|
|
2720
|
+
*/
|
|
2721
|
+
export interface PackInfo {
|
|
2722
|
+
/**
|
|
2723
|
+
* 套餐包的类型,取值[
|
|
2724
|
+
staticpack:高防IP三网套餐包
|
|
2725
|
+
insurance:保险套餐包
|
|
2726
|
+
]
|
|
2727
|
+
*/
|
|
2728
|
+
PackType: string
|
|
2729
|
+
|
|
2730
|
+
/**
|
|
2731
|
+
* 套餐包的ID
|
|
2732
|
+
*/
|
|
2733
|
+
PackId: string
|
|
2734
|
+
}
|
|
2735
|
+
|
|
2586
2736
|
/**
|
|
2587
2737
|
* CreateDDoSConnectLimit返回参数结构体
|
|
2588
2738
|
*/
|
|
@@ -2944,9 +3094,14 @@ export interface AssociateDDoSEipLoadBalancerRequest {
|
|
|
2944
3094
|
LoadBalancerID: string
|
|
2945
3095
|
|
|
2946
3096
|
/**
|
|
2947
|
-
*
|
|
3097
|
+
* CLB所在地域,例如:ap-hongkong。
|
|
2948
3098
|
*/
|
|
2949
3099
|
LoadBalancerRegion: string
|
|
3100
|
+
|
|
3101
|
+
/**
|
|
3102
|
+
* CLB内网IP
|
|
3103
|
+
*/
|
|
3104
|
+
Vip?: string
|
|
2950
3105
|
}
|
|
2951
3106
|
|
|
2952
3107
|
/**
|
|
@@ -3255,6 +3410,31 @@ export interface ProtocolPort {
|
|
|
3255
3410
|
Port: number
|
|
3256
3411
|
}
|
|
3257
3412
|
|
|
3413
|
+
/**
|
|
3414
|
+
* DescribeCCLevelList请求参数结构体
|
|
3415
|
+
*/
|
|
3416
|
+
export interface DescribeCCLevelListRequest {
|
|
3417
|
+
/**
|
|
3418
|
+
* 大禹子产品代号(bgp-multip表示高防包)
|
|
3419
|
+
*/
|
|
3420
|
+
Business: string
|
|
3421
|
+
|
|
3422
|
+
/**
|
|
3423
|
+
* 页起始偏移,取值为(页码-1)*一页条数
|
|
3424
|
+
*/
|
|
3425
|
+
Offset: number
|
|
3426
|
+
|
|
3427
|
+
/**
|
|
3428
|
+
* 一页条数
|
|
3429
|
+
*/
|
|
3430
|
+
Limit: number
|
|
3431
|
+
|
|
3432
|
+
/**
|
|
3433
|
+
* 指定实例Id
|
|
3434
|
+
*/
|
|
3435
|
+
InstanceId?: string
|
|
3436
|
+
}
|
|
3437
|
+
|
|
3258
3438
|
/**
|
|
3259
3439
|
* ModifyCCThresholdPolicy请求参数结构体
|
|
3260
3440
|
*/
|
|
@@ -3286,9 +3466,9 @@ export interface ModifyCCThresholdPolicyRequest {
|
|
|
3286
3466
|
}
|
|
3287
3467
|
|
|
3288
3468
|
/**
|
|
3289
|
-
*
|
|
3469
|
+
* DeleteDDoSGeoIPBlockConfig返回参数结构体
|
|
3290
3470
|
*/
|
|
3291
|
-
export interface
|
|
3471
|
+
export interface DeleteDDoSGeoIPBlockConfigResponse {
|
|
3292
3472
|
/**
|
|
3293
3473
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3294
3474
|
*/
|
|
@@ -3674,6 +3854,31 @@ export interface AssociateDDoSEipLoadBalancerResponse {
|
|
|
3674
3854
|
RequestId?: string
|
|
3675
3855
|
}
|
|
3676
3856
|
|
|
3857
|
+
/**
|
|
3858
|
+
* DescribeCCThresholdList请求参数结构体
|
|
3859
|
+
*/
|
|
3860
|
+
export interface DescribeCCThresholdListRequest {
|
|
3861
|
+
/**
|
|
3862
|
+
* 大禹子产品代号(bgp-multip表示高防包)
|
|
3863
|
+
*/
|
|
3864
|
+
Business: string
|
|
3865
|
+
|
|
3866
|
+
/**
|
|
3867
|
+
* 页起始偏移,取值为(页码-1)*一页条数
|
|
3868
|
+
*/
|
|
3869
|
+
Offset: number
|
|
3870
|
+
|
|
3871
|
+
/**
|
|
3872
|
+
* 一页条数
|
|
3873
|
+
*/
|
|
3874
|
+
Limit: number
|
|
3875
|
+
|
|
3876
|
+
/**
|
|
3877
|
+
* 指定实例Id
|
|
3878
|
+
*/
|
|
3879
|
+
InstanceId?: string
|
|
3880
|
+
}
|
|
3881
|
+
|
|
3677
3882
|
/**
|
|
3678
3883
|
* CreateBlackWhiteIpList请求参数结构体
|
|
3679
3884
|
*/
|
|
@@ -3978,6 +4183,56 @@ export interface DeleteDDoSBlackWhiteIpListResponse {
|
|
|
3978
4183
|
RequestId?: string
|
|
3979
4184
|
}
|
|
3980
4185
|
|
|
4186
|
+
/**
|
|
4187
|
+
* CC清洗阈值策略
|
|
4188
|
+
*/
|
|
4189
|
+
export interface CCThresholdPolicy {
|
|
4190
|
+
/**
|
|
4191
|
+
* 实例Id
|
|
4192
|
+
*/
|
|
4193
|
+
InstanceId: string
|
|
4194
|
+
|
|
4195
|
+
/**
|
|
4196
|
+
* Ip地址
|
|
4197
|
+
*/
|
|
4198
|
+
Ip: string
|
|
4199
|
+
|
|
4200
|
+
/**
|
|
4201
|
+
* 协议
|
|
4202
|
+
*/
|
|
4203
|
+
Protocol: string
|
|
4204
|
+
|
|
4205
|
+
/**
|
|
4206
|
+
* 域名
|
|
4207
|
+
*/
|
|
4208
|
+
Domain: string
|
|
4209
|
+
|
|
4210
|
+
/**
|
|
4211
|
+
* 清洗阈值
|
|
4212
|
+
*/
|
|
4213
|
+
Threshold: number
|
|
4214
|
+
|
|
4215
|
+
/**
|
|
4216
|
+
* 创建时间
|
|
4217
|
+
*/
|
|
4218
|
+
CreateTime: string
|
|
4219
|
+
|
|
4220
|
+
/**
|
|
4221
|
+
* 修改时间
|
|
4222
|
+
*/
|
|
4223
|
+
ModifyTime: string
|
|
4224
|
+
}
|
|
4225
|
+
|
|
4226
|
+
/**
|
|
4227
|
+
* ModifyDomainUsrName返回参数结构体
|
|
4228
|
+
*/
|
|
4229
|
+
export interface ModifyDomainUsrNameResponse {
|
|
4230
|
+
/**
|
|
4231
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4232
|
+
*/
|
|
4233
|
+
RequestId?: string
|
|
4234
|
+
}
|
|
4235
|
+
|
|
3981
4236
|
/**
|
|
3982
4237
|
* DescribeCCTrend返回参数结构体
|
|
3983
4238
|
*/
|
|
@@ -4239,6 +4494,41 @@ export interface DeleteCCRequestLimitPolicyResponse {
|
|
|
4239
4494
|
RequestId?: string
|
|
4240
4495
|
}
|
|
4241
4496
|
|
|
4497
|
+
/**
|
|
4498
|
+
* CreateCcBlackWhiteIpList请求参数结构体
|
|
4499
|
+
*/
|
|
4500
|
+
export interface CreateCcBlackWhiteIpListRequest {
|
|
4501
|
+
/**
|
|
4502
|
+
* 资源实例ID
|
|
4503
|
+
*/
|
|
4504
|
+
InstanceId: string
|
|
4505
|
+
|
|
4506
|
+
/**
|
|
4507
|
+
* IP列表
|
|
4508
|
+
*/
|
|
4509
|
+
IpList: Array<IpSegment>
|
|
4510
|
+
|
|
4511
|
+
/**
|
|
4512
|
+
* IP类型,取值[black(黑名单IP), white(白名单IP)]
|
|
4513
|
+
*/
|
|
4514
|
+
Type: string
|
|
4515
|
+
|
|
4516
|
+
/**
|
|
4517
|
+
* Ip地址
|
|
4518
|
+
*/
|
|
4519
|
+
Ip: string
|
|
4520
|
+
|
|
4521
|
+
/**
|
|
4522
|
+
* 域名
|
|
4523
|
+
*/
|
|
4524
|
+
Domain: string
|
|
4525
|
+
|
|
4526
|
+
/**
|
|
4527
|
+
* 协议
|
|
4528
|
+
*/
|
|
4529
|
+
Protocol: string
|
|
4530
|
+
}
|
|
4531
|
+
|
|
4242
4532
|
/**
|
|
4243
4533
|
* 高防包资产实例信息
|
|
4244
4534
|
*/
|
|
@@ -4461,6 +4751,21 @@ export interface DescribeListPortAclListRequest {
|
|
|
4461
4751
|
FilterIp?: string
|
|
4462
4752
|
}
|
|
4463
4753
|
|
|
4754
|
+
/**
|
|
4755
|
+
* DescribeCCLevelPolicy返回参数结构体
|
|
4756
|
+
*/
|
|
4757
|
+
export interface DescribeCCLevelPolicyResponse {
|
|
4758
|
+
/**
|
|
4759
|
+
* CC防护等级,可取值loose表示宽松,strict表示严格,normal表示适中, emergency表示攻击紧急, sup_loose表示超级宽松,default表示默认策略(无频控配置下发),customized表示自定义策略
|
|
4760
|
+
*/
|
|
4761
|
+
Level: string
|
|
4762
|
+
|
|
4763
|
+
/**
|
|
4764
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4765
|
+
*/
|
|
4766
|
+
RequestId?: string
|
|
4767
|
+
}
|
|
4768
|
+
|
|
4464
4769
|
/**
|
|
4465
4770
|
* DescribeListWaterPrintConfig返回参数结构体
|
|
4466
4771
|
*/
|
|
@@ -4511,6 +4816,31 @@ export interface DeleteDDoSSpeedLimitConfigResponse {
|
|
|
4511
4816
|
RequestId?: string
|
|
4512
4817
|
}
|
|
4513
4818
|
|
|
4819
|
+
/**
|
|
4820
|
+
* DeleteCCThresholdPolicy请求参数结构体
|
|
4821
|
+
*/
|
|
4822
|
+
export interface DeleteCCThresholdPolicyRequest {
|
|
4823
|
+
/**
|
|
4824
|
+
* 实例Id
|
|
4825
|
+
*/
|
|
4826
|
+
InstanceId: string
|
|
4827
|
+
|
|
4828
|
+
/**
|
|
4829
|
+
* 配置策略的IP
|
|
4830
|
+
*/
|
|
4831
|
+
Ip: string
|
|
4832
|
+
|
|
4833
|
+
/**
|
|
4834
|
+
* 域名
|
|
4835
|
+
*/
|
|
4836
|
+
Domain: string
|
|
4837
|
+
|
|
4838
|
+
/**
|
|
4839
|
+
* 协议,可取值http
|
|
4840
|
+
*/
|
|
4841
|
+
Protocol: string
|
|
4842
|
+
}
|
|
4843
|
+
|
|
4514
4844
|
/**
|
|
4515
4845
|
* DescribeListListener请求参数结构体
|
|
4516
4846
|
*/
|
|
@@ -4649,9 +4979,9 @@ export interface CreateWaterPrintKeyResponse {
|
|
|
4649
4979
|
}
|
|
4650
4980
|
|
|
4651
4981
|
/**
|
|
4652
|
-
*
|
|
4982
|
+
* DeleteCCPrecisionPolicy返回参数结构体
|
|
4653
4983
|
*/
|
|
4654
|
-
export interface
|
|
4984
|
+
export interface DeleteCCPrecisionPolicyResponse {
|
|
4655
4985
|
/**
|
|
4656
4986
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4657
4987
|
*/
|