tencentcloud-sdk-vod 3.0.648 → 3.0.649

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180717/models.rb +58 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f98bcfba5fcbce64064b2ca420cb4670ebc89c9
4
- data.tar.gz: 0dcfe926bc7113c6e81c5a5b19e012ae2a0ce531
3
+ metadata.gz: a65c73a73269ae0a546901126fdb7372b0049e73
4
+ data.tar.gz: 50287c720d2d01cee40c6ee86833439e95a6f381
5
5
  SHA512:
6
- metadata.gz: 96b8f68861731d983d20c0287dbe3bf20128a6bce836ee343bf9912b9e457a57941bfe8253f27652be4bec0485762c52d197ba11948f80f26fc7dd5a13c52aa2
7
- data.tar.gz: 4d7688f409d5a5a4f51b12853239b1ea7a12fb7b1f2a3f93d66f376642e97cca8105d5246a9e7820284e89dbb09c677da4c9be9d5102c872333ea4758b0c5e71
6
+ metadata.gz: ec989cb1212786befb2e89237c90485676d74b1439c345af1692fb018ce1f85cf85c1e2ade8a79d3b582c1e0f12f59607f7cf79e3ceecdacbbbc4f713a328268
7
+ data.tar.gz: 33cf7efb20e2731234842b44386af43f89354928b487311af6fb5c3212c18b61d0379d8ba5ce8d0a58a71140c0c660c1146ca8f29ff2d2040241fd31fa832106
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.648
1
+ 3.0.649
@@ -20184,6 +20184,8 @@ module TencentCloud
20184
20184
  # @type BindStatus: Integer
20185
20185
  # @param ProductInstanceResourceSet: 预付费资源包实例中包含的资源包列表。
20186
20186
  # @type ProductInstanceResourceSet: Array
20187
+ # @param ResourceSet: 预付费资源包实例中包含的资源包列表。
20188
+ # @type ResourceSet: Array
20187
20189
  # @param ProductInstanceStatus: 资源包实例的状态,取值有:
20188
20190
  # <li>Effective:生效,可用于计费抵扣。</li>
20189
20191
  # <li>Isolated:隔离,不可用于计费抵扣。</li>
@@ -20199,9 +20201,12 @@ module TencentCloud
20199
20201
  # <li>NotSupport:不支持。</li>
20200
20202
  # @type RenewStatus: String
20201
20203
 
20202
- attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
20204
+ attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
20205
+ extend Gem::Deprecate
20206
+ deprecate :ProductInstanceResourceSet, :none, 2023, 8
20207
+ deprecate :ProductInstanceResourceSet=, :none, 2023, 8
20203
20208
 
20204
- def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
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)
20205
20210
  @ProductType = producttype
20206
20211
  @StartTime = starttime
20207
20212
  @ExpireTime = expiretime
@@ -20209,6 +20214,7 @@ module TencentCloud
20209
20214
  @LastConsumeDate = lastconsumedate
20210
20215
  @BindStatus = bindstatus
20211
20216
  @ProductInstanceResourceSet = productinstanceresourceset
20217
+ @ResourceSet = resourceset
20212
20218
  @ProductInstanceStatus = productinstancestatus
20213
20219
  @RefundStatus = refundstatus
20214
20220
  @RenewStatus = renewstatus
@@ -20229,6 +20235,14 @@ module TencentCloud
20229
20235
  @ProductInstanceResourceSet << productinstancerecource_tmp
20230
20236
  end
20231
20237
  end
20238
+ unless params['ResourceSet'].nil?
20239
+ @ResourceSet = []
20240
+ params['ResourceSet'].each do |i|
20241
+ productinstanceresource_tmp = ProductInstanceResource.new
20242
+ productinstanceresource_tmp.deserialize(i)
20243
+ @ResourceSet << productinstanceresource_tmp
20244
+ end
20245
+ end
20232
20246
  @ProductInstanceStatus = params['ProductInstanceStatus']
20233
20247
  @RefundStatus = params['RefundStatus']
20234
20248
  @RenewStatus = params['RenewStatus']
@@ -20277,6 +20291,48 @@ module TencentCloud
20277
20291
  end
20278
20292
  end
20279
20293
 
20294
+ # 资源包中包含的资源。
20295
+ class ProductInstanceResource < TencentCloud::Common::AbstractModel
20296
+ # @param ResourceType: 资源类型。
20297
+ # <li>Storage:存储资源包。</li>
20298
+ # <li>Traffic:流量资源包。</li>
20299
+ # <li>Transcode:普通转码资源包。</li>
20300
+ # <li>TESHD:极速高清转码资源包。</li>
20301
+ # <li>Review:音视频审核转码资源包。</li>
20302
+ # <li>MediaProcess:媒体处理时长资源包。</li>
20303
+ # @type ResourceType: String
20304
+ # @param Amount: 资源包额度。
20305
+ # <li>音视频存储资源包,单位为字节。</li>
20306
+ # <li>音视频转码资源包,单位为秒。</li>
20307
+ # <li>音视频审核资源包,单位为秒。</li>
20308
+ # <li>音视频极速高清资源包,单位为秒。</li>
20309
+ # <li>音视频加速资源包,单位为字节。</li>
20310
+ # <li>媒体处理时长资源包,单位为秒。</li>
20311
+ # @type Amount: Integer
20312
+ # @param Left: 资源包余量。
20313
+ # <li>音视频存储资源包,单位为字节。</li>
20314
+ # <li>音视频转码资源包,单位为秒。</li>
20315
+ # <li>音视频审核资源包,单位为秒。</li>
20316
+ # <li>音视频极速高清资源包,单位为秒。</li>
20317
+ # <li>音视频加速资源包,单位为字节。</li>
20318
+ # <li>媒体处理时长资源包,单位为秒。</li>
20319
+ # @type Left: Integer
20320
+
20321
+ attr_accessor :ResourceType, :Amount, :Left
20322
+
20323
+ def initialize(resourcetype=nil, amount=nil, left=nil)
20324
+ @ResourceType = resourcetype
20325
+ @Amount = amount
20326
+ @Left = left
20327
+ end
20328
+
20329
+ def deserialize(params)
20330
+ @ResourceType = params['ResourceType']
20331
+ @Amount = params['Amount']
20332
+ @Left = params['Left']
20333
+ end
20334
+ end
20335
+
20280
20336
  # 语音违禁任务控制参数
20281
20337
  class ProhibitedAsrReviewTemplateInfo < TencentCloud::Common::AbstractModel
20282
20338
  # @param Switch: 语音违禁任务开关,可选值:
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.648
4
+ version: 3.0.649
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-30 00:00:00.000000000 Z
11
+ date: 2023-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common