tencentcloud-sdk-es 3.0.935 → 3.0.936

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: e4fdc6cbda550b204e121171e046468641d91412
4
- data.tar.gz: 93b9ae28f8990829a946ab64871832b199178fea
3
+ metadata.gz: a1058398859b2b4a2375bd4431468510198d8e72
4
+ data.tar.gz: 35c98e2473e5acbb97dce061c5b900c459924784
5
5
  SHA512:
6
- metadata.gz: bcfb4ac89a16c393295a892e2c14db8556d929b93439419072f7ac5fc61f05fe7042546ddcf69fd6b3004dc2dfce46e9320c1d0ae6991ded6988959504725e30
7
- data.tar.gz: 226747aa215b62fbf872bc8d826aa9244253eddf17b2bd2602fcce5ce3ce02ac35cc5cf2f772aa190efe5ac6b41be0c43e8516a7aa5d01fd38b87d10b3be5027
6
+ metadata.gz: e1bc72bc3fa73e1cdf1678b74531c8ad9eb050723bb551593f798748c7c190e41315f15d35b1c330cf595dabb5879f724aaba6039e49f9b97b9bb025be2ae20f
7
+ data.tar.gz: b920afcb58a46574b2578aee7bc9246f2b9aec74b73874e80e417b8f951b0d6027a6db58b6ad3e361177d7c35ddce67a3869a72f1b68d4b71f467391d5862093
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.935
1
+ 3.0.936
@@ -5989,19 +5989,24 @@ module TencentCloud
5989
5989
  # @param SinkCycleAge: 标准存储时长
5990
5990
  # 注意:此字段可能返回 null,表示取不到有效值。
5991
5991
  # @type SinkCycleAge: String
5992
+ # @param StandardStorageAge: 标准存储时长
5993
+ # 注意:此字段可能返回 null,表示取不到有效值。
5994
+ # @type StandardStorageAge: String
5992
5995
 
5993
- attr_accessor :ExpireMaxAge, :TimestampField, :SinkCycleAge
5996
+ attr_accessor :ExpireMaxAge, :TimestampField, :SinkCycleAge, :StandardStorageAge
5994
5997
 
5995
- def initialize(expiremaxage=nil, timestampfield=nil, sinkcycleage=nil)
5998
+ def initialize(expiremaxage=nil, timestampfield=nil, sinkcycleage=nil, standardstorageage=nil)
5996
5999
  @ExpireMaxAge = expiremaxage
5997
6000
  @TimestampField = timestampfield
5998
6001
  @SinkCycleAge = sinkcycleage
6002
+ @StandardStorageAge = standardstorageage
5999
6003
  end
6000
6004
 
6001
6005
  def deserialize(params)
6002
6006
  @ExpireMaxAge = params['ExpireMaxAge']
6003
6007
  @TimestampField = params['TimestampField']
6004
6008
  @SinkCycleAge = params['SinkCycleAge']
6009
+ @StandardStorageAge = params['StandardStorageAge']
6005
6010
  end
6006
6011
  end
6007
6012
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-es
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.935
4
+ version: 3.0.936
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-11-03 00:00:00.000000000 Z
11
+ date: 2024-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common