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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8c1c8218c11d3ca4916017a3793540244a77cd07
4
- data.tar.gz: eb69973c18bd085813f82341697429a097cb4ea3
3
+ metadata.gz: ca603c7d6ff9eddec6a0d3841e3fba3d5e95ece8
4
+ data.tar.gz: 0ccf0f408c3446dac2b38ad2aecbb0ecfcf507da
5
5
  SHA512:
6
- metadata.gz: aba6b9709b39788846efd9d2b63676bdd49cb40cb13f9c62c793b1a1ebf707d1f39bdf235819265b68c9017db1e558e21093612a3d95d15be6be9dd62e6d36bd
7
- data.tar.gz: 597a7e967cd9125d65bb402ee5c39140fee9b6a78dd18add89cc8613d323aa699bf241b08071e0a6bca1963abfdad48a063beb1db1d873ed88b8901a77a5d354
6
+ metadata.gz: 2a69b5d8527fefb46de53957e312eb1ce03a21c528b895ce225e0a6b7e1e4c1ab2ed0fe6a09f215bf5a710285bb09c6618258cf49e0d80c909ea685f9086c497
7
+ data.tar.gz: dadc9fff554d4860db5f27bd7b3735ff074783be33fa56ceb70e71ef622cfa9b272cced744f401663f3641e64abd6d2ce02beba4ee5399b2b36a49ccb85a8721
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.750
1
+ 3.0.751
@@ -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`
@@ -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.750
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-15 00:00:00.000000000 Z
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