tencentcloud-sdk-as 1.0.344 → 1.0.347

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: 32563e79aef2725bbed0216a01e650043ae17c98
4
- data.tar.gz: 266ad1816991229782b0c49b6ad1cc0721d3d359
3
+ metadata.gz: 6f952b3315d019c646a0af17d297d2e48e687167
4
+ data.tar.gz: 492899098eae347dde42296edd639134d7b3e24e
5
5
  SHA512:
6
- metadata.gz: b63909f7fce50b0708391701568912f0c1e581136aceda24e9d4c3294082b1b684daffb1f94fcaec3ed5f106ae0c911fd9932395ee28fdc484558724ae26a941
7
- data.tar.gz: 906bfe00fea650283029b1538fb2d7a237068a6315f048daf97d5b0566a2672db346adc0003f593f67829778993094431cd0b4a1154005d5ad2535df80b9fb80
6
+ metadata.gz: e932f120d6494cf71718b8970f9dccdfb6300f6ca5030f98f2d096b4220da332cf35bda574626db520a60519ca16b21c4bb8988c88f077968bdfd0cd411e2507
7
+ data.tar.gz: 049ca6b70354ff8bbe6feead5983d52ae508b63c6f70805ee627169d71ccdc017a495aaecc3ec7173aa10eb08121514d0dc8650169bbc533674fc57a1c3b7b5e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.344
1
+ 1.0.347
@@ -1158,7 +1158,8 @@ module TencentCloud
1158
1158
  # @type MetricAlarm: :class:`Tencentcloud::As.v20180419.models.MetricAlarm`
1159
1159
  # @param Cooldown: 冷却时间,单位为秒。默认冷却时间300秒。
1160
1160
  # @type Cooldown: Integer
1161
- # @param NotificationUserGroupIds: 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。
1161
+ # @param NotificationUserGroupIds: 此参数已不再生效,请使用[创建通知](https://cloud.tencent.com/document/api/377/33185)
1162
+ # 通知组ID,即为用户组ID集合。
1162
1163
  # @type NotificationUserGroupIds: Array
1163
1164
 
1164
1165
  attr_accessor :AutoScalingGroupId, :ScalingPolicyName, :AdjustmentType, :AdjustmentValue, :MetricAlarm, :Cooldown, :NotificationUserGroupIds
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-as
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.344
4
+ version: 1.0.347
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-28 00:00:00.000000000 Z
11
+ date: 2022-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common