tencentcloud-sdk-vod 3.0.923 → 3.0.925

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: 5489b067ce3856a2f3c39087f5fd9ae833c7207b
4
- data.tar.gz: eadb4026bd4119dcd904c367b03a7ccc9f6fee83
3
+ metadata.gz: 096e43af8245ee7b13a8d425258e55cb3200c2e3
4
+ data.tar.gz: 54864b6112555a733e80ce339d2740a7b8f06c44
5
5
  SHA512:
6
- metadata.gz: ef56838774265fec4ef90469de06e7d7daca3d93785b41e57aacc9759bb97c4fe48e16b11815177449ebf8cd74dad6ac137cdcecb29211ec3fc8b916552d6a68
7
- data.tar.gz: c26ed5223ccaffab1011455e25c4b5c552d4efc246e30ccd1d71c2533300b765ad942d9c3e654651362823ab232ca328dcc7ff871a268b5604488ece3e3f123d
6
+ metadata.gz: 4c96b860d79b1d4c25cc406c26b8b6ca26485aae7cd408a8e12a298b0c801bcdbffc539190e5f3f3a5096292a7cebd9da08a44b079e15e8439edabfb13601b95
7
+ data.tar.gz: 7f4c84dc2bd3f0266d637c08a9d00f1264ce34a983a8d03c1b120d7aa605dbf5bc95f4e983223cb668a109c94476d4d8d2c53b5d8b88abcf7a9796b456f58037
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.923
1
+ 3.0.925
@@ -3074,6 +3074,7 @@ module TencentCloud
3074
3074
 
3075
3075
  # * 对媒体禁播后,除了点播控制台预览,其他场景访问视频各种资源的 URL(原始文件、转码输出文件、截图等)均会返回 403。
3076
3076
  # 禁播/解禁操作全网生效时间约 5~10 分钟。
3077
+ # * 注意:禁播媒体仅能操作标准存储和低频存储的媒体。低频存储媒体,必须存储至少 30 天,提前删除或变更存储类型,仍旧按照 30 天计费;如果禁播低频存储媒体,该媒体低频存储的时长不足 30 天,会产生提前删除计费;同时,禁播后该媒体的低频存储时长会从当前时间重新开始计算,如果不满 30 天继续对该媒体进行删除或变更存储类型,也将产生提前删除计费。例:媒体 001 已经低频存储了 10 天,此时对 001 进行禁播,低频存储的计费仍旧按 30 天计算(提前删除计费时长为 30 - 10 = 20 天);禁播后 001 的低频存储时长重新开始计算,如果禁播后第 5 天删除了 001,低频存储计费也会按 30 天计算(提前删除计费时长为 30 - 5 = 25 天);001 实际的低频存储时长为 10 + 5 = 15 天,低频存储计费时长为 10 + 20(提前删除计费)+ 5 + 25(提前删除计费) = 60 天。
3077
3078
 
3078
3079
  # @param request: Request instance for ForbidMediaDistribution.
3079
3080
  # @type request: :class:`Tencentcloud::vod::V20180717::ForbidMediaDistributionRequest`
@@ -1998,8 +1998,8 @@ module TencentCloud
1998
1998
 
1999
1999
  attr_accessor :Name, :SegmentSet, :RecognitionSegmentSet
2000
2000
  extend Gem::Deprecate
2001
- deprecate :SegmentSet, :none, 2024, 9
2002
- deprecate :SegmentSet=, :none, 2024, 9
2001
+ deprecate :SegmentSet, :none, 2024, 10
2002
+ deprecate :SegmentSet=, :none, 2024, 10
2003
2003
 
2004
2004
  def initialize(name=nil, segmentset=nil, recognitionsegmentset=nil)
2005
2005
  @Name = name
@@ -9879,8 +9879,8 @@ module TencentCloud
9879
9879
 
9880
9880
  attr_accessor :DomainName, :Domain, :Scheme, :PlayKey, :RequestId
9881
9881
  extend Gem::Deprecate
9882
- deprecate :DomainName, :none, 2024, 9
9883
- deprecate :DomainName=, :none, 2024, 9
9882
+ deprecate :DomainName, :none, 2024, 10
9883
+ deprecate :DomainName=, :none, 2024, 10
9884
9884
 
9885
9885
  def initialize(domainname=nil, domain=nil, scheme=nil, playkey=nil, requestid=nil)
9886
9886
  @DomainName = domainname
@@ -17611,8 +17611,8 @@ module TencentCloud
17611
17611
 
17612
17612
  attr_accessor :Duration, :Transitions, :MediaTransitions
17613
17613
  extend Gem::Deprecate
17614
- deprecate :Transitions, :none, 2024, 9
17615
- deprecate :Transitions=, :none, 2024, 9
17614
+ deprecate :Transitions, :none, 2024, 10
17615
+ deprecate :Transitions=, :none, 2024, 10
17616
17616
 
17617
17617
  def initialize(duration=nil, transitions=nil, mediatransitions=nil)
17618
17618
  @Duration = duration
@@ -21551,8 +21551,8 @@ module TencentCloud
21551
21551
 
21552
21552
  attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
21553
21553
  extend Gem::Deprecate
21554
- deprecate :ProductInstanceResourceSet, :none, 2024, 9
21555
- deprecate :ProductInstanceResourceSet=, :none, 2024, 9
21554
+ deprecate :ProductInstanceResourceSet, :none, 2024, 10
21555
+ deprecate :ProductInstanceResourceSet=, :none, 2024, 10
21556
21556
 
21557
21557
  def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
21558
21558
  @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.923
4
+ version: 3.0.925
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-10-13 00:00:00.000000000 Z
11
+ date: 2024-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common