tencentcloud-sdk-es 3.0.659 → 3.0.660

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71d20339c9d430e02c477caccb3ece381aa55cc4
4
- data.tar.gz: 76af994f4b97ede1d81f66ca8303790c0ece608b
3
+ metadata.gz: 559a42e41c34bef9f6cbaca6615d0cf2330cbe01
4
+ data.tar.gz: 5c027cfa912fca62d4f43a1111ae982daf8a7e34
5
5
  SHA512:
6
- metadata.gz: e35c9265f25f799d0cbb034f47b5c4e71128714b7bd29399a021f73ab6dbaaa36c5c32afde975486ebb99d1a57d805e44a6c2ea5cb0a32b3fc03b3bd78c8bf49
7
- data.tar.gz: 40d9843567659ec56699502fbbb2a48c9fb78943a279696f4d41d779ece9e636765590b17f145cc37b46716e789b5e91a730c2c015569b3347c0f7d77b8ae3fe
6
+ metadata.gz: eec3df7d7d130aa690959e82412bc99d82c945d1784092eda09f188f4e5973eab4ad1b6de2198998114cd737d46dbee5e211173dae08b2acc425208b027a7e4d
7
+ data.tar.gz: 599cb76f22e33dc8663d31c03052d2eb1d88317580bcb46530e52afc5c56fcc8edff18a6904b5472f24965acabf23c7d4789b2af8f6ae614d81337c6a445bebe
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.659
1
+ 3.0.660
@@ -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.660
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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common