tencentcloud-sdk-vod 3.0.436 → 3.0.438

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: 63fd48df0921eaafdc5d253f3c8139c2de509ac6
4
- data.tar.gz: a377a094f960ee7fea6317dea1b75b62f87766e6
3
+ metadata.gz: c66db1f01f592d8f245508db02f95c41f7e6c088
4
+ data.tar.gz: 0142dc704e405b0d4a88e9e6b279865a3fa37adc
5
5
  SHA512:
6
- metadata.gz: 879cc45a8986ee45d1991321ec7535a1f8a80b805c00832316368ab171b2d8b53a5ca7dbd4862ef84c920e3a794c0f2ff4a4b2f7b285ce22b2247fd9d360a7b8
7
- data.tar.gz: 3eef7f6eb310e25841e69e1cde2397ba4b3f93fc06b71bacad357e36aecd791fd4a2ac46bdc0940e87d1f85f0582da36009be1f29724b5b858525e7be6bd1a8e
6
+ metadata.gz: 4735676c409c261cd3de1ab25cac2a9e6e4bba7b46726c1ba6e2f178cfb1a4327f934779d5ae4bb0fc6fdf02de5880731d369c93882ccdc75e5cab5590d635f9
7
+ data.tar.gz: 60ef9e12de2925a2d879946e7ed420ea335f59e884907a696bde4617e70eb3cfcf75c95a7a8817114ae607cd7ef1771f78ad8330141a00ba6e99dd75eac9f863
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.436
1
+ 3.0.438
@@ -529,6 +529,7 @@ module TencentCloud
529
529
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
530
530
  end
531
531
 
532
+ # 该 API 已经<font color='red'>不再维护</font>,新版播放器签名不再使用播放器配置模板,详细请参考 [播放器签名](https://cloud.tencent.com/document/product/266/45554)。
532
533
  # 创建播放器配置,数量上限:100。
533
534
 
534
535
  # @param request: Request instance for CreateSuperPlayerConfig.
@@ -991,6 +992,7 @@ module TencentCloud
991
992
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
992
993
  end
993
994
 
995
+ # 该 API 已经<font color='red'>不再维护</font>,新版播放器签名不再使用播放器配置模板,详细请参考 [播放器签名](https://cloud.tencent.com/document/product/266/45554)。
994
996
  # 删除播放器配置。
995
997
  # *注:系统预置播放器配置不允许删除。*
996
998
 
@@ -2019,6 +2021,7 @@ module TencentCloud
2019
2021
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2020
2022
  end
2021
2023
 
2024
+ # 该 API 已经<font color='red'>不再维护</font>,新版播放器签名不再使用播放器配置模板,详细请参考 [播放器签名](https://cloud.tencent.com/document/product/266/45554)。
2022
2025
  # 查询播放器配置,支持根据条件,分页查询。
2023
2026
 
2024
2027
  # @param request: Request instance for DescribeSuperPlayerConfigs.
@@ -2798,6 +2801,7 @@ module TencentCloud
2798
2801
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2799
2802
  end
2800
2803
 
2804
+ # 该 API 已经<font color='red'>不再维护</font>,新版播放器签名不再使用播放器配置模板,详细请参考 [播放器签名](https://cloud.tencent.com/document/product/266/45554)。
2801
2805
  # 修改播放器配置。
2802
2806
 
2803
2807
  # @param request: Request instance for ModifySuperPlayerConfig.
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.436
4
+ version: 3.0.438
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-26 00:00:00.000000000 Z
11
+ date: 2022-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common