tencentcloud-sdk-api 1.0.326 → 1.0.327
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/v20201106/models.rb +2 -2
- 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: 3a21242b991468268351128b34f40e13ce335618
|
|
4
|
+
data.tar.gz: d390b81d468551e317c0262d47be1b4285378274
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49bacd76c0de0daa4c23e46d7d469fc319c56e8cb68aad79a78664bb2af6d2a1a84e8e71a379008d0ee9f696ca2a1100918a42c4c0d63816a056670eba9fcd95
|
|
7
|
+
data.tar.gz: dd62d61ccffeb68a343c9c43faeabf1187eb5d4718ad4a61433cf5059696c11e698f3bec144ac8f2ba69137c301e93b06d128aea7aa86e0dad5105db74046fc2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.327
|
data/lib/v20201106/models.rb
CHANGED
|
@@ -70,7 +70,7 @@ module TencentCloud
|
|
|
70
70
|
|
|
71
71
|
# DescribeRegions请求参数结构体
|
|
72
72
|
class DescribeRegionsRequest < TencentCloud::Common::AbstractModel
|
|
73
|
-
# @param Product: 待查询产品的名称,例如cvm
|
|
73
|
+
# @param Product: 待查询产品的名称,例如cvm,具体取值请查询DescribeProducts接口
|
|
74
74
|
# @type Product: String
|
|
75
75
|
|
|
76
76
|
attr_accessor :Product
|
|
@@ -117,7 +117,7 @@ module TencentCloud
|
|
|
117
117
|
|
|
118
118
|
# DescribeZones请求参数结构体
|
|
119
119
|
class DescribeZonesRequest < TencentCloud::Common::AbstractModel
|
|
120
|
-
# @param Product: 待查询产品的名称,例如cvm
|
|
120
|
+
# @param Product: 待查询产品的名称,例如cvm,具体取值请查询DescribeProducts接口
|
|
121
121
|
# @type Product: String
|
|
122
122
|
|
|
123
123
|
attr_accessor :Product
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.327
|
|
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-
|
|
11
|
+
date: 2022-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|