tencentcloud-sdk-cls 3.0.1183 → 3.0.1184

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: 9d2ce0105ae4d9731e6f5dd27644c8afb6a754e8
4
- data.tar.gz: 164493e292329801ff833967874a4be06143736b
3
+ metadata.gz: 4d9e34338ddfe1847b4e3104d329fa2bfea95a1e
4
+ data.tar.gz: 1cf7bab36a433d37dc6c45a09c884654f0b7635c
5
5
  SHA512:
6
- metadata.gz: c6b30d9329863cec2fecec097141f52af88731e195d7a8459ff63e20e6d4f9760e30951556f9612f44fa21dcd4442df645b1f223ecec7b5f25a8dcde35a78965
7
- data.tar.gz: 9a51d73b2a391e1274617b1119841322ccc8c8b83693bd2ce3077bdf338aca9199d1bcedf9e55e7d2242525d775611a95ac37c6a693b22ba321fbc7c94d7e461
6
+ metadata.gz: 8a6ba8ad958cbf4488dd80f60db803a1e787d645c2ea883c296e6dec00e6ac34e50814f310c5bb8918bcc2578c8d2194ecc9eba26f41c60eb3a840cfc98ed391
7
+ data.tar.gz: 45a1df0fbb1f18d4d713e701b94cc42f40a8e86d8973fdce74e65585022c4bb4ff96a2bc0cf1850a93027dd065924674663b57ca3d128414ce36e2dbd3c3121d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1183
1
+ 3.0.1184
@@ -13701,6 +13701,8 @@ module TencentCloud
13701
13701
  # 标准存储为 hotPeriod, 低频存储则为 Period-hotPeriod。(主题类型需为日志主题)
13702
13702
  # HotPeriod=0为没有开启日志沉降。
13703
13703
  # @type HotPeriod: Integer
13704
+ # @param KeyId: kms-cls服务秘钥id
13705
+ # @type KeyId: String
13704
13706
  # @param BizType: 主题类型。
13705
13707
  # - 0: 日志主题
13706
13708
  # - 1: 指标主题
@@ -13724,9 +13726,9 @@ module TencentCloud
13724
13726
  # @param IsSourceFrom: IsSourceFrom 开启记录公网来源ip和服务端接收时间
13725
13727
  # @type IsSourceFrom: Boolean
13726
13728
 
13727
- attr_accessor :LogsetId, :TopicId, :TopicName, :PartitionCount, :Index, :AssumerUin, :AssumerName, :CreateTime, :Status, :Tags, :RoleName, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :SubAssumerName, :Describes, :HotPeriod, :BizType, :IsWebTracking, :Extends, :TopicAsyncTaskID, :MigrationStatus, :EffectiveDate, :IsSourceFrom
13729
+ attr_accessor :LogsetId, :TopicId, :TopicName, :PartitionCount, :Index, :AssumerUin, :AssumerName, :CreateTime, :Status, :Tags, :RoleName, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :SubAssumerName, :Describes, :HotPeriod, :KeyId, :BizType, :IsWebTracking, :Extends, :TopicAsyncTaskID, :MigrationStatus, :EffectiveDate, :IsSourceFrom
13728
13730
 
13729
- def initialize(logsetid=nil, topicid=nil, topicname=nil, partitioncount=nil, index=nil, assumeruin=nil, assumername=nil, createtime=nil, status=nil, tags=nil, rolename=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil, subassumername=nil, describes=nil, hotperiod=nil, biztype=nil, iswebtracking=nil, extends=nil, topicasynctaskid=nil, migrationstatus=nil, effectivedate=nil, issourcefrom=nil)
13731
+ def initialize(logsetid=nil, topicid=nil, topicname=nil, partitioncount=nil, index=nil, assumeruin=nil, assumername=nil, createtime=nil, status=nil, tags=nil, rolename=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil, subassumername=nil, describes=nil, hotperiod=nil, keyid=nil, biztype=nil, iswebtracking=nil, extends=nil, topicasynctaskid=nil, migrationstatus=nil, effectivedate=nil, issourcefrom=nil)
13730
13732
  @LogsetId = logsetid
13731
13733
  @TopicId = topicid
13732
13734
  @TopicName = topicname
@@ -13745,6 +13747,7 @@ module TencentCloud
13745
13747
  @SubAssumerName = subassumername
13746
13748
  @Describes = describes
13747
13749
  @HotPeriod = hotperiod
13750
+ @KeyId = keyid
13748
13751
  @BizType = biztype
13749
13752
  @IsWebTracking = iswebtracking
13750
13753
  @Extends = extends
@@ -13780,6 +13783,7 @@ module TencentCloud
13780
13783
  @SubAssumerName = params['SubAssumerName']
13781
13784
  @Describes = params['Describes']
13782
13785
  @HotPeriod = params['HotPeriod']
13786
+ @KeyId = params['KeyId']
13783
13787
  @BizType = params['BizType']
13784
13788
  @IsWebTracking = params['IsWebTracking']
13785
13789
  unless params['Extends'].nil?
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.1183
4
+ version: 3.0.1184
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-17 00:00:00.000000000 Z
11
+ date: 2025-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common