tencentcloud-sdk-vod 3.0.738 → 3.0.739

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: 5594698b7f20917439d865def7b72be732ec0cb9
4
- data.tar.gz: fab5bfd77fd1598ed30c1dcce4a594b5f3e17a39
3
+ metadata.gz: 18b00554d1f99fc77618d2c1d5cb48195de32fa9
4
+ data.tar.gz: d7c55f564b9e86836ba43dd448877ef91e941670
5
5
  SHA512:
6
- metadata.gz: 79089975a25c3f04015cd90bf1858e4eaf793335d31e353962e977b1dba613b1a9cdce263d75404a098cfdd64a2b70749c2fc7514df78897df1b1751354ea415
7
- data.tar.gz: 9e67522a54a9e7a4babf2a5d1d2e1f92fac2c3d04e30692de647a3c2c5b4b5f1200658763f301299541af38dc22d89e5424c7b8b4e8cc9375873698e43c7f03f
6
+ metadata.gz: 4413d7ec1580c7bc4a3e18798307542ae3abe2351bd896f11de5c63b5391c9be294e67af1c5df6ea1330cfd04223f99749e92e344c337217241715e0a5ed93f6
7
+ data.tar.gz: 00939f403a763126cd5aca80307419b44965fc8f7ef3b0ca7014eaedc5f972e65d3da8d3fc9dff2a2db7289c4e8739a2f450943c523edf0d36b41243864c22db
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.738
1
+ 3.0.739
@@ -3498,7 +3498,7 @@ module TencentCloud
3498
3498
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3499
3499
  end
3500
3500
 
3501
- # 该接口用于修改子应用信息,但不允许修改主应用信息。
3501
+ # 该接口用于修改应用信息,但不允许修改默认应用信息。
3502
3502
 
3503
3503
  # @param request: Request instance for ModifySubAppIdInfo.
3504
3504
  # @type request: :class:`Tencentcloud::vod::V20180717::ModifySubAppIdInfoRequest`
@@ -3522,7 +3522,7 @@ module TencentCloud
3522
3522
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3523
3523
  end
3524
3524
 
3525
- # 该接口用于启用、停用子应用。被停用的子应用将封停对应域名,并限制控制台访问。
3525
+ # 该接口用于启用、停用应用。被停用的应用将封停对应域名,并限制控制台访问。
3526
3526
 
3527
3527
  # @param request: Request instance for ModifySubAppIdStatus.
3528
3528
  # @type request: :class:`Tencentcloud::vod::V20180717::ModifySubAppIdStatusRequest`
@@ -1983,8 +1983,8 @@ module TencentCloud
1983
1983
 
1984
1984
  attr_accessor :Name, :SegmentSet, :RecognitionSegmentSet
1985
1985
  extend Gem::Deprecate
1986
- deprecate :SegmentSet, :none, 2023, 12
1987
- deprecate :SegmentSet=, :none, 2023, 12
1986
+ deprecate :SegmentSet, :none, 2024, 1
1987
+ deprecate :SegmentSet=, :none, 2024, 1
1988
1988
 
1989
1989
  def initialize(name=nil, segmentset=nil, recognitionsegmentset=nil)
1990
1990
  @Name = name
@@ -16861,8 +16861,8 @@ module TencentCloud
16861
16861
 
16862
16862
  attr_accessor :Duration, :Transitions, :MediaTransitions
16863
16863
  extend Gem::Deprecate
16864
- deprecate :Transitions, :none, 2023, 12
16865
- deprecate :Transitions=, :none, 2023, 12
16864
+ deprecate :Transitions, :none, 2024, 1
16865
+ deprecate :Transitions=, :none, 2024, 1
16866
16866
 
16867
16867
  def initialize(duration=nil, transitions=nil, mediatransitions=nil)
16868
16868
  @Duration = duration
@@ -18573,9 +18573,9 @@ module TencentCloud
18573
18573
  class ModifySubAppIdInfoRequest < TencentCloud::Common::AbstractModel
18574
18574
  # @param SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
18575
18575
  # @type SubAppId: Integer
18576
- # @param Name: 子应用名称,长度限制:40个字符。
18576
+ # @param Name: 应用名称,长度限制:40个字符。
18577
18577
  # @type Name: String
18578
- # @param Description: 子应用简介,长度限制: 300个字符。
18578
+ # @param Description: 应用简介,长度限制: 300个字符。
18579
18579
  # @type Description: String
18580
18580
 
18581
18581
  attr_accessor :SubAppId, :Name, :Description
@@ -18613,7 +18613,7 @@ module TencentCloud
18613
18613
  class ModifySubAppIdStatusRequest < TencentCloud::Common::AbstractModel
18614
18614
  # @param SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
18615
18615
  # @type SubAppId: Integer
18616
- # @param Status: 子应用状态,取值范围:
18616
+ # @param Status: 应用状态,取值范围:
18617
18617
  # <li>On:启用。</li>
18618
18618
  # <li>Off:停用。</li>
18619
18619
  # <li>Destroyed:销毁。</li>
@@ -20729,8 +20729,8 @@ module TencentCloud
20729
20729
 
20730
20730
  attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
20731
20731
  extend Gem::Deprecate
20732
- deprecate :ProductInstanceResourceSet, :none, 2023, 12
20733
- deprecate :ProductInstanceResourceSet=, :none, 2023, 12
20732
+ deprecate :ProductInstanceResourceSet, :none, 2024, 1
20733
+ deprecate :ProductInstanceResourceSet=, :none, 2024, 1
20734
20734
 
20735
20735
  def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
20736
20736
  @ProductType = producttype
@@ -21021,7 +21021,7 @@ module TencentCloud
21021
21021
  class PullEventsRequest < TencentCloud::Common::AbstractModel
21022
21022
  # @param ExtInfo: 保留字段,特殊用途时使用。
21023
21023
  # @type ExtInfo: String
21024
- # @param SubAppId: 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
21024
+ # @param SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
21025
21025
  # @type SubAppId: Integer
21026
21026
 
21027
21027
  attr_accessor :ExtInfo, :SubAppId
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.738
4
+ version: 3.0.739
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-28 00:00:00.000000000 Z
11
+ date: 2023-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common