tencentcloud-sdk-vod 3.0.650 → 3.0.652

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: b425e435768f099a12aa8dd6f0f665614bc07eef
4
- data.tar.gz: b7479d77a2db14699bc6b9a3824ab7d3813e8a2d
3
+ metadata.gz: e69a33cf2da21575324fea50c584c6c1b1fcc307
4
+ data.tar.gz: 7a83111cfb9814cdabfc3d444745f5962ce6bb52
5
5
  SHA512:
6
- metadata.gz: c7b2ad8313775e69eb8779ecd271e98fe363b4cd7baf89645d5bef82a85a05160d43c0d4c029c22ae5944e2407c85c45f3aa0eb6989509e3e368387b78363240
7
- data.tar.gz: f2098a4707c7bd1d54aece3b5560fa3356c23d6e614c44bb0c190cc4b263915249d627c511020663878ef73bbbd1bcd0d21cfeb3b481128a869ab021f308b579
6
+ metadata.gz: 88b9064d12fffba1e1db7e3358e13dd33d320e8fd7e0627379742a79ed97f777eaa07133532756f4404240b8f76bf7b1ae604760c921cc07c56c8d7d4e9d302f
7
+ data.tar.gz: ebf20de947786b25fa24e4a0fa1096f87d698f232f5eec937dae04b2f9cc21a3bc2e631e16ed07774d5d073afede7ddf1de7d64ea06905cfd4468a6bf9ffb195
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.650
1
+ 3.0.652
@@ -17401,7 +17401,7 @@ module TencentCloud
17401
17401
 
17402
17402
  # ModifyMediaStorageClass请求参数结构体
17403
17403
  class ModifyMediaStorageClassRequest < TencentCloud::Common::AbstractModel
17404
- # @param FileIds: 媒体文件唯一标识列表。
17404
+ # @param FileIds: 媒体文件唯一标识列表,最大长度:100。
17405
17405
  # @type FileIds: Array
17406
17406
  # @param StorageClass: 目标存储类型。可选值有:
17407
17407
  # <li> STANDARD:标准存储。</li>
@@ -20203,8 +20203,8 @@ module TencentCloud
20203
20203
 
20204
20204
  attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
20205
20205
  extend Gem::Deprecate
20206
- deprecate :ProductInstanceResourceSet, :none, 2023, 8
20207
- deprecate :ProductInstanceResourceSet=, :none, 2023, 8
20206
+ deprecate :ProductInstanceResourceSet, :none, 2023, 9
20207
+ deprecate :ProductInstanceResourceSet=, :none, 2023, 9
20208
20208
 
20209
20209
  def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
20210
20210
  @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.650
4
+ version: 3.0.652
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-08-31 00:00:00.000000000 Z
11
+ date: 2023-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common