tencentcloud-sdk-nodejs-keewidb 4.1.35 → 4.1.43

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-keewidb",
3
- "version": "4.1.35",
3
+ "version": "4.1.43",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1840,13 +1840,18 @@ export interface DescribeInstancesRequest {
1840
1840
  */
1841
1841
  MonitorVersion?: string;
1842
1842
  /**
1843
- * 根据标签的 Key 和 Value 筛选资源。该参数不配置或者数组设置为空值,则不根据标签进行过滤。
1843
+ * 废弃字段。请使用TagList传参。
1844
+ * @deprecated
1844
1845
  */
1845
1846
  InstanceTags?: InstanceTagInfo;
1846
1847
  /**
1847
1848
  * 根据标签的 Key 筛选资源,该参数不配置或者数组设置为空值,则不根据标签Key进行过滤。
1848
1849
  */
1849
1850
  TagKeys?: Array<string>;
1851
+ /**
1852
+ * 根据标签的 Key 和 Value 筛选资源。该参数不配置或者数组设置为空值,则不根据标签进行过滤。
1853
+ */
1854
+ TagList?: Array<InstanceTagInfo>;
1850
1855
  }
1851
1856
  /**
1852
1857
  * DescribeTaskInfo返回参数结构体