tencentcloud-sdk-python-cls 3.1.70__tar.gz → 3.1.78__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_cls-3.1.70 → tencentcloud_sdk_python_cls-3.1.78}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cls-3.1.70 → tencentcloud_sdk_python_cls-3.1.78}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cls-3.1.70 → tencentcloud_sdk_python_cls-3.1.78}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cls-3.1.70 → tencentcloud_sdk_python_cls-3.1.78}/tencentcloud/cls/v20201016/models.py +8 -8
  5. {tencentcloud_sdk_python_cls-3.1.70 → tencentcloud_sdk_python_cls-3.1.78}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cls-3.1.78/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cls-3.1.70/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cls-3.1.70 → tencentcloud_sdk_python_cls-3.1.78}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cls-3.1.70 → tencentcloud_sdk_python_cls-3.1.78}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cls-3.1.70 → tencentcloud_sdk_python_cls-3.1.78}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cls-3.1.70 → tencentcloud_sdk_python_cls-3.1.78}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cls-3.1.70 → tencentcloud_sdk_python_cls-3.1.78}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud_sdk_python_cls-3.1.70 → tencentcloud_sdk_python_cls-3.1.78}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cls-3.1.70 → tencentcloud_sdk_python_cls-3.1.78}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cls-3.1.70 → tencentcloud_sdk_python_cls-3.1.78}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cls-3.1.70 → tencentcloud_sdk_python_cls-3.1.78}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cls-3.1.70 → tencentcloud_sdk_python_cls-3.1.78}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.1.70
3
+ Version: 3.1.78
4
4
  Summary: Tencent Cloud Cls 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.70
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.78
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-cls',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.70,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.78,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cls SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.70'
17
+ __version__ = '3.1.78'
@@ -8854,11 +8854,11 @@ class CreateConsoleRequest(AbstractModel):
8854
8854
  r"""
8855
8855
  :param _AccessMode: <p>访问方式:public - 公网,internal - 内网</p>
8856
8856
  :type AccessMode: list of str
8857
- :param _LoginMode: <p>登录方式:0 - 账号密码鉴权,1 - 匿名登陆,2 - 第三方认证登录</p>
8857
+ :param _LoginMode: <p>登录方式</p><p>枚举值:</p><ul><li>0 账号密码鉴权</li><li>1 匿名登录</li><li>2 第三方认证登录</li></ul>
8858
8858
  :type LoginMode: int
8859
8859
  :param _DomainPrefix: <p>自定义域名前缀</p>
8860
8860
  :type DomainPrefix: str
8861
- :param _Accounts: <p>用户账号信息</p><p>“账号密码鉴权“登录方式必传</p>
8861
+ :param _Accounts: <p>用户账号信息</p><p>“账号密码鉴权”登录方式必传</p>
8862
8862
  :type Accounts: list of ConsoleAccount
8863
8863
  :param _AnonymousLogin: <p>匿名登录账号信息</p><p>“匿名登录”登录方式必传</p>
8864
8864
  :type AnonymousLogin: :class:`tencentcloud.cls.v20201016.models.AnonymousLoginInfo`
@@ -8912,7 +8912,7 @@ class CreateConsoleRequest(AbstractModel):
8912
8912
 
8913
8913
  @property
8914
8914
  def LoginMode(self):
8915
- r"""<p>登录方式:0 - 账号密码鉴权,1 - 匿名登陆,2 - 第三方认证登录</p>
8915
+ r"""<p>登录方式</p><p>枚举值:</p><ul><li>0 账号密码鉴权</li><li>1 匿名登录</li><li>2 第三方认证登录</li></ul>
8916
8916
  :rtype: int
8917
8917
  """
8918
8918
  return self._LoginMode
@@ -8934,7 +8934,7 @@ class CreateConsoleRequest(AbstractModel):
8934
8934
 
8935
8935
  @property
8936
8936
  def Accounts(self):
8937
- r"""<p>用户账号信息</p><p>“账号密码鉴权“登录方式必传</p>
8937
+ r"""<p>用户账号信息</p><p>“账号密码鉴权”登录方式必传</p>
8938
8938
  :rtype: list of ConsoleAccount
8939
8939
  """
8940
8940
  return self._Accounts
@@ -36344,11 +36344,11 @@ class ModifyConsoleRequest(AbstractModel):
36344
36344
  :type ConsoleId: str
36345
36345
  :param _AccessMode: <p>访问方式:public - 公网,internal - 内网</p>
36346
36346
  :type AccessMode: list of str
36347
- :param _LoginMode: <p>登录方式:0 - 账号密码鉴权,1 - 匿名登陆,2 - 第三方认证登录</p>
36347
+ :param _LoginMode: <p>登录方式</p><p>枚举值:</p><ul><li>0 账号密码鉴权</li><li>1 匿名登录</li><li>2 第三方认证登录</li></ul>
36348
36348
  :type LoginMode: int
36349
36349
  :param _DomainPrefix: <p>自定义域名前缀</p>
36350
36350
  :type DomainPrefix: str
36351
- :param _Accounts: <p>用户账号信息</p><p>“账号密码鉴权“登录方式必传</p>
36351
+ :param _Accounts: <p>用户账号信息</p><p>“账号密码鉴权”登录方式必传</p>
36352
36352
  :type Accounts: list of ConsoleAccount
36353
36353
  :param _AnonymousLogin: <p>匿名登录账号信息</p><p>“匿名登录”登录方式必传</p>
36354
36354
  :type AnonymousLogin: :class:`tencentcloud.cls.v20201016.models.AnonymousLoginInfo`
@@ -36411,7 +36411,7 @@ class ModifyConsoleRequest(AbstractModel):
36411
36411
 
36412
36412
  @property
36413
36413
  def LoginMode(self):
36414
- r"""<p>登录方式:0 - 账号密码鉴权,1 - 匿名登陆,2 - 第三方认证登录</p>
36414
+ r"""<p>登录方式</p><p>枚举值:</p><ul><li>0 账号密码鉴权</li><li>1 匿名登录</li><li>2 第三方认证登录</li></ul>
36415
36415
  :rtype: int
36416
36416
  """
36417
36417
  return self._LoginMode
@@ -36433,7 +36433,7 @@ class ModifyConsoleRequest(AbstractModel):
36433
36433
 
36434
36434
  @property
36435
36435
  def Accounts(self):
36436
- r"""<p>用户账号信息</p><p>“账号密码鉴权“登录方式必传</p>
36436
+ r"""<p>用户账号信息</p><p>“账号密码鉴权”登录方式必传</p>
36437
36437
  :rtype: list of ConsoleAccount
36438
36438
  """
36439
36439
  return self._Accounts
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.1.70
3
+ Version: 3.1.78
4
4
  Summary: Tencent Cloud Cls 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.70
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.78
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.78
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.70