tencentcloud-sdk-vod 3.0.923 → 3.0.924

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5489b067ce3856a2f3c39087f5fd9ae833c7207b
4
- data.tar.gz: eadb4026bd4119dcd904c367b03a7ccc9f6fee83
3
+ metadata.gz: c2ac8d97d03585c87592486969af11b149aadb45
4
+ data.tar.gz: 71aa342c9dd15c2853b9b079c8a75fa4cf089424
5
5
  SHA512:
6
- metadata.gz: ef56838774265fec4ef90469de06e7d7daca3d93785b41e57aacc9759bb97c4fe48e16b11815177449ebf8cd74dad6ac137cdcecb29211ec3fc8b916552d6a68
7
- data.tar.gz: c26ed5223ccaffab1011455e25c4b5c552d4efc246e30ccd1d71c2533300b765ad942d9c3e654651362823ab232ca328dcc7ff871a268b5604488ece3e3f123d
6
+ metadata.gz: 85c6a7b3022d84e3c711df6356e4d82cfef4654de72b4d9081a9024b7f7b916aba3d5d031f4cf38cad367dc69a382a5131b7278f32f8f0ae85c375410b01b30d
7
+ data.tar.gz: b37b2146bba05031a4076cf1d27d0e2377d181f3b8b7709cc30ca0dfce78bc243f6d789f598de821c90f6a149d1173a814cf5a3998e632e9f8a517f6e2ec6c64
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.923
1
+ 3.0.924
@@ -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.924
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-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common