tencentcloud-sdk-cls 3.0.752 → 3.0.754

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201016/models.rb +19 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 472f22c073b857ca2aac3708b4d381c84ff60894
4
- data.tar.gz: acbf74c436efb127c8ce65127d37d3c3b0a89e9d
3
+ metadata.gz: 168706c7f9cff7f55eed22da42ec4632f05aa49d
4
+ data.tar.gz: 212098a1d367e1bee916dae733d7c3818d226c42
5
5
  SHA512:
6
- metadata.gz: 7f8c6d8ba4387979048ca575c07d1792b135c0b31c550e75d286e52213a652d8a0c4f03e6b2babb3c27ae9a477241266d0e008a54266ef870c0d7dc9f9fef5fa
7
- data.tar.gz: 80a0c6c099bf47d7c74d6df469ff561ea43381d332069d58e4a6a5368e58b082b33e24584576832c733f3f06ea895952803f0d682fcf52af9ff4c841c59a770d
6
+ metadata.gz: 8a234769df9199918e00217511b6354cd32cd9b17f9f113410fd13cf557936c0d7bd9a07e39efa55536afe852564ddb21fe0a99a01ef50ea0ddd564f98881e91
7
+ data.tar.gz: 62b1c3f36289821e81a0558509d70379b48b1d0d4f5b0e47015dbad65013a41530441c3a3dfd88a0c180eefd0719bf093ee3d86e0a8040297f3bdf74f0ca609d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.752
1
+ 3.0.754
@@ -2552,10 +2552,12 @@ module TencentCloud
2552
2552
  # @type StartTime: Integer
2553
2553
  # @param EndTime: 投递数据范围的结束时间点,不能填写未来时间。如果用户不填写,默认为持续投递,即无限。
2554
2554
  # @type EndTime: Integer
2555
+ # @param StorageType: cos桶存储类型
2556
+ # @type StorageType: String
2555
2557
 
2556
- attr_accessor :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content, :FilenameMode, :StartTime, :EndTime
2558
+ attr_accessor :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content, :FilenameMode, :StartTime, :EndTime, :StorageType
2557
2559
 
2558
- def initialize(topicid=nil, bucket=nil, prefix=nil, shippername=nil, interval=nil, maxsize=nil, filterrules=nil, partition=nil, compress=nil, content=nil, filenamemode=nil, starttime=nil, endtime=nil)
2560
+ def initialize(topicid=nil, bucket=nil, prefix=nil, shippername=nil, interval=nil, maxsize=nil, filterrules=nil, partition=nil, compress=nil, content=nil, filenamemode=nil, starttime=nil, endtime=nil, storagetype=nil)
2559
2561
  @TopicId = topicid
2560
2562
  @Bucket = bucket
2561
2563
  @Prefix = prefix
@@ -2569,6 +2571,7 @@ module TencentCloud
2569
2571
  @FilenameMode = filenamemode
2570
2572
  @StartTime = starttime
2571
2573
  @EndTime = endtime
2574
+ @StorageType = storagetype
2572
2575
  end
2573
2576
 
2574
2577
  def deserialize(params)
@@ -2598,6 +2601,7 @@ module TencentCloud
2598
2601
  @FilenameMode = params['FilenameMode']
2599
2602
  @StartTime = params['StartTime']
2600
2603
  @EndTime = params['EndTime']
2604
+ @StorageType = params['StorageType']
2601
2605
  end
2602
2606
  end
2603
2607
 
@@ -7521,10 +7525,12 @@ module TencentCloud
7521
7525
  # @type Content: :class:`Tencentcloud::Cls.v20201016.models.ContentInfo`
7522
7526
  # @param FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
7523
7527
  # @type FilenameMode: Integer
7528
+ # @param StorageType: cos桶类型
7529
+ # @type StorageType: String
7524
7530
 
7525
- attr_accessor :ShipperId, :Bucket, :Prefix, :Status, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content, :FilenameMode
7531
+ attr_accessor :ShipperId, :Bucket, :Prefix, :Status, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content, :FilenameMode, :StorageType
7526
7532
 
