tencentcloud-sdk-api 1.0.325 → 1.0.328

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: 2ab2b0f2fbb878632b898f53fab2d96746dc24d5
4
- data.tar.gz: c839b32fa5f020730d76b532f7792eaac410e169
3
+ metadata.gz: 8df21f2e834038af2cfdf6ccbbfa42f747308d25
4
+ data.tar.gz: 00eca08d5c8beecb65becfbd9b7ea323875f6fdd
5
5
  SHA512:
6
- metadata.gz: ecac787d7390fe608c50118c17ff0be63c75b9e8a11b9e63b615550bf55fa36f0e2e330818ba5f3caf842b54c8d67df4009be7905c5a6341f67d6039106a688e
7
- data.tar.gz: 73992267ce918fba007259692290c016e6061b5363c48682a942b2abaa8b08d7ad52eeb0f37bff2bec83f88d968ae057c0faf23fe42137002043a1df3627b710
6
+ metadata.gz: d494a3b325e43e4a983f200f550c884ed81d2b61f51f8d33016d5f8f952d1a5eb02523266392f930f854ef664bd588980335a6a668aa9b3f4f8b63a390eea439
7
+ data.tar.gz: 4b301f1ee1706189ec8209b6142c7298979c96feb156410189190cc794f09282565985eead479ae3f00f85d002217fef9434a79962daa77264734a3c53e33c73
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.325
1
+ 1.0.328
@@ -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.325
4
+ version: 1.0.328
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-01 00:00:00.000000000 Z
11
+ date: 2022-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common