tencentcloud-sdk-vod 3.0.441 → 3.0.442

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: f4e39e9f32be6cffff6838bd166f1e26d05b2960
4
- data.tar.gz: 505428bb9120c05de75d8b4a5952dd7483f27d26
3
+ metadata.gz: 9491a446a9f9a454bea05c334620b84f09bd64cb
4
+ data.tar.gz: e19622199065a11035f17944796d64c32632ef7f
5
5
  SHA512:
6
- metadata.gz: e3031d7cdf59933aa515e197084315925024eba90672eb4396af384f0353e92bdb1ffe8af605786e85a4ff2117f7f43faef36d240c4e01a85404f8e23e31bb27
7
- data.tar.gz: 1e31525785c0e12c8d1e6c792fa7f8409dbbbca075e0ba13b4289310fccb108ddc256a4151007d7876f0788e2d8aad50ab4ad9b1e87ec7344c6700b233891623
6
+ metadata.gz: 51e7c0cd6712c8e8f4a2c29b3b7e9575eeac9caa06f6d807d9743c1e0afe64aa7473b7786bfa63d471d4873c7086e5a97a8da652877510f454265a0031e54f43
7
+ data.tar.gz: 9a628d0085e680b27dbbb50ea13a658116bdb5988660e096b668ff4aeb7f1ec96f2bf8e2a3fa59c54ec8ea121cd4045d427eec0c9c0468c99ea2d753e2f82968
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.441
1
+ 3.0.442
@@ -3341,14 +3341,12 @@ module TencentCloud
3341
3341
  # - 指定文件类型集合 Categories(见输入参数),返回满足集合中任意类型的媒体。例如:文件类型有 Video(视频)、 Audio (音频)、 Image (图片)。如果Categories指定了 Video 和 Audio 2个文件类型,那么符合这些类型的媒体都会被检索出来。
3342
3342
  # - 指定来源集合 SourceTypes(见输入参数),返回满足集合中任意来源的媒体。例如:媒体来源有 Record (直播录制)、Upload (上传)等。如果 SourceTypes 指定了 Record 和 Upload ,那么符合这些来源的媒体都会被检索出来。
3343
3343
  # - 指定直播推流码集合 StreamIds(见输入参数)筛选直播录制的媒体。
3344
- # - 指定视频 ID 集合 Vids (见输入参数)筛选直播录制的媒体。
3345
3344
  # - 指定媒体的创建时间范围筛选媒体。
3346
3345
  # - 指定 TRTC 应用 ID 集合筛选媒体。
3347
3346
  # - 指定 TRTC 房间 ID 集合筛选媒体。
3348
3347
  # - (不推荐:应使用 Names、NamePrefixes 或 Descriptions 替代)指定单个文本 Text 对媒体文件名或描述信息进行模糊搜索。
3349
3348
  # - (不推荐:应使用 SourceTypes 替代)指定单个媒体文件来源 SourceType 进行搜索。
3350
3349
  # - (不推荐:应使用 StreamIds 替代)指定单个推流直播码 StreamId 进行搜索。
3351
- # - (不推荐:应使用 Vids 替代)指定单个视频 ID Vid 进行搜索。
3352
3350
  # - (不推荐:应使用 CreateTime 替代)指定单个起始创建时间 StartTime 进行搜索。
3353
3351
  # - (不推荐:应使用 CreateTime 替代)指定单个结尾创建时间 EndTime 进行搜索。
3354
3352
  # - 以上参数之间可以任意组合进行检索。例如:筛选创建时间在2018年12月1日12:00:00到2018年12月8日12:00:00之间、分类为电影或电视剧、带有宫斗和悬疑标签的媒体。注意,任何支持数组输入的参数,其元素之间的搜索逻辑为‘或’。所有参数之间的逻辑关系为‘与’。
@@ -12664,8 +12664,9 @@ module TencentCloud
12664
12664
  # 指定删除点播视频时的删除内容
12665
12665
  class MediaDeleteItem < TencentCloud::Common::AbstractModel
12666
12666
  # @param Type: 所指定的删除部分。如果未填写该字段则参数无效。可选值有:
12667
- # <li>OriginalFiles(删除原文件,删除后无法发起转码、微信发布等任何视频处理操作)。</li>
12668
- # <li>TranscodeFiles(删除转码文件)。</li>
12667
+ # <li>OriginalFiles(删除原文件,删除后无法发起转码、微信发布等任何视频处理操作);</li>
12668
+ # <li>TranscodeFiles(删除转码文件);</li>
12669
+ # <li>AdaptiveDynamicStreamingFiles(删除转自适应码流文件);</li>
12669
12670
  # <li>WechatPublishFiles(删除微信发布文件)。</li>
12670
12671
  # @type Type: String
12671
12672
  # @param Definition: 删除由Type参数指定的种类下的视频模板号,模板定义参见[转码模板](https://cloud.tencent.com/document/product/266/33478#.3Cspan-id-.3D-.22zm.22-.3E.3C.2Fspan.3E.E8.BD.AC.E7.A0.81.E6.A8.A1.E6.9D.BF)。
@@ -18866,9 +18867,6 @@ module TencentCloud
18866
18867
  # @param StreamIds: 推流直播码集合。匹配集合中的任意元素。
18867
18868
  # <li>数组长度限制:10。</li>
18868
18869
  # @type StreamIds: Array
