tencentcloud-sdk-python-live 3.1.102__tar.gz → 3.1.123__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 (17) hide show
  1. {tencentcloud_sdk_python_live-3.1.102 → tencentcloud_sdk_python_live-3.1.123}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_live-3.1.102 → tencentcloud_sdk_python_live-3.1.123}/setup.py +1 -1
  3. {tencentcloud_sdk_python_live-3.1.102 → tencentcloud_sdk_python_live-3.1.123}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_live-3.1.102 → tencentcloud_sdk_python_live-3.1.123}/tencentcloud/live/v20180801/errorcodes.py +3 -0
  5. {tencentcloud_sdk_python_live-3.1.102 → tencentcloud_sdk_python_live-3.1.123}/tencentcloud/live/v20180801/models.py +30 -0
  6. {tencentcloud_sdk_python_live-3.1.102 → tencentcloud_sdk_python_live-3.1.123}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +2 -2
  7. tencentcloud_sdk_python_live-3.1.123/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
  8. tencentcloud_sdk_python_live-3.1.102/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
  9. {tencentcloud_sdk_python_live-3.1.102 → tencentcloud_sdk_python_live-3.1.123}/README.rst +0 -0
  10. {tencentcloud_sdk_python_live-3.1.102 → tencentcloud_sdk_python_live-3.1.123}/setup.cfg +0 -0
  11. {tencentcloud_sdk_python_live-3.1.102 → tencentcloud_sdk_python_live-3.1.123}/tencentcloud/live/__init__.py +0 -0
  12. {tencentcloud_sdk_python_live-3.1.102 → tencentcloud_sdk_python_live-3.1.123}/tencentcloud/live/v20180801/__init__.py +0 -0
  13. {tencentcloud_sdk_python_live-3.1.102 → tencentcloud_sdk_python_live-3.1.123}/tencentcloud/live/v20180801/live_client.py +0 -0
  14. {tencentcloud_sdk_python_live-3.1.102 → tencentcloud_sdk_python_live-3.1.123}/tencentcloud/live/v20180801/live_client_async.py +0 -0
  15. {tencentcloud_sdk_python_live-3.1.102 → tencentcloud_sdk_python_live-3.1.123}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_live-3.1.102 → tencentcloud_sdk_python_live-3.1.123}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_live-3.1.102 → tencentcloud_sdk_python_live-3.1.123}/tencentcloud_sdk_python_live.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.1.102
3
+ Version: 3.1.123
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
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.102
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.123
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -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.1.102,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.123,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Live SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.102'
17
+ __version__ = '3.1.123'
@@ -701,6 +701,9 @@ RESOURCENOTFOUND_STOPSERVICE = 'ResourceNotFound.StopService'
701
701
  # TaskId 不存在。
702
702
  RESOURCENOTFOUND_TASKID = 'ResourceNotFound.TaskId'
703
703
 
704
+ # 任务不存在
705
+ RESOURCENOTFOUND_TASKNOTFOUND = 'ResourceNotFound.TaskNotFound'
706
+
704
707
  # 用户主动停服。
705
708
  RESOURCENOTFOUND_USERDISABLESERVICE = 'ResourceNotFound.UserDisableService'
706
709
 
@@ -15583,6 +15583,10 @@ class DescribeAIGCTaskStatusResponse(AbstractModel):
15583
15583
  :type TaskResultCode: int
15584
15584
  :param _TaskResultMsg: <p>任务返回错误信息</p>
15585
15585
  :type TaskResultMsg: str
15586
+ :param _RequestBody: <p>请求参数</p>
15587
+ :type RequestBody: str
15588
+ :param _TaskType: <p>任务类型</p>
15589
+ :type TaskType: str
15586
15590
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15587
15591
  :type RequestId: str
15588
15592
  """
@@ -15594,6 +15598,8 @@ class DescribeAIGCTaskStatusResponse(AbstractModel):
15594
15598
  self._FinishedTime = None
15595
15599
  self._TaskResultCode = None
15596
15600
  self._TaskResultMsg = None
15601
+ self._RequestBody = None
15602
+ self._TaskType = None
15597
15603
  self._RequestId = None
15598
15604
 
15599
15605
  @property
@@ -15685,6 +15691,28 @@ class DescribeAIGCTaskStatusResponse(AbstractModel):
15685
15691
  def TaskResultMsg(self, TaskResultMsg):
15686
15692
  self._TaskResultMsg = TaskResultMsg
15687
15693
 
15694
+ @property
15695
+ def RequestBody(self):
15696
+ r"""<p>请求参数</p>
15697
+ :rtype: str
15698
+ """
15699
+ return self._RequestBody
15700
+
15701
+ @RequestBody.setter
15702
+ def RequestBody(self, RequestBody):
15703
+ self._RequestBody = RequestBody
15704
+
15705
+ @property
15706
+ def TaskType(self):
15707
+ r"""<p>任务类型</p>
15708
+ :rtype: str
15709
+ """
15710
+ return self._TaskType
15711
+
15712
+ @TaskType.setter
15713
+ def TaskType(self, TaskType):
15714
+ self._TaskType = TaskType
15715
+
15688
15716
  @property
15689
15717
  def RequestId(self):
15690
15718
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -15706,6 +15734,8 @@ class DescribeAIGCTaskStatusResponse(AbstractModel):
15706
15734
  self._FinishedTime = params.get("FinishedTime")
15707
15735
  self._TaskResultCode = params.get("TaskResultCode")
15708
15736
  self._TaskResultMsg = params.get("TaskResultMsg")
15737
+ self._RequestBody = params.get("RequestBody")
15738
+ self._TaskType = params.get("TaskType")
15709
15739
  self._RequestId = params.get("RequestId")
15710
15740
 
15711
15741
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.1.102
3
+ Version: 3.1.123
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
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.102
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.123
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.123
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.102