tencentcloud-sdk-python 3.0.1325__py2.py3-none-any.whl → 3.0.1326__py2.py3-none-any.whl

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.
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1325'
17
+ __version__ = '3.0.1326'
@@ -164,7 +164,7 @@ class AsrClient(AbstractClient):
164
164
  • 返回时效:异步回调,非实时返回。最长3小时返回识别结果,**大多数情况下,1小时的音频1-3分钟即可完成识别**。请注意:上述返回时长不含音频下载时延,且30分钟内发送超过1000小时录音或2万条任务的情况除外
165
165
  • 音频格式:wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac
166
166
  • 支持语言:在本页面上搜索 **EngineModelType**,或前往 [产品功能](https://cloud.tencent.com/document/product/1093/35682) 查看
167
- • 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(COS桶权限需要设置公有读私有写,或URL设置外部可访问)
167
+ • 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(具体对接可提工单咨询COS生成预签名URL
168
168
  • 音频限制:音频 URL 时长不能大于5小时,文件大小不超过1GB;本地音频文件不能大于5MB
169
169
  • 如何获取识别结果:支持**回调或轮询**的方式获取结果,具体请参考 [录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)
170
170
  • 识别结果有效时间:识别结果在服务端保存24小时
@@ -9712,12 +9712,10 @@ class SystemDisk(AbstractModel):
9712
9712
  :param _DiskSize: 系统盘大小,单位:GB。默认值为 50
9713
9713
  :type DiskSize: int
9714
9714
  :param _CdcId: 所属的独享集群ID。
9715
- 注意:此字段可能返回 null,表示取不到有效值。
9716
9715
  :type CdcId: str
9717
9716
  :param _DiskName: 磁盘名称,长度不超过128 个字符。
9718
9717
 
9719
9718
  该参数正在邀测中,暂未开放使用。
9720
- 注意:此字段可能返回 null,表示取不到有效值。
9721
9719
  :type DiskName: str
9722
9720
  """
9723
9721
  self._DiskType = None
@@ -9772,7 +9770,6 @@ class SystemDisk(AbstractModel):
9772
9770
  @property
9773
9771
  def CdcId(self):
9774
9772
  """所属的独享集群ID。
9775
- 注意:此字段可能返回 null,表示取不到有效值。
9776
9773
  :rtype: str
9777
9774
  """
9778
9775
  return self._CdcId
@@ -9786,7 +9783,6 @@ class SystemDisk(AbstractModel):
9786
9783
  """磁盘名称,长度不超过128 个字符。
9787
9784
 
9788
9785
  该参数正在邀测中,暂未开放使用。
9789
- 注意:此字段可能返回 null,表示取不到有效值。
9790
9786
  :rtype: str
9791
9787
  """
9792
9788
  return self._DiskName
@@ -12846,10 +12846,8 @@ class InstanceChargePrepaid(AbstractModel):
12846
12846
  def __init__(self):
12847
12847
  r"""
12848
12848
  :param _Period: 购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36, 48, 60。
12849
- 注意:此字段可能返回 null,表示取不到有效值。
12850
12849
  :type Period: int
12851
12850
  :param _RenewFlag: 自动续费标识。取值范围:<br><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><br><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><br><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费</li><br><br>默认取值:NOTIFY_AND_MANUAL_RENEW。若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。
12852
- 注意:此字段可能返回 null,表示取不到有效值。
12853
12851
  :type RenewFlag: str
12854
12852
  """
12855
12853
  self._Period = None
@@ -12858,7 +12856,6 @@ class InstanceChargePrepaid(AbstractModel):
12858
12856
  @property
12859
12857
  def Period(self):
12860
12858
  """购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36, 48, 60。
12861
- 注意:此字段可能返回 null,表示取不到有效值。
12862
12859
  :rtype: int
12863
12860
  """
12864
12861
  return self._Period
@@ -12870,7 +12867,6 @@ class InstanceChargePrepaid(AbstractModel):
12870
12867
  @property
12871
12868
  def RenewFlag(self):
12872
12869
  """自动续费标识。取值范围:<br><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><br><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><br><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费</li><br><br>默认取值:NOTIFY_AND_MANUAL_RENEW。若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。
12873
- 注意:此字段可能返回 null,表示取不到有效值。
12874
12870
  :rtype: str
12875
12871
  """
12876
12872
  return self._RenewFlag
@@ -20727,12 +20723,10 @@ class SystemDisk(AbstractModel):
20727
20723
  :param _DiskSize: 系统盘大小,单位:GB。默认值为 50
20728
20724
  :type DiskSize: int
20729
20725
  :param _CdcId: 所属的独享集群ID。
20730
- 注意:此字段可能返回 null,表示取不到有效值。
20731
20726
  :type CdcId: str
20732
20727
  :param _DiskName: 磁盘名称,长度不超过128 个字符。
20733
20728
 
20734
20729
  该参数正在邀测中,暂未开放使用。
20735
- 注意:此字段可能返回 null,表示取不到有效值。
20736
20730
  :type DiskName: str
20737
20731
  """
20738
20732
  self._DiskType = None
@@ -20787,7 +20781,6 @@ class SystemDisk(AbstractModel):
20787
20781
  @property
20788
20782
  def CdcId(self):
20789
20783
  """所属的独享集群ID。
20790
- 注意:此字段可能返回 null,表示取不到有效值。
20791
20784
  :rtype: str
20792
20785
  """
20793
20786
  return self._CdcId
@@ -20801,7 +20794,6 @@ class SystemDisk(AbstractModel):
20801
20794
  """磁盘名称,长度不超过128 个字符。
20802
20795
 
20803
20796
  该参数正在邀测中,暂未开放使用。
20804
- 注意:此字段可能返回 null,表示取不到有效值。
20805
20797
  :rtype: str
20806
20798
  """
20807
20799
  return self._DiskName
@@ -443,6 +443,29 @@ class EmrClient(AbstractClient):
443
443
  raise TencentCloudSDKException(type(e).__name__, str(e))
444
444
 
445
445
 
446
+ def DescribeDAGInfo(self, request):
447
+ """查询DAG信息
448
+
449
+ :param request: Request instance for DescribeDAGInfo.
450
+ :type request: :class:`tencentcloud.emr.v20190103.models.DescribeDAGInfoRequest`
451
+ :rtype: :class:`tencentcloud.emr.v20190103.models.DescribeDAGInfoResponse`
452
+
453
+ """
454
+ try:
455
+ params = request._serialize()
456
+ headers = request.headers
457
+ body = self.call("DescribeDAGInfo", params, headers=headers)
458
+ response = json.loads(body)
459
+ model = models.DescribeDAGInfoResponse()
460
+ model._deserialize(response["Response"])
461
+ return model
462
+ except Exception as e:
463
+ if isinstance(e, TencentCloudSDKException):
464
+ raise
465
+ else:
466
+ raise TencentCloudSDKException(type(e).__name__, str(e))
467
+
468
+
446
469
  def DescribeEmrApplicationStatics(self, request):
447
470
  """yarn application 统计接口查询
448
471
 
@@ -6026,6 +6026,72 @@ class CustomServiceDefine(AbstractModel):
6026
6026
 
6027
6027
 
6028
6028
 
6029
+ class DAGInfo(AbstractModel):
6030
+ """DAG信息
6031
+
6032
+ """
6033
+
6034
+ def __init__(self):
6035
+ r"""
6036
+ :param _ID: 查询ID
6037
+ :type ID: str
6038
+ :param _Type: DAG类型,目前只支持starrocks
6039
+ :type Type: str
6040
+ :param _Content: 返回的DAG的JSON字符串
6041
+ :type Content: str
6042
+ """
6043
+ self._ID = None
6044
+ self._Type = None
6045
+ self._Content = None
6046
+
6047
+ @property
6048
+ def ID(self):
6049
+ """查询ID
6050
+ :rtype: str
6051
+ """
6052
+ return self._ID
6053
+
6054
+ @ID.setter
6055
+ def ID(self, ID):
6056
+ self._ID = ID
6057
+
6058
+ @property
6059
+ def Type(self):
6060
+ """DAG类型,目前只支持starrocks
6061
+ :rtype: str
6062
+ """
6063
+ return self._Type
6064
+
6065
+ @Type.setter
6066
+ def Type(self, Type):
6067
+ self._Type = Type
6068
+
6069
+ @property
6070
+ def Content(self):
6071
+ """返回的DAG的JSON字符串
6072
+ :rtype: str
6073
+ """
6074
+ return self._Content
6075
+
6076
+ @Content.setter
6077
+ def Content(self, Content):
6078
+ self._Content = Content
6079
+
6080
+
6081
+ def _deserialize(self, params):
6082
+ self._ID = params.get("ID")
6083
+ self._Type = params.get("Type")
6084
+ self._Content = params.get("Content")
6085
+ memeber_set = set(params.keys())
6086
+ for name, value in vars(self).items():
6087
+ property_name = name[1:]
6088
+ if property_name in memeber_set:
6089
+ memeber_set.remove(property_name)
6090
+ if len(memeber_set) > 0:
6091
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
6092
+
6093
+
6094
+
6029
6095
  class DayRepeatStrategy(AbstractModel):
6030
6096
  """弹性扩缩容按天重复任务描述
6031
6097
 
@@ -7743,6 +7809,137 @@ class DescribeCvmQuotaResponse(AbstractModel):
7743
7809
  self._RequestId = params.get("RequestId")
7744
7810
 
7745
7811
 
7812
+ class DescribeDAGInfoRequest(AbstractModel):
7813
+ """DescribeDAGInfo请求参数结构体
7814
+
7815
+ """
7816
+
7817
+ def __init__(self):
7818
+ r"""
7819
+ :param _InstanceID: 集群ID
7820
+ :type InstanceID: str
7821
+ :param _Type: DAG类型,目前只支持STARROCKS
7822
+ :type Type: str
7823
+ :param _IDList: 查询ID列表,最大长度为1
7824
+ :type IDList: list of str
7825
+ """
7826
+ self._InstanceID = None
7827
+ self._Type = None
7828
+ self._IDList = None
7829
+
7830
+ @property
7831
+ def InstanceID(self):
7832
+ """集群ID
7833
+ :rtype: str
7834
+ """
7835
+ return self._InstanceID
7836
+
7837
+ @InstanceID.setter
7838
+ def InstanceID(self, InstanceID):
7839
+ self._InstanceID = InstanceID
7840
+
7841
+ @property
7842
+ def Type(self):
7843
+ """DAG类型,目前只支持STARROCKS
7844
+ :rtype: str
7845
+ """
7846
+ return self._Type
7847
+
7848
+ @Type.setter
7849
+ def Type(self, Type):
7850
+ self._Type = Type
7851
+
7852
+ @property
7853
+ def IDList(self):
7854
+ """查询ID列表,最大长度为1
7855
+ :rtype: list of str
7856
+ """
7857
+ return self._IDList
7858
+
7859
+ @IDList.setter
7860
+ def IDList(self, IDList):
7861
+ self._IDList = IDList
7862
+
7863
+
7864
+ def _deserialize(self, params):
7865
+ self._InstanceID = params.get("InstanceID")
7866
+ self._Type = params.get("Type")
7867
+ self._IDList = params.get("IDList")
7868
+ memeber_set = set(params.keys())
7869
+ for name, value in vars(self).items():
7870
+ property_name = name[1:]
7871
+ if property_name in memeber_set:
7872
+ memeber_set.remove(property_name)
7873
+ if len(memeber_set) > 0:
7874
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
7875
+
7876
+
7877
+
7878
+ class DescribeDAGInfoResponse(AbstractModel):
7879
+ """DescribeDAGInfo返回参数结构体
7880
+
7881
+ """
7882
+
7883
+ def __init__(self):
7884
+ r"""
7885
+ :param _TotalCount: 总数,分页查询时使用
7886
+ :type TotalCount: int
7887
+ :param _DAGInfoList: Starrocks 查询信息列表
7888
+ 注意:此字段可能返回 null,表示取不到有效值。
7889
+ :type DAGInfoList: list of DAGInfo
7890
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7891
+ :type RequestId: str
7892
+ """
7893
+ self._TotalCount = None
7894
+ self._DAGInfoList = None
7895
+ self._RequestId = None
7896
+
7897
+ @property
7898
+ def TotalCount(self):
7899
+ """总数,分页查询时使用
7900
+ :rtype: int
7901
+ """
7902
+ return self._TotalCount
7903
+
7904
+ @TotalCount.setter
7905
+ def TotalCount(self, TotalCount):
7906
+ self._TotalCount = TotalCount
7907
+
7908
+ @property
7909
+ def DAGInfoList(self):
7910
+ """Starrocks 查询信息列表
7911
+ 注意:此字段可能返回 null,表示取不到有效值。
7912
+ :rtype: list of DAGInfo
7913
+ """
7914
+ return self._DAGInfoList
7915
+
7916
+ @DAGInfoList.setter
7917
+ def DAGInfoList(self, DAGInfoList):
7918
+ self._DAGInfoList = DAGInfoList
7919
+
7920
+ @property
7921
+ def RequestId(self):
7922
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7923
+ :rtype: str
7924
+ """
7925
+ return self._RequestId
7926
+
7927
+ @RequestId.setter
7928
+ def RequestId(self, RequestId):
7929
+ self._RequestId = RequestId
7930
+
7931
+
7932
+ def _deserialize(self, params):
7933
+ self._TotalCount = params.get("TotalCount")
7934
+ if params.get("DAGInfoList") is not None:
7935
+ self._DAGInfoList = []
7936
+ for item in params.get("DAGInfoList"):
7937
+ obj = DAGInfo()
7938
+ obj._deserialize(item)
7939
+ self._DAGInfoList.append(obj)
7940
+ self._RequestId = params.get("RequestId")
7941
+
7942
+
7746
7943
  class DescribeEmrApplicationStaticsRequest(AbstractModel):
7747
7944
  """DescribeEmrApplicationStatics请求参数结构体
7748
7945
 
@@ -26594,11 +26594,11 @@ class Intention(AbstractModel):
26594
26594
 
26595
26595
  注: `视频认证为白名单功能,使用前请联系对接的客户经理沟通。`
26596
26596
  :type IntentionType: int
26597
- :param _IntentionQuestions: 意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。当前仅支持1轮问答。
26597
+ :param _IntentionQuestions: 意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。支持传入1~10轮问答,最多为10轮。
26598
26598
 
26599
26599
  注:`选择问答模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。`
26600
26600
  :type IntentionQuestions: list of IntentionQuestion
26601
- :param _IntentionActions: 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。当前仅支持一个提示文本。
26601
+ :param _IntentionActions: 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。支持传入1~10轮点头确认文本,最多支持10轮。
26602
26602
 
26603
26603
  注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`
26604
26604
  :type IntentionActions: list of IntentionAction
@@ -26624,7 +26624,7 @@ class Intention(AbstractModel):
26624
26624
 
26625
26625
  @property
26626
26626
  def IntentionQuestions(self):
26627
- """意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。当前仅支持1轮问答。
26627
+ """意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。支持传入1~10轮问答,最多为10轮。
26628
26628
 
26629
26629
  注:`选择问答模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。`
26630
26630
  :rtype: list of IntentionQuestion
@@ -26637,7 +26637,7 @@ class Intention(AbstractModel):
26637
26637
 
26638
26638
  @property
26639
26639
  def IntentionActions(self):
26640
- """意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。当前仅支持一个提示文本。
26640
+ """意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。支持传入1~10轮点头确认文本,最多支持10轮。
26641
26641
 
26642
26642
  注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`
26643
26643
  :rtype: list of IntentionAction
@@ -23664,11 +23664,11 @@ class Intention(AbstractModel):
23664
23664
 
23665
23665
  注: `视频认证为白名单功能,使用前请联系对接的客户经理沟通。`
23666
23666
  :type IntentionType: int
23667
- :param _IntentionQuestions: 意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。当前仅支持1轮问答。
23667
+ :param _IntentionQuestions: 意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。支持传入1~10轮问答,最多支持10轮。
23668
23668
 
23669
23669
  注:`选择问答模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。`
23670
23670
  :type IntentionQuestions: list of IntentionQuestion
23671
- :param _IntentionActions: 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。当前仅支持一个提示文本。
23671
+ :param _IntentionActions: 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。支持传入1~10轮点头确认文本,最多支持10轮。
23672
23672
 
23673
23673
  注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`
23674
23674
  :type IntentionActions: list of IntentionAction
@@ -23694,7 +23694,7 @@ class Intention(AbstractModel):
23694
23694
 
23695
23695
  @property
23696
23696
  def IntentionQuestions(self):
23697
- """意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。当前仅支持1轮问答。
23697
+ """意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。支持传入1~10轮问答,最多支持10轮。
23698
23698
 
23699
23699
  注:`选择问答模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。`
23700
23700
  :rtype: list of IntentionQuestion
@@ -23707,7 +23707,7 @@ class Intention(AbstractModel):
23707
23707
 
23708
23708
  @property
23709
23709
  def IntentionActions(self):
23710
- """意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。当前仅支持一个提示文本。
23710
+ """意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。支持传入1~10轮点头确认文本,最多支持10轮。
23711
23711
 
23712
23712
  注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`
23713
23713
  :rtype: list of IntentionAction
@@ -86,6 +86,18 @@ INVALIDPARAMETERVALUE_INVALIDSCENEIDMALFORMED = 'InvalidParameterValue.InvalidSc
86
86
  # 地域非法
87
87
  INVALIDPARAMETERVALUE_REGIONINVALID = 'InvalidParameterValue.RegionInvalid'
88
88
 
89
+ # 无法找到指定的安全组
90
+ INVALIDPARAMETERVALUE_SECURITYGROUPNOTFOUND = 'InvalidParameterValue.SecurityGroupNotFound'
91
+
92
+ # 入参中若存在子网ID,则必须同时存在VPC ID。
93
+ INVALIDPARAMETERVALUE_SUBNETMUSTCOEXISTWITHVPC = 'InvalidParameterValue.SubnetMustCoexistWithVpc'
94
+
95
+ # 无法找到指定的子网,或该子网不属于指定的VPC
96
+ INVALIDPARAMETERVALUE_SUBNETNOTFOUND = 'InvalidParameterValue.SubnetNotFound'
97
+
98
+ # 无法找到指定的VPC
99
+ INVALIDPARAMETERVALUE_VPCNOTFOUND = 'InvalidParameterValue.VpcNotFound'
100
+
89
101
  # 没有配额去为HAI创建新的安全组
90
102
  LIMITEXCEEDED_SECURITYGROUPLIMITEXCEEDED = 'LimitExceeded.SecurityGroupLimitExceeded'
91
103
 
@@ -27530,6 +27530,8 @@ class LiveStreamMonitorInputInfo(AbstractModel):
27530
27530
  :type CasterInputIndex: int
27531
27531
  :param _NeedMonitor: 该输入源是否正在监播
27532
27532
  :type NeedMonitor: bool
27533
+ :param _CdnStreamId: 导播台pvw pgm的cdn流id
27534
+ :type CdnStreamId: str
27533
27535
  """
27534
27536
  self._InputStreamName = None
27535
27537
  self._InputDomain = None
@@ -27538,6 +27540,7 @@ class LiveStreamMonitorInputInfo(AbstractModel):
27538
27540
  self._Description = None
27539
27541
  self._CasterInputIndex = None
27540
27542
  self._NeedMonitor = None
27543
+ self._CdnStreamId = None
27541
27544
 
27542
27545
  @property
27543
27546
  def InputStreamName(self):
@@ -27621,6 +27624,17 @@ class LiveStreamMonitorInputInfo(AbstractModel):
27621
27624
  def NeedMonitor(self, NeedMonitor):
27622
27625
  self._NeedMonitor = NeedMonitor
27623
27626
 
27627
+ @property
27628
+ def CdnStreamId(self):
27629
+ """导播台pvw pgm的cdn流id
27630
+ :rtype: str
27631
+ """
27632
+ return self._CdnStreamId
27633
+
27634
+ @CdnStreamId.setter
27635
+ def CdnStreamId(self, CdnStreamId):
27636
+ self._CdnStreamId = CdnStreamId
27637
+
27624
27638
 
27625
27639
  def _deserialize(self, params):
27626
27640
  self._InputStreamName = params.get("InputStreamName")
@@ -27630,6 +27644,7 @@ class LiveStreamMonitorInputInfo(AbstractModel):
27630
27644
  self._Description = params.get("Description")
27631
27645
  self._CasterInputIndex = params.get("CasterInputIndex")
27632
27646
  self._NeedMonitor = params.get("NeedMonitor")
27647
+ self._CdnStreamId = params.get("CdnStreamId")
27633
27648
  memeber_set = set(params.keys())
27634
27649
  for name, value in vars(self).items():
27635
27650
  property_name = name[1:]