tencentcloud-sdk-python-live 3.0.1289__tar.gz → 3.0.1297__tar.gz

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 (16) hide show
  1. {tencentcloud-sdk-python-live-3.0.1289 → tencentcloud-sdk-python-live-3.0.1297}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-live-3.0.1289 → tencentcloud-sdk-python-live-3.0.1297}/setup.py +1 -1
  3. {tencentcloud-sdk-python-live-3.0.1289 → tencentcloud-sdk-python-live-3.0.1297}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-live-3.0.1289 → tencentcloud-sdk-python-live-3.0.1297}/tencentcloud/live/v20180801/models.py +111 -74
  5. {tencentcloud-sdk-python-live-3.0.1289 → tencentcloud-sdk-python-live-3.0.1297}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-live-3.0.1297/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-live-3.0.1289/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-live-3.0.1289 → tencentcloud-sdk-python-live-3.0.1297}/README.rst +0 -0
  9. {tencentcloud-sdk-python-live-3.0.1289 → tencentcloud-sdk-python-live-3.0.1297}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-live-3.0.1289 → tencentcloud-sdk-python-live-3.0.1297}/tencentcloud/live/__init__.py +0 -0
  11. {tencentcloud-sdk-python-live-3.0.1289 → tencentcloud-sdk-python-live-3.0.1297}/tencentcloud/live/v20180801/__init__.py +0 -0
  12. {tencentcloud-sdk-python-live-3.0.1289 → tencentcloud-sdk-python-live-3.0.1297}/tencentcloud/live/v20180801/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-live-3.0.1289 → tencentcloud-sdk-python-live-3.0.1297}/tencentcloud/live/v20180801/live_client.py +0 -0
  14. {tencentcloud-sdk-python-live-3.0.1289 → tencentcloud-sdk-python-live-3.0.1297}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-live-3.0.1289 → tencentcloud-sdk-python-live-3.0.1297}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-live-3.0.1289 → tencentcloud-sdk-python-live-3.0.1297}/tencentcloud_sdk_python_live.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.0.1289
3
+ Version: 3.0.1297
4
4
  Summary: Tencent Cloud Live SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-live',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1289"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1297"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Live SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1289'
17
+ __version__ = '3.0.1297'
@@ -5262,7 +5262,6 @@ class CreateCasterPgmFromPvwResponse(AbstractModel):
5262
5262
  注:该地址仅供预览,不可分发。
5263
5263
  :type PgmPlayUrl: str
5264
5264
  :param _CdnPlayUrl: 注:该字段已废弃,请结合腾讯云直播播放地址生成策略生成cdn播放地址
5265
- 注意:此字段可能返回 null,表示取不到有效值。
5266
5265
  :type CdnPlayUrl: str
5267
5266
  :param _CdnStreamId: 主监任务在腾讯云直播侧的流ID。
5268
5267
  :type CdnStreamId: str
@@ -5295,7 +5294,6 @@ class CreateCasterPgmFromPvwResponse(AbstractModel):
5295
5294
  @property
5296
5295
  def CdnPlayUrl(self):
5297
5296
  """注:该字段已废弃,请结合腾讯云直播播放地址生成策略生成cdn播放地址
5298
- 注意:此字段可能返回 null,表示取不到有效值。
5299
5297
  :rtype: str
5300
5298
  """
5301
5299
  return self._CdnPlayUrl
@@ -5411,19 +5409,15 @@ class CreateCasterPgmResponse(AbstractModel):
5411
5409
  r"""
5412
5410
  :param _PgmPlayUrl: 主监任务的rtmp协议预览地址。
5413
5411
  注:该地址仅供预览,不可分发。
5414
- 注意:此字段可能返回 null,表示取不到有效值。
5415
5412
  :type PgmPlayUrl: str
5416
5413
  :param _CdnPlayUrl: 注:该字段已废弃,请结合腾讯云直播播放地址生成策略生成cdn播放地址。
5417
- 注意:此字段可能返回 null,表示取不到有效值。
5418
5414
  :type CdnPlayUrl: str
5419
5415
  :param _CdnStreamId: 主监任务在腾讯云直播侧的流ID。
5420
- 注意:此字段可能返回 null,表示取不到有效值。
5421
5416
  :type CdnStreamId: str
5422
5417
  :param _PgmWebRTCPlayUrl: 主监任务的webrtc协议播放地址。
5423
5418
  注:
5424
5419
  1. 该预览地址仅作为预览,不可分发。
5425
5420
  2. webrtc播放地址需配合腾讯云快直播播放sdk使用。
5426
- 注意:此字段可能返回 null,表示取不到有效值。
5427
5421
  :type PgmWebRTCPlayUrl: str
5428
5422
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5429
5423
  :type RequestId: str
@@ -5438,7 +5432,6 @@ class CreateCasterPgmResponse(AbstractModel):
5438
5432
  def PgmPlayUrl(self):
5439
5433
  """主监任务的rtmp协议预览地址。
5440
5434
  注:该地址仅供预览,不可分发。
5441
- 注意:此字段可能返回 null,表示取不到有效值。
5442
5435
  :rtype: str
5443
5436
  """
5444
5437
  return self._PgmPlayUrl
@@ -5450,7 +5443,6 @@ class CreateCasterPgmResponse(AbstractModel):
5450
5443
  @property
5451
5444
  def CdnPlayUrl(self):
5452
5445
  """注:该字段已废弃,请结合腾讯云直播播放地址生成策略生成cdn播放地址。
5453
- 注意:此字段可能返回 null,表示取不到有效值。
5454
5446
  :rtype: str
