tencentcloud-sdk-monitor 1.0.212 → 1.0.216

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84d1553bcdac0e18f4c68f1d8696f6dca970d33d
4
- data.tar.gz: d1cd896e788857a2a4a8dcfa1e9f4d9906261d14
3
+ metadata.gz: 591871d52d2af677aa3ade9dd5a3dbeb4979a39b
4
+ data.tar.gz: dcea0a94321ad1c0c348cb613da20099ac51af4c
5
5
  SHA512:
6
- metadata.gz: 81869970f2cf1f10cb8ac75d52c0d259fec75f0d88221be624545adb34de4f74ae3705ff59aeb0340c1cfc3ef745faa6fc99726c760ee892bd65b06f6107362d
7
- data.tar.gz: 3d95cbdbeff212c445595d2871d6c25d5c8968765133671f74be35c468301876e3568eaa8a2d678e284c90f5114e048e70264156ea27c3d65966dc17e05916c3
6
+ metadata.gz: e63fa010cfd84a2611818f9967ffbdec08c4d11d0868a3e00a055d91966a2118ff8e8d40c428043ce710fdaca61a77a7dcfe77267f141f8e30172d97cbd81e6f
7
+ data.tar.gz: 88930946bdfecb616ad17b99c73af9b5b383d5ffac1f6f2e9a757bd6018f70eeec98451fac70f9e38913c764e11e9ebab4b279962845bb22c0ef66f6c904f112
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.212
1
+ 1.0.216
@@ -682,9 +682,9 @@ module TencentCloud
682
682
  class BindingPolicyObjectRequest < TencentCloud::Common::AbstractModel
683
683
  # @param Module: 必填。固定值"monitor"
684
684
  # @type Module: String
685
- # @param GroupId: 策略组id,如传入 PolicyId 则该字段会被忽略可传入任意值如 0
685
+ # @param GroupId: 策略组id,例如 4739573。逐渐弃用,建议使用 PolicyId 参数
686
686
  # @type GroupId: Integer
687
- # @param PolicyId: 告警策略ID,使用此字段时 GroupId 会被忽略
687
+ # @param PolicyId: 告警策略ID,例如“policy-gh892hg0”。PolicyId 参数与 GroupId 参数至少要填一个,否则会报参数错误,建议使用该参数。若两者同时存在则以该参数为准
688
688
  # @type PolicyId: String
689
689
  # @param InstanceGroupId: 实例分组ID
690
690
  # @type InstanceGroupId: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.212
4
+ version: 1.0.216
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-29 00:00:00.000000000 Z
11
+ date: 2021-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common