tencentcloud-sdk-nodejs-clb 4.1.203 → 4.1.217

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-clb",
3
- "version": "4.1.203",
3
+ "version": "4.1.217",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4019,11 +4019,11 @@ export interface DisassociateTargetGroupsRequest {
4019
4019
  */
4020
4020
  export interface Filter {
4021
4021
  /**
4022
- * 过滤器的名称
4022
+ * <p>过滤器的名称</p>
4023
4023
  */
4024
4024
  Name: string;
4025
4025
  /**
4026
- * 过滤器的值数组
4026
+ * <p>过滤器的值数组</p>
4027
4027
  */
4028
4028
  Values: Array<string>;
4029
4029
  }