tencentcloud-sdk-vod 3.0.901 → 3.0.903

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: e3fe902f0f32e56b6d86d7266a699fd36a408f1e
4
+ data.tar.gz: 884801423f6864350411572b777a86b3ce851e23
5
5
  SHA512:
6
- metadata.gz: 93aa2b19bbf4018e0d033342a38916d6761083ce36c724233282c48854bd6a31b26afced19606f0758c51270178eee89bbe0d9d972e5100a710991375849747b
7
- data.tar.gz: 27e6fa5ea0438768065794f857ffa1ed2262a24fdf53a3d7d3713ad5b9b834fa866f5e8dccd7be41d6bf512a30b50ee12c1ef97813664a5041cfe229743e9ce3
6
+ metadata.gz: 06503e21cf54be4a0040c2fd5f4811d4e8409c8a8a082bf4a0a04d1297c66330122e0c0d15d131c8721706d835284fccac658eeb323b645500a6cf179973082a
7
+ data.tar.gz: 80e91de83ce6a11336cac9f052f5ac9d037364e84af6ef4ad9543c0930d269859cc5dc198a74491f83455430d68e497f35e3b409c2794c5e41de0d6c7e1f1c9b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.901
1
+ 3.0.903
@@ -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.903
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-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common