tencentcloud-sdk-cls 1.0.276 → 1.0.279

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: 664b7a72e26d2b6ff44e55582c64cceff999c11f
4
- data.tar.gz: 130c36847f4599782df4294a3ce96d8ad6bfc911
3
+ metadata.gz: acb1ef4c586b9e263166ecb34aa7fe7bf7200345
4
+ data.tar.gz: 216a1b8353114d4bcfaf3bd7a952f27059adc6bd
5
5
  SHA512:
6
- metadata.gz: 850d33754620e4ca7a9cac05bac3bcb486a1ab55bfcc329ddf03ec90f7a45f216de30df1a26e8feb8549910252806faf98d7f84de0b2f243ba1669a8fc55e652
7
- data.tar.gz: bced87f7962efc4263a8e30b0dfdabf0dd7755aba1bc84d056a55ff14637fd939099e23f64aa6600d602e3260b38f53dc7537a054f37b80a5858c467cf969b03
6
+ metadata.gz: b7f8452c8af153e3d93b5e18a373bc9748aef1da163f995dd04b7e86635826aca414cd6f72741ebc6e0ffb81a6059f1573ae0110ae4d0b66dde4245cb4e371f1
7
+ data.tar.gz: 98a4f5b8f3495ac11db6fc2d046911d580a924c5e840c30e3f4443b874afae169a48d443e7f59c47cf7d911f49fc6644f961e887cb0178d92c4cf738afbd1804
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.276
1
+ 1.0.279
@@ -1503,9 +1503,9 @@ module TencentCloud
1503
1503
  # @type AutoSplit: Boolean
1504
1504
  # @param MaxSplitPartitions: 开启自动分裂后,每个主题能够允许的最大分区数,默认值为50
1505
1505
  # @type MaxSplitPartitions: Integer
1506
- # @param StorageType: 日志主题的存储类型,可选值 hot(实时存储),cold(离线存储);默认为hot。若传入cold,请先联系客服进行开白。
1506
+ # @param StorageType: 日志主题的存储类型,可选值 hot(实时存储),cold(低频存储);默认为hot
1507
1507
  # @type StorageType: String
1508
- # @param Period: 生命周期,单位天;可取值范围1~366。默认30天
1508
+ # @param Period: 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
1509
1509
  # @type Period: Integer
1510
1510
 
1511
1511
  attr_accessor :LogsetId, :TopicName, :PartitionCount, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period
@@ -3479,7 +3479,7 @@ module TencentCloud
3479
3479
  class JsonInfo < TencentCloud::Common::AbstractModel
3480
3480
  # @param EnableTag: 启用标志
3481
3481
  # @type EnableTag: Boolean
3482
- # @param MetaFields: 元数据信息列表
3482
+ # @param MetaFields: 元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__。
3483
3483
  # 注意:此字段可能返回 null,表示取不到有效值。
3484
3484
  # @type MetaFields: Array
3485
3485
 
@@ -5183,7 +5183,7 @@ module TencentCloud
5183
5183
  # @param StorageType: 日主题的存储类型
5184
5184
  # 注意:此字段可能返回 null,表示取不到有效值。
5185
5185
  # @type StorageType: String
5186
- # @param Period: 生命周期,单位为天
5186
+ # @param Period: 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
5187
5187
  # 注意:此字段可能返回 null,表示取不到有效值。
5188
5188
  # @type Period: Integer
5189
5189
 
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: 1.0.276
4
+ version: 1.0.279
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-03-15 00:00:00.000000000 Z
11
+ date: 2022-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common