tencentcloud-sdk-cwp 3.0.614 → 3.0.615
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/v20180228/client.rb +0 -26
- data/lib/v20180228/models.rb +0 -40
- 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: ae4abff73277be85877388ed0a3581f5963b8c25
|
|
4
|
+
data.tar.gz: 66f1465cf3fefa187724cf5b34a5234fedf17d77
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b8c4977163f8353803c427416cb3c1590553332ee1e254a627826bc75dfa5ef978ad26cdd491ae679496522cf2038ec73a0a320482e30a594e23a0c75e03c3e
|
|
7
|
+
data.tar.gz: 0842b90a5ebf8fd12c0d784eff7b5885b3c4155e1cc77b1b305b43efc2cedfa909dd908a0ca4377fa7f3970692dcc9cd6b404707fe97d468da0ca2f954d0551b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.615
|
data/lib/v20180228/client.rb
CHANGED
|
@@ -4208,32 +4208,6 @@ module TencentCloud
|
|
|
4208
4208
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
4209
4209
|
end
|
|
4210
4210
|
|
|
4211
|
-
# 旧版日志下载接口下线
|
|
4212
|
-
|
|
4213
|
-
# 导出ES查询文档列表
|
|
4214
|
-
|
|
4215
|
-
# @param request: Request instance for DescribeSearchExportList.
|
|
4216
|
-
# @type request: :class:`Tencentcloud::cwp::V20180228::DescribeSearchExportListRequest`
|
|
4217
|
-
# @rtype: :class:`Tencentcloud::cwp::V20180228::DescribeSearchExportListResponse`
|
|
4218
|
-
def DescribeSearchExportList(request)
|
|
4219
|
-
body = send_request('DescribeSearchExportList', request.serialize)
|
|
4220
|
-
response = JSON.parse(body)
|
|
4221
|
-
if response['Response'].key?('Error') == false
|
|
4222
|
-
model = DescribeSearchExportListResponse.new
|
|
4223
|
-
model.deserialize(response['Response'])
|
|
4224
|
-
model
|
|
4225
|
-
else
|
|
4226
|
-
code = response['Response']['Error']['Code']
|
|
4227
|
-
message = response['Response']['Error']['Message']
|
|
4228
|
-
reqid = response['Response']['RequestId']
|
|
4229
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
|
4230
|
-
end
|
|
4231
|
-
rescue TencentCloud::Common::TencentCloudSDKException => e
|
|
4232
|
-
raise e
|
|
4233
|
-
rescue StandardError => e
|
|
4234
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
4235
|
-
end
|
|
4236
|
-
|
|
4237
4211
|
# 获取历史搜索记录
|
|
4238
4212
|
|
|
4239
4213
|
# @param request: Request instance for DescribeSearchLogs.
|
data/lib/v20180228/models.rb
CHANGED
|
@@ -14891,46 +14891,6 @@ module TencentCloud
|
|
|
14891
14891
|
end
|
|
14892
14892
|
end
|
|
14893
14893
|
|
|
14894
|
-
# DescribeSearchExportList请求参数结构体
|
|
14895
|
-
class DescribeSearchExportListRequest < TencentCloud::Common::AbstractModel
|
|
14896
|
-
# @param Query: ES查询条件JSON
|
|
14897
|
-
# @type Query: String
|
|
14898
|
-
|
|
14899
|
-
attr_accessor :Query
|
|
14900
|
-
|
|
14901
|
-
def initialize(query=nil)
|
|
14902
|
-
@Query = query
|
|
14903
|
-
end
|
|
14904
|
-
|
|
14905
|
-
def deserialize(params)
|
|
14906
|
-
@Query = params['Query']
|
|
14907
|
-
end
|
|
14908
|
-
end
|
|
14909
|
-
|
|
14910
|
-
# DescribeSearchExportList返回参数结构体
|
|
14911
|
-
class DescribeSearchExportListResponse < TencentCloud::Common::AbstractModel
|
|
14912
|
-
# @param TaskId: 任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址
|
|
14913
|
-
# @type TaskId: Integer
|
|
14914
|
-
# @param DownloadUrl: 该参数作废
|
|
14915
|
-
# @type DownloadUrl: String
|
|
14916
|
-
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
14917
|
-
# @type RequestId: String
|
|
14918
|
-
|
|
14919
|
-
attr_accessor :TaskId, :DownloadUrl, :RequestId
|
|
14920
|
-
|
|
14921
|
-
def initialize(taskid=nil, downloadurl=nil, requestid=nil)
|
|
14922
|
-
@TaskId = taskid
|
|
14923
|
-
@DownloadUrl = downloadurl
|
|
14924
|
-
@RequestId = requestid
|
|
14925
|
-
end
|
|
14926
|
-
|
|
14927
|
-
def deserialize(params)
|
|
14928
|
-
@TaskId = params['TaskId']
|
|
14929
|
-
@DownloadUrl = params['DownloadUrl']
|
|
14930
|
-
@RequestId = params['RequestId']
|
|
14931
|
-
end
|
|
14932
|
-
end
|
|
14933
|
-
|
|
14934
14894
|
# DescribeSearchLogs请求参数结构体
|
|
14935
14895
|
class DescribeSearchLogsRequest < TencentCloud::Common::AbstractModel
|
|
14936
14896
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cwp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.615
|
|
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-07-
|
|
11
|
+
date: 2023-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|