tencentcloud-sdk-drm 3.0.589 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20181115/models.rb +25 -25
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6180ee1f327c3d35c7271aff2560bbdcacfdf449
4
- data.tar.gz: 37bafacf770eb87b04bcd5a889161fe8b1e4b7bb
3
+ metadata.gz: 5f930690e4b5c2f3bdfe54577ac880fd17ec0c5d
4
+ data.tar.gz: 18d2e245bb9d7abc0450b39b24fadd5994ad4bee
5
5
  SHA512:
6
- metadata.gz: 0afa35b3f3d23aa75b82eda9e2ef0ca994af3d0e9cc73982daeb18ffea47754ba0189e2dffb0c191c962a9da980607a409cc4728947c0ced186346c2b282b1e5
7
- data.tar.gz: 103f2d886b74c93978429261a4385723c9d44541ff56d34d54a91c33a24f410cada50c11eda75152940b7baa005a2b8f81e895c918f1db30620c865e021c5695
6
+ metadata.gz: a2707dd5ec938ef7ffbef63c74dc1b8d712b4114d138380a85b00573e2a8a315018cf0123c4cc313b5ed134098d4a9ca83a52877f0c1601c01a0ca780b2fd5de
7
+ data.tar.gz: 9483e33cc83995473ebaae1b80bd8542d777d557f7a2d92becc8224c2ab1936c4012c52fbd6d6ac5e8a2c7cb47e31dddad21f9b786f402aff822a0f22ea976bb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -36,7 +36,7 @@ module TencentCloud
36
36
  # @type Priority: Integer
37
37
 
38
38
  attr_accessor :Pem, :Ask, :PemDecryptKey, :BailorId, :Priority
39
-
39
+
40
40
  def initialize(pem=nil, ask=nil, pemdecryptkey=nil, bailorid=nil, priority=nil)
41
41
  @Pem = pem
42
42
  @Ask = ask
@@ -66,7 +66,7 @@ module TencentCloud
66
66
  # @type RequestId: String
67
67
 
68
68
  attr_accessor :FairPlayPemId, :Priority, :RequestId
69
-
69
+
70
70
  def initialize(fairplaypemid=nil, priority=nil, requestid=nil)
71
71
  @FairPlayPemId = fairplaypemid
72
72
  @Priority = priority
@@ -92,7 +92,7 @@ module TencentCloud
92
92
  # @type ContentType: String
93
93
 
94
94
  attr_accessor :DrmType, :Keys, :ContentId, :ContentType
95
-
95
+
96
96
  def initialize(drmtype=nil, keys=nil, contentid=nil, contenttype=nil)
97
97
  @DrmType = drmtype
98
98
  @Keys = keys
@@ -121,7 +121,7 @@ module TencentCloud
121
121
  # @type RequestId: String
122
122
 
123
123
  attr_accessor :RequestId
124
-
124
+
125
125
  def initialize(requestid=nil)
126
126
  @RequestId = requestid
127
127
  end
@@ -146,7 +146,7 @@ module TencentCloud
146
146
  # @type PlaybackPolicy: :class:`Tencentcloud::Drm.v20181115.models.PlaybackPolicy`
147
147
 
148
148
  attr_accessor :DrmType, :LicenseRequest, :ContentType, :Tracks, :PlaybackPolicy
149
-
149
+
150
150
  def initialize(drmtype=nil, licenserequest=nil, contenttype=nil, tracks=nil, playbackpolicy=nil)
151
151
  @DrmType = drmtype
152
152
  @LicenseRequest = licenserequest
@@ -177,7 +177,7 @@ module TencentCloud
177
177
  # @type RequestId: String
178
178
 
179
179
  attr_accessor :License, :ContentId, :RequestId
180
-
180
+
181
181
  def initialize(license=nil, contentid=nil, requestid=nil)
182
182
  @License = license
183
183
  @ContentId = contentid