7527
- def initialize(shipperid=nil, bucket=nil, prefix=nil, status=nil, shippername=nil, interval=nil, maxsize=nil, filterrules=nil, partition=nil, compress=nil, content=nil, filenamemode=nil)
7533
+ def initialize(shipperid=nil, bucket=nil, prefix=nil, status=nil, shippername=nil, interval=nil, maxsize=nil, filterrules=nil, partition=nil, compress=nil, content=nil, filenamemode=nil, storagetype=nil)
7528
7534
  @ShipperId = shipperid
7529
7535
  @Bucket = bucket
7530
7536
  @Prefix = prefix
@@ -7537,6 +7543,7 @@ module TencentCloud
7537
7543
  @Compress = compress
7538
7544
  @Content = content
7539
7545
  @FilenameMode = filenamemode
7546
+ @StorageType = storagetype
7540
7547
  end
7541
7548
 
7542
7549
  def deserialize(params)
@@ -7565,6 +7572,7 @@ module TencentCloud
7565
7572
  @Content.deserialize(params['Content'])
7566
7573
  end
7567
7574
  @FilenameMode = params['FilenameMode']
7575
+ @StorageType = params['StorageType']
7568
7576
  end
7569
7577
  end
7570
7578
 
@@ -8850,10 +8858,13 @@ module TencentCloud
8850
8858
  # 4:任务运行结束
8851
8859
  # 注意:此字段可能返回 null,表示取不到有效值。
8852
8860
  # @type HistoryStatus: Integer
8861
+ # @param StorageType: cos桶类型
8862
+ # 注意:此字段可能返回 null,表示取不到有效值。
8863
+ # @type StorageType: String
8853
8864
 
8854
- attr_accessor :ShipperId, :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :Status, :FilterRules, :Partition, :Compress, :Content, :CreateTime, :FilenameMode, :StartTime, :EndTime, :Progress, :RemainTime, :HistoryStatus
8865
+ attr_accessor :ShipperId, :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :Status, :FilterRules, :Partition, :Compress, :Content, :CreateTime, :FilenameMode, :StartTime, :EndTime, :Progress, :RemainTime, :HistoryStatus, :StorageType
8855
8866
 
8856
- def initialize(shipperid=nil, topicid=nil, bucket=nil, prefix=nil, shippername=nil, interval=nil, maxsize=nil, status=nil, filterrules=nil, partition=nil, compress=nil, content=nil, createtime=nil, filenamemode=nil, starttime=nil, endtime=nil, progress=nil, remaintime=nil, historystatus=nil)
8867
+ def initialize(shipperid=nil, topicid=nil, bucket=nil, prefix=nil, shippername=nil, interval=nil, maxsize=nil, status=nil, filterrules=nil, partition=nil, compress=nil, content=nil, createtime=nil, filenamemode=nil, starttime=nil, endtime=nil, progress=nil, remaintime=nil, historystatus=nil, storagetype=nil)
8857
8868
  @ShipperId = shipperid
8858
8869
  @TopicId = topicid
8859
8870
  @Bucket = bucket
@@ -8873,6 +8884,7 @@ module TencentCloud
8873
8884
  @Progress = progress
8874
8885
  @RemainTime = remaintime
8875
8886
  @HistoryStatus = historystatus
8887
+ @StorageType = storagetype
8876
8888
  end
8877
8889
 
8878
8890
  def deserialize(params)
@@ -8908,6 +8920,7 @@ module TencentCloud
8908
8920
  @Progress = params['Progress']
8909
8921
  @RemainTime = params['RemainTime']
8910
8922
  @HistoryStatus = params['HistoryStatus']
8923
+ @StorageType = params['StorageType']
8911
8924
  end
8912
8925
  end
8913
8926
 
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.752
4
+ version: 3.0.754
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-17 00:00:00.000000000 Z
11
+ date: 2024-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common