tencentcloud-sdk-es 3.0.468 → 3.0.470

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: f96b7e4c06b8370a94e02d1aa5b12cc5a7ded35e
4
- data.tar.gz: 0c70589b382f2afc1fd8c1c9f48358a3188c1cab
3
+ metadata.gz: 90eec623740070392cb4b7fcb394f9601e0fe0af
4
+ data.tar.gz: 8a2ab9fbeb1def8a3f833694f6836bc69bdb0287
5
5
  SHA512:
6
- metadata.gz: ef59c4f77f695c7b771977580b899339f196ecc3af670e06ebd562797831a937c77122a2b360d93395464cf46b6493be0294273ba4d4ab95af9954a6c260a945
7
- data.tar.gz: 9cdfc97751f3f4886b660e37600de85adddf4c6429a3f61d30643dd74c392798444ed289dc19ef7656e57cba6b522602afaaa4ab14e059f79d516d59d7d10f3d
6
+ metadata.gz: 822e2531c76b0e6d068ba1266a01201104addad8bdc94ff7f668126526357916776af68ddd8d100b7c975b1f44938110a495188c9e98902d5df0ca450bb9b1e1
7
+ data.tar.gz: 63f4750663453ab6f916d7d3829b74e9d34a5ef098f95858a4e0a49edc334584f062231e6d7f260ffad50f8ad481b2ab5a1deaaedba490ed740197ad14f3a017
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.468
1
+ 3.0.470
@@ -995,7 +995,7 @@ module TencentCloud
995
995
  # @type Offset: Integer
996
996
  # @param Limit: 分页大小,默认值20
997
997
  # @type Limit: Integer
998
- # @param OrderByKey: 排序字段<li>1:实例ID</li><li>2:实例名称</li><li>3:可用区</li><li>4:创建时间</li>若orderKey未传递则按创建时间降序排序
998
+ # @param OrderByKey: 排序字段<li>1:实例ID</li><li>2:实例名称</li><li>3:可用区</li><li>4:创建时间</li>若orderByKey未传递则按创建时间降序排序
999
999
  # @type OrderByKey: Integer
1000
1000
  # @param OrderByType: 排序方式<li>0:升序</li><li>1:降序</li>若传递了orderByKey未传递orderByType, 则默认升序
1001
1001
  # @type OrderByType: Integer
@@ -1005,7 +1005,7 @@ module TencentCloud
1005
1005
  # @type IpList: Array
1006
1006
  # @param ZoneList: 可用区列表
1007
1007
  # @type ZoneList: Array
1008
- # @param HealthStatus: 健康状态筛列表
1008
+ # @param HealthStatus: 健康状态筛列表:0表示绿色,1表示黄色,2表示红色,-1表示未知
1009
1009
  # @type HealthStatus: Array
1010
1010
  # @param VpcIds: Vpc列表 筛选项
1011
1011
  # @type VpcIds: Array
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-es
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.468
4
+ version: 3.0.470
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-12-08 00:00:00.000000000 Z
11
+ date: 2022-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common