@@ -200,7 +200,7 @@ module TencentCloud
200
200
  # @type FairPlayPemId: Integer
201
201
 
202
202
  attr_accessor :BailorId, :FairPlayPemId
203
-
203
+
204
204
  def initialize(bailorid=nil, fairplaypemid=nil)
205
205
  @BailorId = bailorid
206
206
  @FairPlayPemId = fairplaypemid
@@ -218,7 +218,7 @@ module TencentCloud
218
218
  # @type RequestId: String
219
219
 
220
220
  attr_accessor :RequestId
221
-
221
+
222
222
  def initialize(requestid=nil)
223
223
  @RequestId = requestid
224
224
  end
@@ -241,7 +241,7 @@ module TencentCloud
241
241
  # @type ContentType: String
242
242
 
243
243
  attr_accessor :DrmType, :RsaPublicKey, :ContentId, :ContentType
244
-
244
+
245
245
  def initialize(drmtype=nil, rsapublickey=nil, contentid=nil, contenttype=nil)
246
246
  @DrmType = drmtype
247
247
  @RsaPublicKey = rsapublickey
@@ -274,7 +274,7 @@ module TencentCloud
274
274
  # @type RequestId: String
275
275
 
276
276
  attr_accessor :Keys, :SessionKey, :ContentId, :RequestId
277
-
277
+
278
278
  def initialize(keys=nil, sessionkey=nil, contentid=nil, requestid=nil)
279
279
  @Keys = keys
280
280
  @SessionKey = sessionkey
@@ -306,7 +306,7 @@ module TencentCloud
306
306
  # @type FairPlayPemId: Integer
307
307
 
308
308
  attr_accessor :BailorId, :FairPlayPemId
309
-
309
+
310
310
  def initialize(bailorid=nil, fairplaypemid=nil)
311
311
  @BailorId = bailorid
312
312
  @FairPlayPemId = fairplaypemid
@@ -327,7 +327,7 @@ module TencentCloud
327
327
  # @type RequestId: String
328
328
 
329
329
  attr_accessor :FairPlayPems, :RequestId
330
-
330
+
331
331
  def initialize(fairplaypems=nil, requestid=nil)
332
332
  @FairPlayPems = fairplaypems
333
333
  @RequestId = requestid
@@ -362,7 +362,7 @@ module TencentCloud
362
362
  # @type ContentId: String
363
363
 
364
364
  attr_accessor :DrmType, :Tracks, :ContentType, :RsaPublicKey, :ContentId
365
-
365
+
366
366
  def initialize(drmtype=nil, tracks=nil, contenttype=nil, rsapublickey=nil, contentid=nil)
367
367
  @DrmType = drmtype
368
368
  @Tracks = tracks
@@ -397,7 +397,7 @@ module TencentCloud
397
397
  # @type RequestId: String
398
398
 
399
399
  attr_accessor :Keys, :SessionKey, :ContentId, :Pssh, :RequestId
400
-
400
+
401
401
  def initialize(keys=nil, sessionkey=nil, contentid=nil, pssh=nil, requestid=nil)
402
402
  @Keys = keys
403
403
  @SessionKey = sessionkey
@@ -432,7 +432,7 @@ module TencentCloud
432
432
  # @type Para: :class:`Tencentcloud::Drm.v20181115.models.DrmOutputPara`
433
433
 
434
434
  attr_accessor :BucketName, :ObjectName, :Para
435
-
435
+
436
436
  def initialize(bucketname=nil, objectname=nil, para=nil)
437
437
  @BucketName = bucketname
438
438
  @ObjectName = objectname
@@ -457,7 +457,7 @@ module TencentCloud
457
457
  # @type Language: String
458
458
 
459
459
  attr_accessor :Type, :Language
460
-
460
+
461
461
  def initialize(type=nil, language=nil)
462
462
  @Type = type
463
463
  @Language = language
