tencentcloud-sdk-python-ssl 3.0.1482__tar.gz → 3.1.19__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_ssl-3.0.1482 → tencentcloud_sdk_python_ssl-3.1.19}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ssl-3.0.1482 → tencentcloud_sdk_python_ssl-3.1.19}/setup.py +2 -1
- {tencentcloud_sdk_python_ssl-3.0.1482 → tencentcloud_sdk_python_ssl-3.1.19}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ssl-3.0.1482 → tencentcloud_sdk_python_ssl-3.1.19}/tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- {tencentcloud_sdk_python_ssl-3.0.1482 → tencentcloud_sdk_python_ssl-3.1.19}/tencentcloud/ssl/v20191205/ssl_client.py +1 -1
- tencentcloud_sdk_python_ssl-3.1.19/tencentcloud/ssl/v20191205/ssl_client_async.py +1257 -0
- {tencentcloud_sdk_python_ssl-3.0.1482 → tencentcloud_sdk_python_ssl-3.1.19}/tencentcloud_sdk_python_ssl.egg-info/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ssl-3.0.1482 → tencentcloud_sdk_python_ssl-3.1.19}/tencentcloud_sdk_python_ssl.egg-info/SOURCES.txt +1 -0
- tencentcloud_sdk_python_ssl-3.1.19/tencentcloud_sdk_python_ssl.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ssl-3.0.1482/tencentcloud_sdk_python_ssl.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ssl-3.0.1482 → tencentcloud_sdk_python_ssl-3.1.19}/README.rst +0 -0
- {tencentcloud_sdk_python_ssl-3.0.1482 → tencentcloud_sdk_python_ssl-3.1.19}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ssl-3.0.1482 → tencentcloud_sdk_python_ssl-3.1.19}/tencentcloud/ssl/__init__.py +0 -0
- {tencentcloud_sdk_python_ssl-3.0.1482 → tencentcloud_sdk_python_ssl-3.1.19}/tencentcloud/ssl/v20191205/__init__.py +0 -0
- {tencentcloud_sdk_python_ssl-3.0.1482 → tencentcloud_sdk_python_ssl-3.1.19}/tencentcloud/ssl/v20191205/models.py +0 -0
- {tencentcloud_sdk_python_ssl-3.0.1482 → tencentcloud_sdk_python_ssl-3.1.19}/tencentcloud_sdk_python_ssl.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ssl-3.0.1482 → tencentcloud_sdk_python_ssl-3.1.19}/tencentcloud_sdk_python_ssl.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ssl
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.1.19
|
|
4
4
|
Summary: Tencent Cloud Ssl 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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.19
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,8 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ssl',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.19,<4.0.0"],
|
|
12
|
+
|
|
12
13
|
version=tencentcloud.__version__,
|
|
13
14
|
description='Tencent Cloud Ssl SDK for Python',
|
|
14
15
|
long_description=open('README.rst').read(),
|
|
@@ -335,6 +335,9 @@ INVALIDPARAMETER_WITHDETAILREASON = 'InvalidParameter.WithDetailReason'
|
|
|
335
335
|
# 参数取值错误。
|
|
336
336
|
INVALIDPARAMETERVALUE = 'InvalidParameterValue'
|
|
337
337
|
|
|
338
|
+
# 证书域名过长: 域名不能超过64位,请您重新输入
|
|
339
|
+
INVALIDPARAMETERVALUE_CERTIFICATEDOMAINMAXLENGTHINVALID = 'InvalidParameterValue.CertificateDomainMaxLengthInvalid'
|
|
340
|
+
|
|
338
341
|
# 邮箱格式有误,请您重新输入
|
|
339
342
|
INVALIDPARAMETERVALUE_CERTIFICATEEMAILPARSEINVALID = 'InvalidParameterValue.CertificateEmailParseInvalid'
|
|
340
343
|
|
|
@@ -1506,7 +1506,7 @@ class SslClient(AbstractClient):
|
|
|
1506
1506
|
|
|
1507
1507
|
|
|
1508
1508
|
def UploadUpdateCertificateInstance(self, request):
|
|
1509
|
-
r"""
|
|
1509
|
+
r"""当前接口需联系加白使用并且只支持更新证书的CLB资源,更新证书内容(证书ID不变)并更新关联的云资源,本接口为异步接口, 调用之后DeployRecordId为0表示任务进行中, 重复请求这个接口, 当返回DeployRecordId大于0则表示任务创建成功。 未创建成功则会抛出异常
|
|
1510
1510
|
|
|
1511
1511
|
:param request: Request instance for UploadUpdateCertificateInstance.
|
|
1512
1512
|
:type request: :class:`tencentcloud.ssl.v20191205.models.UploadUpdateCertificateInstanceRequest`
|