tencentcloud-sdk-python-mps 3.0.988__tar.gz → 3.0.990__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.
- {tencentcloud-sdk-python-mps-3.0.988 → tencentcloud-sdk-python-mps-3.0.990}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-mps-3.0.988 → tencentcloud-sdk-python-mps-3.0.990}/setup.py +1 -1
- {tencentcloud-sdk-python-mps-3.0.988 → tencentcloud-sdk-python-mps-3.0.990}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-mps-3.0.988 → tencentcloud-sdk-python-mps-3.0.990}/tencentcloud/mps/v20190612/models.py +1 -1
- {tencentcloud-sdk-python-mps-3.0.988 → tencentcloud-sdk-python-mps-3.0.990}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-mps-3.0.990/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-mps-3.0.988/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-mps-3.0.988 → tencentcloud-sdk-python-mps-3.0.990}/README.rst +0 -0
- {tencentcloud-sdk-python-mps-3.0.988 → tencentcloud-sdk-python-mps-3.0.990}/setup.cfg +0 -0
- {tencentcloud-sdk-python-mps-3.0.988 → tencentcloud-sdk-python-mps-3.0.990}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.988 → tencentcloud-sdk-python-mps-3.0.990}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.988 → tencentcloud-sdk-python-mps-3.0.990}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.988 → tencentcloud-sdk-python-mps-3.0.990}/tencentcloud/mps/v20190612/mps_client.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.988 → tencentcloud-sdk-python-mps-3.0.990}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-mps-3.0.988 → tencentcloud-sdk-python-mps-3.0.990}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-mps-3.0.988 → tencentcloud-sdk-python-mps-3.0.990}/tencentcloud_sdk_python_mps.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-mps',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.990"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Mps SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -32970,7 +32970,7 @@ class ParseNotificationResponse(AbstractModel):
|
|
|
32970
32970
|
- Timestamp 的格式为十进制 UNIX 时间戳,即从1970年01月01日(UTC/GMT 的午夜)开始所经过的秒数。
|
|
32971
32971
|
|
|
32972
32972
|
:type Timestamp: int
|
|
32973
|
-
:param _Sign: 事件通知安全签名 Sign = MD5(
|
|
32973
|
+
:param _Sign: 事件通知安全签名 Sign = MD5(Timestamp + NotifyKey)。说明:媒体处理把Timestamp 和 TaskNotifyConfig 里面的NotifyKey 进行字符串拼接后通过 MD5 计算得出 Sign 值,并将其放在通知消息里,您的后台服务器在收到通知消息后可以根据同样的算法确认 Sign 是否正确,进而确认消息是否确实来自媒体处理后台。
|
|
32974
32974
|
:type Sign: str
|
|
32975
32975
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
32976
32976
|
:type RequestId: str
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.990
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.988
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|