@@ -477,7 +477,7 @@ module TencentCloud
477
477
  # @type ObjectName: String
478
478
 
479
479
  attr_accessor :BucketName, :ObjectName
480
-
480
+
481
481
  def initialize(bucketname=nil, objectname=nil)
482
482
  @BucketName = bucketname
483
483
  @ObjectName = objectname
@@ -508,7 +508,7 @@ module TencentCloud
508
508
  # @type Md5PemDecryptKey: String
509
509
 
510
510
  attr_accessor :FairPlayPemId, :Priority, :Md5Pem, :Md5Ask, :Md5PemDecryptKey
511
-
511
+
512
512
  def initialize(fairplaypemid=nil, priority=nil, md5pem=nil, md5ask=nil, md5pemdecryptkey=nil)
513
513
  @FairPlayPemId = fairplaypemid
514
514
  @Priority = priority
@@ -541,7 +541,7 @@ module TencentCloud
541
541
  # @type InsertTimestamp: Integer
542
542
 
543
543
  attr_accessor :Track, :KeyId, :Key, :Iv, :InsertTimestamp
544
-
544
+
545
545
  def initialize(track=nil, keyid=nil, key=nil, iv=nil, inserttimestamp=nil)
546
546
  @Track = track
547
547
  @KeyId = keyid
@@ -572,7 +572,7 @@ module TencentCloud
572
572
  # @type Iv: String
573
573
 
574
574
  attr_accessor :Track, :Key, :KeyId, :Iv
575
-
575
+
576
576
  def initialize(track=nil, key=nil, keyid=nil, iv=nil)
577
577
  @Track = track
578
578
  @Key = key
@@ -609,7 +609,7 @@ module TencentCloud
609
609
  # @type Priority: Integer
610
610
 
611
611
  attr_accessor :Pem, :Ask, :FairPlayPemId, :PemDecryptKey, :BailorId, :Priority
612
-
612
+
613
613
  def initialize(pem=nil, ask=nil, fairplaypemid=nil, pemdecryptkey=nil, bailorid=nil, priority=nil)
614
614
  @Pem = pem
615
615
  @Ask = ask
@@ -641,7 +641,7 @@ module TencentCloud
641
641
  # @type RequestId: String
642
642
 
643
643
  attr_accessor :FairPlayPemId, :Priority, :RequestId
644
-
644
+
645
645
  def initialize(fairplaypemid=nil, priority=nil, requestid=nil)
646
646
  @FairPlayPemId = fairplaypemid
647
647
  @Priority = priority
@@ -663,7 +663,7 @@ module TencentCloud
663
663
  # @type PlaybackDurationSeconds: Integer
664
664
 
665
665
  attr_accessor :LicenseDurationSeconds, :PlaybackDurationSeconds
666
-
666
+
667
667
  def initialize(licensedurationseconds=nil, playbackdurationseconds=nil)
668
668
  @LicenseDurationSeconds = licensedurationseconds
669
669
  @PlaybackDurationSeconds = playbackdurationseconds
@@ -691,7 +691,7 @@ module TencentCloud
691
691
  # @type OutputObjects: Array
692
692
 
693
693
  attr_accessor :CosEndPoint, :CosSecretId, :CosSecretKey, :DrmType, :SourceObject, :OutputObjects
694
-
694
+
695
695
  def initialize(cosendpoint=nil, cossecretid=nil, cossecretkey=nil, drmtype=nil, sourceobject=nil, outputobjects=nil)
696
696
  @CosEndPoint = cosendpoint
697
697
  @CosSecretId = cossecretid
@@ -727,7 +727,7 @@ module TencentCloud
727
727
  # @type RequestId: String
728
728
 
729
729
  attr_accessor :RequestId
730
-
730
+
731
731
  def initialize(requestid=nil)
732
732
  @RequestId = requestid
733
733
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-drm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.589
4
+ version: 3.0.591
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-06-09 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common