5455
5447
  """
5456
5448
  return self._CdnPlayUrl
@@ -5462,7 +5454,6 @@ class CreateCasterPgmResponse(AbstractModel):
5462
5454
  @property
5463
5455
  def CdnStreamId(self):
5464
5456
  """主监任务在腾讯云直播侧的流ID。
5465
- 注意:此字段可能返回 null,表示取不到有效值。
5466
5457
  :rtype: str
5467
5458
  """
5468
5459
  return self._CdnStreamId
@@ -5477,7 +5468,6 @@ class CreateCasterPgmResponse(AbstractModel):
5477
5468
  注:
5478
5469
  1. 该预览地址仅作为预览,不可分发。
5479
5470
  2. webrtc播放地址需配合腾讯云快直播播放sdk使用。
5480
- 注意:此字段可能返回 null,表示取不到有效值。
5481
5471
  :rtype: str
5482
5472
  """
5483
5473
  return self._PgmWebRTCPlayUrl
@@ -8342,6 +8332,10 @@ class CreateLiveStreamMonitorRequest(AbstractModel):
8342
8332
  :type AiFormatDiagnose: int
8343
8333
  :param _AiQualityControl: 是否开启内容质检。
8344
8334
  :type AiQualityControl: int
8335
+ :param _CasterId: 导播台监播对应的导播台场次id。
8336
+ :type CasterId: str
8337
+ :param _PullPushTaskId: 拉流转推监播任务对应的拉流转推场次id
8338
+ :type PullPushTaskId: str
8345
8339
  """
8346
8340
  self._OutputInfo = None
8347
8341
  self._InputList = None
@@ -8356,6 +8350,8 @@ class CreateLiveStreamMonitorRequest(AbstractModel):
8356
8350
  self._AllowMonitorReport = None
8357
8351
  self._AiFormatDiagnose = None
8358
8352
  self._AiQualityControl = None
8353
+ self._CasterId = None
8354
+ self._PullPushTaskId = None
8359
8355
 
8360
8356
  @property
8361
8357
  def OutputInfo(self):
@@ -8505,6 +8501,28 @@ class CreateLiveStreamMonitorRequest(AbstractModel):
8505
8501
  def AiQualityControl(self, AiQualityControl):
8506
8502
  self._AiQualityControl = AiQualityControl
8507
8503
 
8504
+ @property
8505
+ def CasterId(self):
8506
+ """导播台监播对应的导播台场次id。
8507
+ :rtype: str
8508
+ """
8509
+ return self._CasterId
8510
+
8511
+ @CasterId.setter
8512
+ def CasterId(self, CasterId):
8513
+ self._CasterId = CasterId
8514
+
8515
+ @property
8516
+ def PullPushTaskId(self):
8517
+ """拉流转推监播任务对应的拉流转推场次id
8518
+ :rtype: str
8519
+ """
8520
+ return self._PullPushTaskId
8521
+
8522
+ @PullPushTaskId.setter
8523
+ def PullPushTaskId(self, PullPushTaskId):
8524
+ self._PullPushTaskId = PullPushTaskId
8525
+
8508
8526
 
8509
8527
  def _deserialize(self, params):
8510
8528
  if params.get("OutputInfo") is not None:
@@ -8529,6 +8547,8 @@ class CreateLiveStreamMonitorRequest(AbstractModel):
8529
8547
  self._AllowMonitorReport = params.get("AllowMonitorReport")
8530
8548
  self._AiFormatDiagnose = params.get("AiFormatDiagnose")
8531
8549
  self._AiQualityControl = params.get("AiQualityControl")
8550
+ self._CasterId = params.get("CasterId")
8551
+ self._PullPushTaskId = params.get("PullPushTaskId")
8532
8552
  memeber_set = set(params.keys())
8533
8553
  for name, value in vars(self).items():
8534
8554
  property_name = name[1:]
@@ -8547,7 +8567,6 @@ class CreateLiveStreamMonitorResponse(AbstractModel):
8547
8567
  def __init__(self):
8548
8568
  r"""
8549
8569
  :param _MonitorId: 监播任务ID。
8550
- 注意:此字段可能返回 null,表示取不到有效值。
8551
8570
  :type MonitorId: str
8552
8571
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8553
8572
  :type RequestId: str
@@ -8558,7 +8577,6 @@ class CreateLiveStreamMonitorResponse(AbstractModel):
8558
8577
  @property
8559
8578
  def MonitorId(self):
8560
8579
  """监播任务ID。
8561
- 注意:此字段可能返回 null,表示取不到有效值。
8562
8580
  :rtype: str
8563
8581
  """
8564
8582
  return self._MonitorId
@@ -12794,7 +12812,6 @@ class DescribeBackupStreamListResponse(AbstractModel):
12794
12812
  def __init__(self):
12795
12813
  r"""
12796
12814
  :param _StreamInfoList: 主备流分组信息列表。
12797
- 注意:此字段可能返回 null,表示取不到有效值。
12798
12815
  :type StreamInfoList: list of BackupStreamGroupInfo
12799
12816
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12800
12817
  :type RequestId: str
@@ -12805,7 +12822,6 @@ class DescribeBackupStreamListResponse(AbstractModel):
12805
12822
  @property
12806
12823
  def StreamInfoList(self):
12807
12824
  """主备流分组信息列表。
12808
- 注意:此字段可能返回 null,表示取不到有效值。
12809
12825
  :rtype: list of BackupStreamGroupInfo
