tencentcloud-sdk-api 1.0.324 → 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: d48468281425f396877f564b6b11f20d567a6a93
4
- data.tar.gz: f1ec36d35d1335db9a0d9100a198df10089cc45a
3
+ metadata.gz: 3a21242b991468268351128b34f40e13ce335618
4
+ data.tar.gz: d390b81d468551e317c0262d47be1b4285378274
5
5
  SHA512:
6
- metadata.gz: 5c2ea4c161157ce7dc857a96b91a82b6a33907ba1594957712cffabc09ba455892b4c5986b7f43455b3319c189ac00da431ba75c27d91e86e4d2ef36394927e7
7
- data.tar.gz: 8ad09bc7f6fe651b3bf8feac005490ed2b40048840ec010495a07b4593fb8f6615947dd8d2c99087e52b2e614be30a4c3a08670f28161fec5aea5a13d4a665e9
6
+ metadata.gz: 49bacd76c0de0daa4c23e46d7d469fc319c56e8cb68aad79a78664bb2af6d2a1a84e8e71a379008d0ee9f696ca2a1100918a42c4c0d63816a056670eba9fcd95
7
+ data.tar.gz: dd62d61ccffeb68a343c9c43faeabf1187eb5d4718ad4a61433cf5059696c11e698f3bec144ac8f2ba69137c301e93b06d128aea7aa86e0dad5105db74046fc2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.324
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.324
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-05-31 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