tencentcloud-sdk-nodejs-monitor 4.1.78 → 4.1.82

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-monitor",
3
- "version": "4.1.78",
3
+ "version": "4.1.82",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3233,7 +3233,7 @@ export interface BindingPolicyObjectRequest {
3233
3233
  */
3234
3234
  InstanceGroupId?: number;
3235
3235
  /**
3236
- * 需要绑定的对象维度信息
3236
+ * 需要绑定的对象维度信息,当为实例绑定渠道时,此处为必填信息
3237
3237
  */
3238
3238
  Dimensions?: Array<BindingPolicyObjectDimension>;
3239
3239
  /**