tencentcloud-sdk-vod 3.0.798 → 3.0.800

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: 284fb822c3125e06b4c4da497403236439276500
4
- data.tar.gz: 1cc3f30d8b84bb2024c10c2df54af035cf478616
3
+ metadata.gz: 832447fbfa043b5851844538e7c937dfa79dc94e
4
+ data.tar.gz: 45ea84f2b364454f99a1b7cc29ce0fddbbe8dd1d
5
5
  SHA512:
6
- metadata.gz: 55664d5f54e1930e0dcaab326ecc7b07751b8df6c2fa8dce92590a9ce8ccae183d0f7457518176b48f0a9ff97c968ee6ee604070bf07d94aebcb31237aa6dc00
7
- data.tar.gz: 1ebb44fab59bfad791c1a53c96decac2966af3571c7ac99df76ae89482737541cc2d97583b0c628fca5704bfbe338fd16e14ff316471f9c42df0b0608b037519
6
+ metadata.gz: 6f379a73960459516225f8cd26163c8ccc8b512dc2207211900425d4c7a2bfe83130c881d4b72616457b88ee5ba0f20d9eb03c873a20cf1a493d6e3d88ef2a0d
7
+ data.tar.gz: 9f289b889f205a1ed93863c3d17ed2acc0e5c6fb985b196cae4aecc1f46b21e79ab4949c83b1d3e50dd14daa081235fa05de975512bce7eb3a92404630152635
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.798
1
+ 3.0.800
@@ -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.798
4
+ version: 3.0.800
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-08 00:00:00.000000000 Z
11
+ date: 2024-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common