tencentcloud-sdk-lighthouse 3.0.860 → 3.0.862
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/v20200324/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: 59f1ab1c754e8edd65137f55e84a62f2a9a52425
|
|
4
|
+
data.tar.gz: 067d83452873ba4b12b15417a2fda775393325c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aada47641bf34062c076a02841733c0123442aa34af47bdf3bea485853167b58745f19325a341e138ea1103316183314c0d20519055e88a70442618f6e0dc6ca
|
|
7
|
+
data.tar.gz: eb28650c4daf13bbc58c5bd67394f29620416d5b2ce1e320601d4e0a4824207559c991ef866a101845665fe23032bd8020f5d2d91866cc04dea0cbab06abde5f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.862
|
data/lib/v20200324/models.rb
CHANGED
|
@@ -1551,7 +1551,7 @@ module TencentCloud
|
|
|
1551
1551
|
|
|
1552
1552
|
# DescribeBlueprintInstances请求参数结构体
|
|
1553
1553
|
class DescribeBlueprintInstancesRequest < TencentCloud::Common::AbstractModel
|
|
1554
|
-
# @param InstanceIds: 实例 ID
|
|
1554
|
+
# @param InstanceIds: 实例 ID 列表。可通过[DescribeInstances](https://cloud.tencent.com/document/api/1207/47573)接口返回值中的InstanceId获取。 当前最多支持1个。
|
|
1555
1555
|
# @type InstanceIds: Array
|
|
1556
1556
|
|
|
1557
1557
|
attr_accessor :InstanceIds
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-lighthouse
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.862
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-07-
|
|
11
|
+
date: 2024-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|