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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180419/models.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b921c90f8a65a5717270f3dc01bcee31a43ca2dd
|
4
|
+
data.tar.gz: d488e0d3f9a806ce2fe1d44c4c2eb4d59d32c7e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f59f2b4fb346da88ffdaefefadba17ea4e1759db7fd45b21c95fdedf2c3b7e1258d1f4789fc61699a5ff0591d2ec8189092aa3d428384c8339454d255131f21c
|
7
|
+
data.tar.gz: fa035c87f7f6e45f6425d79c8ecf8224eb62947770b2beff22da69e398c5ae29d4e8f43376dc5ba80f4635b7a4c50d0ad4de72a106de9159c4f61190fa910c94
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.349
|
data/lib/v20180419/models.rb
CHANGED
@@ -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:
|
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.
|
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-
|
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
|