tencentcloud-sdk-vod 3.0.900 → 3.0.902

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: 5c9f7fbd167fdb305451fabff0dfdc539205341f
4
- data.tar.gz: 740a84db9f53deb1edb834b19099903dbda48e5e
3
+ metadata.gz: f2415080a9efbf2c6aa618b165fe705191048d8f
4
+ data.tar.gz: 44e4d6b5a2f7082241b03f0b0c2baa5adcfe119a
5
5
  SHA512:
6
- metadata.gz: 0ae28f1f965f851253ca2af45001fb054598b420e2e0e7ed2210a42da07c7d30ad88e5577adbfac236ace70fc754a2cac9568f81fda4c9713a4177c8c5326d93
7
- data.tar.gz: 8e8754bf65c99214517b6fa331ea4713a50f2787d82780df50997eaac559d67a9db635765bf96c878821e357054e877a176f9db6819abf7a1065c2982d85b08b
6
+ metadata.gz: bd9c58886f4d371f56fb056c2c7ca5e200fc31bf64c4b69896b4dadb8a270e94f457c04a8eadeede34099ea9cfee64a73efa7bd9a68877bdedd235b299a42247
7
+ data.tar.gz: c23ba376ffb5c84fc39a9a771b471dc06c47ff329ea0b0a1940c0abd1a30897e730997831d841209a9ff9dd63741c9ad85b67f2cd5f8083fe0b451551980e8e1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.900
1
+ 3.0.902
@@ -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, 8
1987
- deprecate :SegmentSet=, :none, 2024, 8
1986
+ deprecate :SegmentSet, :none, 2024, 9
1987
+ deprecate :SegmentSet=, :none, 2024, 9
1988
1988
 
1989
1989
  def initialize(name=nil, segmentset=nil, recognitionsegmentset=nil)
1990
1990
  @Name = name
@@ -9860,8 +9860,8 @@ module TencentCloud
9860
9860
 
9861
9861
  attr_accessor :DomainName, :Domain, :Scheme, :PlayKey, :RequestId
9862
9862
  extend Gem::Deprecate
9863
- deprecate :DomainName, :none, 2024, 8
9864
- deprecate :DomainName=, :none, 2024, 8
9863
+ deprecate :DomainName, :none, 2024, 9
9864
+ deprecate :DomainName=, :none, 2024, 9
9865
9865
 
9866
9866
  def initialize(domainname=nil, domain=nil, scheme=nil, playkey=nil, requestid=nil)
9867
9867
  @DomainName = domainname
@@ -17579,8 +17579,8 @@ module TencentCloud
17579
17579
 
17580
17580
  attr_accessor :Duration, :Transitions, :MediaTransitions
17581
17581
  extend Gem::Deprecate
17582
- deprecate :Transitions, :none, 2024, 8
17583
- deprecate :Transitions=, :none, 2024, 8
17582
+ deprecate :Transitions, :none, 2024, 9
17583
+ deprecate :Transitions=, :none, 2024, 9
17584
17584
 
17585
17585
  def initialize(duration=nil, transitions=nil, mediatransitions=nil)
17586
17586
  @Duration = duration
@@ -21490,8 +21490,8 @@ module TencentCloud
21490
21490
 
21491
21491
  attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
21492
21492
  extend Gem::Deprecate
21493
- deprecate :ProductInstanceResourceSet, :none, 2024, 8
21494
- deprecate :ProductInstanceResourceSet=, :none, 2024, 8
21493
+ deprecate :ProductInstanceResourceSet, :none, 2024, 9
21494
+ deprecate :ProductInstanceResourceSet=, :none, 2024, 9
21495
21495
 
21496
21496
  def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
21497
21497
  @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.900
4
+ version: 3.0.902
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-09-05 00:00:00.000000000 Z
11
+ date: 2024-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common