12810
12826
  """
12811
12827
  return self._StreamInfoList
@@ -13441,16 +13457,12 @@ class DescribeCasterDisplayInfoResponse(AbstractModel):
13441
13457
  1:无预监,有主监
13442
13458
  2:有预监,无主监
13443
13459
  3:有预监,有主监
13444
- 注意:此字段可能返回 null,表示取不到有效值。
13445
13460
  :type Status: int
13446
13461
  :param _PvwDisplayInfo: 预监使用的展示参数。
13447
- 注意:此字段可能返回 null,表示取不到有效值。
13448
13462
  :type PvwDisplayInfo: :class:`tencentcloud.live.v20180801.models.CasterDisplayInfo`
13449
13463
  :param _PgmDisplayInfo: 主监使用的展示参数。
13450
- 注意:此字段可能返回 null,表示取不到有效值。
13451
13464
  :type PgmDisplayInfo: :class:`tencentcloud.live.v20180801.models.CasterDisplayInfo`
13452
13465
  :param _StartLiveTime: 启动直播的时间,值为unix时间戳。
13453
- 注意:此字段可能返回 null,表示取不到有效值。
13454
13466
  :type StartLiveTime: int
13455
13467
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13456
13468
  :type RequestId: str
@@ -13468,7 +13480,6 @@ class DescribeCasterDisplayInfoResponse(AbstractModel):
13468
13480
  1:无预监,有主监
13469
13481
  2:有预监,无主监
13470
13482
  3:有预监,有主监
13471
- 注意:此字段可能返回 null,表示取不到有效值。
13472
13483
  :rtype: int
13473
13484
  """
13474
13485
  return self._Status
@@ -13480,7 +13491,6 @@ class DescribeCasterDisplayInfoResponse(AbstractModel):
13480
13491
  @property
13481
13492
  def PvwDisplayInfo(self):
13482
13493
  """预监使用的展示参数。
13483
- 注意:此字段可能返回 null,表示取不到有效值。
13484
13494
  :rtype: :class:`tencentcloud.live.v20180801.models.CasterDisplayInfo`
13485
13495
  """
13486
13496
  return self._PvwDisplayInfo
@@ -13492,7 +13502,6 @@ class DescribeCasterDisplayInfoResponse(AbstractModel):
13492
13502
  @property
13493
13503
  def PgmDisplayInfo(self):
13494
13504
  """主监使用的展示参数。
13495
- 注意:此字段可能返回 null,表示取不到有效值。
13496
13505
  :rtype: :class:`tencentcloud.live.v20180801.models.CasterDisplayInfo`
13497
13506
  """
13498
13507
  return self._PgmDisplayInfo
@@ -13504,7 +13513,6 @@ class DescribeCasterDisplayInfoResponse(AbstractModel):
13504
13513
  @property
13505
13514
  def StartLiveTime(self):
13506
13515
  """启动直播的时间,值为unix时间戳。
13507
- 注意:此字段可能返回 null,表示取不到有效值。
13508
13516
  :rtype: int
13509
13517
  """
13510
13518
  return self._StartLiveTime
@@ -13719,7 +13727,6 @@ class DescribeCasterListResponse(AbstractModel):
13719
13727
  def __init__(self):
13720
13728
  r"""
13721
13729
  :param _CasterList: 用户对应的导播台简要信息列表
13722
- 注意:此字段可能返回 null,表示取不到有效值。
13723
13730
  :type CasterList: list of CasterBriefInfo
13724
13731
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13725
13732
  :type RequestId: str
@@ -13730,7 +13737,6 @@ class DescribeCasterListResponse(AbstractModel):
13730
13737
  @property
13731
13738
  def CasterList(self):
13732
13739
  """用户对应的导播台简要信息列表
13733
- 注意:此字段可能返回 null,表示取不到有效值。
13734
13740
  :rtype: list of CasterBriefInfo
13735
13741
  """
13736
13742
  return self._CasterList
@@ -13805,7 +13811,6 @@ class DescribeCasterMarkPicInfosResponse(AbstractModel):
13805
13811
  def __init__(self):
13806
13812
  r"""
13807
13813
  :param _MarkPicInfos: 导播台的水印信息列表。
13808
- 注意:此字段可能返回 null,表示取不到有效值。
13809
13814
  :type MarkPicInfos: list of CasterMarkPicInfo
13810
13815
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13811
13816
  :type RequestId: str
@@ -13816,7 +13821,6 @@ class DescribeCasterMarkPicInfosResponse(AbstractModel):
13816
13821
  @property
13817
13822
  def MarkPicInfos(self):
13818
13823
  """导播台的水印信息列表。
13819
- 注意:此字段可能返回 null,表示取不到有效值。
13820
13824
  :rtype: list of CasterMarkPicInfo
13821
13825
  """
13822
13826
  return self._MarkPicInfos
@@ -13891,7 +13895,6 @@ class DescribeCasterMarkWordInfosResponse(AbstractModel):
13891
13895
  def __init__(self):
13892
13896
  r"""
13893
13897
  :param _MarkWordInfos: 导播台的文本信息列表。
13894
- 注意:此字段可能返回 null,表示取不到有效值。
13895
13898
  :type MarkWordInfos: list of CasterMarkWordInfo
13896
13899
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13897
13900
  :type RequestId: str
@@ -13902,7 +13905,6 @@ class DescribeCasterMarkWordInfosResponse(AbstractModel):
13902
13905
  @property
13903
13906
  def MarkWordInfos(self):
13904
13907
  """导播台的文本信息列表。
13905
- 注意:此字段可能返回 null,表示取不到有效值。
13906
13908
  :rtype: list of CasterMarkWordInfo
13907
13909
  """
13908
13910
  return self._MarkWordInfos
@@ -13977,7 +13979,6 @@ class DescribeCasterOutputInfosResponse(AbstractModel):
13977
13979
  def __init__(self):
13978
13980
  r"""
13979
13981
  :param _OutputInfos: 导播台的推流信息列表。
13980
- 注意:此字段可能返回 null,表示取不到有效值。
13981
13982
  :type OutputInfos: list of CasterOutputInfo
13982
13983
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13983
13984
  :type RequestId: str
@@ -13988,7 +13989,6 @@ class DescribeCasterOutputInfosResponse(AbstractModel):
13988
13989
  @property
13989
13990
  def OutputInfos(self):
13990
13991
  """导播台的推流信息列表。
13991
- 注意:此字段可能返回 null,表示取不到有效值。
13992
13992
  :rtype: list of CasterOutputInfo
13993
13993
  """
13994
13994
  return self._OutputInfos
@@ -14104,12 +14104,10 @@ class DescribeCasterPlayUrlResponse(AbstractModel):
14104
14104
  r"""
14105
14105
  :param _PlayUrl: 播放url。
14106
14106
  当导播台不存在预监或主监时,若请求预监或主监的播放地址,该字段为空。
14107
- 注意:此字段可能返回 null,表示取不到有效值。
14108
14107
  :type PlayUrl: str
14109
14108
  :param _WebRTCPlayUrl: webrtc协议播放地址。
14110
14109
  当导播台不存在预监或主监时,若请求预监或主监的webrtc播放地址,该字段为空。
14111
14110
  注:webrtc协议播放地址需配合腾讯云快直播播放sdk方可使用。
14112
- 注意:此字段可能返回 null,表示取不到有效值。
14113
14111
  :type WebRTCPlayUrl: str
14114
14112
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14115
14113
  :type RequestId: str
@@ -14122,7 +14120,6 @@ class DescribeCasterPlayUrlResponse(AbstractModel):
14122
14120
  def PlayUrl(self):
14123
14121
  """播放url。
14124
14122
  当导播台不存在预监或主监时,若请求预监或主监的播放地址,该字段为空。
14125
- 注意:此字段可能返回 null,表示取不到有效值。
14126
14123
  :rtype: str
14127
14124
  """
14128
14125
  return self._PlayUrl
@@ -14136,7 +14133,6 @@ class DescribeCasterPlayUrlResponse(AbstractModel):
14136
14133
  """webrtc协议播放地址。
14137
14134
  当导播台不存在预监或主监时,若请求预监或主监的webrtc播放地址,该字段为空。
14138
14135
  注:webrtc协议播放地址需配合腾讯云快直播播放sdk方可使用。
14139
- 注意:此字段可能返回 null,表示取不到有效值。
14140
14136
  :rtype: str
14141
14137
  """
14142
14138
  return self._WebRTCPlayUrl
@@ -14288,7 +14284,6 @@ class DescribeCasterTransitionTypesResponse(AbstractModel):
14288
14284
  def __init__(self):
14289
14285
  r"""
14290
14286
  :param _TransitionTypes: 转场信息列表
14291
- 注意:此字段可能返回 null,表示取不到有效值。
14292
14287
  :type TransitionTypes: list of TransitionTypeInfo
14293
14288
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14294
14289
  :type RequestId: str
@@ -14299,7 +14294,6 @@ class DescribeCasterTransitionTypesResponse(AbstractModel):
14299
14294
  @property
14300
14295
  def TransitionTypes(self):
14301
14296
  """转场信息列表
14302
- 注意:此字段可能返回 null,表示取不到有效值。
14303
14297
  :rtype: list of TransitionTypeInfo
14304
14298
  """
14305
14299
  return self._TransitionTypes
@@ -15932,7 +15926,6 @@ class DescribeLiveDomainResponse(AbstractModel):
15932
15926
  def __init__(self):
15933
15927
  r"""
15934
15928
  :param _DomainInfo: 域名信息。
15935
- 注意:此字段可能返回 null,表示取不到有效值。
15936
15929
  :type DomainInfo: :class:`tencentcloud.live.v20180801.models.DomainInfo`
15937
15930
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15938
15931
  :type RequestId: str
@@ -15943,7 +15936,6 @@ class DescribeLiveDomainResponse(AbstractModel):
15943
15936
  @property
15944
15937
  def DomainInfo(self):
15945
15938
  """域名信息。
15946
- 注意:此字段可能返回 null,表示取不到有效值。
15947
15939
  :rtype: :class:`tencentcloud.live.v20180801.models.DomainInfo`
15948
15940
  """
15949
15941
  return self._DomainInfo
@@ -16115,10 +16107,8 @@ class DescribeLiveDomainsResponse(AbstractModel):
16115
16107
  :param _DomainList: 域名详细信息列表。
16116
16108
  :type DomainList: list of DomainInfo
16117
16109
  :param _CreateLimitCount: 可继续添加域名数量。
16118
- 注意:此字段可能返回 null,表示取不到有效值。
16119
16110
  :type CreateLimitCount: int
16120
16111
  :param _PlayTypeCount: 启用的播放域名加速区域统计,数组元素分别为:中国大陆(境内),全球地区,国际/港澳台(境外)域名数量。
16121
- 注意:此字段可能返回 null,表示取不到有效值。
16122
16112
  :type PlayTypeCount: list of int
16123
16113
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16124
16114
  :type RequestId: str
@@ -16154,7 +16144,6 @@ class DescribeLiveDomainsResponse(AbstractModel):
16154
16144
  @property
16155
16145
  def CreateLimitCount(self):
16156
16146
  """可继续添加域名数量。
