tencentcloud-sdk-cls 3.0.1173 → 3.0.1174

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201016/models.rb +10 -2
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d14c329efdaf86142fe215cb17883b88cc4d7b42
4
- data.tar.gz: 015ef299eb450290391c33df785b87c91c1946d3
3
+ metadata.gz: 7480e744d0f25c9c22032e8edcc8722d907520bf
4
+ data.tar.gz: 79961fe7b3fbdc67513890c9826d283d2e212a51
5
5
  SHA512:
6
- metadata.gz: 0a7de49295d9cdb09bcda7f35487ad63de5682fa991bf364ef26c50c635f4696bb6df53c70fcf69c444a4a96e446b1ff971d6ef0fbbe93d74b65b625aa5fc7e3
7
- data.tar.gz: 4161948c4a46c703bb32c7268756466c680d793ecdab0645c1f432585d246c5082d1f09ea96ec56470c442c7f568aaf59fcce8ac0b835c07e86ce7b416065914
6
+ metadata.gz: eadd8c864f08e39a763800ef1cc01d3ed27c71e83ce40fffe9a67b9edede948d7f0bb180b7d994977a761b4ca7fe4fb457334c6084bd2ab29d8bd3efff6c52a1
7
+ data.tar.gz: 0b38718d0f5d84b76a9b538dda76c6e50517583fc195d28e6391bac5bb60a6c78fb5769691a46da37483d71a2dd841f8f6d4b517acb61a90836e25b5c4b52e10
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1173
1
+ 3.0.1174
@@ -3884,6 +3884,12 @@ module TencentCloud
3884
3884
  # 非0:日志主题开启日志沉降后标准存储的天数,HotPeriod需要大于等于7,且小于Period。
3885
3885
  # 仅在StorageType为 hot 时生效,指标主题不支持该配置。
3886
3886
  # @type HotPeriod: Integer
3887
+ # @param Encryption: 加密相关参数。 支持加密地域并且开白用户可以传此参数,其他场景不能传递该参数。
3888
+ # 0或者不传: 不加密
3889
+ # 1:kms-cls 云产品密钥加密
3890
+
3891
+ # 支持地域:ap-beijing,ap-guangzhou,ap-shanghai,ap-singapore,ap-bangkok,ap-jakarta,eu-frankfurt,ap-seoul,ap-tokyo
3892
+ # @type Encryption: Integer
3887
3893
  # @param BizType: 主题类型
3888
3894
  # - 0:日志主题,默认值
3889
3895
  # - 1:指标主题
@@ -3901,9 +3907,9 @@ module TencentCloud
3901
3907
  # @param IsSourceFrom: 开启记录公网来源ip和服务端接收时间
3902
3908
  # @type IsSourceFrom: Boolean
3903
3909
 
3904
- attr_accessor :LogsetId, :TopicName, :PartitionCount, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :Describes, :HotPeriod, :BizType, :TopicId, :IsWebTracking, :Extends, :IsSourceFrom
3910
+ attr_accessor :LogsetId, :TopicName, :PartitionCount, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :Describes, :HotPeriod, :Encryption, :BizType, :TopicId, :IsWebTracking, :Extends, :IsSourceFrom
3905
3911
 
3906
- def initialize(logsetid=nil, topicname=nil, partitioncount=nil, tags=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil, describes=nil, hotperiod=nil, biztype=nil, topicid=nil, iswebtracking=nil, extends=nil, issourcefrom=nil)
3912
+ def initialize(logsetid=nil, topicname=nil, partitioncount=nil, tags=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil, describes=nil, hotperiod=nil, encryption=nil, biztype=nil, topicid=nil, iswebtracking=nil, extends=nil, issourcefrom=nil)
3907
3913
  @LogsetId = logsetid
3908
3914
  @TopicName = topicname
3909
3915
  @PartitionCount = partitioncount
@@ -3914,6 +3920,7 @@ module TencentCloud
3914
3920
  @Period = period
3915
3921
  @Describes = describes
3916
3922
  @HotPeriod = hotperiod
3923
+ @Encryption = encryption
3917
3924
  @BizType = biztype
3918
3925
  @TopicId = topicid
3919
3926
  @IsWebTracking = iswebtracking
@@ -3939,6 +3946,7 @@ module TencentCloud
3939
3946
  @Period = params['Period']
3940
3947
  @Describes = params['Describes']
3941
3948
  @HotPeriod = params['HotPeriod']
3949
+ @Encryption = params['Encryption']
3942
3950
  @BizType = params['BizType']
3943
3951
  @TopicId = params['TopicId']
3944
3952
  @IsWebTracking = params['IsWebTracking']
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.1173
4
+ version: 3.0.1174
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-11-24 00:00:00.000000000 Z
11
+ date: 2025-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20201016/client.rb
37
- - lib/v20201016/models.rb
38
36
  - lib/tencentcloud-sdk-cls.rb
37
+ - lib/v20201016/models.rb
38
+ - lib/v20201016/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: