tencentcloud-sdk-drm 3.0.778 → 3.0.779
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20181115/models.rb +11 -11
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 158b54c7a61a03271e2f7506c69c6556b6d00396
|
4
|
+
data.tar.gz: 359a63152b9ebb6746c4a62a1257fb8c14f96d57
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cbaa96702cada559f9226ce0d222f1ee15cfa5b962173857ecd3d95cf3fc432f3d91bef9505e6f3d886c58ccb217e72fb3f4fec648c3045fcd4e5cb7a7e130b
|
7
|
+
data.tar.gz: ef47354a476e23d26912e73718c5bbd207ae43ae3eccc3dce298da883f1dbac13c533630c4b05803d6ef44edb581520e54ff3653eb5a9d4b41c6ad72cac56f2d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.779
|
data/lib/v20181115/models.rb
CHANGED
@@ -62,7 +62,7 @@ module TencentCloud
|
|
62
62
|
# @param Priority: 私钥的优先级,优先级数值越高,优先级越高。
|
63
63
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
64
64
|
# @type Priority: Integer
|
65
|
-
# @param RequestId: 唯一请求 ID
|
65
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
66
66
|
# @type RequestId: String
|
67
67
|
|
68
68
|
attr_accessor :FairPlayPemId, :Priority, :RequestId
|
@@ -117,7 +117,7 @@ module TencentCloud
|
|
117
117
|
|
118
118
|
# CreateEncryptKeys返回参数结构体
|
119
119
|
class CreateEncryptKeysResponse < TencentCloud::Common::AbstractModel
|
120
|
-
# @param RequestId: 唯一请求 ID
|
120
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
121
121
|
# @type RequestId: String
|
122
122
|
|
123
123
|
attr_accessor :RequestId
|
@@ -173,7 +173,7 @@ module TencentCloud
|
|
173
173
|
# @type License: String
|
174
174
|
# @param ContentId: 加密内容的内容ID
|
175
175
|
# @type ContentId: String
|
176
|
-
# @param RequestId: 唯一请求 ID
|
176
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
177
177
|
# @type RequestId: String
|
178
178
|
|
179
179
|
attr_accessor :License, :ContentId, :RequestId
|
@@ -214,7 +214,7 @@ module TencentCloud
|
|
214
214
|
|
215
215
|
# DeleteFairPlayPem返回参数结构体
|
216
216
|
class DeleteFairPlayPemResponse < TencentCloud::Common::AbstractModel
|
217
|
-
# @param RequestId: 唯一请求 ID
|
217
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
218
218
|
# @type RequestId: String
|
219
219
|
|
220
220
|
attr_accessor :RequestId
|
@@ -270,7 +270,7 @@ module TencentCloud
|
|
270
270
|
# @param ContentId: 内容ID
|
271
271
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
272
272
|
# @type ContentId: String
|
273
|
-
# @param RequestId: 唯一请求 ID
|
273
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
274
274
|
# @type RequestId: String
|
275
275
|
|
276
276
|
attr_accessor :Keys, :SessionKey, :ContentId, :RequestId
|
@@ -331,7 +331,7 @@ module TencentCloud
|
|
331
331
|
# @type ContentId: String
|
332
332
|
# @param TXEncryptionToken: 加密密钥。
|
333
333
|
# @type TXEncryptionToken: String
|
334
|
-
# @param RequestId: 唯一请求 ID
|
334
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
335
335
|
# @type RequestId: String
|
336
336
|
|
337
337
|
attr_accessor :ContentId, :TXEncryptionToken, :RequestId
|
@@ -375,7 +375,7 @@ module TencentCloud
|
|
375
375
|
# @param FairPlayPems: 该账户下,所有设置的FairPlay私钥摘要信息
|
376
376
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
377
377
|
# @type FairPlayPems: Array
|
378
|
-
# @param RequestId: 唯一请求 ID
|
378
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
379
379
|
# @type RequestId: String
|
380
380
|
|
381
381
|
attr_accessor :FairPlayPems, :RequestId
|
@@ -445,7 +445,7 @@ module TencentCloud
|
|
445
445
|
# @param Pssh: Widevine方案的Pssh数据,Base64编码。
|
446
446
|
# Fairplay方案无该值。
|
447
447
|
# @type Pssh: String
|
448
|
-
# @param RequestId: 唯一请求 ID
|
448
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
449
449
|
# @type RequestId: String
|
450
450
|
|
451
451
|
attr_accessor :Keys, :SessionKey, :ContentId, :Pssh, :RequestId
|
@@ -612,7 +612,7 @@ module TencentCloud
|
|
612
612
|
# @type ContentId: String
|
613
613
|
# @param TXEncryptionToken: 加密密钥。
|
614
614
|
# @type TXEncryptionToken: String
|
615
|
-
# @param RequestId: 唯一请求 ID
|
615
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
616
616
|
# @type RequestId: String
|
617
617
|
|
618
618
|
attr_accessor :ContentId, :TXEncryptionToken, :RequestId
|
@@ -741,7 +741,7 @@ module TencentCloud
|
|
741
741
|
# @param Priority: 私钥的优先级,优先级数值越高,优先级越高。
|
742
742
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
743
743
|
# @type Priority: Integer
|
744
|
-
# @param RequestId: 唯一请求 ID
|
744
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
745
745
|
# @type RequestId: String
|
746
746
|
|
747
747
|
attr_accessor :FairPlayPemId, :Priority, :RequestId
|
@@ -827,7 +827,7 @@ module TencentCloud
|
|
827
827
|
|
828
828
|
# StartEncryption返回参数结构体
|
829
829
|
class StartEncryptionResponse < TencentCloud::Common::AbstractModel
|
830
|
-
# @param RequestId: 唯一请求 ID
|
830
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
831
831
|
# @type RequestId: String
|
832
832
|
|
833
833
|
attr_accessor :RequestId
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-drm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.779
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
@@ -34,8 +34,8 @@ extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
36
|
- lib/tencentcloud-sdk-drm.rb
|
37
|
-
- lib/v20181115/models.rb
|
38
37
|
- lib/v20181115/client.rb
|
38
|
+
- lib/v20181115/models.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|