tencentcloud-sdk-es 3.0.659 → 3.0.661

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: 71d20339c9d430e02c477caccb3ece381aa55cc4
4
- data.tar.gz: 76af994f4b97ede1d81f66ca8303790c0ece608b
3
+ metadata.gz: addb38745de965f2c993cc0038cbbd3d8944910b
4
+ data.tar.gz: d3a65a97d3fb1daead56d31d0a321bc44b2f70cc
5
5
  SHA512:
6
- metadata.gz: e35c9265f25f799d0cbb034f47b5c4e71128714b7bd29399a021f73ab6dbaaa36c5c32afde975486ebb99d1a57d805e44a6c2ea5cb0a32b3fc03b3bd78c8bf49
7
- data.tar.gz: 40d9843567659ec56699502fbbb2a48c9fb78943a279696f4d41d779ece9e636765590b17f145cc37b46716e789b5e91a730c2c015569b3347c0f7d77b8ae3fe
6
+ metadata.gz: 25997764a01cc25092cecb539553ee0868e6b2aacd7bb2544bbdfb2b80a4f0691a721ebc8e0f0a40bca00078d590b2bb15e94d4ba62af9338e6bd8e71e7c9c8d
7
+ data.tar.gz: 735b82d616c1fa2186a8b93367491d812bf9c853fec85422e4c33a2684d480a594bf6231fe99057c2920db272e56682cdfe64ff12e5be7a95e6332cb7b05aa79
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.659
1
+ 3.0.661
@@ -184,7 +184,7 @@ module TencentCloud
184
184
  # @type IndexType: String
185
185
  # @param IndexName: 创建的索引名
186
186
  # @type IndexName: String
187
- # @param IndexMetaJson: 创建的索引元数据JSON,如mappings、settings
187
+ # @param IndexMetaJson: 【必填】创建的索引元数据JSON,如mappings、settings
188
188
  # @type IndexMetaJson: String
189
189
  # @param Username: 集群访问用户名
190
190
  # @type Username: String
@@ -726,7 +726,7 @@ module TencentCloud
726
726
  # @type OrderBy: String
727
727
  # @param IndexStatusList: 过滤索引状态
728
728
  # @type IndexStatusList: Array
729
- # @param Order: 排序顺序,支持asc、desc
729
+ # @param Order: 排序顺序,支持asc、desc,默认为desc 数据格式"asc","desc"
730
730
  # @type Order: String
731
731
 
732
732
  attr_accessor :IndexType, :InstanceId, :IndexName, :Username, :Password, :Offset, :Limit, :OrderBy, :IndexStatusList, :Order
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.659
4
+ version: 3.0.661
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-14 00:00:00.000000000 Z
11
+ date: 2023-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common