tencentcloud-sdk-vod 3.0.799 → 3.0.801

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5664aafbbe3b7e670b3a7c36d93f9034d487f27e
4
- data.tar.gz: 68db76248b9ecf3d73ac8d85ba71760c26ac67d1
3
+ metadata.gz: 81c90cf8c5f08af451666d11894a8f09af77368a
4
+ data.tar.gz: 1437a86b28ca528840f347768dd712162cd8fc1d
5
5
  SHA512:
6
- metadata.gz: 1e55b129150873740a05bda4470f0bffc0fc142f81de9a955fd25adabd30823303e7ff38e1729596dab0ad8d23b312741096666f4d7f06a10d6f1ee6b11e921d
7
- data.tar.gz: d0db7040a110737f93ef7629ed389b91a5182e9f3f8def23e7911abab26f39b85a6a4b41562dbdda7754dc06ef862f50ab5dcbfe3a62be2c66063dfc49ce15c7
6
+ metadata.gz: ee836bf7c48daa662ed3e11934e2ca0a712094c4c4fd2de4ac8f1099d7ff7d3eae99e17779b8019ba11eae0d89cd2382c9022d3012424616da12c3af55d9fdfd
7
+ data.tar.gz: 473888b8fd0822e475ff378e8759100e7e37eefd5fecc236a057475f9445c28325c73b0987b04d5eebd8b0bfa011b8364dce87c8b9e0905cc4c39d028726c7a3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.799
1
+ 3.0.801
@@ -1983,8 +1983,8 @@ module TencentCloud
1983
1983
 
1984
1984
  attr_accessor :Name, :SegmentSet, :RecognitionSegmentSet
1985
1985
  extend Gem::Deprecate
1986
- deprecate :SegmentSet, :none, 2024, 3
1987
- deprecate :SegmentSet=, :none, 2024, 3
1986
+ deprecate :SegmentSet, :none, 2024, 4
1987
+ deprecate :SegmentSet=, :none, 2024, 4
1988
1988
 
1989
1989
  def initialize(name=nil, segmentset=nil, recognitionsegmentset=nil)
1990
1990
  @Name = name
@@ -9809,8 +9809,8 @@ module TencentCloud
9809
9809
 
9810
9810
  attr_accessor :DomainName, :Domain, :Scheme, :PlayKey, :RequestId
9811
9811
  extend Gem::Deprecate
9812
- deprecate :DomainName, :none, 2024, 3
9813
- deprecate :DomainName=, :none, 2024, 3
9812
+ deprecate :DomainName, :none, 2024, 4
9813
+ deprecate :DomainName=, :none, 2024, 4
9814
9814
 
9815
9815
  def initialize(domainname=nil, domain=nil, scheme=nil, playkey=nil, requestid=nil)
9816
9816
  @DomainName = domainname
@@ -17341,8 +17341,8 @@ module TencentCloud
17341
17341
 
17342
17342
  attr_accessor :Duration, :Transitions, :MediaTransitions
17343
17343
  extend Gem::Deprecate
17344
- deprecate :Transitions, :none, 2024, 3
17345
- deprecate :Transitions=, :none, 2024, 3
17344
+ deprecate :Transitions, :none, 2024, 4
17345
+ deprecate :Transitions=, :none, 2024, 4
17346
17346
 
17347
17347
  def initialize(duration=nil, transitions=nil, mediatransitions=nil)
17348
17348
  @Duration = duration
@@ -21253,8 +21253,8 @@ module TencentCloud
21253
21253
 
21254
21254
  attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
21255
21255
  extend Gem::Deprecate
21256
- deprecate :ProductInstanceResourceSet, :none, 2024, 3
21257
- deprecate :ProductInstanceResourceSet=, :none, 2024, 3
21256
+ deprecate :ProductInstanceResourceSet, :none, 2024, 4
21257
+ deprecate :ProductInstanceResourceSet=, :none, 2024, 4
21258
21258
 
21259
21259
  def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
21260
21260
  @ProductType = producttype
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.799
4
+ version: 3.0.801
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-04-09 00:00:00.000000000 Z
11
+ date: 2024-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common