16157
- 注意:此字段可能返回 null,表示取不到有效值。
16158
16147
  :rtype: int
16159
16148
  """
16160
16149
  return self._CreateLimitCount
@@ -16166,7 +16155,6 @@ class DescribeLiveDomainsResponse(AbstractModel):
16166
16155
  @property
16167
16156
  def PlayTypeCount(self):
16168
16157
  """启用的播放域名加速区域统计,数组元素分别为:中国大陆(境内),全球地区,国际/港澳台(境外)域名数量。
16169
- 注意:此字段可能返回 null,表示取不到有效值。
16170
16158
  :rtype: list of int
16171
16159
  """
16172
16160
  return self._PlayTypeCount
@@ -16675,7 +16663,6 @@ class DescribeLivePackageInfoResponse(AbstractModel):
16675
16663
  def __init__(self):
16676
16664
  r"""
16677
16665
  :param _LivePackageInfoList: 套餐包信息。
16678
- 注意:此字段可能返回 null,表示取不到有效值。
16679
16666
  :type LivePackageInfoList: list of LivePackageInfo
16680
16667
  :param _PackageBillMode: 套餐包当前计费方式:
16681
16668
  -1: 无计费方式或获取失败
@@ -16687,7 +16674,6 @@ class DescribeLivePackageInfoResponse(AbstractModel):
16687
16674
  205: 日结时长
16688
16675
  206: 月结时长
16689
16676
  304: 日结流量。
16690
- 注意:此字段可能返回 null,表示取不到有效值。
16691
16677
  :type PackageBillMode: int
16692
16678
  :param _TotalPage: 总页数。
16693
16679
  注意:此字段可能返回 null,表示取不到有效值。
@@ -16706,7 +16692,6 @@ class DescribeLivePackageInfoResponse(AbstractModel):
16706
16692
  标准直播,国际/港澳台(境外多地区)计费方式。
16707
16693
  快直播,中国大陆(境内全地区)计费方式。
16708
16694
  快直播,国际/港澳台(境外多地区)计费方式。
16709
- 注意:此字段可能返回 null,表示取不到有效值。
16710
16695
  :type FluxPackageBillMode: str
16711
16696
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16712
16697
  :type RequestId: str
@@ -16723,7 +16708,6 @@ class DescribeLivePackageInfoResponse(AbstractModel):
16723
16708
  @property
16724
16709
  def LivePackageInfoList(self):
16725
16710
  """套餐包信息。
16726
- 注意:此字段可能返回 null,表示取不到有效值。
16727
16711
  :rtype: list of LivePackageInfo
16728
16712
  """
16729
16713
  return self._LivePackageInfoList
@@ -16744,7 +16728,6 @@ class DescribeLivePackageInfoResponse(AbstractModel):
16744
16728
  205: 日结时长
16745
16729
  206: 月结时长
16746
16730
  304: 日结流量。
16747
- 注意:此字段可能返回 null,表示取不到有效值。
16748
16731
  :rtype: int
16749
16732
  """
16750
16733
  return self._PackageBillMode
@@ -16808,7 +16791,6 @@ class DescribeLivePackageInfoResponse(AbstractModel):
16808
16791
  标准直播,国际/港澳台(境外多地区)计费方式。
16809
16792
  快直播,中国大陆(境内全地区)计费方式。
16810
16793
  快直播,国际/港澳台(境外多地区)计费方式。
16811
- 注意:此字段可能返回 null,表示取不到有效值。
16812
16794
  :rtype: str
16813
16795
  """
16814
16796
  return self._FluxPackageBillMode
@@ -16904,7 +16886,6 @@ class DescribeLivePadProcessorListResponse(AbstractModel):
16904
16886
  def __init__(self):
16905
16887
  r"""
16906
16888
  :param _StreamNameList: 当前正在拉取垫片的流名称列表。
16907
- 注意:此字段可能返回 null,表示取不到有效值。
16908
16889
  :type StreamNameList: list of str
16909
16890
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16910
16891
  :type RequestId: str
@@ -16915,7 +16896,6 @@ class DescribeLivePadProcessorListResponse(AbstractModel):
16915
16896
  @property
16916
16897
  def StreamNameList(self):
16917
16898
  """当前正在拉取垫片的流名称列表。
16918
- 注意:此字段可能返回 null,表示取不到有效值。
16919
16899
  :rtype: list of str
16920
16900
  """
16921
16901
  return self._StreamNameList
@@ -18373,10 +18353,8 @@ class DescribeLiveStreamMonitorListResponse(AbstractModel):
18373
18353
  def __init__(self):
18374
18354
  r"""
18375
18355
  :param _TotalNum: 账号下的直播流监播任务个数。
18376
- 注意:此字段可能返回 null,表示取不到有效值。
18377
18356
  :type TotalNum: int
18378
18357
  :param _LiveStreamMonitors: 直播流监播任务列表
18379
- 注意:此字段可能返回 null,表示取不到有效值。
18380
18358
  :type LiveStreamMonitors: list of LiveStreamMonitorInfo
18381
18359
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18382
18360
  :type RequestId: str
@@ -18388,7 +18366,6 @@ class DescribeLiveStreamMonitorListResponse(AbstractModel):
18388
18366
  @property
18389
18367
  def TotalNum(self):
