tencentcloud-sdk-api 1.0.326 → 1.0.329

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1358b77ac093b8068d35ccd67778a4b2d23c8088
4
- data.tar.gz: 65d50a1ad370b9ac16eb940e9e6fd6d93e49837a
3
+ metadata.gz: b60b41521b596de136c926423c512343562ab7b6
4
+ data.tar.gz: 58d62d80bc149e317d26d70bc6814c788a73ac6a
5
5
  SHA512:
6
- metadata.gz: 32e19a77488156f79f9f5341ba7c05b99aa551b49ccd8083fe8bfd24fdd8cab0f831839c5fe7872e98891fbfaa3f074fe9c4b6e4934624a78244e0c481dcee37
7
- data.tar.gz: 4cf0fbcd58601928204f7aaae332ea4e95f8a84ef865d96126679055e1044e80945be0d319a43d50f4204bc654ed3341e1efc96f8fc0ce3b18c86a4fa2f65053
6
+ metadata.gz: 5c83cb4c3ff44197bd6ac2e321e96165c08044efbd82095e3bbf94ab62ba811db41272452cf4de6db14a735274b1dac8fc133c93a7dd3d2b4559bdf0bcbf6270
7
+ data.tar.gz: badb3ee7bdc27b2f03543f664c7312c1315bbc7d63c5d7fd72bce3f7f4737752c2cdb66a011a2c188b4fb6bca0823d82f521e8fbb9f2a4549e57602784cbdf41
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.326
1
+ 1.0.329
@@ -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.326
4
+ version: 1.0.329
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-02 00:00:00.000000000 Z
11
+ date: 2022-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common