tencentcloud-sdk-as 3.0.1070 → 3.0.1071
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 +1 -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: a0e2a5bcd26e130712565354d496c07c1ce2e9da
|
4
|
+
data.tar.gz: e04f840c73a40b3cde8f22b271e576ffafd4401d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be82cb6ef147ececf57f8f313f97754da0f5b761e7de9cf54a316761085a17dfb97cbf2450bee13894080db9dcd8d6eb402c49596a0dfee1f64b3a8a5c182647
|
7
|
+
data.tar.gz: 3c3ebd11616cd3db9649156115e16e145524c04b75e5bbeec0642dab63f4fbad5c141850fe642edb08fc153acf448b82c48a0399c9c5287878b1e1726ca1813c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1071
|
data/lib/v20180419/models.rb
CHANGED
@@ -2261,7 +2261,7 @@ module TencentCloud
|
|
2261
2261
|
# @type AutoScalingNotificationIds: Array
|
2262
2262
|
# @param Filters: 过滤条件。
|
2263
2263
|
# <li> auto-scaling-notification-id - String - 是否必填:否 -(过滤条件)按照通知ID过滤。</li>
|
2264
|
-
# <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID
|
2264
|
+
# <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
|
2265
2265
|
# 每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`AutoScalingNotificationIds`和`Filters`。
|
2266
2266
|
# @type Filters: Array
|
2267
2267
|
# @param Limit: 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
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: 3.0.
|
4
|
+
version: 3.0.1071
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|