tencentcloud-sdk-vod 3.0.901 → 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: 833b2ce7926fe882c76b2730111c3263411733f6
4
- data.tar.gz: 3e958340860906d96d852fb3e91865ea128c779f
3
+ metadata.gz: f2415080a9efbf2c6aa618b165fe705191048d8f
4
+ data.tar.gz: 44e4d6b5a2f7082241b03f0b0c2baa5adcfe119a
5
5
  SHA512:
6
- metadata.gz: 93aa2b19bbf4018e0d033342a38916d6761083ce36c724233282c48854bd6a31b26afced19606f0758c51270178eee89bbe0d9d972e5100a710991375849747b
7
- data.tar.gz: 27e6fa5ea0438768065794f857ffa1ed2262a24fdf53a3d7d3713ad5b9b834fa866f5e8dccd7be41d6bf512a30b50ee12c1ef97813664a5041cfe229743e9ce3
6
+ metadata.gz: bd9c58886f4d371f56fb056c2c7ca5e200fc31bf64c4b69896b4dadb8a270e94f457c04a8eadeede34099ea9cfee64a73efa7bd9a68877bdedd235b299a42247
7
+ data.tar.gz: c23ba376ffb5c84fc39a9a771b471dc06c47ff329ea0b0a1940c0abd1a30897e730997831d841209a9ff9dd63741c9ad85b67f2cd5f8083fe0b451551980e8e1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.901
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.901
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-08 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