tencentcloud-sdk-python-ccc 3.1.165__tar.gz → 3.1.172__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_ccc-3.1.165 → tencentcloud_sdk_python_ccc-3.1.172}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ccc-3.1.165 → tencentcloud_sdk_python_ccc-3.1.172}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ccc-3.1.165 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ccc-3.1.165 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud/ccc/v20200210/models.py +10 -10
  5. {tencentcloud_sdk_python_ccc-3.1.165 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ccc-3.1.172/tencentcloud_sdk_python_ccc.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ccc-3.1.165/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ccc-3.1.165 → tencentcloud_sdk_python_ccc-3.1.172}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ccc-3.1.165 → tencentcloud_sdk_python_ccc-3.1.172}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ccc-3.1.165 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud/ccc/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ccc-3.1.165 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud/ccc/v20200210/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ccc-3.1.165 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud/ccc/v20200210/ccc_client.py +0 -0
  13. {tencentcloud_sdk_python_ccc-3.1.165 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud/ccc/v20200210/ccc_client_async.py +0 -0
  14. {tencentcloud_sdk_python_ccc-3.1.165 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_ccc-3.1.165 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ccc-3.1.165 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ccc-3.1.165 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud_sdk_python_ccc.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ccc
3
- Version: 3.1.165
3
+ Version: 3.1.172
4
4
  Summary: Tencent Cloud Ccc 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.165
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.172
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-ccc',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.165,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.172,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ccc SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.165'
17
+ __version__ = '3.1.172'
@@ -6858,13 +6858,13 @@ class CreateUserSigRequest(AbstractModel):
6858
6858
 
6859
6859
  def __init__(self):
6860
6860
  r"""
6861
- :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
6861
+ :param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
6862
6862
  :type SdkAppId: int
6863
- :param _Uid: 用户 ID,该值必须与 ClientData 字段中 Uid 的值一致
6863
+ :param _Uid: <p>用户 ID</p>
6864
6864
  :type Uid: str
6865
- :param _ClientData: 用户签名数据,必填字段,为标准 JSON 格式
6865
+ :param _ClientData: <p>用户签名数据</p>
6866
6866
  :type ClientData: str
6867
- :param _ExpiredTime: 有效期,单位秒,不超过 1 小时
6867
+ :param _ExpiredTime: <p>有效期,单位秒,不超过 1 小时</p>
6868
6868
  :type ExpiredTime: int
6869
6869
  """
6870
6870
  self._SdkAppId = None
@@ -6874,7 +6874,7 @@ class CreateUserSigRequest(AbstractModel):
6874
6874
 
6875
6875
  @property
6876
6876
  def SdkAppId(self):
6877
- r"""应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
6877
+ r"""<p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
6878
6878
  :rtype: int
6879
6879
  """
6880
6880
  return self._SdkAppId
@@ -6885,7 +6885,7 @@ class CreateUserSigRequest(AbstractModel):
6885
6885
 
6886
6886
  @property
6887
6887
  def Uid(self):
6888
- r"""用户 ID,该值必须与 ClientData 字段中 Uid 的值一致
6888
+ r"""<p>用户 ID</p>
6889
6889
  :rtype: str
6890
6890
  """
6891
6891
  return self._Uid
@@ -6896,7 +6896,7 @@ class CreateUserSigRequest(AbstractModel):
6896
6896
 
6897
6897
  @property
6898
6898
  def ClientData(self):
6899
- r"""用户签名数据,必填字段,为标准 JSON 格式
6899
+ r"""<p>用户签名数据</p>
6900
6900
  :rtype: str
6901
6901
  """
6902
6902
  return self._ClientData
@@ -6907,7 +6907,7 @@ class CreateUserSigRequest(AbstractModel):
6907
6907
 
6908
6908
  @property
6909
6909
  def ExpiredTime(self):
6910
- r"""有效期,单位秒,不超过 1 小时
6910
+ r"""<p>有效期,单位秒,不超过 1 小时</p>
6911
6911
  :rtype: int
6912
6912
  """
6913
6913
  return self._ExpiredTime
@@ -6939,7 +6939,7 @@ class CreateUserSigResponse(AbstractModel):
6939
6939
 
6940
6940
  def __init__(self):
6941
6941
  r"""
6942
- :param _UserSig: 签名结果
6942
+ :param _UserSig: <p>签名结果</p>
6943
6943
  :type UserSig: str
6944
6944
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6945
6945
  :type RequestId: str
@@ -6949,7 +6949,7 @@ class CreateUserSigResponse(AbstractModel):
6949
6949
 
6950
6950
  @property
6951
6951
  def UserSig(self):
6952
- r"""签名结果
6952
+ r"""<p>签名结果</p>
6953
6953
  :rtype: str
6954
6954
  """
6955
6955
  return self._UserSig
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ccc
3
- Version: 3.1.165
3
+ Version: 3.1.172
4
4
  Summary: Tencent Cloud Ccc 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.165
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.172
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.172
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.165