18869
- # @param Vids: 直播录制文件的唯一标识。匹配集合中的任意元素。
18870
- # <li>数组长度限制:10。</li>
18871
- # @type Vids: Array
18872
18870
  # @param CreateTime: 匹配创建时间在此时间段内的文件。
18873
18871
  # <li>包含所指定的头尾时间点。</li>
18874
18872
  # @type CreateTime: :class:`Tencentcloud::Vod.v20180717.models.TimeRange`
@@ -18923,9 +18921,6 @@ module TencentCloud
18923
18921
  # @param StreamId: (不推荐:应使用 StreamIds 替代)
18924
18922
  # 推流直播码。
18925
18923
  # @type StreamId: String
18926
- # @param Vid: (不推荐:应使用 Vids 替代)
18927
- # 直播录制文件的唯一标识。
18928
- # @type Vid: String
18929
18924
  # @param StartTime: (不推荐:应使用 CreateTime 替代)
18930
18925
  # 创建时间的开始时间。
18931
18926
  # <li>大于等于开始时间。</li>
@@ -18938,10 +18933,14 @@ module TencentCloud
18938
18933
  # <li>当 CreateTime.Before 也存在时,将优先使用 CreateTime.Before。</li>
18939
18934
  # <li>格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。</li>
18940
18935
  # @type EndTime: String
18936
+ # @param Vids: 该字段已无效。
18937
+ # @type Vids: Array
18938
+ # @param Vid: 该字段已无效。
18939
+ # @type Vid: String
18941
18940
 
18942
- attr_accessor :SubAppId, :FileIds, :Names, :NamePrefixes, :Descriptions, :ClassIds, :Tags, :Categories, :SourceTypes, :StreamIds, :Vids, :CreateTime, :ExpireTime, :Sort, :Offset, :Limit, :Filters, :StorageRegions, :StorageClasses, :TrtcSdkAppIds, :TrtcRoomIds, :Text, :SourceType, :StreamId, :Vid, :StartTime, :EndTime
18941
+ attr_accessor :SubAppId, :FileIds, :Names, :NamePrefixes, :Descriptions, :ClassIds, :Tags, :Categories, :SourceTypes, :StreamIds, :CreateTime, :ExpireTime, :Sort, :Offset, :Limit, :Filters, :StorageRegions, :StorageClasses, :TrtcSdkAppIds, :TrtcRoomIds, :Text, :SourceType, :StreamId, :StartTime, :EndTime, :Vids, :Vid
18943
18942
 
18944
- def initialize(subappid=nil, fileids=nil, names=nil, nameprefixes=nil, descriptions=nil, classids=nil, tags=nil, categories=nil, sourcetypes=nil, streamids=nil, vids=nil, createtime=nil, expiretime=nil, sort=nil, offset=nil, limit=nil, filters=nil, storageregions=nil, storageclasses=nil, trtcsdkappids=nil, trtcroomids=nil, text=nil, sourcetype=nil, streamid=nil, vid=nil, starttime=nil, endtime=nil)
18943
+ def initialize(subappid=nil, fileids=nil, names=nil, nameprefixes=nil, descriptions=nil, classids=nil, tags=nil, categories=nil, sourcetypes=nil, streamids=nil, createtime=nil, expiretime=nil, sort=nil, offset=nil, limit=nil, filters=nil, storageregions=nil, storageclasses=nil, trtcsdkappids=nil, trtcroomids=nil, text=nil, sourcetype=nil, streamid=nil, starttime=nil, endtime=nil, vids=nil, vid=nil)
18945
18944
  @SubAppId = subappid
18946
18945
  @FileIds = fileids
18947
18946
  @Names = names
@@ -18952,7 +18951,6 @@ module TencentCloud
18952
18951
  @Categories = categories
18953
18952
  @SourceTypes = sourcetypes
18954
18953
  @StreamIds = streamids
18955
- @Vids = vids
18956
18954
  @CreateTime = createtime
18957
18955
  @ExpireTime = expiretime
18958
18956
  @Sort = sort
@@ -18966,9 +18964,10 @@ module TencentCloud
18966
18964
  @Text = text
18967
18965
  @SourceType = sourcetype
18968
18966
  @StreamId = streamid
18969
- @Vid = vid
18970
18967
  @StartTime = starttime
18971
18968
  @EndTime = endtime
18969
+ @Vids = vids
18970
+ @Vid = vid
18972
18971
  end
18973
18972
 
18974
18973
  def deserialize(params)
@@ -18982,7 +18981,6 @@ module TencentCloud
18982
18981
  @Categories = params['Categories']
18983
18982
  @SourceTypes = params['SourceTypes']
18984
18983
  @StreamIds = params['StreamIds']
18985
- @Vids = params['Vids']
18986
18984
  unless params['CreateTime'].nil?
18987
18985
  @CreateTime = TimeRange.new
18988
18986
  @CreateTime.deserialize(params['CreateTime'])
@@ -19005,9 +19003,10 @@ module TencentCloud
19005
19003
  @Text = params['Text']
19006
19004
  @SourceType = params['SourceType']
19007
19005
  @StreamId = params['StreamId']
19008
- @Vid = params['Vid']
19009
19006
  @StartTime = params['StartTime']
19010
19007
  @EndTime = params['EndTime']
19008
+ @Vids = params['Vids']
19009
+ @Vid = params['Vid']
19011
19010
  end
19012
19011
  end
19013
19012
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.441
4
+ version: 3.0.442
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud