tencentcloud-sdk-nodejs-csip 4.1.203 → 4.1.205
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
|
@@ -9485,17 +9485,14 @@ export interface DescribeAccessKeyAlarmDetailResponse {
|
|
|
9485
9485
|
export interface Filters {
|
|
9486
9486
|
/**
|
|
9487
9487
|
* 实例ID
|
|
9488
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9489
9488
|
*/
|
|
9490
9489
|
Name?: string;
|
|
9491
9490
|
/**
|
|
9492
9491
|
* 实例ID内容
|
|
9493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9494
9492
|
*/
|
|
9495
9493
|
Values?: Array<string>;
|
|
9496
9494
|
/**
|
|
9497
9495
|
* 模糊匹配
|
|
9498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9499
9496
|
*/
|
|
9500
9497
|
ExactMatch?: string;
|
|
9501
9498
|
}
|