18390
18368
  """账号下的直播流监播任务个数。
18391
- 注意:此字段可能返回 null,表示取不到有效值。
18392
18369
  :rtype: int
18393
18370
  """
18394
18371
  return self._TotalNum
@@ -18400,7 +18377,6 @@ class DescribeLiveStreamMonitorListResponse(AbstractModel):
18400
18377
  @property
18401
18378
  def LiveStreamMonitors(self):
18402
18379
  """直播流监播任务列表
18403
- 注意:此字段可能返回 null,表示取不到有效值。
18404
18380
  :rtype: list of LiveStreamMonitorInfo
18405
18381
  """
18406
18382
  return self._LiveStreamMonitors
@@ -18476,7 +18452,6 @@ class DescribeLiveStreamMonitorResponse(AbstractModel):
18476
18452
  def __init__(self):
18477
18453
  r"""
18478
18454
  :param _LiveStreamMonitor: 直播监播任务相关信息。
18479
- 注意:此字段可能返回 null,表示取不到有效值。
18480
18455
  :type LiveStreamMonitor: :class:`tencentcloud.live.v20180801.models.LiveStreamMonitorInfo`
18481
18456
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18482
18457
  :type RequestId: str
@@ -18487,7 +18462,6 @@ class DescribeLiveStreamMonitorResponse(AbstractModel):
18487
18462
  @property
18488
18463
  def LiveStreamMonitor(self):
18489
18464
  """直播监播任务相关信息。
18490
- 注意:此字段可能返回 null,表示取不到有效值。
18491
18465
  :rtype: :class:`tencentcloud.live.v20180801.models.LiveStreamMonitorInfo`
18492
18466
  """
18493
18467
  return self._LiveStreamMonitor
@@ -20326,7 +20300,6 @@ class DescribeLiveTranscodeTotalInfoResponse(AbstractModel):
20326
20300
  def __init__(self):
20327
20301
  r"""
20328
20302
  :param _DataInfoList: 统计数据列表。
20329
- 注意:此字段可能返回 null,表示取不到有效值。
20330
20303
  :type DataInfoList: list of TranscodeTotalInfo
20331
20304
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20332
20305
  :type RequestId: str
@@ -20337,7 +20310,6 @@ class DescribeLiveTranscodeTotalInfoResponse(AbstractModel):
20337
20310
  @property
20338
20311
  def DataInfoList(self):
20339
20312
  """统计数据列表。
20340
- 注意:此字段可能返回 null,表示取不到有效值。
20341
20313
  :rtype: list of TranscodeTotalInfo
20342
20314
  """
20343
20315
  return self._DataInfoList
@@ -20965,10 +20937,8 @@ class DescribeMonitorReportResponse(AbstractModel):
20965
20937
  def __init__(self):
20966
20938
  r"""
20967
20939
  :param _MPSResult: 媒体处理结果信息。
20968
- 注意:此字段可能返回 null,表示取不到有效值。
20969
20940
  :type MPSResult: :class:`tencentcloud.live.v20180801.models.MPSResult`
20970
20941
  :param _DiagnoseResult: 媒体诊断结果信息。
20971
- 注意:此字段可能返回 null,表示取不到有效值。
20972
20942
  :type DiagnoseResult: :class:`tencentcloud.live.v20180801.models.DiagnoseResult`
20973
20943
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20974
20944
  :type RequestId: str
@@ -20980,7 +20950,6 @@ class DescribeMonitorReportResponse(AbstractModel):
20980
20950
  @property
20981
20951
  def MPSResult(self):
20982
20952
  """媒体处理结果信息。
20983
- 注意:此字段可能返回 null,表示取不到有效值。
20984
20953
  :rtype: :class:`tencentcloud.live.v20180801.models.MPSResult`
20985
20954
  """
20986
20955
  return self._MPSResult
@@ -20992,7 +20961,6 @@ class DescribeMonitorReportResponse(AbstractModel):
20992
20961
  @property
20993
20962
  def DiagnoseResult(self):
20994
20963
  """媒体诊断结果信息。
20995
- 注意:此字段可能返回 null,表示取不到有效值。
20996
20964
  :rtype: :class:`tencentcloud.live.v20180801.models.DiagnoseResult`
20997
20965
  """
20998
20966
  return self._DiagnoseResult
@@ -23871,7 +23839,6 @@ class DescribeTimeShiftRecordDetailResponse(AbstractModel):
23871
23839
  def __init__(self):
23872
23840
  r"""
23873
23841
  :param _RecordList: 时移录制会话数组。
23874
- 注意:此字段可能返回 null,表示取不到有效值。
23875
23842
  :type RecordList: list of TimeShiftRecord
23876
23843
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23877
23844
  :type RequestId: str
@@ -23882,7 +23849,6 @@ class DescribeTimeShiftRecordDetailResponse(AbstractModel):
23882
23849
  @property
23883
23850
  def RecordList(self):
23884
23851
  """时移录制会话数组。
23885
- 注意:此字段可能返回 null,表示取不到有效值。
23886
23852
  :rtype: list of TimeShiftRecord
23887
23853
  """
23888
23854
  return self._RecordList
@@ -24051,7 +24017,6 @@ class DescribeTimeShiftStreamListResponse(AbstractModel):
24051
24017
  :param _TotalSize: 时间段内所有的数据量。
24052
24018
  :type TotalSize: int
24053
24019
  :param _StreamList: 流列表。
24054
- 注意:此字段可能返回 null,表示取不到有效值。
24055
24020
  :type StreamList: list of TimeShiftStreamInfo
