tencentcloud-sdk-eb 3.0.750 → 3.0.751
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/v20210416/client.rb +2 -2
- data/lib/v20210416/models.rb +4 -4
- 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: ca603c7d6ff9eddec6a0d3841e3fba3d5e95ece8
|
|
4
|
+
data.tar.gz: 0ccf0f408c3446dac2b38ad2aecbb0ecfcf507da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a69b5d8527fefb46de53957e312eb1ce03a21c528b895ce225e0a6b7e1e4c1ab2ed0fe6a09f215bf5a710285bb09c6618258cf49e0d80c909ea685f9086c497
|
|
7
|
+
data.tar.gz: dadc9fff554d4860db5f27bd7b3735ff074783be33fa56ceb70e71ef622cfa9b272cced744f401663f3641e64abd6d2ce02beba4ee5399b2b36a49ccb85a8721
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.751
|
data/lib/v20210416/client.rb
CHANGED
|
@@ -317,7 +317,7 @@ module TencentCloud
|
|
|
317
317
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
318
318
|
end
|
|
319
319
|
|
|
320
|
-
#
|
|
320
|
+
# 前置条件:需开启事件存储;事件查询维度值
|
|
321
321
|
|
|
322
322
|
# @param request: Request instance for DescribeLogTagValue.
|
|
323
323
|
# @type request: :class:`Tencentcloud::eb::V20210416::DescribeLogTagValueRequest`
|
|
@@ -653,7 +653,7 @@ module TencentCloud
|
|
|
653
653
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
654
654
|
end
|
|
655
655
|
|
|
656
|
-
#
|
|
656
|
+
# 前置条件:开启事件存储;查询历史推送事件
|
|
657
657
|
|
|
658
658
|
# @param request: Request instance for SearchLog.
|
|
659
659
|
# @type request: :class:`Tencentcloud::eb::V20210416::SearchLogRequest`
|
data/lib/v20210416/models.rb
CHANGED
|
@@ -860,7 +860,7 @@ module TencentCloud
|
|
|
860
860
|
|
|
861
861
|
# DescribeLogTagValue返回参数结构体
|
|
862
862
|
class DescribeLogTagValueResponse < TencentCloud::Common::AbstractModel
|
|
863
|
-
# @param Results:
|
|
863
|
+
# @param Results: 事件查询维度值结果
|
|
864
864
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
865
865
|
# @type Results: Array
|
|
866
866
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2111,16 +2111,16 @@ module TencentCloud
|
|
|
2111
2111
|
|
|
2112
2112
|
# SearchLog返回参数结构体
|
|
2113
2113
|
class SearchLogResponse < TencentCloud::Common::AbstractModel
|
|
2114
|
-
# @param Total:
|
|
2114
|
+
# @param Total: 事件总数
|
|
2115
2115
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2116
2116
|
# @type Total: Integer
|
|
2117
|
-
# @param Limit:
|
|
2117
|
+
# @param Limit: 每页事件条数
|
|
2118
2118
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2119
2119
|
# @type Limit: Integer
|
|
2120
2120
|
# @param Page: 页码
|
|
2121
2121
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2122
2122
|
# @type Page: Integer
|
|
2123
|
-
# @param Results:
|
|
2123
|
+
# @param Results: 事件查询结果
|
|
2124
2124
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2125
2125
|
# @type Results: Array
|
|
2126
2126
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-eb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.751
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-01-
|
|
11
|
+
date: 2024-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|