tencentcloud-sdk-nodejs 4.0.298 → 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 +170 -0
- package/SERVICE_CHANGELOG.md +287 -132
- package/package.json +1 -1
- package/products.md +9 -8
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +127 -53
- package/src/services/antiddos/v20200309/antiddos_models.ts +355 -30
- package/src/services/billing/v20180709/billing_models.ts +12 -0
- package/src/services/clb/v20180317/clb_client.ts +0 -3
- package/src/services/gme/v20180711/gme_models.ts +10 -10
- package/src/services/index.ts +1 -0
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_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/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- 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 +302 -28
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +10 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +0 -3
- package/tencentcloud/services/clb/v20180317/clb_client.js +0 -3
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +10 -10
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- 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/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/test/antiddos.v20200309.test.js +76 -16
- package/test/tdcpg.v20211118.test.js +271 -0
- package/test/tdid.v20210519.test.js +44 -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
|
|
1906
|
+
export interface DeleteCCLevelPolicyResponse {
|
|
1788
1907
|
/**
|
|
1789
|
-
|
|
1790
|
-
staticpack:高防IP三网套餐包
|
|
1791
|
-
insurance:保险套餐包
|
|
1792
|
-
]
|
|
1793
|
-
*/
|
|
1794
|
-
PackType: string
|
|
1795
|
-
|
|
1796
|
-
/**
|
|
1797
|
-
* 套餐包的ID
|
|
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
|
*/
|
|
@@ -3260,6 +3410,31 @@ export interface ProtocolPort {
|
|
|
3260
3410
|
Port: number
|
|
3261
3411
|
}
|
|
3262
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
|
+
|
|
3263
3438
|
/**
|
|
3264
3439
|
* ModifyCCThresholdPolicy请求参数结构体
|
|
3265
3440
|
*/
|
|
@@ -3291,9 +3466,9 @@ export interface ModifyCCThresholdPolicyRequest {
|
|
|
3291
3466
|
}
|
|
3292
3467
|
|
|
3293
3468
|
/**
|
|
3294
|
-
*
|
|
3469
|
+
* DeleteDDoSGeoIPBlockConfig返回参数结构体
|
|
3295
3470
|
*/
|
|
3296
|
-
export interface
|
|
3471
|
+
export interface DeleteDDoSGeoIPBlockConfigResponse {
|
|
3297
3472
|
/**
|
|
3298
3473
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3299
3474
|
*/
|
|
@@ -3679,6 +3854,31 @@ export interface AssociateDDoSEipLoadBalancerResponse {
|
|
|
3679
3854
|
RequestId?: string
|
|
3680
3855
|
}
|
|
3681
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
|
+
|
|
3682
3882
|
/**
|
|
3683
3883
|
* CreateBlackWhiteIpList请求参数结构体
|
|
3684
3884
|
*/
|
|
@@ -3983,6 +4183,56 @@ export interface DeleteDDoSBlackWhiteIpListResponse {
|
|
|
3983
4183
|
RequestId?: string
|
|
3984
4184
|
}
|
|
3985
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
|
+
|
|
3986
4236
|
/**
|
|
3987
4237
|
* DescribeCCTrend返回参数结构体
|
|
3988
4238
|
*/
|
|
@@ -4244,6 +4494,41 @@ export interface DeleteCCRequestLimitPolicyResponse {
|
|
|
4244
4494
|
RequestId?: string
|
|
4245
4495
|
}
|
|
4246
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
|
+
|
|
4247
4532
|
/**
|
|
4248
4533
|
* 高防包资产实例信息
|
|
4249
4534
|
*/
|
|
@@ -4466,6 +4751,21 @@ export interface DescribeListPortAclListRequest {
|
|
|
4466
4751
|
FilterIp?: string
|
|
4467
4752
|
}
|
|
4468
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
|
+
|
|
4469
4769
|
/**
|
|
4470
4770
|
* DescribeListWaterPrintConfig返回参数结构体
|
|
4471
4771
|
*/
|
|
@@ -4516,6 +4816,31 @@ export interface DeleteDDoSSpeedLimitConfigResponse {
|
|
|
4516
4816
|
RequestId?: string
|
|
4517
4817
|
}
|
|
4518
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
|
+
|
|
4519
4844
|
/**
|
|
4520
4845
|
* DescribeListListener请求参数结构体
|
|
4521
4846
|
*/
|
|
@@ -4654,9 +4979,9 @@ export interface CreateWaterPrintKeyResponse {
|
|
|
4654
4979
|
}
|
|
4655
4980
|
|
|
4656
4981
|
/**
|
|
4657
|
-
*
|
|
4982
|
+
* DeleteCCPrecisionPolicy返回参数结构体
|
|
4658
4983
|
*/
|
|
4659
|
-
export interface
|
|
4984
|
+
export interface DeleteCCPrecisionPolicyResponse {
|
|
4660
4985
|
/**
|
|
4661
4986
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4662
4987
|
*/
|
|
@@ -2441,6 +2441,18 @@ postMoveIn 按量计费迁入资源
|
|
|
2441
2441
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2442
2442
|
*/
|
|
2443
2443
|
Action: string
|
|
2444
|
+
|
|
2445
|
+
/**
|
|
2446
|
+
* 产品编码中文名称
|
|
2447
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2448
|
+
*/
|
|
2449
|
+
ProductName: string
|
|
2450
|
+
|
|
2451
|
+
/**
|
|
2452
|
+
* 子产品编码中文名称
|
|
2453
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2454
|
+
*/
|
|
2455
|
+
SubProductName: string
|
|
2444
2456
|
}
|
|
2445
2457
|
|
|
2446
2458
|
/**
|
|
@@ -948,9 +948,6 @@ export class Client extends AbstractClient {
|
|
|
948
948
|
不支持后端类型为 目标组、SCF云函数
|
|
949
949
|
个性化配置、重定向配置、安全组默认放通开关 将不会被克隆,须手工配置
|
|
950
950
|
|
|
951
|
-
权限说明:
|
|
952
|
-
调用克隆接口用户需要具有:CreateLoadBalancer、CreateLoadBalancerListeners、CreateListenerRules、BatchRegisterTargets、SetLoadBalancerSecurityGroups、ModifyLoadBalancerAttributes、SetLoadBalancerClsLog、DeleteLoadBalancer权限,其中DeleteLoadBalancer用于克隆失败回滚流程,如果没有该接口权限,克隆失败后可能会残留克隆失败的CLB数据。
|
|
953
|
-
|
|
954
951
|
通过接口调用:
|
|
955
952
|
BGP带宽包必须传带宽包id
|
|
956
953
|
独占集群克隆必须传对应的参数,否则按共享型创建
|
|
@@ -180,7 +180,7 @@ export interface CreateAgeDetectTaskResponse {
|
|
|
180
180
|
*/
|
|
181
181
|
export interface DescribeRealtimeScanConfigResponse {
|
|
182
182
|
/**
|
|
183
|
-
*
|
|
183
|
+
* 返回结果码,0正常,非0失败
|
|
184
184
|
*/
|
|
185
185
|
ErrorCode: number
|
|
186
186
|
|
|
@@ -190,27 +190,27 @@ export interface DescribeRealtimeScanConfigResponse {
|
|
|
190
190
|
BizId: number
|
|
191
191
|
|
|
192
192
|
/**
|
|
193
|
-
*
|
|
193
|
+
* 送检类型,0: 全量送审,1: 自定义送审
|
|
194
194
|
*/
|
|
195
195
|
AuditType: number
|
|
196
196
|
|
|
197
197
|
/**
|
|
198
|
-
*
|
|
198
|
+
* 用户号正则表达式
|
|
199
199
|
*/
|
|
200
200
|
UserIdRegex: Array<string>
|
|
201
201
|
|
|
202
202
|
/**
|
|
203
|
-
*
|
|
203
|
+
* 房间号正则表达式
|
|
204
204
|
*/
|
|
205
205
|
RoomIdRegex: Array<string>
|
|
206
206
|
|
|
207
207
|
/**
|
|
208
|
-
*
|
|
208
|
+
* 用户号字符串,逗号分隔,示例:"0001,0002,0003"
|
|
209
209
|
*/
|
|
210
210
|
UserIdString: string
|
|
211
211
|
|
|
212
212
|
/**
|
|
213
|
-
*
|
|
213
|
+
* 房间号字符串,逗号分隔,示例:"0001,0002,0003"
|
|
214
214
|
*/
|
|
215
215
|
RoomIdString: string
|
|
216
216
|
|
|
@@ -282,12 +282,12 @@ export interface UpdateScanRoomsRequest {
|
|
|
282
282
|
BizId: number
|
|
283
283
|
|
|
284
284
|
/**
|
|
285
|
-
*
|
|
285
|
+
* 需要送检的所有房间号。多个房间号之间用","分隔。示例:"0001,0002,0003"
|
|
286
286
|
*/
|
|
287
287
|
RoomIdString?: string
|
|
288
288
|
|
|
289
289
|
/**
|
|
290
|
-
*
|
|
290
|
+
* 符合此正则表达式规则的房间号将被送检。示例:["^6.*"] 表示所有以6开头的房间号将被送检
|
|
291
291
|
*/
|
|
292
292
|
RoomIdRegex?: Array<string>
|
|
293
293
|
}
|
|
@@ -1303,12 +1303,12 @@ export interface UpdateScanUsersRequest {
|
|
|
1303
1303
|
BizId: number
|
|
1304
1304
|
|
|
1305
1305
|
/**
|
|
1306
|
-
*
|
|
1306
|
+
* 需要送检的所有用户号。多个用户号之间用","分隔。示例:"0001,0002,0003"
|
|
1307
1307
|
*/
|
|
1308
1308
|
UserIdString?: string
|
|
1309
1309
|
|
|
1310
1310
|
/**
|
|
1311
|
-
*
|
|
1311
|
+
* 符合此正则表达式规则的用户号将被送检。示例:["^6.*"] 表示所有以6开头的用户号将被送检
|
|
1312
1312
|
*/
|
|
1313
1313
|
UserIdRegex?: Array<string>
|
|
1314
1314
|
}
|
package/src/services/index.ts
CHANGED
|
@@ -156,6 +156,7 @@ export { tci } from "./tci"
|
|
|
156
156
|
export { tcm } from "./tcm"
|
|
157
157
|
export { tcr } from "./tcr"
|
|
158
158
|
export { tcss } from "./tcss"
|
|
159
|
+
export { tdcpg } from "./tdcpg"
|
|
159
160
|
export { tdid } from "./tdid"
|
|
160
161
|
export { tdmq } from "./tdmq"
|
|
161
162
|
export { tem } from "./tem"
|
|
@@ -607,7 +607,7 @@ export interface CreateAlarmPolicyRequest {
|
|
|
607
607
|
ProjectId?: number
|
|
608
608
|
|
|
609
609
|
/**
|
|
610
|
-
* 触发条件模板 Id
|
|
610
|
+
* 触发条件模板 Id,该参数与 Condition 参数二选一。如果策略绑定触发条件模板,则传该参数;否则不传该参数,而是传 Condition 参数。触发条件模板 Id 可以从 [DescribeConditionsTemplateList](https://cloud.tencent.com/document/api/248/70250) 接口获取。
|
|
611
611
|
*/
|
|
612
612
|
ConditionTemplateId?: number
|
|
613
613
|
|
|
@@ -725,6 +725,12 @@ export interface DescribeAssetImageRegistryRegistryDetailResponse {
|
|
|
725
725
|
*/
|
|
726
726
|
SpeedLimit: number
|
|
727
727
|
|
|
728
|
+
/**
|
|
729
|
+
* 安全模式(证书校验):0(默认) 非安全模式(跳过证书校验):1
|
|
730
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
731
|
+
*/
|
|
732
|
+
Insecure: number
|
|
733
|
+
|
|
728
734
|
/**
|
|
729
735
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
730
736
|
*/
|
|
@@ -3320,6 +3326,11 @@ export interface AddAssetImageRegistryRegistryDetailRequest {
|
|
|
3320
3326
|
* 限速
|
|
3321
3327
|
*/
|
|
3322
3328
|
SpeedLimit?: number
|
|
3329
|
+
|
|
3330
|
+
/**
|
|
3331
|
+
* 安全模式(证书校验):0(默认) 非安全模式(跳过证书校验):1
|
|
3332
|
+
*/
|
|
3333
|
+
Insecure?: number
|
|
3323
3334
|
}
|
|
3324
3335
|
|
|
3325
3336
|
/**
|
|
@@ -7579,6 +7590,16 @@ export interface DescribeComplianceWhitelistItemListRequest {
|
|
|
7579
7590
|
* 查询过滤器
|
|
7580
7591
|
*/
|
|
7581
7592
|
Filters?: Array<ComplianceFilters>
|
|
7593
|
+
|
|
7594
|
+
/**
|
|
7595
|
+
* 排序字段
|
|
7596
|
+
*/
|
|
7597
|
+
By?: string
|
|
7598
|
+
|
|
7599
|
+
/**
|
|
7600
|
+
* 排序方式 desc asc
|
|
7601
|
+
*/
|
|
7602
|
+
Order?: string
|
|
7582
7603
|
}
|
|
7583
7604
|
|
|
7584
7605
|
/**
|
|
@@ -11533,6 +11554,11 @@ export interface UpdateAssetImageRegistryRegistryDetailRequest {
|
|
|
11533
11554
|
* 限速
|
|
11534
11555
|
*/
|
|
11535
11556
|
SpeedLimit?: number
|
|
11557
|
+
|
|
11558
|
+
/**
|
|
11559
|
+
* 安全模式(证书校验):0(默认) 非安全模式(跳过证书校验):1
|
|
11560
|
+
*/
|
|
11561
|
+
Insecure?: number
|
|
11536
11562
|
}
|
|
11537
11563
|
|
|
11538
11564
|
/**
|