tencentcloud-sdk-nodejs-cynosdb 4.1.49 → 4.1.51
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
@@ -5945,14 +5945,14 @@ export interface DescribeClusterPasswordComplexityRequest {
|
|
5945
5945
|
* 查询过滤器
|
5946
5946
|
*/
|
5947
5947
|
export interface QueryFilter {
|
5948
|
-
/**
|
5949
|
-
* 搜索字段,目前支持:"InstanceId", "ProjectId", "InstanceName", "Vip"
|
5950
|
-
*/
|
5951
|
-
Names: Array<string>;
|
5952
5948
|
/**
|
5953
5949
|
* 搜索字符串
|
5954
5950
|
*/
|
5955
5951
|
Values: Array<string>;
|
5952
|
+
/**
|
5953
|
+
* 搜索字段,目前支持:"InstanceId", "ProjectId", "InstanceName", "Vip"
|
5954
|
+
*/
|
5955
|
+
Names: Array<string>;
|
5956
5956
|
/**
|
5957
5957
|
* 是否精确匹配
|
5958
5958
|
*/
|
@@ -9012,7 +9012,7 @@ export interface DescribeTasksRequest {
|
|
9012
9012
|
*/
|
9013
9013
|
StartTimeEnd?: string;
|
9014
9014
|
/**
|
9015
|
-
*
|
9015
|
+
* 过滤条件,支持的搜索字段:"ClusterId"、"ClusterName"、"InstanceId"、"InstanceName"、"Status"、"TaskId"、"TaskType"
|
9016
9016
|
*/
|
9017
9017
|
Filters?: Array<QueryFilter>;
|
9018
9018
|
/**
|