tencentcloud-sdk-vod 1.0.329 → 1.0.330

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: c13657ccce6039f06f8e03b7d5c2594820c67c21
4
- data.tar.gz: b45831a8ca2ffc3e688e295148be8a218279e7e7
3
+ metadata.gz: f405e1a6aefbab9d8084bacee2d9c3d1dc8c7076
4
+ data.tar.gz: f8a3b2385e9ab7ae25e52383570937201785b337
5
5
  SHA512:
6
- metadata.gz: 051524e5e8510c27ced15c880219ae63ff57e1d50cad50b906ddc63b7ed5f62e4b6759d30846b1d7346a981d456829235fc282957f3f2089a20d755b1bc9181d
7
- data.tar.gz: 2283a7862e15527f369d97f09add36182d5f743ff51d8044cf09dd63243d664c498195115af227cbaa2e50701d1a0b5901b9106b247295736de9c37dcb009ce4
6
+ metadata.gz: c6c37a0b32ca309ac5ff25ae0493f3487d1218e4c2ee154f9e20795f08978111ff8156a780c30e268f85b56552f3250eaa9b6ec00979a90ed564870708409c5d
7
+ data.tar.gz: 7125dc25b99b1751b584f6fd6eac8e42678d15090c54e8afe413c7649f4fdd447d7afb32a1e9adeb6835177ed063ff2eb92fd38cbf10abe0246613f00b55d7ce
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.329
1
+ 1.0.330
@@ -3065,6 +3065,7 @@ module TencentCloud
3065
3065
  # 1. 预热指定的 URL 列表。
3066
3066
  # 2. URL 的域名必须已在云点播中注册。
3067
3067
  # 3. 单次请求最多指定20个 URL。
3068
+ # 4. 默认预热配额为每天10000个 URL。
3068
3069
 
3069
3070
  # @param request: Request instance for PushUrlCache.
3070
3071
  # @type request: :class:`Tencentcloud::vod::V20180717::PushUrlCacheRequest`
@@ -17170,7 +17170,7 @@ module TencentCloud
17170
17170
  class PushUrlCacheRequest < TencentCloud::Common::AbstractModel
17171
17171
  # @param Urls: 预热的 URL 列表,单次最多指定20个 URL。
17172
17172
  # @type Urls: Array
17173
- # @param SubAppId: 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
17173
+ # @param SubAppId: <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
17174
17174
  # @type SubAppId: Integer
17175
17175
 
17176
17176
  attr_accessor :Urls, :SubAppId
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: 1.0.329
4
+ version: 1.0.330
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud