tencentcloud-sdk-mps 3.0.971 → 3.0.972

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: ace74e75d364e430057f1d8212756ef4f95d1b1d
4
- data.tar.gz: e51610b6f23185f008c8114522127ba95cd3a9d0
3
+ metadata.gz: 396b0f86e972d4d196260d3957f8225bd6514080
4
+ data.tar.gz: eb6f453bb5bcf6a925c2853399aa564787ec3bc8
5
5
  SHA512:
6
- metadata.gz: 9c96fb9c7fd4377c4cd39f27fb9e7f900986e3b1e437158406e4b62e5e80e6fb3937b69cad571f2ced9ed84bcaf3b72114f3b61c3be23a9ad3cf9af89b777bc8
7
- data.tar.gz: f768523d79601eea0d254ce9a768bda26205ad18bbc9644f63d1b674099c4e00bc49c92a1d9f5436f996498c9d174f9cceeeabc9914080ecea4d79abb0fc718f
6
+ metadata.gz: 2439fb2d377f9dbcd879d1617e27dfe24626717d21af4ee6e02d5f47f544c4b0e0ad1d35961c151541cd5f12f2e3a0b997dfc384d9d545e0767cfde5a998d422
7
+ data.tar.gz: dae043577c60ac5df2d45671115de7e9a4d9563144b944a675eeb5090ca059e6019332fabcc3ea89fac14124c4cce12fee7acc603908ac7ae45c97e9830599fc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.971
1
+ 3.0.972
@@ -16844,10 +16844,12 @@ module TencentCloud
16844
16844
  # @type Zones: Array
16845
16845
  # @param RISTSettings: 转推RIST的配置。
16846
16846
  # @type RISTSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateOutputRistSettings`
16847
+ # @param OutputType: 输出类型:Internet/TencentCSS/StreamLive
16848
+ # @type OutputType: String
16847
16849
 
16848
- attr_accessor :OutputId, :OutputName, :Description, :Protocol, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings
16850
+ attr_accessor :OutputId, :OutputName, :Description, :Protocol, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :OutputType
16849
16851
 
16850
- def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil)
16852
+ def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, outputtype=nil)
16851
16853
  @OutputId = outputid
16852
16854
  @OutputName = outputname
16853
16855
  @Description = description
@@ -16860,6 +16862,7 @@ module TencentCloud
16860
16862
  @SecurityGroupIds = securitygroupids
16861
16863
  @Zones = zones
16862
16864
  @RISTSettings = ristsettings
16865
+ @OutputType = outputtype
16863
16866
  end
16864
16867
 
16865
16868
  def deserialize(params)
@@ -16887,6 +16890,7 @@ module TencentCloud
16887
16890
  @RISTSettings = CreateOutputRistSettings.new
16888
16891
  @RISTSettings.deserialize(params['RISTSettings'])
16889
16892
  end
16893
+ @OutputType = params['OutputType']
16890
16894
  end
16891
16895
  end
16892
16896
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mps
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.971
4
+ version: 3.0.972
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-29 00:00:00.000000000 Z
11
+ date: 2024-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common