24056
24021
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24057
24022
  :type RequestId: str
@@ -24074,7 +24039,6 @@ class DescribeTimeShiftStreamListResponse(AbstractModel):
24074
24039
  @property
24075
24040
  def StreamList(self):
24076
24041
  """流列表。
24077
- 注意:此字段可能返回 null,表示取不到有效值。
24078
24042
  :rtype: list of TimeShiftStreamInfo
24079
24043
  """
24080
24044
  return self._StreamList
@@ -27143,6 +27107,10 @@ class LiveStreamMonitorInfo(AbstractModel):
27143
27107
  :param _AiQualityControl: 是否开启内容质检。
27144
27108
  注意:此字段可能返回 null,表示取不到有效值。
27145
27109
  :type AiQualityControl: int
27110
+ :param _CasterId: 导播台监播对应的导播台场次id
27111
+ :type CasterId: str
27112
+ :param _PullPushTaskId: 拉流转推监播对应的拉流转推任务id
27113
+ :type PullPushTaskId: str
27146
27114
  """
27147
27115
  self._MonitorId = None
27148
27116
  self._MonitorName = None
@@ -27164,6 +27132,8 @@ class LiveStreamMonitorInfo(AbstractModel):
27164
27132
  self._AllowMonitorReport = None
27165
27133
  self._AiFormatDiagnose = None
27166
27134
  self._AiQualityControl = None
27135
+ self._CasterId = None
27136
+ self._PullPushTaskId = None
27167
27137
 
27168
27138
  @property
27169
27139
  def MonitorId(self):
@@ -27409,6 +27379,28 @@ class LiveStreamMonitorInfo(AbstractModel):
27409
27379
  def AiQualityControl(self, AiQualityControl):
27410
27380
  self._AiQualityControl = AiQualityControl
27411
27381
 
27382
+ @property
27383
+ def CasterId(self):
27384
+ """导播台监播对应的导播台场次id
27385
+ :rtype: str
27386
+ """
27387
+ return self._CasterId
27388
+
27389
+ @CasterId.setter
27390
+ def CasterId(self, CasterId):
27391
+ self._CasterId = CasterId
27392
+
27393
+ @property
27394
+ def PullPushTaskId(self):
27395
+ """拉流转推监播对应的拉流转推任务id
27396
+ :rtype: str
27397
+ """
27398
+ return self._PullPushTaskId
27399
+
27400
+ @PullPushTaskId.setter
27401
+ def PullPushTaskId(self, PullPushTaskId):
27402
+ self._PullPushTaskId = PullPushTaskId
27403
+
27412
27404
 
27413
27405
  def _deserialize(self, params):
27414
27406
  self._MonitorId = params.get("MonitorId")
@@ -27440,6 +27432,8 @@ class LiveStreamMonitorInfo(AbstractModel):
27440
27432
  self._AllowMonitorReport = params.get("AllowMonitorReport")
27441
27433
  self._AiFormatDiagnose = params.get("AiFormatDiagnose")
27442
27434
  self._AiQualityControl = params.get("AiQualityControl")
27435
+ self._CasterId = params.get("CasterId")
27436
+ self._PullPushTaskId = params.get("PullPushTaskId")
27443
27437
  memeber_set = set(params.keys())
27444
27438
  for name, value in vars(self).items():
27445
27439
  property_name = name[1:]
@@ -27472,12 +27466,18 @@ class LiveStreamMonitorInputInfo(AbstractModel):
27472
27466
  :param _Description: 描述。256字节以内。
27473
27467
  注意:此字段可能返回 null,表示取不到有效值。
27474
27468
  :type Description: str
27469
+ :param _CasterInputIndex: 导播台输入源索引(10000 pvw, 10001 pgm, 其余代表输入下标)
27470
+ :type CasterInputIndex: int
27471
+ :param _NeedMonitor: 该输入源是否正在监播
27472
+ :type NeedMonitor: bool
27475
27473
  """
27476
27474
  self._InputStreamName = None
27477
27475
  self._InputDomain = None
27478
27476
  self._InputApp = None
27479
27477
  self._InputUrl = None
27480
27478
  self._Description = None
27479
+ self._CasterInputIndex = None
27480
+ self._NeedMonitor = None
27481
27481
 
27482
27482
  @property
27483
27483
  def InputStreamName(self):
@@ -27539,6 +27539,28 @@ class LiveStreamMonitorInputInfo(AbstractModel):
27539
27539
  def Description(self, Description):
27540
27540
  self._Description = Description
27541
27541
 
27542
+ @property
27543
+ def CasterInputIndex(self):
27544
+ """导播台输入源索引(10000 pvw, 10001 pgm, 其余代表输入下标)
27545
+ :rtype: int
27546
+ """
27547
+ return self._CasterInputIndex
27548
+
27549
+ @CasterInputIndex.setter
27550
+ def CasterInputIndex(self, CasterInputIndex):
27551
+ self._CasterInputIndex = CasterInputIndex
27552
+
27553
+ @property
27554
+ def NeedMonitor(self):
27555
+ """该输入源是否正在监播
27556
+ :rtype: bool
27557
+ """
27558
+ return self._NeedMonitor
27559
+
27560
+ @NeedMonitor.setter
27561
+ def NeedMonitor(self, NeedMonitor):
27562
+ self._NeedMonitor = NeedMonitor
27563
+
27542
27564
 
27543
27565
  def _deserialize(self, params):
27544
27566
  self._InputStreamName = params.get("InputStreamName")
