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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180416/models.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 559a42e41c34bef9f6cbaca6615d0cf2330cbe01
|
|
4
|
+
data.tar.gz: 5c027cfa912fca62d4f43a1111ae982daf8a7e34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eec3df7d7d130aa690959e82412bc99d82c945d1784092eda09f188f4e5973eab4ad1b6de2198998114cd737d46dbee5e211173dae08b2acc425208b027a7e4d
|
|
7
|
+
data.tar.gz: 599cb76f22e33dc8663d31c03052d2eb1d88317580bcb46530e52afc5c56fcc8edff18a6904b5472f24965acabf23c7d4789b2af8f6ae614d81337c6a445bebe
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.660
|
data/lib/v20180416/models.rb
CHANGED
|
@@ -184,7 +184,7 @@ module TencentCloud
|
|
|
184
184
|
# @type IndexType: String
|
|
185
185
|
# @param IndexName: 创建的索引名
|
|
186
186
|
# @type IndexName: String
|
|
187
|
-
# @param IndexMetaJson:
|
|
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.
|
|
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-
|
|
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
|