tencentcloud-sdk-api 1.0.326 → 1.0.327

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: 3a21242b991468268351128b34f40e13ce335618
4
+ data.tar.gz: d390b81d468551e317c0262d47be1b4285378274
5
5
  SHA512:
6
- metadata.gz: 32e19a77488156f79f9f5341ba7c05b99aa551b49ccd8083fe8bfd24fdd8cab0f831839c5fe7872e98891fbfaa3f074fe9c4b6e4934624a78244e0c481dcee37
7
- data.tar.gz: 4cf0fbcd58601928204f7aaae332ea4e95f8a84ef865d96126679055e1044e80945be0d319a43d50f4204bc654ed3341e1efc96f8fc0ce3b18c86a4fa2f65053
6
+ metadata.gz: 49bacd76c0de0daa4c23e46d7d469fc319c56e8cb68aad79a78664bb2af6d2a1a84e8e71a379008d0ee9f696ca2a1100918a42c4c0d63816a056670eba9fcd95
7
+ data.tar.gz: dd62d61ccffeb68a343c9c43faeabf1187eb5d4718ad4a61433cf5059696c11e698f3bec144ac8f2ba69137c301e93b06d128aea7aa86e0dad5105db74046fc2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.326
1
+ 1.0.327
@@ -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.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-02 00:00:00.000000000 Z
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