@@ -27546,6 +27568,8 @@ class LiveStreamMonitorInputInfo(AbstractModel):
27546
27568
  self._InputApp = params.get("InputApp")
27547
27569
  self._InputUrl = params.get("InputUrl")
27548
27570
  self._Description = params.get("Description")
27571
+ self._CasterInputIndex = params.get("CasterInputIndex")
27572
+ self._NeedMonitor = params.get("NeedMonitor")
27549
27573
  memeber_set = set(params.keys())
27550
27574
  for name, value in vars(self).items():
27551
27575
  property_name = name[1:]
@@ -27817,19 +27841,23 @@ class MPSResult(AbstractModel):
27817
27841
 
27818
27842
  def __init__(self):
27819
27843
  r"""
27820
- :param _AiAsrResults: 智能语音识别结果
27844
+ :param _AiAsrResults: 智能语音识别结果。
27821
27845
  注意:此字段可能返回 null,表示取不到有效值。
27822
27846
  :type AiAsrResults: list of str
27823
- :param _AiOcrResults: 智能文字识别结果
27847
+ :param _AiOcrResults: 智能文字识别结果。
27824
27848
  注意:此字段可能返回 null,表示取不到有效值。
27825
27849
  :type AiOcrResults: list of str
27850
+ :param _StreamQuaCtrlResults: 内容质检结果。
27851
+ 注意:此字段可能返回 null,表示取不到有效值。
27852
+ :type StreamQuaCtrlResults: list of str
27826
27853
  """
27827
27854
  self._AiAsrResults = None
27828
27855
  self._AiOcrResults = None
27856
+ self._StreamQuaCtrlResults = None
27829
27857
 
27830
27858
  @property
27831
27859
  def AiAsrResults(self):
27832
- """智能语音识别结果
27860
+ """智能语音识别结果。
27833
27861
  注意:此字段可能返回 null,表示取不到有效值。
27834
27862
  :rtype: list of str
27835
27863
  """
@@ -27841,7 +27869,7 @@ class MPSResult(AbstractModel):
27841
27869
 
27842
27870
  @property
27843
27871
  def AiOcrResults(self):
27844
- """智能文字识别结果
27872
+ """智能文字识别结果。
27845
27873
  注意:此字段可能返回 null,表示取不到有效值。
27846
27874
  :rtype: list of str
27847
27875
  """
@@ -27851,10 +27879,23 @@ class MPSResult(AbstractModel):
27851
27879
  def AiOcrResults(self, AiOcrResults):
27852
27880
  self._AiOcrResults = AiOcrResults
27853
27881
 
27882
+ @property
27883
+ def StreamQuaCtrlResults(self):
27884
+ """内容质检结果。
27885
+ 注意:此字段可能返回 null,表示取不到有效值。
27886
+ :rtype: list of str
27887
+ """
27888
+ return self._StreamQuaCtrlResults
27889
+
27890
+ @StreamQuaCtrlResults.setter
27891
+ def StreamQuaCtrlResults(self, StreamQuaCtrlResults):
27892
+ self._StreamQuaCtrlResults = StreamQuaCtrlResults
27893
+
27854
27894
 
27855
27895
  def _deserialize(self, params):
27856
27896
  self._AiAsrResults = params.get("AiAsrResults")
27857
27897
  self._AiOcrResults = params.get("AiOcrResults")
27898
+ self._StreamQuaCtrlResults = params.get("StreamQuaCtrlResults")
27858
27899
  memeber_set = set(params.keys())
27859
27900
  for name, value in vars(self).items():
27860
27901
  property_name = name[1:]
@@ -29034,7 +29075,6 @@ class ModifyLiveDomainCertBindingsResponse(AbstractModel):
29034
29075
  :param _MismatchedDomainNames: DomainNames 入参中,与证书不匹配的域名列表,将会跳过处理。
29035
29076
  :type MismatchedDomainNames: list of str
29036
29077
  :param _Errors: 操作失败的域名及错误码,错误信息,包括MismatchedDomainNames中的域名。
29037
- 注意:此字段可能返回 null,表示取不到有效值。
29038
29078
  :type Errors: list of BatchDomainOperateErrors
29039
29079
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
29040
29080
  :type RequestId: str
@@ -29057,7 +29097,6 @@ class ModifyLiveDomainCertBindingsResponse(AbstractModel):
29057
29097
  @property
29058
29098
  def Errors(self):
29059
29099
  """操作失败的域名及错误码,错误信息,包括MismatchedDomainNames中的域名。
29060
- 注意:此字段可能返回 null,表示取不到有效值。
29061
29100
  :rtype: list of BatchDomainOperateErrors
29062
29101
  """
29063
29102
  return self._Errors
@@ -36350,7 +36389,6 @@ class StopLivePadProcessorResponse(AbstractModel):
36350
36389
  def __init__(self):
36351
36390
  r"""
36352
36391
  :param _ResultMessage: 处理结果信息。
36353
- 注意:此字段可能返回 null,表示取不到有效值。
36354
36392
  :type ResultMessage: str
36355
36393
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
36356
36394
  :type RequestId: str
@@ -36361,7 +36399,6 @@ class StopLivePadProcessorResponse(AbstractModel):
36361
36399
  @property
36362
36400
  def ResultMessage(self):
36363
36401
  """处理结果信息。
36364
- 注意:此字段可能返回 null,表示取不到有效值。
36365
36402
  :rtype: str
36366
36403
  """
36367
36404
  return self._ResultMessage
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.0.1289
3
+ Version: 3.0.1297
4
4
  Summary: Tencent Cloud Live SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1297
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1289