tencentcloud-sdk-cls 3.0.421 → 3.0.423

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: d38d8d105a7f845b808758ab97c268611b6c6f44
4
- data.tar.gz: bf32745f0b56eefd164d3b2d2cac3970fb5c4a76
3
+ metadata.gz: 8b430538b50cd2afe0208b1c1cc13d9e104e47e9
4
+ data.tar.gz: 416ae0698f4c6dfc81704917fa1ab7ec393bc032
5
5
  SHA512:
6
- metadata.gz: 297afd79dc26809f49213cfd594d11fa53999b413869ba85cd5a3d736b21e92e31fb82dc487398d5a32a0b0ac100d3da26a9698f536e2cf26aebf904ffb29dc1
7
- data.tar.gz: 92cc6ca2620ccb6162896f444a3bf59f0291df74dc58a8a844897dcd49f71637f3795df22d184c3d0e45a4895b2992b26d0d0fa4b46b5020c545705a9b5d4d75
6
+ metadata.gz: 11e682c96c1d5a224e65326bdd946c3dd9c939718c4aaac473e42a9a82f37558712bb5a69e726b3446382c5d8225e9d5ea321f56ceaaebf90b4bb73d5fe80a73
7
+ data.tar.gz: 0d759cb50abff3fc1003c8abfbc3882fd8067f591aa5c1e65ff8a3b78c906b1b05a740cae9e2e800e03e0779e696ec6bc3a819bace2f583a38bf2bcd4d237f91
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.421
1
+ 3.0.423
@@ -845,7 +845,7 @@ module TencentCloud
845
845
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
846
846
  end
847
847
 
848
- # 本接口用于构建直方图
848
+ # 本接口用于构建日志数量直方图
849
849
 
850
850
  # @param request: Request instance for DescribeLogHistogram.
851
851
  # @type request: :class:`Tencentcloud::cls::V20201016::DescribeLogHistogramRequest`
@@ -1597,7 +1597,7 @@ module TencentCloud
1597
1597
  # @type MaxSplitPartitions: Integer
1598
1598
  # @param StorageType: 日志主题的存储类型,可选值 hot(标准存储),cold(低频存储);默认为hot。
1599
1599
  # @type StorageType: String
1600
- # @param Period: 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
1600
+ # @param Period: 生命周期,单位天,标准存储取值范围1~3600,低频存储取值范围7~3600天。取值为3640时代表永久保存
1601
1601
  # @type Period: Integer
1602
1602
 
1603
1603
  attr_accessor :LogsetId, :TopicName, :PartitionCount, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period
@@ -2697,7 +2697,7 @@ module TencentCloud
2697
2697
  # @type To: Integer
2698
2698
  # @param Query: 查询语句
2699
2699
  # @type Query: String
2700
- # @param Interval: 时间间隔: 单位ms
2700
+ # @param Interval: 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200
2701
2701
  # @type Interval: Integer
2702
2702
 
2703
2703
  attr_accessor :TopicId, :From, :To, :Query, :Interval
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cls
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.421
4
+ version: 3.0.423
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-28 00:00:00.000000000 Z
11
+ date: 2022-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common