tencentcloud-sdk-python-ssl 3.0.1383__tar.gz → 3.0.1385__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 (16) hide show
  1. {tencentcloud-sdk-python-ssl-3.0.1383 → tencentcloud-sdk-python-ssl-3.0.1385}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-ssl-3.0.1383 → tencentcloud-sdk-python-ssl-3.0.1385}/setup.py +1 -1
  3. {tencentcloud-sdk-python-ssl-3.0.1383 → tencentcloud-sdk-python-ssl-3.0.1385}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-ssl-3.0.1383 → tencentcloud-sdk-python-ssl-3.0.1385}/tencentcloud/ssl/v20191205/errorcodes.py +6 -0
  5. {tencentcloud-sdk-python-ssl-3.0.1383 → tencentcloud-sdk-python-ssl-3.0.1385}/tencentcloud/ssl/v20191205/models.py +30 -0
  6. {tencentcloud-sdk-python-ssl-3.0.1383 → tencentcloud-sdk-python-ssl-3.0.1385}/tencentcloud_sdk_python_ssl.egg-info/PKG-INFO +1 -1
  7. tencentcloud-sdk-python-ssl-3.0.1385/tencentcloud_sdk_python_ssl.egg-info/requires.txt +1 -0
  8. tencentcloud-sdk-python-ssl-3.0.1383/tencentcloud_sdk_python_ssl.egg-info/requires.txt +0 -1
  9. {tencentcloud-sdk-python-ssl-3.0.1383 → tencentcloud-sdk-python-ssl-3.0.1385}/README.rst +0 -0
  10. {tencentcloud-sdk-python-ssl-3.0.1383 → tencentcloud-sdk-python-ssl-3.0.1385}/setup.cfg +0 -0
  11. {tencentcloud-sdk-python-ssl-3.0.1383 → tencentcloud-sdk-python-ssl-3.0.1385}/tencentcloud/ssl/__init__.py +0 -0
  12. {tencentcloud-sdk-python-ssl-3.0.1383 → tencentcloud-sdk-python-ssl-3.0.1385}/tencentcloud/ssl/v20191205/__init__.py +0 -0
  13. {tencentcloud-sdk-python-ssl-3.0.1383 → tencentcloud-sdk-python-ssl-3.0.1385}/tencentcloud/ssl/v20191205/ssl_client.py +0 -0
  14. {tencentcloud-sdk-python-ssl-3.0.1383 → tencentcloud-sdk-python-ssl-3.0.1385}/tencentcloud_sdk_python_ssl.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-ssl-3.0.1383 → tencentcloud-sdk-python-ssl-3.0.1385}/tencentcloud_sdk_python_ssl.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-ssl-3.0.1383 → tencentcloud-sdk-python-ssl-3.0.1385}/tencentcloud_sdk_python_ssl.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ssl
3
- Version: 3.0.1383
3
+ Version: 3.0.1385
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
@@ -8,7 +8,7 @@ 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.0.1383"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1385"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Ssl SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1383'
17
+ __version__ = '3.0.1385'
@@ -98,6 +98,9 @@ FAILEDOPERATION_CERTIFICATEHOSTRESOURCEINSTANCEHUGELIMIT = 'FailedOperation.Cert
98
98
  # 云资源类型无效。
99
99
  FAILEDOPERATION_CERTIFICATEHOSTRESOURCETYPEINVALID = 'FailedOperation.CertificateHostResourceTypeInvalid'
100
100
 
101
+ # 邮箱不能为空
102
+ FAILEDOPERATION_CERTIFICATEINFOSUBMITCONTACTEMAILEMPTY = 'FailedOperation.CertificateInfoSubmitContactEmailEmpty'
103
+
101
104
  # 您输入的域名%s格式有误,请您核对后重新提交
102
105
  FAILEDOPERATION_CERTIFICATEINFOSUBMITDOMAININVALID = 'FailedOperation.CertificateInfoSubmitDomainInvalid'
103
106
 
@@ -131,6 +134,9 @@ FAILEDOPERATION_CERTIFICATENOTFOUNDORCANTCANCEL = 'FailedOperation.CertificateNo
131
134
  # 订单正在处理中,请您耐心等待
132
135
  FAILEDOPERATION_CERTIFICATEORDERSUBMITPROCESSING = 'FailedOperation.CertificateOrderSubmitProcessing'
133
136
 
137
+ # 当前选择的根证书无效,请您重新选择
138
+ FAILEDOPERATION_CERTIFICATEORDERSUBMITROOTCAINVALID = 'FailedOperation.CertificateOrderSubmitRootCAInvalid'
139
+
134
140
  # 解析失败,请检查证书是否符合标准,请留意是否有多余的空格
135
141
  FAILEDOPERATION_CERTIFICATEPARSEERROR = 'FailedOperation.CertificateParseError'
136
142
 
@@ -1535,6 +1535,10 @@ FILE:手动添加域名文件验证。 需要用户手动在域名站点根目
1535
1535
  :type TechEmail: str
1536
1536
  :param _TechTitle: 联系人职位。若没有传ManagerId, 则此字段必传
1537
1537
  :type TechTitle: str
1538
+ :param _Type: 证书类型
1539
+ :type Type: int
1540
+ :param _CaType: 只针对Dnspod系列证书有效,ca机构类型可为sectigo和digicert
1541
+ :type CaType: str
1538
1542
  """
1539
1543
  self._CertId = None
1540
1544
  self._GenCsrType = None
@@ -1574,6 +1578,8 @@ FILE:手动添加域名文件验证。 需要用户手动在域名站点根目
1574
1578
  self._TechPhone = None
1575
1579
  self._TechEmail = None
1576
1580
  self._TechTitle = None
1581
+ self._Type = None
1582
+ self._CaType = None
1577
1583
 
1578
1584
  @property
1579
1585
  def CertId(self):
@@ -2019,6 +2025,28 @@ FILE:手动添加域名文件验证。 需要用户手动在域名站点根目
2019
2025
  def TechTitle(self, TechTitle):
2020
2026
  self._TechTitle = TechTitle
2021
2027
 
2028
+ @property
2029
+ def Type(self):
2030
+ """证书类型
2031
+ :rtype: int
2032
+ """
2033
+ return self._Type
2034
+
2035
+ @Type.setter
2036
+ def Type(self, Type):
2037
+ self._Type = Type
2038
+
2039
+ @property
2040
+ def CaType(self):
2041
+ """只针对Dnspod系列证书有效,ca机构类型可为sectigo和digicert
2042
+ :rtype: str
2043
+ """
2044
+ return self._CaType
2045
+
2046
+ @CaType.setter
2047
+ def CaType(self, CaType):
2048
+ self._CaType = CaType
2049
+
2022
2050
 
2023
2051
  def _deserialize(self, params):
2024
2052
  self._CertId = params.get("CertId")
@@ -2059,6 +2087,8 @@ FILE:手动添加域名文件验证。 需要用户手动在域名站点根目
2059
2087
  self._TechPhone = params.get("TechPhone")
2060
2088
  self._TechEmail = params.get("TechEmail")
2061
2089
  self._TechTitle = params.get("TechTitle")
2090
+ self._Type = params.get("Type")
2091
+ self._CaType = params.get("CaType")
2062
2092
  memeber_set = set(params.keys())
2063
2093
  for name, value in vars(self).items():
2064
2094
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ssl
3
- Version: 3.0.1383
3
+ Version: 3.0.1385
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1385
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1383