tencentcloud-sdk-nodejs 4.0.655 → 4.0.656
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 +44 -0
- package/SERVICE_CHANGELOG.md +74 -309
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +53 -53
- package/src/services/cls/v20201016/cls_models.ts +9 -1
- package/src/services/ess/v20201111/ess_client.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +32 -20
- package/src/services/essbasic/v20210526/essbasic_client.ts +17 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +9 -9
- package/src/services/ocr/v20181119/ocr_client.ts +4 -2
- package/src/services/ocr/v20181119/ocr_models.ts +3 -3
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +3 -3
- package/src/services/teo/v20220901/teo_models.ts +4 -4
- package/src/services/tiw/v20190919/tiw_client.ts +1 -1
- package/src/services/tiw/v20190919/tiw_models.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +24 -24
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +53 -53
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +32 -20
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +17 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -9
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +4 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -3
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +3 -3
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -4
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +1 -1
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +1 -1
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +24 -24
|
@@ -188,15 +188,15 @@ export interface BusinessCardOCRResponse {
|
|
|
188
188
|
/**
|
|
189
189
|
* 名片识别结果,具体内容请点击左侧链接。
|
|
190
190
|
*/
|
|
191
|
-
BusinessCardInfos
|
|
191
|
+
BusinessCardInfos?: Array<BusinessCardInfo>
|
|
192
192
|
/**
|
|
193
193
|
* 返回图像预处理后的图片,图像预处理未开启时返回内容为空。
|
|
194
194
|
*/
|
|
195
|
-
RetImageBase64
|
|
195
|
+
RetImageBase64?: string
|
|
196
196
|
/**
|
|
197
197
|
* 图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href="https://cloud.tencent.com/document/product/866/45139">如何纠正倾斜文本</a>
|
|
198
198
|
*/
|
|
199
|
-
Angle
|
|
199
|
+
Angle?: number
|
|
200
200
|
/**
|
|
201
201
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
202
202
|
*/
|
|
@@ -833,7 +833,7 @@ export class Client extends AbstractClient {
|
|
|
833
833
|
}
|
|
834
834
|
|
|
835
835
|
/**
|
|
836
|
-
*
|
|
836
|
+
* 该接口已下线,请使用数据库智能管家 DBbrain 接口 [DescribeProxyProcessStatistics] (https://cloud.tencent.com/document/product/1130/84544) 获取实例访问来源。
|
|
837
837
|
*/
|
|
838
838
|
async DescribeInstanceMonitorSIP(
|
|
839
839
|
req: DescribeInstanceMonitorSIPRequest,
|
|
@@ -638,19 +638,19 @@ export interface SendRocketMQMessageRequest {
|
|
|
638
638
|
}
|
|
639
639
|
|
|
640
640
|
/**
|
|
641
|
-
* RabbitMQ
|
|
641
|
+
* RabbitMQ专享版云服务器
|
|
642
642
|
*/
|
|
643
643
|
export interface RabbitMQPrivateVirtualHost {
|
|
644
644
|
/**
|
|
645
645
|
* 虚拟主机的名字
|
|
646
646
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
647
647
|
*/
|
|
648
|
-
VirtualHostName
|
|
648
|
+
VirtualHostName?: string
|
|
649
649
|
/**
|
|
650
650
|
* 虚拟主机的描述
|
|
651
651
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
652
652
|
*/
|
|
653
|
-
Description
|
|
653
|
+
Description?: string
|
|
654
654
|
}
|
|
655
655
|
|
|
656
656
|
/**
|
|
@@ -150,9 +150,9 @@ export interface ExceptUserRuleCondition {
|
|
|
150
150
|
*/
|
|
151
151
|
export interface CheckCnameStatusResponse {
|
|
152
152
|
/**
|
|
153
|
-
*
|
|
153
|
+
* 加速域名 CNAME 状态信息列表。
|
|
154
154
|
*/
|
|
155
|
-
CnameStatus
|
|
155
|
+
CnameStatus?: Array<CnameStatus>
|
|
156
156
|
/**
|
|
157
157
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
158
158
|
*/
|
|
@@ -6003,11 +6003,11 @@ export interface RewriteAction {
|
|
|
6003
6003
|
*/
|
|
6004
6004
|
export interface CheckCnameStatusRequest {
|
|
6005
6005
|
/**
|
|
6006
|
-
* 站点ID。
|
|
6006
|
+
* 站点 ID。
|
|
6007
6007
|
*/
|
|
6008
6008
|
ZoneId: string
|
|
6009
6009
|
/**
|
|
6010
|
-
*
|
|
6010
|
+
* 加速域名列表。
|
|
6011
6011
|
*/
|
|
6012
6012
|
RecordNames: Array<string>
|
|
6013
6013
|
}
|
|
@@ -6663,112 +6663,112 @@ export interface Cluster {
|
|
|
6663
6663
|
/**
|
|
6664
6664
|
* 集群ID
|
|
6665
6665
|
*/
|
|
6666
|
-
ClusterId
|
|
6666
|
+
ClusterId?: string
|
|
6667
6667
|
/**
|
|
6668
6668
|
* 集群名称
|
|
6669
6669
|
*/
|
|
6670
|
-
ClusterName
|
|
6670
|
+
ClusterName?: string
|
|
6671
6671
|
/**
|
|
6672
6672
|
* 集群描述
|
|
6673
6673
|
*/
|
|
6674
|
-
ClusterDescription
|
|
6674
|
+
ClusterDescription?: string
|
|
6675
6675
|
/**
|
|
6676
6676
|
* 集群版本(默认值为1.10.5)
|
|
6677
6677
|
*/
|
|
6678
|
-
ClusterVersion
|
|
6678
|
+
ClusterVersion?: string
|
|
6679
6679
|
/**
|
|
6680
6680
|
* 集群系统。centos7.2x86_64 或者 ubuntu16.04.1 LTSx86_64,默认取值为ubuntu16.04.1 LTSx86_64
|
|
6681
6681
|
*/
|
|
6682
|
-
ClusterOs
|
|
6682
|
+
ClusterOs?: string
|
|
6683
6683
|
/**
|
|
6684
6684
|
* 集群类型,托管集群:MANAGED_CLUSTER,独立集群:INDEPENDENT_CLUSTER。
|
|
6685
6685
|
*/
|
|
6686
|
-
ClusterType
|
|
6686
|
+
ClusterType?: string
|
|
6687
6687
|
/**
|
|
6688
6688
|
* 集群网络相关参数
|
|
6689
6689
|
*/
|
|
6690
|
-
ClusterNetworkSettings
|
|
6690
|
+
ClusterNetworkSettings?: ClusterNetworkSettings
|
|
6691
6691
|
/**
|
|
6692
6692
|
* 集群当前node数量
|
|
6693
6693
|
*/
|
|
6694
|
-
ClusterNodeNum
|
|
6694
|
+
ClusterNodeNum?: number
|
|
6695
6695
|
/**
|
|
6696
6696
|
* 集群所属的项目ID
|
|
6697
6697
|
*/
|
|
6698
|
-
ProjectId
|
|
6698
|
+
ProjectId?: number
|
|
6699
6699
|
/**
|
|
6700
6700
|
* 标签描述列表。
|
|
6701
6701
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6702
6702
|
*/
|
|
6703
|
-
TagSpecification
|
|
6703
|
+
TagSpecification?: Array<TagSpecification>
|
|
6704
6704
|
/**
|
|
6705
6705
|
* 集群状态 (Trading 集群开通中,Creating 创建中,Running 运行中,Deleting 删除中,Idling 闲置中,Recovering 唤醒中,Scaling 规模调整中,Upgrading 升级中,WaittingForConnect 等待注册,Trading 集群开通中,Isolated 欠费隔离中,Pause 集群升级暂停,NodeUpgrading 节点升级中,RuntimeUpgrading 节点运行时升级中,MasterScaling Master扩缩容中,ClusterLevelUpgrading 调整规格中,ResourceIsolate 隔离中,ResourceIsolated 已隔离,ResourceReverse 冲正中,Abnormal 异常)
|
|
6706
6706
|
*/
|
|
6707
|
-
ClusterStatus
|
|
6707
|
+
ClusterStatus?: string
|
|
6708
6708
|
/**
|
|
6709
6709
|
* 集群属性(包括集群不同属性的MAP,属性字段包括NodeNameType (lan-ip模式和hostname 模式,默认无lan-ip模式))
|
|
6710
6710
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6711
6711
|
*/
|
|
6712
|
-
Property
|
|
6712
|
+
Property?: string
|
|
6713
6713
|
/**
|
|
6714
6714
|
* 集群当前master数量
|
|
6715
6715
|
*/
|
|
6716
|
-
ClusterMaterNodeNum
|
|
6716
|
+
ClusterMaterNodeNum?: number
|
|
6717
6717
|
/**
|
|
6718
6718
|
* 集群使用镜像id
|
|
6719
6719
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6720
6720
|
*/
|
|
6721
|
-
ImageId
|
|
6721
|
+
ImageId?: string
|
|
6722
6722
|
/**
|
|
6723
6723
|
* OsCustomizeType 系统定制类型
|
|
6724
6724
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6725
6725
|
*/
|
|
6726
|
-
OsCustomizeType
|
|
6726
|
+
OsCustomizeType?: string
|
|
6727
6727
|
/**
|
|
6728
6728
|
* 集群运行环境docker或container
|
|
6729
6729
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6730
6730
|
*/
|
|
6731
|
-
ContainerRuntime
|
|
6731
|
+
ContainerRuntime?: string
|
|
6732
6732
|
/**
|
|
6733
6733
|
* 创建时间
|
|
6734
6734
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6735
6735
|
*/
|
|
6736
|
-
CreatedTime
|
|
6736
|
+
CreatedTime?: string
|
|
6737
6737
|
/**
|
|
6738
6738
|
* 删除保护开关
|
|
6739
6739
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6740
6740
|
*/
|
|
6741
|
-
DeletionProtection
|
|
6741
|
+
DeletionProtection?: boolean
|
|
6742
6742
|
/**
|
|
6743
6743
|
* 集群是否开启第三方节点支持
|
|
6744
6744
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6745
6745
|
*/
|
|
6746
|
-
EnableExternalNode
|
|
6746
|
+
EnableExternalNode?: boolean
|
|
6747
6747
|
/**
|
|
6748
6748
|
* 集群等级,针对托管集群生效
|
|
6749
6749
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6750
6750
|
*/
|
|
6751
|
-
ClusterLevel
|
|
6751
|
+
ClusterLevel?: string
|
|
6752
6752
|
/**
|
|
6753
6753
|
* 自动变配集群等级,针对托管集群生效
|
|
6754
6754
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6755
6755
|
*/
|
|
6756
|
-
AutoUpgradeClusterLevel
|
|
6756
|
+
AutoUpgradeClusterLevel?: boolean
|
|
6757
6757
|
/**
|
|
6758
6758
|
* 是否开启QGPU共享
|
|
6759
6759
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6760
6760
|
*/
|
|
6761
|
-
QGPUShareEnable
|
|
6761
|
+
QGPUShareEnable?: boolean
|
|
6762
6762
|
/**
|
|
6763
6763
|
* 运行时版本
|
|
6764
6764
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6765
6765
|
*/
|
|
6766
|
-
RuntimeVersion
|
|
6766
|
+
RuntimeVersion?: string
|
|
6767
6767
|
/**
|
|
6768
6768
|
* 集群当前etcd数量
|
|
6769
6769
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6770
6770
|
*/
|
|
6771
|
-
ClusterEtcdNodeNum
|
|
6771
|
+
ClusterEtcdNodeNum?: number
|
|
6772
6772
|
}
|
|
6773
6773
|
|
|
6774
6774
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.656";
|
|
@@ -223,7 +223,7 @@ export interface DescribeOverviewCCTrendRequest {
|
|
|
223
223
|
*/
|
|
224
224
|
MetricName: string;
|
|
225
225
|
/**
|
|
226
|
-
*
|
|
226
|
+
* DDoS防护子产品代号(bgpip表示高防IP;bgp-multip表示共享包;basic表示DDoS基础防护)
|
|
227
227
|
*/
|
|
228
228
|
Business?: string;
|
|
229
229
|
/**
|
|
@@ -277,7 +277,7 @@ export interface ProxyTypeInfo {
|
|
|
277
277
|
*/
|
|
278
278
|
export interface CreateBoundIPRequest {
|
|
279
279
|
/**
|
|
280
|
-
*
|
|
280
|
+
* DDoS防护子产品代号(bgp表示独享包;bgp-multip表示共享包)
|
|
281
281
|
*/
|
|
282
282
|
Business: string;
|
|
283
283
|
/**
|
|
@@ -490,7 +490,7 @@ export interface InstanceRelation {
|
|
|
490
490
|
*/
|
|
491
491
|
export interface ModifyNewDomainRulesRequest {
|
|
492
492
|
/**
|
|
493
|
-
*
|
|
493
|
+
* DDoS防护子产品代号(bgpip表示高防IP)
|
|
494
494
|
*/
|
|
495
495
|
Business: string;
|
|
496
496
|
/**
|
|
@@ -755,11 +755,11 @@ export interface DescribeCcBlackWhiteIpListResponse {
|
|
|
755
755
|
/**
|
|
756
756
|
* CC四层黑白名单策略列表总数
|
|
757
757
|
*/
|
|
758
|
-
Total
|
|
758
|
+
Total?: number;
|
|
759
759
|
/**
|
|
760
760
|
* CC四层黑白名单策略列表详情
|
|
761
761
|
*/
|
|
762
|
-
CcBlackWhiteIpList
|
|
762
|
+
CcBlackWhiteIpList?: Array<CcBlackWhiteIpPolicy>;
|
|
763
763
|
/**
|
|
764
764
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
765
765
|
*/
|
|
@@ -812,7 +812,7 @@ export interface CreateNewL7RulesResponse {
|
|
|
812
812
|
/**
|
|
813
813
|
* 成功码
|
|
814
814
|
*/
|
|
815
|
-
Success
|
|
815
|
+
Success?: SuccessCode;
|
|
816
816
|
/**
|
|
817
817
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
818
818
|
*/
|
|
@@ -887,7 +887,7 @@ export interface ModifyNewDomainRulesResponse {
|
|
|
887
887
|
/**
|
|
888
888
|
* 成功码
|
|
889
889
|
*/
|
|
890
|
-
Success
|
|
890
|
+
Success?: SuccessCode;
|
|
891
891
|
/**
|
|
892
892
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
893
893
|
*/
|
|
@@ -1234,11 +1234,11 @@ export interface DescribeCCThresholdListResponse {
|
|
|
1234
1234
|
/**
|
|
1235
1235
|
* 清洗阈值策略列表总数
|
|
1236
1236
|
*/
|
|
1237
|
-
Total
|
|
1237
|
+
Total?: number;
|
|
1238
1238
|
/**
|
|
1239
1239
|
* 清洗阈值策略列表详情
|
|
1240
1240
|
*/
|
|
1241
|
-
ThresholdList
|
|
1241
|
+
ThresholdList?: Array<CCThresholdPolicy>;
|
|
1242
1242
|
/**
|
|
1243
1243
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1244
1244
|
*/
|
|
@@ -1400,7 +1400,7 @@ export interface DescribeOverviewDDoSTrendRequest {
|
|
|
1400
1400
|
*/
|
|
1401
1401
|
MetricName: string;
|
|
1402
1402
|
/**
|
|
1403
|
-
*
|
|
1403
|
+
* DDoS防护子产品代号(bgpip表示高防IP;bgp-multip表示高防包;basic表示DDoS基础防护)
|
|
1404
1404
|
*/
|
|
1405
1405
|
Business?: string;
|
|
1406
1406
|
/**
|
|
@@ -1426,7 +1426,7 @@ export interface DisassociateDDoSEipAddressResponse {
|
|
|
1426
1426
|
*/
|
|
1427
1427
|
export interface DescribeBgpBizTrendRequest {
|
|
1428
1428
|
/**
|
|
1429
|
-
*
|
|
1429
|
+
* DDoS防护子产品代号(bgp-multip表示高防包)
|
|
1430
1430
|
*/
|
|
1431
1431
|
Business: string;
|
|
1432
1432
|
/**
|
|
@@ -1468,7 +1468,7 @@ export interface DescribeBizHttpStatusRequest {
|
|
|
1468
1468
|
*/
|
|
1469
1469
|
Statistics: string;
|
|
1470
1470
|
/**
|
|
1471
|
-
*
|
|
1471
|
+
* DDoS防护子产品代号(bgpip表示高防IP)
|
|
1472
1472
|
*/
|
|
1473
1473
|
Business: string;
|
|
1474
1474
|
/**
|
|
@@ -1745,7 +1745,7 @@ export interface ModifyCcBlackWhiteIpListResponse {
|
|
|
1745
1745
|
*/
|
|
1746
1746
|
export interface DescribeNewL7RulesRequest {
|
|
1747
1747
|
/**
|
|
1748
|
-
*
|
|
1748
|
+
* DDoS防护子产品代号(bgpip表示高防IP)
|
|
1749
1749
|
*/
|
|
1750
1750
|
Business: string;
|
|
1751
1751
|
/**
|
|
@@ -2074,11 +2074,11 @@ export interface DescribeCCLevelListResponse {
|
|
|
2074
2074
|
/**
|
|
2075
2075
|
* 分级策略列表总数
|
|
2076
2076
|
*/
|
|
2077
|
-
Total
|
|
2077
|
+
Total?: number;
|
|
2078
2078
|
/**
|
|
2079
2079
|
* 分级策略列表总数
|
|
2080
2080
|
*/
|
|
2081
|
-
LevelList
|
|
2081
|
+
LevelList?: Array<CCLevelPolicy>;
|
|
2082
2082
|
/**
|
|
2083
2083
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2084
2084
|
*/
|
|
@@ -2252,11 +2252,11 @@ export interface DescribeNewL7RulesErrHealthResponse {
|
|
|
2252
2252
|
/**
|
|
2253
2253
|
* 异常规则列表,返回值说明: Key值为规则ID,Value值为异常IP及错误信息,多个IP用","分割
|
|
2254
2254
|
*/
|
|
2255
|
-
ErrHealths
|
|
2255
|
+
ErrHealths?: Array<KeyValue>;
|
|
2256
2256
|
/**
|
|
2257
2257
|
* 异常规则的总数
|
|
2258
2258
|
*/
|
|
2259
|
-
Total
|
|
2259
|
+
Total?: number;
|
|
2260
2260
|
/**
|
|
2261
2261
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2262
2262
|
*/
|
|
@@ -2320,19 +2320,19 @@ export interface DescribeBgpBizTrendResponse {
|
|
|
2320
2320
|
/**
|
|
2321
2321
|
* 曲线图各个时间点的值
|
|
2322
2322
|
*/
|
|
2323
|
-
DataList
|
|
2323
|
+
DataList?: Array<number>;
|
|
2324
2324
|
/**
|
|
2325
2325
|
* 曲线图取值个数
|
|
2326
2326
|
*/
|
|
2327
|
-
Total
|
|
2327
|
+
Total?: number;
|
|
2328
2328
|
/**
|
|
2329
2329
|
* 统计纬度
|
|
2330
2330
|
*/
|
|
2331
|
-
MetricName
|
|
2331
|
+
MetricName?: string;
|
|
2332
2332
|
/**
|
|
2333
2333
|
* 返回数组最大值
|
|
2334
2334
|
*/
|
|
2335
|
-
MaxData
|
|
2335
|
+
MaxData?: number;
|
|
2336
2336
|
/**
|
|
2337
2337
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2338
2338
|
*/
|
|
@@ -2761,7 +2761,7 @@ export interface DDoSAIRelation {
|
|
|
2761
2761
|
*/
|
|
2762
2762
|
export interface DescribeCCReqLimitPolicyListRequest {
|
|
2763
2763
|
/**
|
|
2764
|
-
*
|
|
2764
|
+
* DDoS防护子产品代号(bgp-multip表示高防包,bgpip表示高防IP)
|
|
2765
2765
|
*/
|
|
2766
2766
|
Business: string;
|
|
2767
2767
|
/**
|
|
@@ -2826,7 +2826,7 @@ export interface ModifyDDoSThresholdResponse {
|
|
|
2826
2826
|
/**
|
|
2827
2827
|
* 成功码
|
|
2828
2828
|
*/
|
|
2829
|
-
Success
|
|
2829
|
+
Success?: SuccessCode;
|
|
2830
2830
|
/**
|
|
2831
2831
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2832
2832
|
*/
|
|
@@ -3050,7 +3050,7 @@ export interface IPLineInfo {
|
|
|
3050
3050
|
*/
|
|
3051
3051
|
export interface DescribeCcBlackWhiteIpListRequest {
|
|
3052
3052
|
/**
|
|
3053
|
-
*
|
|
3053
|
+
* DDoS防护子产品代号(bgp-multip:表示高防包;bgpip:表示高防IP)
|
|
3054
3054
|
*/
|
|
3055
3055
|
Business: string;
|
|
3056
3056
|
/**
|
|
@@ -3136,11 +3136,11 @@ export interface ModifyDDoSLevelResponse {
|
|
|
3136
3136
|
/**
|
|
3137
3137
|
* 防护等级,取值[low,middle,high]
|
|
3138
3138
|
*/
|
|
3139
|
-
DDoSLevel
|
|
3139
|
+
DDoSLevel?: string;
|
|
3140
3140
|
/**
|
|
3141
3141
|
* 资源ID
|
|
3142
3142
|
*/
|
|
3143
|
-
Id
|
|
3143
|
+
Id?: string;
|
|
3144
3144
|
/**
|
|
3145
3145
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3146
3146
|
*/
|
|
@@ -3452,7 +3452,7 @@ export interface ModifyDDoSThresholdRequest {
|
|
|
3452
3452
|
*/
|
|
3453
3453
|
Id: string;
|
|
3454
3454
|
/**
|
|
3455
|
-
*
|
|
3455
|
+
* DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
|
|
3456
3456
|
*/
|
|
3457
3457
|
Business: string;
|
|
3458
3458
|
/**
|
|
@@ -3509,7 +3509,7 @@ export interface ModifyDDoSLevelRequest {
|
|
|
3509
3509
|
*/
|
|
3510
3510
|
Id: string;
|
|
3511
3511
|
/**
|
|
3512
|
-
*
|
|
3512
|
+
* DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
|
|
3513
3513
|
*/
|
|
3514
3514
|
Business: string;
|
|
3515
3515
|
/**
|
|
@@ -3651,7 +3651,7 @@ export interface CCReqLimitPolicy {
|
|
|
3651
3651
|
*/
|
|
3652
3652
|
export interface DescribeCCPrecisionPlyListRequest {
|
|
3653
3653
|
/**
|
|
3654
|
-
*
|
|
3654
|
+
* DDoS防护子产品代号(bgpip-multip:表示高防包;bgpip:表示高防IP)
|
|
3655
3655
|
*/
|
|
3656
3656
|
Business: string;
|
|
3657
3657
|
/**
|
|
@@ -3697,7 +3697,7 @@ export interface ProtocolPort {
|
|
|
3697
3697
|
*/
|
|
3698
3698
|
export interface DescribeCCLevelListRequest {
|
|
3699
3699
|
/**
|
|
3700
|
-
*
|
|
3700
|
+
* DDoS防护子产品代号(bgp-multip表示高防包)
|
|
3701
3701
|
*/
|
|
3702
3702
|
Business: string;
|
|
3703
3703
|
/**
|
|
@@ -3822,7 +3822,7 @@ export interface CreateNewL7RulesRequest {
|
|
|
3822
3822
|
*/
|
|
3823
3823
|
Rules: Array<L7RuleEntry>;
|
|
3824
3824
|
/**
|
|
3825
|
-
*
|
|
3825
|
+
* DDoS防护子产品代号(bgpip表示高防IP)
|
|
3826
3826
|
*/
|
|
3827
3827
|
Business: string;
|
|
3828
3828
|
/**
|
|
@@ -3997,7 +3997,7 @@ export interface DescribeBizHttpStatusResponse {
|
|
|
3997
3997
|
/**
|
|
3998
3998
|
* 业务流量http状态码统计数据
|
|
3999
3999
|
*/
|
|
4000
|
-
HttpStatusMap
|
|
4000
|
+
HttpStatusMap?: HttpStatusMap;
|
|
4001
4001
|
/**
|
|
4002
4002
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4003
4003
|
*/
|
|
@@ -4044,11 +4044,11 @@ export interface DescribeCCReqLimitPolicyListResponse {
|
|
|
4044
4044
|
/**
|
|
4045
4045
|
* 频率限制列表总数
|
|
4046
4046
|
*/
|
|
4047
|
-
Total
|
|
4047
|
+
Total?: number;
|
|
4048
4048
|
/**
|
|
4049
4049
|
* 频率限制列表详情
|
|
4050
4050
|
*/
|
|
4051
|
-
RequestLimitPolicyList
|
|
4051
|
+
RequestLimitPolicyList?: Array<CCReqLimitPolicy>;
|
|
4052
4052
|
/**
|
|
4053
4053
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4054
4054
|
*/
|
|
@@ -4076,7 +4076,7 @@ export interface DescribeListDDoSAIResponse {
|
|
|
4076
4076
|
*/
|
|
4077
4077
|
export interface DescribeNewL7RulesErrHealthRequest {
|
|
4078
4078
|
/**
|
|
4079
|
-
*
|
|
4079
|
+
* DDoS防护子产品代号(bgpip表示高防IP)
|
|
4080
4080
|
*/
|
|
4081
4081
|
Business: string;
|
|
4082
4082
|
/**
|
|
@@ -4169,7 +4169,7 @@ export interface AssociateDDoSEipLoadBalancerResponse {
|
|
|
4169
4169
|
*/
|
|
4170
4170
|
export interface DescribeCCThresholdListRequest {
|
|
4171
4171
|
/**
|
|
4172
|
-
*
|
|
4172
|
+
* DDoS防护子产品代号(bgp-multip表示高防包)
|
|
4173
4173
|
*/
|
|
4174
4174
|
Business: string;
|
|
4175
4175
|
/**
|
|
@@ -4568,40 +4568,40 @@ export interface DescribeCCTrendResponse {
|
|
|
4568
4568
|
/**
|
|
4569
4569
|
* 值个数
|
|
4570
4570
|
*/
|
|
4571
|
-
Count
|
|
4571
|
+
Count?: number;
|
|
4572
4572
|
/**
|
|
4573
4573
|
* 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)
|
|
4574
4574
|
*/
|
|
4575
|
-
Business
|
|
4575
|
+
Business?: string;
|
|
4576
4576
|
/**
|
|
4577
4577
|
* 资源的IP
|
|
4578
4578
|
*/
|
|
4579
|
-
Ip
|
|
4579
|
+
Ip?: string;
|
|
4580
4580
|
/**
|
|
4581
4581
|
* 统计粒度,取值[300(5分钟),3600(小时),86400(天)]
|
|
4582
4582
|
*/
|
|
4583
|
-
Period
|
|
4583
|
+
Period?: number;
|
|
4584
4584
|
/**
|
|
4585
4585
|
* 统计开始时间
|
|
4586
4586
|
*/
|
|
4587
|
-
StartTime
|
|
4587
|
+
StartTime?: string;
|
|
4588
4588
|
/**
|
|
4589
4589
|
* 统计结束时间
|
|
4590
4590
|
*/
|
|
4591
|
-
EndTime
|
|
4591
|
+
EndTime?: string;
|
|
4592
4592
|
/**
|
|
4593
4593
|
* 值数组
|
|
4594
4594
|
*/
|
|
4595
|
-
Data
|
|
4595
|
+
Data?: Array<number>;
|
|
4596
4596
|
/**
|
|
4597
4597
|
* 资源ID
|
|
4598
4598
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4599
4599
|
*/
|
|
4600
|
-
Id
|
|
4600
|
+
Id?: string;
|
|
4601
4601
|
/**
|
|
4602
4602
|
* 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]
|
|
4603
4603
|
*/
|
|
4604
|
-
MetricName
|
|
4604
|
+
MetricName?: string;
|
|
4605
4605
|
/**
|
|
4606
4606
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4607
4607
|
*/
|
|
@@ -4676,11 +4676,11 @@ export interface DescribeCcGeoIPBlockConfigListResponse {
|
|
|
4676
4676
|
/**
|
|
4677
4677
|
* CC地域封禁策略列表总数
|
|
4678
4678
|
*/
|
|
4679
|
-
Total
|
|
4679
|
+
Total?: number;
|
|
4680
4680
|
/**
|
|
4681
4681
|
* CC地域封禁策略列表详情
|
|
4682
4682
|
*/
|
|
4683
|
-
CcGeoIpPolicyList
|
|
4683
|
+
CcGeoIpPolicyList?: Array<CcGeoIpPolicyNew>;
|
|
4684
4684
|
/**
|
|
4685
4685
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4686
4686
|
*/
|
|
@@ -5001,11 +5001,11 @@ export interface DescribeCCPrecisionPlyListResponse {
|
|
|
5001
5001
|
/**
|
|
5002
5002
|
* 策略列表总数
|
|
5003
5003
|
*/
|
|
5004
|
-
Total
|
|
5004
|
+
Total?: number;
|
|
5005
5005
|
/**
|
|
5006
5006
|
* 策略列表详情
|
|
5007
5007
|
*/
|
|
5008
|
-
PrecisionPolicyList
|
|
5008
|
+
PrecisionPolicyList?: Array<CCPrecisionPolicy>;
|
|
5009
5009
|
/**
|
|
5010
5010
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5011
5011
|
*/
|
|
@@ -5020,7 +5020,7 @@ export interface DescribeBizTrendRequest {
|
|
|
5020
5020
|
*/
|
|
5021
5021
|
Statistics: string;
|
|
5022
5022
|
/**
|
|
5023
|
-
*
|
|
5023
|
+
* DDoS防护子产品代号(bgpip表示高防IP)
|
|
5024
5024
|
*/
|
|
5025
5025
|
Business: string;
|
|
5026
5026
|
/**
|
|
@@ -5146,7 +5146,7 @@ export interface DescribeCCLevelPolicyResponse {
|
|
|
5146
5146
|
*/
|
|
5147
5147
|
export interface DescribeBizMonitorTrendRequest {
|
|
5148
5148
|
/**
|
|
5149
|
-
*
|
|
5149
|
+
* DDoS防护子产品代号(bgpip表示高防IP)
|
|
5150
5150
|
*/
|
|
5151
5151
|
Business: string;
|
|
5152
5152
|
/**
|
|
@@ -5581,7 +5581,7 @@ export interface ModifyCCLevelPolicyRequest {
|
|
|
5581
5581
|
*/
|
|
5582
5582
|
export interface DescribeCcGeoIPBlockConfigListRequest {
|
|
5583
5583
|
/**
|
|
5584
|
-
*
|
|
5584
|
+
* DDoS防护子产品代号(bgpip-multip:表示高防包;bgpip:表示高防IP)
|
|
5585
5585
|
*/
|
|
5586
5586
|
Business: string;
|
|
5587
5587
|
/**
|
|
@@ -5661,7 +5661,7 @@ export interface CreatePacketFilterConfigRequest {
|
|
|
5661
5661
|
*/
|
|
5662
5662
|
export interface DescribeCCTrendRequest {
|
|
5663
5663
|
/**
|
|
5664
|
-
*
|
|
5664
|
+
* DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)
|
|
5665
5665
|
*/
|
|
5666
5666
|
Business: string;
|
|
5667
5667
|
/**
|