tencentcloud-sdk-nodejs-cdn 4.1.158 → 4.1.159
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
CHANGED
|
@@ -2168,6 +2168,26 @@ export interface DescribeHttpsPackagesRequest {
|
|
|
2168
2168
|
*/
|
|
2169
2169
|
Limit?: number;
|
|
2170
2170
|
}
|
|
2171
|
+
/**
|
|
2172
|
+
* 防盗刷配置规则
|
|
2173
|
+
*/
|
|
2174
|
+
export interface FilterRules {
|
|
2175
|
+
/**
|
|
2176
|
+
* 封禁类型
|
|
2177
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2178
|
+
*/
|
|
2179
|
+
FilterType: string;
|
|
2180
|
+
/**
|
|
2181
|
+
* 封禁规则类型
|
|
2182
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2183
|
+
*/
|
|
2184
|
+
RuleType: string;
|
|
2185
|
+
/**
|
|
2186
|
+
* 封禁规则路径
|
|
2187
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2188
|
+
*/
|
|
2189
|
+
RulePaths: Array<string>;
|
|
2190
|
+
}
|
|
2171
2191
|
/**
|
|
2172
2192
|
* DescribeTrafficPackages请求参数结构体
|
|
2173
2193
|
*/
|
|
@@ -6038,6 +6058,11 @@ export interface AutoGuard {
|
|
|
6038
6058
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6039
6059
|
*/
|
|
6040
6060
|
Switch: string;
|
|
6061
|
+
/**
|
|
6062
|
+
* 流量防盗刷配置规则
|
|
6063
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6064
|
+
*/
|
|
6065
|
+
FilterRules: Array<FilterRules>;
|
|
6041
6066
|
}
|
|
6042
6067
|
/**
|
|
6043
6068
|
* ListClsLogTopics请求参数结构体
|