tencentcloud-sdk-as 1.0.346 → 1.0.349

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: 0da5342e9aa2e2105dc4ca5a6eb6155e504d3c99
4
- data.tar.gz: 91cc2c16463af161c60c00684d4dbe386d048dea
3
+ metadata.gz: b921c90f8a65a5717270f3dc01bcee31a43ca2dd
4
+ data.tar.gz: d488e0d3f9a806ce2fe1d44c4c2eb4d59d32c7e0
5
5
  SHA512:
6
- metadata.gz: f3ae929309adb321974d0cf31e555a492f1214b8842794d137d5a6d7312c3ca4aebb124590fc39a25b4714ab657724e27eb2ab3c633772d5f8a59d0b920f6691
7
- data.tar.gz: d31e79c53d03a266dd3dce7bb42e65f3fd207f7971abe97048540899cc277dd3c4375f145443c37b244d3ecd2a3dc40355dfd3c6dfac24f761ca9d4d84f9cb4b
6
+ metadata.gz: f59f2b4fb346da88ffdaefefadba17ea4e1759db7fd45b21c95fdedf2c3b7e1258d1f4789fc61699a5ff0591d2ec8189092aa3d428384c8339454d255131f21c
7
+ data.tar.gz: fa035c87f7f6e45f6425d79c8ecf8224eb62947770b2beff22da69e398c5ae29d4e8f43376dc5ba80f4635b7a4c50d0ad4de72a106de9159c4f61190fa910c94
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.346
1
+ 1.0.349
@@ -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.346
4
+ version: 1.0.349
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-07-01 00:00:00.000000000 Z
11
+ date: 2022-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common