tencentcloud-sdk-python 3.0.1180__py2.py3-none-any.whl → 3.0.1181__py2.py3-none-any.whl
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/__init__.py +1 -1
- tencentcloud/csip/v20221121/errorcodes.py +15 -0
- tencentcloud/csip/v20221121/models.py +9 -9
- tencentcloud/dcdb/v20180411/models.py +12 -0
- tencentcloud/dts/v20211206/models.py +13 -0
- tencentcloud/ess/v20201111/models.py +1 -1
- tencentcloud/essbasic/v20210526/models.py +1 -1
- tencentcloud/gaap/v20180529/errorcodes.py +6 -0
- tencentcloud/gaap/v20180529/gaap_client.py +23 -0
- tencentcloud/gaap/v20180529/models.py +82 -0
- tencentcloud/ims/v20201229/ims_client.py +2 -0
- tencentcloud/ims/v20201229/models.py +1 -1
- tencentcloud/mariadb/v20170312/models.py +12 -0
- tencentcloud/monitor/v20180724/models.py +12 -0
- tencentcloud/ocr/v20181119/models.py +61 -0
- tencentcloud/ocr/v20181119/ocr_client.py +2 -0
- tencentcloud/organization/v20210331/organization_client.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +25 -0
- tencentcloud/teo/v20220901/errorcodes.py +15 -0
- tencentcloud/teo/v20220901/models.py +91 -8
- tencentcloud/vpc/v20170312/models.py +116 -0
- {tencentcloud_sdk_python-3.0.1180.dist-info → tencentcloud_sdk_python-3.0.1181.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1180.dist-info → tencentcloud_sdk_python-3.0.1181.dist-info}/RECORD +26 -26
- {tencentcloud_sdk_python-3.0.1180.dist-info → tencentcloud_sdk_python-3.0.1181.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1180.dist-info → tencentcloud_sdk_python-3.0.1181.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1180.dist-info → tencentcloud_sdk_python-3.0.1181.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -26,9 +26,15 @@ FAILEDOPERATION = 'FailedOperation'
|
|
26
26
|
# 内部错误。
|
27
27
|
INTERNALERROR = 'InternalError'
|
28
28
|
|
29
|
+
# 无效的过滤器
|
30
|
+
INVALIDFILTER = 'InvalidFilter'
|
31
|
+
|
29
32
|
# 参数错误。
|
30
33
|
INVALIDPARAMETER = 'InvalidParameter'
|
31
34
|
|
35
|
+
# Decrypt error
|
36
|
+
INVALIDPARAMETER_DECRYPTERROR = 'InvalidParameter.DecryptError'
|
37
|
+
|
32
38
|
# 参数取值错误。
|
33
39
|
INVALIDPARAMETERVALUE = 'InvalidParameterValue'
|
34
40
|
|
@@ -41,6 +47,9 @@ MISSINGPARAMETER = 'MissingParameter'
|
|
41
47
|
# 操作被拒绝。
|
42
48
|
OPERATIONDENIED = 'OperationDenied'
|
43
49
|
|
50
|
+
# 地域错误
|
51
|
+
REGIONERROR = 'RegionError'
|
52
|
+
|
44
53
|
# 请求的次数超过了频率限制。
|
45
54
|
REQUESTLIMITEXCEEDED = 'RequestLimitExceeded'
|
46
55
|
|
@@ -62,6 +71,12 @@ RESOURCESSOLDOUT = 'ResourcesSoldOut'
|
|
62
71
|
# 未授权操作。
|
63
72
|
UNAUTHORIZEDOPERATION = 'UnauthorizedOperation'
|
64
73
|
|
74
|
+
# 未授权操作“操作审计”产品
|
75
|
+
UNAUTHORIZEDOPERATION_CLOUDAUDIT = 'UnauthorizedOperation.CloudAudit'
|
76
|
+
|
77
|
+
# 未授权操作“对象存储”产品
|
78
|
+
UNAUTHORIZEDOPERATION_COS = 'UnauthorizedOperation.Cos'
|
79
|
+
|
65
80
|
# 未知参数错误。
|
66
81
|
UNKNOWNPARAMETER = 'UnknownParameter'
|
67
82
|
|
@@ -2349,7 +2349,7 @@ class AssetViewCFGRisk(AbstractModel):
|
|
2349
2349
|
:type From: str
|
2350
2350
|
:param _Status: 状态
|
2351
2351
|
:type Status: int
|
2352
|
-
:param _CFGSTD:
|
2352
|
+
:param _CFGSTD: 相关规范
|
2353
2353
|
:type CFGSTD: str
|
2354
2354
|
:param _CFGDescribe: 配置详情
|
2355
2355
|
:type CFGDescribe: str
|
@@ -3794,7 +3794,7 @@ class AssetViewWeakPassRisk(AbstractModel):
|
|
3794
3794
|
:type FirstTime: str
|
3795
3795
|
:param _Status: 状态,0未处理、1已处置、2已忽略
|
3796
3796
|
:type Status: int
|
3797
|
-
:param _Id:
|
3797
|
+
:param _Id: ID,处理风险使用
|
3798
3798
|
:type Id: str
|
3799
3799
|
:param _Index: 前端索引
|
3800
3800
|
:type Index: str
|
@@ -3820,7 +3820,7 @@ class AssetViewWeakPassRisk(AbstractModel):
|
|
3820
3820
|
:type VULURL: str
|
3821
3821
|
:param _Fix: 修复建议
|
3822
3822
|
:type Fix: str
|
3823
|
-
:param _Payload:
|
3823
|
+
:param _Payload: 证明
|
3824
3824
|
:type Payload: str
|
3825
3825
|
"""
|
3826
3826
|
self._AffectAsset = None
|
@@ -6381,7 +6381,7 @@ class DeleteDomainAndIpRequest(AbstractModel):
|
|
6381
6381
|
r"""
|
6382
6382
|
:param _MemberId: 集团账号的成员id
|
6383
6383
|
:type MemberId: list of str
|
6384
|
-
:param _Content:
|
6384
|
+
:param _Content: 资产
|
6385
6385
|
:type Content: list of PublicIpDomainListKey
|
6386
6386
|
:param _RetainPath: 是否保留路径配置,1:保留,其他:不保留,默认不传为不保留
|
6387
6387
|
:type RetainPath: int
|
@@ -14687,7 +14687,7 @@ class PortViewPortRisk(AbstractModel):
|
|
14687
14687
|
|
14688
14688
|
def __init__(self):
|
14689
14689
|
r"""
|
14690
|
-
:param _NoHandleCount:
|
14690
|
+
:param _NoHandleCount: 未处理数量
|
14691
14691
|
:type NoHandleCount: int
|
14692
14692
|
:param _Level: 风险等级,low-低危,high-高危,middle-中危,info-提示,extreme-严重。
|
14693
14693
|
:type Level: str
|
@@ -14703,11 +14703,11 @@ class PortViewPortRisk(AbstractModel):
|
|
14703
14703
|
:type FirstTime: str
|
14704
14704
|
:param _Suggestion: 处置建议,0保持现状、1限制访问、2封禁端口
|
14705
14705
|
:type Suggestion: int
|
14706
|
-
:param _AffectAssetCount:
|
14706
|
+
:param _AffectAssetCount: 影响资产数量
|
14707
14707
|
:type AffectAssetCount: str
|
14708
|
-
:param _Id:
|
14708
|
+
:param _Id: ID
|
14709
14709
|
:type Id: str
|
14710
|
-
:param _From:
|
14710
|
+
:param _From: 识别来源
|
14711
14711
|
:type From: str
|
14712
14712
|
:param _Index: 前端索引
|
14713
14713
|
:type Index: str
|
@@ -19297,7 +19297,7 @@ class WebsiteRisk(AbstractModel):
|
|
19297
19297
|
:type FirstTime: str
|
19298
19298
|
:param _Status: 状态,0未处理、1已处置、2已忽略
|
19299
19299
|
:type Status: int
|
19300
|
-
:param _Id:
|
19300
|
+
:param _Id: ID,处理风险使用
|
19301
19301
|
:type Id: str
|
19302
19302
|
:param _Index: 前端索引
|
19303
19303
|
:type Index: str
|
@@ -9196,6 +9196,8 @@ class InstanceBackupFileItem(AbstractModel):
|
|
9196
9196
|
:type StartTime: str
|
9197
9197
|
:param _EndTime: 备份结束时间
|
9198
9198
|
:type EndTime: str
|
9199
|
+
:param _StorageClass: 对象的存储类型,枚举值:STANDARD(标准存储)、ARCHIVE(归档存储)。
|
9200
|
+
:type StorageClass: str
|
9199
9201
|
"""
|
9200
9202
|
self._InstanceId = None
|
9201
9203
|
self._InstanceName = None
|
@@ -9208,6 +9210,7 @@ class InstanceBackupFileItem(AbstractModel):
|
|
9208
9210
|
self._ManualBackup = None
|
9209
9211
|
self._StartTime = None
|
9210
9212
|
self._EndTime = None
|
9213
|
+
self._StorageClass = None
|
9211
9214
|
|
9212
9215
|
@property
|
9213
9216
|
def InstanceId(self):
|
@@ -9297,6 +9300,14 @@ class InstanceBackupFileItem(AbstractModel):
|
|
9297
9300
|
def EndTime(self, EndTime):
|
9298
9301
|
self._EndTime = EndTime
|
9299
9302
|
|
9303
|
+
@property
|
9304
|
+
def StorageClass(self):
|
9305
|
+
return self._StorageClass
|
9306
|
+
|
9307
|
+
@StorageClass.setter
|
9308
|
+
def StorageClass(self, StorageClass):
|
9309
|
+
self._StorageClass = StorageClass
|
9310
|
+
|
9300
9311
|
|
9301
9312
|
def _deserialize(self, params):
|
9302
9313
|
self._InstanceId = params.get("InstanceId")
|
@@ -9310,6 +9321,7 @@ class InstanceBackupFileItem(AbstractModel):
|
|
9310
9321
|
self._ManualBackup = params.get("ManualBackup")
|
9311
9322
|
self._StartTime = params.get("StartTime")
|
9312
9323
|
self._EndTime = params.get("EndTime")
|
9324
|
+
self._StorageClass = params.get("StorageClass")
|
9313
9325
|
memeber_set = set(params.keys())
|
9314
9326
|
for name, value in vars(self).items():
|
9315
9327
|
property_name = name[1:]
|
@@ -8104,6 +8104,9 @@ class Endpoint(AbstractModel):
|
|
8104
8104
|
:param _ChildInstanceType: 数据库为cynos、且是cynos集群内的一个子数据库实例时、该参数为该子实例的类型、例如:只读实例传ro、读写实例传rw
|
8105
8105
|
注意:此字段可能返回 null,表示取不到有效值。
|
8106
8106
|
:type ChildInstanceType: str
|
8107
|
+
:param _SetId: tdsql的分片id。如节点类型为set必填。
|
8108
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8109
|
+
:type SetId: str
|
8107
8110
|
"""
|
8108
8111
|
self._Region = None
|
8109
8112
|
self._Role = None
|
@@ -8134,6 +8137,7 @@ class Endpoint(AbstractModel):
|
|
8134
8137
|
self._CcnOwnerUin = None
|
8135
8138
|
self._ChildInstanceId = None
|
8136
8139
|
self._ChildInstanceType = None
|
8140
|
+
self._SetId = None
|
8137
8141
|
|
8138
8142
|
@property
|
8139
8143
|
def Region(self):
|
@@ -8367,6 +8371,14 @@ class Endpoint(AbstractModel):
|
|
8367
8371
|
def ChildInstanceType(self, ChildInstanceType):
|
8368
8372
|
self._ChildInstanceType = ChildInstanceType
|
8369
8373
|
|
8374
|
+
@property
|
8375
|
+
def SetId(self):
|
8376
|
+
return self._SetId
|
8377
|
+
|
8378
|
+
@SetId.setter
|
8379
|
+
def SetId(self, SetId):
|
8380
|
+
self._SetId = SetId
|
8381
|
+
|
8370
8382
|
|
8371
8383
|
def _deserialize(self, params):
|
8372
8384
|
self._Region = params.get("Region")
|
@@ -8398,6 +8410,7 @@ class Endpoint(AbstractModel):
|
|
8398
8410
|
self._CcnOwnerUin = params.get("CcnOwnerUin")
|
8399
8411
|
self._ChildInstanceId = params.get("ChildInstanceId")
|
8400
8412
|
self._ChildInstanceType = params.get("ChildInstanceType")
|
8413
|
+
self._SetId = params.get("SetId")
|
8401
8414
|
memeber_set = set(params.keys())
|
8402
8415
|
for name, value in vars(self).items():
|
8403
8416
|
property_name = name[1:]
|
@@ -2184,7 +2184,7 @@ class Component(AbstractModel):
|
|
2184
2184
|
|
2185
2185
|
|
2186
2186
|
<b>控件值约束说明</b>:
|
2187
|
-
<table> <thead> <tr> <th>特殊控件</th> <th>填写约束</th> </tr> </thead> <tbody> <tr> <td>企业全称控件</td> <td>企业名称中文字符中文括号</td> </tr> <tr> <td>统一社会信用代码控件</td> <td>企业注册的统一社会信用代码</td> </tr> <tr> <td>法人名称控件</td> <td>最大50个字符,2到25个汉字或者1到50个字母</td> </tr> <tr> <td>签署意见控件</td> <td>签署意见最大长度为50字符</td> </tr> <tr> <td>签署人手机号控件</td> <td>国内手机号 13,14,15,16,17,18,19号段长度11位</td> </tr> <tr> <td>签署人身份证控件</td> <td>合法的身份证号码检查</td> </tr> <tr> <td>控件名称</td> <td>控件名称最大长度为20字符,不支持表情</td> </tr> <tr> <td>单行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>多行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>勾选框控件</td> <td>选择填字符串true,不选填字符串false</td> </tr> <tr> <td>选择器控件</td> <td>同单行文本控件约束,填写选择值中的字符串</td> </tr> <tr> <td>数字控件</td> <td>请输入有效的数字(可带小数点)</td> </tr> <tr> <td>日期控件</td> <td>格式:yyyy年mm月dd日</td> </tr> <tr> <td>附件控件</td> <td>JPG或PNG图片,上传数量限制,1到6个,最大6个附件,填写上传的资源ID</td> </tr> <tr> <td>图片控件</td> <td>JPG或PNG图片,填写上传的图片资源ID</td> </tr> <tr> <td>邮箱控件</td> <td>有效的邮箱地址, w3c标准</td> </tr> <tr> <td>地址控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>省市区控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>性别控件</td> <td>选择值中的字符串</td> </tr> <tr> <td>学历控件</td> <td>选择值中的字符串</td> </tr> </tbody> </table>
|
2187
|
+
<table> <thead> <tr> <th>特殊控件</th> <th>填写约束</th> </tr> </thead> <tbody> <tr> <td>企业全称控件</td> <td>企业名称中文字符中文括号</td> </tr> <tr> <td>统一社会信用代码控件</td> <td>企业注册的统一社会信用代码</td> </tr> <tr> <td>法人名称控件</td> <td>最大50个字符,2到25个汉字或者1到50个字母</td> </tr> <tr> <td>签署意见控件</td> <td>签署意见最大长度为50字符</td> </tr> <tr> <td>签署人手机号控件</td> <td>国内手机号 13,14,15,16,17,18,19号段长度11位</td> </tr> <tr> <td>签署人身份证控件</td> <td>合法的身份证号码检查</td> </tr> <tr> <td>控件名称</td> <td>控件名称最大长度为20字符,不支持表情</td> </tr> <tr> <td>单行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>多行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>勾选框控件</td> <td>选择填字符串true,不选填字符串false</td> </tr> <tr> <td>选择器控件</td> <td>同单行文本控件约束,填写选择值中的字符串</td> </tr> <tr> <td>数字控件</td> <td>请输入有效的数字(可带小数点)</td> </tr> <tr> <td>日期控件</td> <td>格式:yyyy年mm月dd日</td> </tr> <tr> <td>附件控件</td> <td>JPG或PNG图片,上传数量限制,1到6个,最大6个附件,填写上传的资源ID</td> </tr> <tr> <td>图片控件</td> <td>JPG或PNG图片,填写上传的图片资源ID</td> </tr> <tr> <td>邮箱控件</td> <td>有效的邮箱地址, w3c标准</td> </tr> <tr> <td>地址控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>省市区控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>性别控件</td> <td>选择值中的字符串</td> </tr> <tr> <td>学历控件</td> <td>选择值中的字符串</td> </tr> <tr> <td>水印控件</td> <td>水印控件设置为CUSTOM_WATERMARK类型时的水印内容</td> </tr> </tbody> </table>
|
2188
2188
|
注: `部分特殊控件需要在控制台配置模板形式创建`
|
2189
2189
|
:type ComponentValue: str
|
2190
2190
|
:param _OffsetX: **如果控件是关键字定位方式**,可以对关键字定位出来的区域进行横坐标方向的调整,单位为pt(点)。例如,如果关键字定位出来的区域偏左或偏右,可以通过调整横坐标方向的参数来使控件位置更加准确。
|
@@ -9189,7 +9189,7 @@ class Component(AbstractModel):
|
|
9189
9189
|
|
9190
9190
|
|
9191
9191
|
<b>控件值约束说明</b>:
|
9192
|
-
<table> <thead> <tr> <th>特殊控件</th> <th>填写约束</th> </tr> </thead> <tbody> <tr> <td>企业全称控件</td> <td>企业名称中文字符中文括号</td> </tr> <tr> <td>统一社会信用代码控件</td> <td>企业注册的统一社会信用代码</td> </tr> <tr> <td>法人名称控件</td> <td>最大50个字符,2到25个汉字或者1到50个字母</td> </tr> <tr> <td>签署意见控件</td> <td>签署意见最大长度为50字符</td> </tr> <tr> <td>签署人手机号控件</td> <td>国内手机号 13,14,15,16,17,18,19号段长度11位</td> </tr> <tr> <td>签署人身份证控件</td> <td>合法的身份证号码检查</td> </tr> <tr> <td>控件名称</td> <td>控件名称最大长度为20字符,不支持表情</td> </tr> <tr> <td>单行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>多行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>勾选框控件</td> <td>选择填字符串true,不选填字符串false</td> </tr> <tr> <td>选择器控件</td> <td>同单行文本控件约束,填写选择值中的字符串</td> </tr> <tr> <td>数字控件</td> <td>请输入有效的数字(可带小数点)</td> </tr> <tr> <td>日期控件</td> <td>格式:yyyy年mm月dd日</td> </tr> <tr> <td>附件控件</td> <td>JPG或PNG图片,上传数量限制,1到6个,最大6个附件,填写上传的资源ID</td> </tr> <tr> <td>图片控件</td> <td>JPG或PNG图片,填写上传的图片资源ID</td> </tr> <tr> <td>邮箱控件</td> <td>有效的邮箱地址, w3c标准</td> </tr> <tr> <td>地址控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>省市区控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>性别控件</td> <td>选择值中的字符串</td> </tr> <tr> <td>学历控件</td> <td>选择值中的字符串</td> </tr> </tbody> </table>
|
9192
|
+
<table> <thead> <tr> <th>特殊控件</th> <th>填写约束</th> </tr> </thead> <tbody> <tr> <td>企业全称控件</td> <td>企业名称中文字符中文括号</td> </tr> <tr> <td>统一社会信用代码控件</td> <td>企业注册的统一社会信用代码</td> </tr> <tr> <td>法人名称控件</td> <td>最大50个字符,2到25个汉字或者1到50个字母</td> </tr> <tr> <td>签署意见控件</td> <td>签署意见最大长度为50字符</td> </tr> <tr> <td>签署人手机号控件</td> <td>国内手机号 13,14,15,16,17,18,19号段长度11位</td> </tr> <tr> <td>签署人身份证控件</td> <td>合法的身份证号码检查</td> </tr> <tr> <td>控件名称</td> <td>控件名称最大长度为20字符,不支持表情</td> </tr> <tr> <td>单行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>多行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>勾选框控件</td> <td>选择填字符串true,不选填字符串false</td> </tr> <tr> <td>选择器控件</td> <td>同单行文本控件约束,填写选择值中的字符串</td> </tr> <tr> <td>数字控件</td> <td>请输入有效的数字(可带小数点)</td> </tr> <tr> <td>日期控件</td> <td>格式:yyyy年mm月dd日</td> </tr> <tr> <td>附件控件</td> <td>JPG或PNG图片,上传数量限制,1到6个,最大6个附件,填写上传的资源ID</td> </tr> <tr> <td>图片控件</td> <td>JPG或PNG图片,填写上传的图片资源ID</td> </tr> <tr> <td>邮箱控件</td> <td>有效的邮箱地址, w3c标准</td> </tr> <tr> <td>地址控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>省市区控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>性别控件</td> <td>选择值中的字符串</td> </tr> <tr> <td>学历控件</td> <td>选择值中的字符串</td> </tr><tr> <td>水印控件</td> <td>水印控件设置为CUSTOM_WATERMARK类型时的水印内容</td> </tr> </tbody> </table>
|
9193
9193
|
注: `部分特殊控件需要在控制台配置模板形式创建`
|
9194
9194
|
:type ComponentValue: str
|
9195
9195
|
:param _ComponentDateFontSize: <font color="red">【暂未使用】</font>日期签署控件的字号,默认为 12
|
@@ -164,6 +164,9 @@ FAILEDOPERATION_RESOURCEUPGRADING = 'FailedOperation.ResourceUpgrading'
|
|
164
164
|
# 规则已经存在。
|
165
165
|
FAILEDOPERATION_RULEALREADYEXISTED = 'FailedOperation.RuleAlreadyExisted'
|
166
166
|
|
167
|
+
# 签名校验错误。
|
168
|
+
FAILEDOPERATION_SECRETVALIDATEFAILED = 'FailedOperation.SecretValidateFailed'
|
169
|
+
|
167
170
|
# Session不存在或已经被取消。
|
168
171
|
FAILEDOPERATION_SESSIONNOTEXIST = 'FailedOperation.SessionNotExist'
|
169
172
|
|
@@ -197,6 +200,9 @@ INTERNALERROR = 'InternalError'
|
|
197
200
|
# 参数错误。
|
198
201
|
INVALIDPARAMETER = 'InvalidParameter'
|
199
202
|
|
203
|
+
# 参数之间出现冲突。
|
204
|
+
INVALIDPARAMETER_CONFLICTPARAMETERS = 'InvalidParameter.ConflictParameters'
|
205
|
+
|
200
206
|
# 参数取值错误。
|
201
207
|
INVALIDPARAMETERVALUE = 'InvalidParameterValue'
|
202
208
|
|
@@ -2391,6 +2391,29 @@ class GaapClient(AbstractClient):
|
|
2391
2391
|
model = models.SetAuthenticationResponse()
|
2392
2392
|
model._deserialize(response["Response"])
|
2393
2393
|
return model
|
2394
|
+
except Exception as e:
|
2395
|
+
if isinstance(e, TencentCloudSDKException):
|
2396
|
+
raise
|
2397
|
+
else:
|
2398
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2399
|
+
|
2400
|
+
|
2401
|
+
def SetTlsVersion(self, request):
|
2402
|
+
"""设置监听器TLS配置
|
2403
|
+
|
2404
|
+
:param request: Request instance for SetTlsVersion.
|
2405
|
+
:type request: :class:`tencentcloud.gaap.v20180529.models.SetTlsVersionRequest`
|
2406
|
+
:rtype: :class:`tencentcloud.gaap.v20180529.models.SetTlsVersionResponse`
|
2407
|
+
|
2408
|
+
"""
|
2409
|
+
try:
|
2410
|
+
params = request._serialize()
|
2411
|
+
headers = request.headers
|
2412
|
+
body = self.call("SetTlsVersion", params, headers=headers)
|
2413
|
+
response = json.loads(body)
|
2414
|
+
model = models.SetTlsVersionResponse()
|
2415
|
+
model._deserialize(response["Response"])
|
2416
|
+
return model
|
2394
2417
|
except Exception as e:
|
2395
2418
|
if isinstance(e, TencentCloudSDKException):
|
2396
2419
|
raise
|
@@ -16441,6 +16441,88 @@ class SetAuthenticationResponse(AbstractModel):
|
|
16441
16441
|
self._RequestId = params.get("RequestId")
|
16442
16442
|
|
16443
16443
|
|
16444
|
+
class SetTlsVersionRequest(AbstractModel):
|
16445
|
+
"""SetTlsVersion请求参数结构体
|
16446
|
+
|
16447
|
+
"""
|
16448
|
+
|
16449
|
+
def __init__(self):
|
16450
|
+
r"""
|
16451
|
+
:param _ListenerId: 监听器ID
|
16452
|
+
:type ListenerId: str
|
16453
|
+
:param _TLSSupportVersion: TLS版本
|
16454
|
+
:type TLSSupportVersion: list of str
|
16455
|
+
:param _TLSCiphers: 密码套件包
|
16456
|
+
:type TLSCiphers: str
|
16457
|
+
"""
|
16458
|
+
self._ListenerId = None
|
16459
|
+
self._TLSSupportVersion = None
|
16460
|
+
self._TLSCiphers = None
|
16461
|
+
|
16462
|
+
@property
|
16463
|
+
def ListenerId(self):
|
16464
|
+
return self._ListenerId
|
16465
|
+
|
16466
|
+
@ListenerId.setter
|
16467
|
+
def ListenerId(self, ListenerId):
|
16468
|
+
self._ListenerId = ListenerId
|
16469
|
+
|
16470
|
+
@property
|
16471
|
+
def TLSSupportVersion(self):
|
16472
|
+
return self._TLSSupportVersion
|
16473
|
+
|
16474
|
+
@TLSSupportVersion.setter
|
16475
|
+
def TLSSupportVersion(self, TLSSupportVersion):
|
16476
|
+
self._TLSSupportVersion = TLSSupportVersion
|
16477
|
+
|
16478
|
+
@property
|
16479
|
+
def TLSCiphers(self):
|
16480
|
+
return self._TLSCiphers
|
16481
|
+
|
16482
|
+
@TLSCiphers.setter
|
16483
|
+
def TLSCiphers(self, TLSCiphers):
|
16484
|
+
self._TLSCiphers = TLSCiphers
|
16485
|
+
|
16486
|
+
|
16487
|
+
def _deserialize(self, params):
|
16488
|
+
self._ListenerId = params.get("ListenerId")
|
16489
|
+
self._TLSSupportVersion = params.get("TLSSupportVersion")
|
16490
|
+
self._TLSCiphers = params.get("TLSCiphers")
|
16491
|
+
memeber_set = set(params.keys())
|
16492
|
+
for name, value in vars(self).items():
|
16493
|
+
property_name = name[1:]
|
16494
|
+
if property_name in memeber_set:
|
16495
|
+
memeber_set.remove(property_name)
|
16496
|
+
if len(memeber_set) > 0:
|
16497
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
16498
|
+
|
16499
|
+
|
16500
|
+
|
16501
|
+
class SetTlsVersionResponse(AbstractModel):
|
16502
|
+
"""SetTlsVersion返回参数结构体
|
16503
|
+
|
16504
|
+
"""
|
16505
|
+
|
16506
|
+
def __init__(self):
|
16507
|
+
r"""
|
16508
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16509
|
+
:type RequestId: str
|
16510
|
+
"""
|
16511
|
+
self._RequestId = None
|
16512
|
+
|
16513
|
+
@property
|
16514
|
+
def RequestId(self):
|
16515
|
+
return self._RequestId
|
16516
|
+
|
16517
|
+
@RequestId.setter
|
16518
|
+
def RequestId(self, RequestId):
|
16519
|
+
self._RequestId = RequestId
|
16520
|
+
|
16521
|
+
|
16522
|
+
def _deserialize(self, params):
|
16523
|
+
self._RequestId = params.get("RequestId")
|
16524
|
+
|
16525
|
+
|
16444
16526
|
class SrcAddressInfo(AbstractModel):
|
16445
16527
|
"""网络加速的原地址信息
|
16446
16528
|
|
@@ -48,6 +48,8 @@ class ImsClient(AbstractClient):
|
|
48
48
|
- 图片文件链接支持的传输协议:HTTP、HTTPS;
|
49
49
|
- 若传入图片文件的访问链接,则需要注意**图片下载时间限制为3秒**,为保障被检测图片的稳定性和可靠性,建议您使用腾讯云COS存储或者CDN缓存等;
|
50
50
|
- 默认接口请求频率限制:**20次/秒**,超过此调用频率则会报错。
|
51
|
+
- ### 接口回调格式:
|
52
|
+
- 图片异步检测接口回调格式同[图片同步检测接口输出参数](https://cloud.tencent.com/document/product/1125/53273#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)
|
51
53
|
|
52
54
|
:param request: Request instance for CreateImageModerationAsyncTask.
|
53
55
|
:type request: :class:`tencentcloud.ims.v20201229.models.CreateImageModerationAsyncTaskRequest`
|
@@ -31,7 +31,7 @@ class CreateImageModerationAsyncTaskRequest(AbstractModel):
|
|
31
31
|
:type BizType: str
|
32
32
|
:param _DataId: 该字段表示您为待检测对象分配的数据ID,传入后可方便您对文件进行标识和管理。<br>取值:由英文字母(大小写均可)、数字及四个特殊符号(_,-,@,#)组成,**长度不超过64个字符**。
|
33
33
|
:type DataId: str
|
34
|
-
:param _FileContent: 该字段表示待检测图片文件内容的Base64编码,图片**大小不超过
|
34
|
+
:param _FileContent: 该字段表示待检测图片文件内容的Base64编码,图片**大小不超过30MB**,建议**分辨率不低于256x256**,否则可能会影响识别效果。<br>备注: **该字段与FileUrl必须选择输入其中一个**。
|
35
35
|
:type FileContent: str
|
36
36
|
:param _FileUrl: 该字段表示待检测图片文件的访问链接,图片支持PNG、JPG、JPEG、BMP、GIF、WEBP格式,**大小不超过5MB**,建议**分辨率不低于256x256**;图片下载时间限制为3秒,超过则会返回下载超时;由于网络安全策略,**送审带重定向的链接,可能引起下载失败**,请尽量避免,比如Http返回302状态码的链接,可能导致接口返回ResourceUnavailable.ImageDownloadError。<br>备注:**该字段与FileContent必须选择输入其中一个**。
|
37
37
|
:type FileUrl: str
|
@@ -8435,6 +8435,8 @@ class InstanceBackupFileItem(AbstractModel):
|
|
8435
8435
|
:type StartTime: str
|
8436
8436
|
:param _EndTime: 备份结束时间
|
8437
8437
|
:type EndTime: str
|
8438
|
+
:param _StorageClass: 对象的存储类型,枚举值:STANDARD(标准存储)、ARCHIVE(归档存储)。
|
8439
|
+
:type StorageClass: str
|
8438
8440
|
"""
|
8439
8441
|
self._InstanceId = None
|
8440
8442
|
self._InstanceName = None
|
@@ -8447,6 +8449,7 @@ class InstanceBackupFileItem(AbstractModel):
|
|
8447
8449
|
self._ManualBackup = None
|
8448
8450
|
self._StartTime = None
|
8449
8451
|
self._EndTime = None
|
8452
|
+
self._StorageClass = None
|
8450
8453
|
|
8451
8454
|
@property
|
8452
8455
|
def InstanceId(self):
|
@@ -8536,6 +8539,14 @@ class InstanceBackupFileItem(AbstractModel):
|
|
8536
8539
|
def EndTime(self, EndTime):
|
8537
8540
|
self._EndTime = EndTime
|
8538
8541
|
|
8542
|
+
@property
|
8543
|
+
def StorageClass(self):
|
8544
|
+
return self._StorageClass
|
8545
|
+
|
8546
|
+
@StorageClass.setter
|
8547
|
+
def StorageClass(self, StorageClass):
|
8548
|
+
self._StorageClass = StorageClass
|
8549
|
+
|
8539
8550
|
|
8540
8551
|
def _deserialize(self, params):
|
8541
8552
|
self._InstanceId = params.get("InstanceId")
|
@@ -8549,6 +8560,7 @@ class InstanceBackupFileItem(AbstractModel):
|
|
8549
8560
|
self._ManualBackup = params.get("ManualBackup")
|
8550
8561
|
self._StartTime = params.get("StartTime")
|
8551
8562
|
self._EndTime = params.get("EndTime")
|
8563
|
+
self._StorageClass = params.get("StorageClass")
|
8552
8564
|
memeber_set = set(params.keys())
|
8553
8565
|
for name, value in vars(self).items():
|
8554
8566
|
property_name = name[1:]
|
@@ -8138,6 +8138,8 @@ class DescribeAlarmHistoriesRequest(AbstractModel):
|
|
8138
8138
|
:type PolicyIds: list of str
|
8139
8139
|
:param _AlarmLevels: 告警等级,取值范围:Remind、Serious、Warn
|
8140
8140
|
:type AlarmLevels: list of str
|
8141
|
+
:param _ConvergenceHistoryIDs: 收敛历史的唯一id
|
8142
|
+
:type ConvergenceHistoryIDs: list of str
|
8141
8143
|
"""
|
8142
8144
|
self._Module = None
|
8143
8145
|
self._PageNumber = None
|
@@ -8158,6 +8160,7 @@ class DescribeAlarmHistoriesRequest(AbstractModel):
|
|
8158
8160
|
self._ReceiverGroups = None
|
8159
8161
|
self._PolicyIds = None
|
8160
8162
|
self._AlarmLevels = None
|
8163
|
+
self._ConvergenceHistoryIDs = None
|
8161
8164
|
|
8162
8165
|
@property
|
8163
8166
|
def Module(self):
|
@@ -8311,6 +8314,14 @@ class DescribeAlarmHistoriesRequest(AbstractModel):
|
|
8311
8314
|
def AlarmLevels(self, AlarmLevels):
|
8312
8315
|
self._AlarmLevels = AlarmLevels
|
8313
8316
|
|
8317
|
+
@property
|
8318
|
+
def ConvergenceHistoryIDs(self):
|
8319
|
+
return self._ConvergenceHistoryIDs
|
8320
|
+
|
8321
|
+
@ConvergenceHistoryIDs.setter
|
8322
|
+
def ConvergenceHistoryIDs(self, ConvergenceHistoryIDs):
|
8323
|
+
self._ConvergenceHistoryIDs = ConvergenceHistoryIDs
|
8324
|
+
|
8314
8325
|
|
8315
8326
|
def _deserialize(self, params):
|
8316
8327
|
self._Module = params.get("Module")
|
@@ -8337,6 +8348,7 @@ class DescribeAlarmHistoriesRequest(AbstractModel):
|
|
8337
8348
|
self._ReceiverGroups = params.get("ReceiverGroups")
|
8338
8349
|
self._PolicyIds = params.get("PolicyIds")
|
8339
8350
|
self._AlarmLevels = params.get("AlarmLevels")
|
8351
|
+
self._ConvergenceHistoryIDs = params.get("ConvergenceHistoryIDs")
|
8340
8352
|
memeber_set = set(params.keys())
|
8341
8353
|
for name, value in vars(self).items():
|
8342
8354
|
property_name = name[1:]
|
@@ -76,10 +76,13 @@ class AdvertiseOCRResponse(AbstractModel):
|
|
76
76
|
r"""
|
77
77
|
:param _TextDetections: 检测到的文本信息,包括文本行内容、置信度、文本行坐标以及文本行旋转纠正后的坐标,具体内容请点击左侧链接。
|
78
78
|
:type TextDetections: list of AdvertiseTextDetection
|
79
|
+
:param _ImageSize: 图片分辨率信息,单位 px
|
80
|
+
:type ImageSize: :class:`tencentcloud.ocr.v20181119.models.ImageSize`
|
79
81
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
80
82
|
:type RequestId: str
|
81
83
|
"""
|
82
84
|
self._TextDetections = None
|
85
|
+
self._ImageSize = None
|
83
86
|
self._RequestId = None
|
84
87
|
|
85
88
|
@property
|
@@ -90,6 +93,14 @@ class AdvertiseOCRResponse(AbstractModel):
|
|
90
93
|
def TextDetections(self, TextDetections):
|
91
94
|
self._TextDetections = TextDetections
|
92
95
|
|
96
|
+
@property
|
97
|
+
def ImageSize(self):
|
98
|
+
return self._ImageSize
|
99
|
+
|
100
|
+
@ImageSize.setter
|
101
|
+
def ImageSize(self, ImageSize):
|
102
|
+
self._ImageSize = ImageSize
|
103
|
+
|
93
104
|
@property
|
94
105
|
def RequestId(self):
|
95
106
|
return self._RequestId
|
@@ -106,6 +117,9 @@ class AdvertiseOCRResponse(AbstractModel):
|
|
106
117
|
obj = AdvertiseTextDetection()
|
107
118
|
obj._deserialize(item)
|
108
119
|
self._TextDetections.append(obj)
|
120
|
+
if params.get("ImageSize") is not None:
|
121
|
+
self._ImageSize = ImageSize()
|
122
|
+
self._ImageSize._deserialize(params.get("ImageSize"))
|
109
123
|
self._RequestId = params.get("RequestId")
|
110
124
|
|
111
125
|
|
@@ -9560,6 +9574,53 @@ class ImageEnhancementResponse(AbstractModel):
|
|
9560
9574
|
self._RequestId = params.get("RequestId")
|
9561
9575
|
|
9562
9576
|
|
9577
|
+
class ImageSize(AbstractModel):
|
9578
|
+
"""图片分辨率信息
|
9579
|
+
|
9580
|
+
"""
|
9581
|
+
|
9582
|
+
def __init__(self):
|
9583
|
+
r"""
|
9584
|
+
:param _Width: 图片的宽,单位像素
|
9585
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
9586
|
+
:type Width: int
|
9587
|
+
:param _Height: 图片的高,单位像素
|
9588
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
9589
|
+
:type Height: int
|
9590
|
+
"""
|
9591
|
+
self._Width = None
|
9592
|
+
self._Height = None
|
9593
|
+
|
9594
|
+
@property
|
9595
|
+
def Width(self):
|
9596
|
+
return self._Width
|
9597
|
+
|
9598
|
+
@Width.setter
|
9599
|
+
def Width(self, Width):
|
9600
|
+
self._Width = Width
|
9601
|
+
|
9602
|
+
@property
|
9603
|
+
def Height(self):
|
9604
|
+
return self._Height
|
9605
|
+
|
9606
|
+
@Height.setter
|
9607
|
+
def Height(self, Height):
|
9608
|
+
self._Height = Height
|
9609
|
+
|
9610
|
+
|
9611
|
+
def _deserialize(self, params):
|
9612
|
+
self._Width = params.get("Width")
|
9613
|
+
self._Height = params.get("Height")
|
9614
|
+
memeber_set = set(params.keys())
|
9615
|
+
for name, value in vars(self).items():
|
9616
|
+
property_name = name[1:]
|
9617
|
+
if property_name in memeber_set:
|
9618
|
+
memeber_set.remove(property_name)
|
9619
|
+
if len(memeber_set) > 0:
|
9620
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
9621
|
+
|
9622
|
+
|
9623
|
+
|
9563
9624
|
class InstitutionOCRRequest(AbstractModel):
|
9564
9625
|
"""InstitutionOCR请求参数结构体
|
9565
9626
|
|
@@ -31,6 +31,8 @@ class OcrClient(AbstractClient):
|
|
31
31
|
|
32
32
|
产品优势:针对广告商品图片普遍存在较多繁体字、艺术字的特点,进行了识别能力的增强。支持中英文、横排、竖排以及倾斜场景文字识别。文字识别的召回率和准确率能达到96%以上。
|
33
33
|
|
34
|
+
默认接口请求频率限制:20次/秒。
|
35
|
+
|
34
36
|
:param request: Request instance for AdvertiseOCR.
|
35
37
|
:type request: :class:`tencentcloud.ocr.v20181119.models.AdvertiseOCRRequest`
|
36
38
|
:rtype: :class:`tencentcloud.ocr.v20181119.models.AdvertiseOCRResponse`
|
@@ -510,7 +510,7 @@ class OrganizationClient(AbstractClient):
|
|
510
510
|
|
511
511
|
|
512
512
|
def DeleteOrganizationMembers(self, request):
|
513
|
-
"""
|
513
|
+
"""从组织中移除成员账号,不会删除账号。
|
514
514
|
|
515
515
|
:param request: Request instance for DeleteOrganizationMembers.
|
516
516
|
:type request: :class:`tencentcloud.organization.v20210331.models.DeleteOrganizationMembersRequest`
|
@@ -3831,6 +3831,8 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
|
|
3831
3831
|
:type ResourceTags: list of Tag
|
3832
3832
|
:param _Bandwidth: 公网带宽大小,单位 M
|
3833
3833
|
:type Bandwidth: int
|
3834
|
+
:param _EnablePublicAccess: 是否打开公网接入,不传默认为false
|
3835
|
+
:type EnablePublicAccess: bool
|
3834
3836
|
"""
|
3835
3837
|
self._ZoneIds = None
|
3836
3838
|
self._VpcId = None
|
@@ -3847,6 +3849,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
|
|
3847
3849
|
self._IsIntl = None
|
3848
3850
|
self._ResourceTags = None
|
3849
3851
|
self._Bandwidth = None
|
3852
|
+
self._EnablePublicAccess = None
|
3850
3853
|
|
3851
3854
|
@property
|
3852
3855
|
def ZoneIds(self):
|
@@ -3968,6 +3971,14 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
|
|
3968
3971
|
def Bandwidth(self, Bandwidth):
|
3969
3972
|
self._Bandwidth = Bandwidth
|
3970
3973
|
|
3974
|
+
@property
|
3975
|
+
def EnablePublicAccess(self):
|
3976
|
+
return self._EnablePublicAccess
|
3977
|
+
|
3978
|
+
@EnablePublicAccess.setter
|
3979
|
+
def EnablePublicAccess(self, EnablePublicAccess):
|
3980
|
+
self._EnablePublicAccess = EnablePublicAccess
|
3981
|
+
|
3971
3982
|
|
3972
3983
|
def _deserialize(self, params):
|
3973
3984
|
self._ZoneIds = params.get("ZoneIds")
|
@@ -3990,6 +4001,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
|
|
3990
4001
|
obj._deserialize(item)
|
3991
4002
|
self._ResourceTags.append(obj)
|
3992
4003
|
self._Bandwidth = params.get("Bandwidth")
|
4004
|
+
self._EnablePublicAccess = params.get("EnablePublicAccess")
|
3993
4005
|
memeber_set = set(params.keys())
|
3994
4006
|
for name, value in vars(self).items():
|
3995
4007
|
property_name = name[1:]
|
@@ -23221,6 +23233,9 @@ class RabbitMQVirtualHostInfo(AbstractModel):
|
|
23221
23233
|
:param _VirtualHostStatistics: vhost概览统计信息
|
23222
23234
|
注意:此字段可能返回 null,表示取不到有效值。
|
23223
23235
|
:type VirtualHostStatistics: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQVirtualHostStatistics`
|
23236
|
+
:param _TraceFlag: 消息轨迹开关,true打开,false关闭
|
23237
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
23238
|
+
:type TraceFlag: bool
|
23224
23239
|
:param _Status: vhost状态,与原生控制台对应,有running、partial、stopped、unknown
|
23225
23240
|
注意:此字段可能返回 null,表示取不到有效值。
|
23226
23241
|
:type Status: str
|
@@ -23244,6 +23259,7 @@ class RabbitMQVirtualHostInfo(AbstractModel):
|
|
23244
23259
|
self._CreateTime = None
|
23245
23260
|
self._ModifyTime = None
|
23246
23261
|
self._VirtualHostStatistics = None
|
23262
|
+
self._TraceFlag = None
|
23247
23263
|
self._Status = None
|
23248
23264
|
self._MessageHeapCount = None
|
23249
23265
|
self._MessageRateIn = None
|
@@ -23306,6 +23322,14 @@ class RabbitMQVirtualHostInfo(AbstractModel):
|
|
23306
23322
|
def VirtualHostStatistics(self, VirtualHostStatistics):
|
23307
23323
|
self._VirtualHostStatistics = VirtualHostStatistics
|
23308
23324
|
|
23325
|
+
@property
|
23326
|
+
def TraceFlag(self):
|
23327
|
+
return self._TraceFlag
|
23328
|
+
|
23329
|
+
@TraceFlag.setter
|
23330
|
+
def TraceFlag(self, TraceFlag):
|
23331
|
+
self._TraceFlag = TraceFlag
|
23332
|
+
|
23309
23333
|
@property
|
23310
23334
|
def Status(self):
|
23311
23335
|
return self._Status
|
@@ -23357,6 +23381,7 @@ class RabbitMQVirtualHostInfo(AbstractModel):
|
|
23357
23381
|
if params.get("VirtualHostStatistics") is not None:
|
23358
23382
|
self._VirtualHostStatistics = RabbitMQVirtualHostStatistics()
|
23359
23383
|
self._VirtualHostStatistics._deserialize(params.get("VirtualHostStatistics"))
|
23384
|
+
self._TraceFlag = params.get("TraceFlag")
|
23360
23385
|
self._Status = params.get("Status")
|
23361
23386
|
self._MessageHeapCount = params.get("MessageHeapCount")
|
23362
23387
|
self._MessageRateIn = params.get("MessageRateIn")
|
@@ -674,6 +674,15 @@ INVALIDPARAMETERVALUE = 'InvalidParameterValue'
|
|
674
674
|
# 该站点域名已被禁用。
|
675
675
|
INVALIDPARAMETERVALUE_ACCESSBLACKLIST = 'InvalidParameterValue.AccessBlacklist'
|
676
676
|
|
677
|
+
# 边缘双向认证配置中的客户端证书必须是CA证书。
|
678
|
+
INVALIDPARAMETERVALUE_CERTIFICATEVERIFYCLIENTMUSTCA = 'InvalidParameterValue.CertificateVerifyClientMustCa'
|
679
|
+
|
680
|
+
# 边缘双向认证配置至少需要配置一本证书。
|
681
|
+
INVALIDPARAMETERVALUE_CERTIFICATEVERIFYCLIENTNEEDCERT = 'InvalidParameterValue.CertificateVerifyClientNeedCert'
|
682
|
+
|
683
|
+
# 边缘双向认证配置中的客户端 CA 证书最多允许配置20本。
|
684
|
+
INVALIDPARAMETERVALUE_CLIENTCERTINFOQUOTALIMIT = 'InvalidParameterValue.ClientCertInfoQuotaLimit'
|
685
|
+
|
677
686
|
# 与已经添加的记录冲突。
|
678
687
|
INVALIDPARAMETERVALUE_CONFLICTRECORD = 'InvalidParameterValue.ConflictRecord'
|
679
688
|
|
@@ -746,6 +755,12 @@ INVALIDPARAMETERVALUE_PAGENAMEALREADYEXIST = 'InvalidParameterValue.PageNameAlre
|
|
746
755
|
# 不符合指定的正则表达式。
|
747
756
|
INVALIDPARAMETERVALUE_REGEXMISMATCH = 'InvalidParameterValue.RegExMismatch'
|
748
757
|
|
758
|
+
# 已开启双向认证,客户端使用 RSA 或者 ECC 算法证书时,HTTPS 证书必须也配置有相同算法证书。
|
759
|
+
INVALIDPARAMETERVALUE_SERVERCERTINFONEEDCONTAINRSAORECC = 'InvalidParameterValue.ServerCertInfoNeedContainRSAorECC'
|
760
|
+
|
761
|
+
# 已开启双向认证,客户端使用国密算法 CA 证书时,HTTPS 证书必须也配置有国密证书。
|
762
|
+
INVALIDPARAMETERVALUE_SERVERCERTINFONEEDCONTAINSM2 = 'InvalidParameterValue.ServerCertInfoNeedContainSM2'
|
763
|
+
|
749
764
|
# 请输入合法的共享 CNAME 前缀,最大支持50个字符。
|
750
765
|
INVALIDPARAMETERVALUE_SHAREDCNAMEPREFIXNOTMATCH = 'InvalidParameterValue.SharedCNAMEPrefixNotMatch'
|
751
766
|
|
@@ -311,12 +311,15 @@ class AccelerationDomainCertificate(AbstractModel):
|
|
311
311
|
r"""
|
312
312
|
:param _Mode: 配置证书的模式,取值有: <li>disable:不配置证书;</li> <li>eofreecert:配置 EdgeOne 免费证书;</li> <li>sslcert:配置 SSL 证书。</li>
|
313
313
|
:type Mode: str
|
314
|
-
:param _List:
|
314
|
+
:param _List: 服务端证书列表。
|
315
315
|
注意:此字段可能返回 null,表示取不到有效值。
|
316
316
|
:type List: list of CertificateInfo
|
317
|
+
:param _ClientCertInfo: 边缘双向认证配置。
|
318
|
+
:type ClientCertInfo: :class:`tencentcloud.teo.v20220901.models.MutualTLS`
|
317
319
|
"""
|
318
320
|
self._Mode = None
|
319
321
|
self._List = None
|
322
|
+
self._ClientCertInfo = None
|
320
323
|
|
321
324
|
@property
|
322
325
|
def Mode(self):
|
@@ -334,6 +337,14 @@ class AccelerationDomainCertificate(AbstractModel):
|
|
334
337
|
def List(self, List):
|
335
338
|
self._List = List
|
336
339
|
|
340
|
+
@property
|
341
|
+
def ClientCertInfo(self):
|
342
|
+
return self._ClientCertInfo
|
343
|
+
|
344
|
+
@ClientCertInfo.setter
|
345
|
+
def ClientCertInfo(self, ClientCertInfo):
|
346
|
+
self._ClientCertInfo = ClientCertInfo
|
347
|
+
|
337
348
|
|
338
349
|
def _deserialize(self, params):
|
339
350
|
self._Mode = params.get("Mode")
|
@@ -343,6 +354,9 @@ class AccelerationDomainCertificate(AbstractModel):
|
|
343
354
|
obj = CertificateInfo()
|
344
355
|
obj._deserialize(item)
|
345
356
|
self._List.append(obj)
|
357
|
+
if params.get("ClientCertInfo") is not None:
|
358
|
+
self._ClientCertInfo = MutualTLS()
|
359
|
+
self._ClientCertInfo._deserialize(params.get("ClientCertInfo"))
|
346
360
|
memeber_set = set(params.keys())
|
347
361
|
for name, value in vars(self).items():
|
348
362
|
property_name = name[1:]
|
@@ -3345,13 +3359,13 @@ class CacheTag(AbstractModel):
|
|
3345
3359
|
|
3346
3360
|
|
3347
3361
|
class CertificateInfo(AbstractModel):
|
3348
|
-
"""https
|
3362
|
+
"""https 证书配置。
|
3349
3363
|
|
3350
3364
|
"""
|
3351
3365
|
|
3352
3366
|
def __init__(self):
|
3353
3367
|
r"""
|
3354
|
-
:param _CertId:
|
3368
|
+
:param _CertId: 证书 ID。
|
3355
3369
|
:type CertId: str
|
3356
3370
|
:param _Alias: 证书备注名。
|
3357
3371
|
:type Alias: str
|
@@ -18532,24 +18546,29 @@ class ModifyHostsCertificateRequest(AbstractModel):
|
|
18532
18546
|
:type ZoneId: str
|
18533
18547
|
:param _Hosts: 需要修改证书配置的加速域名。
|
18534
18548
|
:type Hosts: list of str
|
18535
|
-
:param _Mode:
|
18536
|
-
<li>disable
|
18537
|
-
<li>eofreecert:配置 EdgeOne
|
18538
|
-
<li>sslcert:配置 SSL
|
18549
|
+
:param _Mode: 配置服务端证书的模式,取值有:
|
18550
|
+
<li>disable:不配置服务端证书;</li>
|
18551
|
+
<li>eofreecert:配置 EdgeOne 免费服务端证书;</li>
|
18552
|
+
<li>sslcert:配置 SSL 托管服务端证书;</li>
|
18553
|
+
不填写表示服务端证书保持原有配置。
|
18539
18554
|
:type Mode: str
|
18540
|
-
:param _ServerCertInfo: SSL 证书配置,本参数仅在 mode
|
18555
|
+
:param _ServerCertInfo: SSL 证书配置,本参数仅在 mode 为 sslcert 时生效,传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/certoverview) 查看 CertId。
|
18541
18556
|
:type ServerCertInfo: list of ServerCertInfo
|
18542
18557
|
:param _ApplyType: 托管类型,取值有:
|
18543
18558
|
<li>none:不托管EO;</li>
|
18544
18559
|
<li>apply:托管EO</li>
|
18545
18560
|
不填,默认取值为none。
|
18546
18561
|
:type ApplyType: str
|
18562
|
+
:param _ClientCertInfo: 边缘双向认证配置。
|
18563
|
+
不填写表示边缘双向认证保持原有配置。
|
18564
|
+
:type ClientCertInfo: :class:`tencentcloud.teo.v20220901.models.MutualTLS`
|
18547
18565
|
"""
|
18548
18566
|
self._ZoneId = None
|
18549
18567
|
self._Hosts = None
|
18550
18568
|
self._Mode = None
|
18551
18569
|
self._ServerCertInfo = None
|
18552
18570
|
self._ApplyType = None
|
18571
|
+
self._ClientCertInfo = None
|
18553
18572
|
|
18554
18573
|
@property
|
18555
18574
|
def ZoneId(self):
|
@@ -18595,6 +18614,14 @@ class ModifyHostsCertificateRequest(AbstractModel):
|
|
18595
18614
|
|
18596
18615
|
self._ApplyType = ApplyType
|
18597
18616
|
|
18617
|
+
@property
|
18618
|
+
def ClientCertInfo(self):
|
18619
|
+
return self._ClientCertInfo
|
18620
|
+
|
18621
|
+
@ClientCertInfo.setter
|
18622
|
+
def ClientCertInfo(self, ClientCertInfo):
|
18623
|
+
self._ClientCertInfo = ClientCertInfo
|
18624
|
+
|
18598
18625
|
|
18599
18626
|
def _deserialize(self, params):
|
18600
18627
|
self._ZoneId = params.get("ZoneId")
|
@@ -18607,6 +18634,9 @@ class ModifyHostsCertificateRequest(AbstractModel):
|
|
18607
18634
|
obj._deserialize(item)
|
18608
18635
|
self._ServerCertInfo.append(obj)
|
18609
18636
|
self._ApplyType = params.get("ApplyType")
|
18637
|
+
if params.get("ClientCertInfo") is not None:
|
18638
|
+
self._ClientCertInfo = MutualTLS()
|
18639
|
+
self._ClientCertInfo._deserialize(params.get("ClientCertInfo"))
|
18610
18640
|
memeber_set = set(params.keys())
|
18611
18641
|
for name, value in vars(self).items():
|
18612
18642
|
property_name = name[1:]
|
@@ -20297,6 +20327,59 @@ class ModifyZoneStatusResponse(AbstractModel):
|
|
20297
20327
|
self._RequestId = params.get("RequestId")
|
20298
20328
|
|
20299
20329
|
|
20330
|
+
class MutualTLS(AbstractModel):
|
20331
|
+
"""HTTPS 双向认证。
|
20332
|
+
|
20333
|
+
"""
|
20334
|
+
|
20335
|
+
def __init__(self):
|
20336
|
+
r"""
|
20337
|
+
:param _Switch: 双向认证配置开关,取值有:
|
20338
|
+
<li>on:开启;</li>
|
20339
|
+
<li>off:关闭。</li>
|
20340
|
+
:type Switch: str
|
20341
|
+
:param _CertInfos: 双向认证证书列表。
|
20342
|
+
注意:MutualTLS 在 ModifyHostsCertificate 作为入参使用时,该参数传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/certoverview) 查看 CertId。
|
20343
|
+
:type CertInfos: list of CertificateInfo
|
20344
|
+
"""
|
20345
|
+
self._Switch = None
|
20346
|
+
self._CertInfos = None
|
20347
|
+
|
20348
|
+
@property
|
20349
|
+
def Switch(self):
|
20350
|
+
return self._Switch
|
20351
|
+
|
20352
|
+
@Switch.setter
|
20353
|
+
def Switch(self, Switch):
|
20354
|
+
self._Switch = Switch
|
20355
|
+
|
20356
|
+
@property
|
20357
|
+
def CertInfos(self):
|
20358
|
+
return self._CertInfos
|
20359
|
+
|
20360
|
+
@CertInfos.setter
|
20361
|
+
def CertInfos(self, CertInfos):
|
20362
|
+
self._CertInfos = CertInfos
|
20363
|
+
|
20364
|
+
|
20365
|
+
def _deserialize(self, params):
|
20366
|
+
self._Switch = params.get("Switch")
|
20367
|
+
if params.get("CertInfos") is not None:
|
20368
|
+
self._CertInfos = []
|
20369
|
+
for item in params.get("CertInfos"):
|
20370
|
+
obj = CertificateInfo()
|
20371
|
+
obj._deserialize(item)
|
20372
|
+
self._CertInfos.append(obj)
|
20373
|
+
memeber_set = set(params.keys())
|
20374
|
+
for name, value in vars(self).items():
|
20375
|
+
property_name = name[1:]
|
20376
|
+
if property_name in memeber_set:
|
20377
|
+
memeber_set.remove(property_name)
|
20378
|
+
if len(memeber_set) > 0:
|
20379
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
20380
|
+
|
20381
|
+
|
20382
|
+
|
20300
20383
|
class NoCache(AbstractModel):
|
20301
20384
|
"""不缓存配置
|
20302
20385
|
|
@@ -10766,6 +10766,8 @@ CCN VPN 形的通道 可以不传VPCID
|
|
10766
10766
|
:type Route: :class:`tencentcloud.vpc.v20170312.models.CreateVpnConnRoute`
|
10767
10767
|
:param _BgpConfig: BGP配置。
|
10768
10768
|
:type BgpConfig: :class:`tencentcloud.vpc.v20170312.models.BgpConfig`
|
10769
|
+
:param _HealthCheckConfig: 健康检查NQA配置。
|
10770
|
+
:type HealthCheckConfig: :class:`tencentcloud.vpc.v20170312.models.HealthCheckConfig`
|
10769
10771
|
"""
|
10770
10772
|
self._VpnGatewayId = None
|
10771
10773
|
self._CustomerGatewayId = None
|
@@ -10786,6 +10788,7 @@ CCN VPN 形的通道 可以不传VPCID
|
|
10786
10788
|
self._DpdAction = None
|
10787
10789
|
self._Route = None
|
10788
10790
|
self._BgpConfig = None
|
10791
|
+
self._HealthCheckConfig = None
|
10789
10792
|
|
10790
10793
|
@property
|
10791
10794
|
def VpnGatewayId(self):
|
@@ -10939,6 +10942,14 @@ CCN VPN 形的通道 可以不传VPCID
|
|
10939
10942
|
def BgpConfig(self, BgpConfig):
|
10940
10943
|
self._BgpConfig = BgpConfig
|
10941
10944
|
|
10945
|
+
@property
|
10946
|
+
def HealthCheckConfig(self):
|
10947
|
+
return self._HealthCheckConfig
|
10948
|
+
|
10949
|
+
@HealthCheckConfig.setter
|
10950
|
+
def HealthCheckConfig(self, HealthCheckConfig):
|
10951
|
+
self._HealthCheckConfig = HealthCheckConfig
|
10952
|
+
|
10942
10953
|
|
10943
10954
|
def _deserialize(self, params):
|
10944
10955
|
self._VpnGatewayId = params.get("VpnGatewayId")
|
@@ -10978,6 +10989,9 @@ CCN VPN 形的通道 可以不传VPCID
|
|
10978
10989
|
if params.get("BgpConfig") is not None:
|
10979
10990
|
self._BgpConfig = BgpConfig()
|
10980
10991
|
self._BgpConfig._deserialize(params.get("BgpConfig"))
|
10992
|
+
if params.get("HealthCheckConfig") is not None:
|
10993
|
+
self._HealthCheckConfig = HealthCheckConfig()
|
10994
|
+
self._HealthCheckConfig._deserialize(params.get("HealthCheckConfig"))
|
10981
10995
|
memeber_set = set(params.keys())
|
10982
10996
|
for name, value in vars(self).items():
|
10983
10997
|
property_name = name[1:]
|
@@ -30558,6 +30572,79 @@ class HaVipDisassociateAddressIpResponse(AbstractModel):
|
|
30558
30572
|
self._RequestId = params.get("RequestId")
|
30559
30573
|
|
30560
30574
|
|
30575
|
+
class HealthCheckConfig(AbstractModel):
|
30576
|
+
"""VPN通道健康检查配置
|
30577
|
+
|
30578
|
+
"""
|
30579
|
+
|
30580
|
+
def __init__(self):
|
30581
|
+
r"""
|
30582
|
+
:param _ProbeType: 探测模式,默认值NQA,不可修改。
|
30583
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
30584
|
+
:type ProbeType: str
|
30585
|
+
:param _ProbeInterval: 探测间隔,腾讯云两次健康检查间隔时间,范围【1000-5000】,单位ms。
|
30586
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
30587
|
+
:type ProbeInterval: int
|
30588
|
+
:param _ProbeThreshold: 探测次数,连续N次健康检查失败后执行路由切换,范围【3-8】,单位次。
|
30589
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
30590
|
+
:type ProbeThreshold: int
|
30591
|
+
:param _ProbeTimeout: 探测超时时间,范围【10-5000】,单位ms。
|
30592
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
30593
|
+
:type ProbeTimeout: int
|
30594
|
+
"""
|
30595
|
+
self._ProbeType = None
|
30596
|
+
self._ProbeInterval = None
|
30597
|
+
self._ProbeThreshold = None
|
30598
|
+
self._ProbeTimeout = None
|
30599
|
+
|
30600
|
+
@property
|
30601
|
+
def ProbeType(self):
|
30602
|
+
return self._ProbeType
|
30603
|
+
|
30604
|
+
@ProbeType.setter
|
30605
|
+
def ProbeType(self, ProbeType):
|
30606
|
+
self._ProbeType = ProbeType
|
30607
|
+
|
30608
|
+
@property
|
30609
|
+
def ProbeInterval(self):
|
30610
|
+
return self._ProbeInterval
|
30611
|
+
|
30612
|
+
@ProbeInterval.setter
|
30613
|
+
def ProbeInterval(self, ProbeInterval):
|
30614
|
+
self._ProbeInterval = ProbeInterval
|
30615
|
+
|
30616
|
+
@property
|
30617
|
+
def ProbeThreshold(self):
|
30618
|
+
return self._ProbeThreshold
|
30619
|
+
|
30620
|
+
@ProbeThreshold.setter
|
30621
|
+
def ProbeThreshold(self, ProbeThreshold):
|
30622
|
+
self._ProbeThreshold = ProbeThreshold
|
30623
|
+
|
30624
|
+
@property
|
30625
|
+
def ProbeTimeout(self):
|
30626
|
+
return self._ProbeTimeout
|
30627
|
+
|
30628
|
+
@ProbeTimeout.setter
|
30629
|
+
def ProbeTimeout(self, ProbeTimeout):
|
30630
|
+
self._ProbeTimeout = ProbeTimeout
|
30631
|
+
|
30632
|
+
|
30633
|
+
def _deserialize(self, params):
|
30634
|
+
self._ProbeType = params.get("ProbeType")
|
30635
|
+
self._ProbeInterval = params.get("ProbeInterval")
|
30636
|
+
self._ProbeThreshold = params.get("ProbeThreshold")
|
30637
|
+
self._ProbeTimeout = params.get("ProbeTimeout")
|
30638
|
+
memeber_set = set(params.keys())
|
30639
|
+
for name, value in vars(self).items():
|
30640
|
+
property_name = name[1:]
|
30641
|
+
if property_name in memeber_set:
|
30642
|
+
memeber_set.remove(property_name)
|
30643
|
+
if len(memeber_set) > 0:
|
30644
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
30645
|
+
|
30646
|
+
|
30647
|
+
|
30561
30648
|
class IKEOptionsSpecification(AbstractModel):
|
30562
30649
|
"""IKE配置(Internet Key Exchange,因特网密钥交换),IKE具有一套自我保护机制,用户配置网络安全协议
|
30563
30650
|
|
@@ -36903,6 +36990,8 @@ class ModifyVpnConnectionAttributeRequest(AbstractModel):
|
|
36903
36990
|
:type DpdAction: str
|
36904
36991
|
:param _CustomerGatewayId: 对端网关ID,4.0及以上网关下的通道支持更新。
|
36905
36992
|
:type CustomerGatewayId: str
|
36993
|
+
:param _HealthCheckConfig: 健康检查配置
|
36994
|
+
:type HealthCheckConfig: :class:`tencentcloud.vpc.v20170312.models.HealthCheckConfig`
|
36906
36995
|
"""
|
36907
36996
|
self._VpnConnectionId = None
|
36908
36997
|
self._VpnConnectionName = None
|
@@ -36918,6 +37007,7 @@ class ModifyVpnConnectionAttributeRequest(AbstractModel):
|
|
36918
37007
|
self._DpdTimeout = None
|
36919
37008
|
self._DpdAction = None
|
36920
37009
|
self._CustomerGatewayId = None
|
37010
|
+
self._HealthCheckConfig = None
|
36921
37011
|
|
36922
37012
|
@property
|
36923
37013
|
def VpnConnectionId(self):
|
@@ -37031,6 +37121,14 @@ class ModifyVpnConnectionAttributeRequest(AbstractModel):
|
|
37031
37121
|
def CustomerGatewayId(self, CustomerGatewayId):
|
37032
37122
|
self._CustomerGatewayId = CustomerGatewayId
|
37033
37123
|
|
37124
|
+
@property
|
37125
|
+
def HealthCheckConfig(self):
|
37126
|
+
return self._HealthCheckConfig
|
37127
|
+
|
37128
|
+
@HealthCheckConfig.setter
|
37129
|
+
def HealthCheckConfig(self, HealthCheckConfig):
|
37130
|
+
self._HealthCheckConfig = HealthCheckConfig
|
37131
|
+
|
37034
37132
|
|
37035
37133
|
def _deserialize(self, params):
|
37036
37134
|
self._VpnConnectionId = params.get("VpnConnectionId")
|
@@ -37056,6 +37154,9 @@ class ModifyVpnConnectionAttributeRequest(AbstractModel):
|
|
37056
37154
|
self._DpdTimeout = params.get("DpdTimeout")
|
37057
37155
|
self._DpdAction = params.get("DpdAction")
|
37058
37156
|
self._CustomerGatewayId = params.get("CustomerGatewayId")
|
37157
|
+
if params.get("HealthCheckConfig") is not None:
|
37158
|
+
self._HealthCheckConfig = HealthCheckConfig()
|
37159
|
+
self._HealthCheckConfig._deserialize(params.get("HealthCheckConfig"))
|
37059
37160
|
memeber_set = set(params.keys())
|
37060
37161
|
for name, value in vars(self).items():
|
37061
37162
|
property_name = name[1:]
|
@@ -47348,6 +47449,9 @@ class VpnConnection(AbstractModel):
|
|
47348
47449
|
:param _BgpConfig: Bgp配置信息
|
47349
47450
|
注意:此字段可能返回 null,表示取不到有效值。
|
47350
47451
|
:type BgpConfig: :class:`tencentcloud.vpc.v20170312.models.BgpConfigAndAsn`
|
47452
|
+
:param _HealthCheckConfig: Nqa配置信息
|
47453
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47454
|
+
:type HealthCheckConfig: :class:`tencentcloud.vpc.v20170312.models.HealthCheckConfig`
|
47351
47455
|
"""
|
47352
47456
|
self._VpnConnectionId = None
|
47353
47457
|
self._VpnConnectionName = None
|
@@ -47374,6 +47478,7 @@ class VpnConnection(AbstractModel):
|
|
47374
47478
|
self._TagSet = None
|
47375
47479
|
self._NegotiationType = None
|
47376
47480
|
self._BgpConfig = None
|
47481
|
+
self._HealthCheckConfig = None
|
47377
47482
|
|
47378
47483
|
@property
|
47379
47484
|
def VpnConnectionId(self):
|
@@ -47575,6 +47680,14 @@ class VpnConnection(AbstractModel):
|
|
47575
47680
|
def BgpConfig(self, BgpConfig):
|
47576
47681
|
self._BgpConfig = BgpConfig
|
47577
47682
|
|
47683
|
+
@property
|
47684
|
+
def HealthCheckConfig(self):
|
47685
|
+
return self._HealthCheckConfig
|
47686
|
+
|
47687
|
+
@HealthCheckConfig.setter
|
47688
|
+
def HealthCheckConfig(self, HealthCheckConfig):
|
47689
|
+
self._HealthCheckConfig = HealthCheckConfig
|
47690
|
+
|
47578
47691
|
|
47579
47692
|
def _deserialize(self, params):
|
47580
47693
|
self._VpnConnectionId = params.get("VpnConnectionId")
|
@@ -47618,6 +47731,9 @@ class VpnConnection(AbstractModel):
|
|
47618
47731
|
if params.get("BgpConfig") is not None:
|
47619
47732
|
self._BgpConfig = BgpConfigAndAsn()
|
47620
47733
|
self._BgpConfig._deserialize(params.get("BgpConfig"))
|
47734
|
+
if params.get("HealthCheckConfig") is not None:
|
47735
|
+
self._HealthCheckConfig = HealthCheckConfig()
|
47736
|
+
self._HealthCheckConfig._deserialize(params.get("HealthCheckConfig"))
|
47621
47737
|
memeber_set = set(params.keys())
|
47622
47738
|
for name, value in vars(self).items():
|
47623
47739
|
property_name = name[1:]
|
{tencentcloud_sdk_python-3.0.1180.dist-info → tencentcloud_sdk_python-3.0.1181.dist-info}/RECORD
RENAMED
@@ -50,7 +50,7 @@ QcloudApi/modules/vod.py,sha256=l05_qYx0l5bq6LJ8mAX2YO3pRXzxY3JMdDHV1N_SRKE,679
|
|
50
50
|
QcloudApi/modules/vpc.py,sha256=JBiNpcnrAwf_UJ_UdpxQybKeCTfeveJ9R1B-vO1_w_U,679
|
51
51
|
QcloudApi/modules/wenzhi.py,sha256=hr1rRLU8TxxSfejMqV2O4alO_yXF3C0tfZMSzziu54Q,685
|
52
52
|
QcloudApi/modules/yunsou.py,sha256=JlgzMjnJaho6axFVhSTAv6DS0HLcjl0LJL02q6qI2yY,685
|
53
|
-
tencentcloud/__init__.py,sha256=
|
53
|
+
tencentcloud/__init__.py,sha256=dx4bRF5OvR6STaQrKZTLw7AY3LDro9For6GZ3PcuCjA,631
|
54
54
|
tencentcloud/aa/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
55
55
|
tencentcloud/aa/v20200224/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
56
56
|
tencentcloud/aa/v20200224/aa_client.py,sha256=L7P5zpJElo9WoLSkhvLxnfpEGCZ1q2e5Fzx3wLEioAA,2184
|
@@ -424,8 +424,8 @@ tencentcloud/cr/v20180321/models.py,sha256=I8hHWsrXDFSoAhZqJJSj0bhkqhq8nuVPu9yn4
|
|
424
424
|
tencentcloud/csip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
425
425
|
tencentcloud/csip/v20221121/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
426
426
|
tencentcloud/csip/v20221121/csip_client.py,sha256=JyIgSfrPIkeI0s_rb4edtc6hI3IZzx5iZ-y_VfBolw0,39776
|
427
|
-
tencentcloud/csip/v20221121/errorcodes.py,sha256=
|
428
|
-
tencentcloud/csip/v20221121/models.py,sha256=
|
427
|
+
tencentcloud/csip/v20221121/errorcodes.py,sha256=ky14_OysSMjz-Z6CXsIKALA6KiCK7jfGFHBVcDheRL8,2227
|
428
|
+
tencentcloud/csip/v20221121/models.py,sha256=URCwR8H-TNeb14cEoaSr10LXOfAFadAqkYP9jb2F0I4,565420
|
429
429
|
tencentcloud/csxg/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
430
430
|
tencentcloud/csxg/v20230303/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
431
431
|
tencentcloud/csxg/v20230303/csxg_client.py,sha256=IyFLCHPkfK-hrL6wkab5-ktmKOpp_9821lEhsiIX9IA,5397
|
@@ -489,7 +489,7 @@ tencentcloud/dcdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
489
489
|
tencentcloud/dcdb/v20180411/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
490
490
|
tencentcloud/dcdb/v20180411/dcdb_client.py,sha256=vmf6uvL1jueuAGltQ10ckAg71cVUEuniPLeRVDUkgbI,72519
|
491
491
|
tencentcloud/dcdb/v20180411/errorcodes.py,sha256=T3UkIh6ZBDw2xa-zulZx7fJYTVTOs76CjGJU_e4V8e0,13937
|
492
|
-
tencentcloud/dcdb/v20180411/models.py,sha256=
|
492
|
+
tencentcloud/dcdb/v20180411/models.py,sha256=FV0r4jSdQOaGc2oj7gLcXha1sjxDRa2mjxOJRFFSQ9o,412422
|
493
493
|
tencentcloud/dlc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
494
494
|
tencentcloud/dlc/v20210125/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
495
495
|
tencentcloud/dlc/v20210125/dlc_client.py,sha256=46wwFjbAP1uptBjXmLWhWWcLx9upgs861Az_jb7mUac,130623
|
@@ -533,7 +533,7 @@ tencentcloud/dts/v20180330/models.py,sha256=_iGh53EnwQGviiKY_gl2UuSn2ock8gt05x6H
|
|
533
533
|
tencentcloud/dts/v20211206/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
534
534
|
tencentcloud/dts/v20211206/dts_client.py,sha256=DPf0AzipPg2BQd_F-UsRu7oaC58PwqFmoliaeqXd-7k,72464
|
535
535
|
tencentcloud/dts/v20211206/errorcodes.py,sha256=Ue-85F9ASELbd_DRxAfSKgOAvzzZ79YkM_4Hn6H390E,7145
|
536
|
-
tencentcloud/dts/v20211206/models.py,sha256=
|
536
|
+
tencentcloud/dts/v20211206/models.py,sha256=Mwv3xkAlJCnxd2Aku1qYcTAd3KBWvYptK4jiSfuJeFQ,510743
|
537
537
|
tencentcloud/eb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
538
538
|
tencentcloud/eb/v20210416/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
539
539
|
tencentcloud/eb/v20210416/eb_client.py,sha256=v5KJ7GSj5juUeJ-88eqlLkIaOV_e0d1UUwoxDUUrfsI,28519
|
@@ -582,7 +582,7 @@ tencentcloud/ess/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
582
582
|
tencentcloud/ess/v20201111/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
583
583
|
tencentcloud/ess/v20201111/errorcodes.py,sha256=2n89U4czb0w4J8VyN7uMdYmbK8tGlK8nJHuVZbGrKRg,25736
|
584
584
|
tencentcloud/ess/v20201111/ess_client.py,sha256=wteD0ioGncI-Sf91cYLVGHRM4SZnF5mb4qPAxb_MDos,142460
|
585
|
-
tencentcloud/ess/v20201111/models.py,sha256=
|
585
|
+
tencentcloud/ess/v20201111/models.py,sha256=LeiaeyGFcjZ5qYQiaSU4QvKYjv8TkQhxn28D3xT4CB8,843215
|
586
586
|
tencentcloud/essbasic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
587
587
|
tencentcloud/essbasic/v20201222/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
588
588
|
tencentcloud/essbasic/v20201222/errorcodes.py,sha256=cZPs0vLmArRFQoZqxM4alb0WeBF9f0V0IHmt65dUdxs,5392
|
@@ -591,7 +591,7 @@ tencentcloud/essbasic/v20201222/models.py,sha256=Q2E6jmVT1emRziwRN-qj8XpdzpxvqqH
|
|
591
591
|
tencentcloud/essbasic/v20210526/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
592
592
|
tencentcloud/essbasic/v20210526/errorcodes.py,sha256=L1_0J4AOPtBTgtVqauXq0aVisXRe03bOUWFB0QCnXRs,18219
|
593
593
|
tencentcloud/essbasic/v20210526/essbasic_client.py,sha256=nsdLmeEn2-mMcxGUJSB3rStPb3AtwOx7OcKbelwkf0k,139508
|
594
|
-
tencentcloud/essbasic/v20210526/models.py,sha256=
|
594
|
+
tencentcloud/essbasic/v20210526/models.py,sha256=kn0XznZ1ILT-F7VQtfVD0k5cDfDTPrXu-r4Re2Wucew,756890
|
595
595
|
tencentcloud/facefusion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
596
596
|
tencentcloud/facefusion/v20181201/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
597
597
|
tencentcloud/facefusion/v20181201/errorcodes.py,sha256=v269JghsRzIpaQbiHgyqn8wKNfvjYkVM7SjaPBRQYPs,5731
|
@@ -618,9 +618,9 @@ tencentcloud/ft/v20200304/ft_client.py,sha256=hjlRKEVoE5XkgVqEOGih6mrUYaSu09ZFZZ
|
|
618
618
|
tencentcloud/ft/v20200304/models.py,sha256=jX3bbUwjAj8HmvbfnAxtexgH8Bp3KAuYLZufC1X_EeE,30186
|
619
619
|
tencentcloud/gaap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
620
620
|
tencentcloud/gaap/v20180529/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
621
|
-
tencentcloud/gaap/v20180529/errorcodes.py,sha256=
|
622
|
-
tencentcloud/gaap/v20180529/gaap_client.py,sha256=
|
623
|
-
tencentcloud/gaap/v20180529/models.py,sha256=
|
621
|
+
tencentcloud/gaap/v20180529/errorcodes.py,sha256=qk-KaiI1kEiGerIVTRHMVR8BbFqWbxcmjGrIrwbZ24g,12001
|
622
|
+
tencentcloud/gaap/v20180529/gaap_client.py,sha256=qvuwZSMi0RxF6SyIJTHQEllAuIU5g0N2dpp9E_gZihA,102467
|
623
|
+
tencentcloud/gaap/v20180529/models.py,sha256=YrisuZv_WyeTLWFGGPZBJSdfpMJr2DIzxYjqyGKDNpw,534680
|
624
624
|
tencentcloud/gme/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
625
625
|
tencentcloud/gme/v20180711/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
626
626
|
tencentcloud/gme/v20180711/errorcodes.py,sha256=aIrSO9oCDPXRGIYPAO7dI22ySSPrXvr5bUhKY6m5Jzg,4026
|
@@ -712,8 +712,8 @@ tencentcloud/ims/v20200713/ims_client.py,sha256=iljCH0YipwS9RPEYx7IV1LbKBqT6Jzqh
|
|
712
712
|
tencentcloud/ims/v20200713/models.py,sha256=RCaTnUBvds3g08IxwW2LPNY55ETMlNOuRwvtJaE2ZRc,47176
|
713
713
|
tencentcloud/ims/v20201229/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
714
714
|
tencentcloud/ims/v20201229/errorcodes.py,sha256=AEhyX1aEzCXHdY6LTWIlJGSSrvG8qK-2JwiuUxEADhI,3752
|
715
|
-
tencentcloud/ims/v20201229/ims_client.py,sha256=
|
716
|
-
tencentcloud/ims/v20201229/models.py,sha256=
|
715
|
+
tencentcloud/ims/v20201229/ims_client.py,sha256=hZlYRHFUMzKxBC_JD5mjeMOXnB-JHNBttTrXiEawr7I,8707
|
716
|
+
tencentcloud/ims/v20201229/models.py,sha256=QdOuHOScrsDgfXtjb_D878RoiklA6iSvB5WmlC3l2ME,64809
|
717
717
|
tencentcloud/ioa/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
718
718
|
tencentcloud/ioa/v20220601/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
719
719
|
tencentcloud/ioa/v20220601/errorcodes.py,sha256=3XQCG3vNzeNh0XqfrBNRD2mymAl_3yfbr9Lp0_mk3Dk,1272
|
@@ -829,7 +829,7 @@ tencentcloud/mariadb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
|
|
829
829
|
tencentcloud/mariadb/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
830
830
|
tencentcloud/mariadb/v20170312/errorcodes.py,sha256=M7HOKpKP3JMhzHL6wL5lb_qX0dXSx2p-XJubvKtYsPI,14932
|
831
831
|
tencentcloud/mariadb/v20170312/mariadb_client.py,sha256=O9r0qhy5sOK3sHX2S_ULQA-ydzth6IQt5wiGBAvyemU,72093
|
832
|
-
tencentcloud/mariadb/v20170312/models.py,sha256=
|
832
|
+
tencentcloud/mariadb/v20170312/models.py,sha256=ikAoxuqNg4PvX1Orq-RSWtH4eWCsAJynV58lwnG8ICM,371236
|
833
833
|
tencentcloud/market/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
834
834
|
tencentcloud/market/v20191010/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
835
835
|
tencentcloud/market/v20191010/errorcodes.py,sha256=G69o8BRK65e_rfy58tPHFEdyIbZTLuBuF17ekweu_OY,941
|
@@ -871,7 +871,7 @@ tencentcloud/mongodb/v20190725/mongodb_client.py,sha256=GQ2lrg1eSmxXQe7DqgY1IBni
|
|
871
871
|
tencentcloud/monitor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
872
872
|
tencentcloud/monitor/v20180724/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
873
873
|
tencentcloud/monitor/v20180724/errorcodes.py,sha256=dukIL6njXDrTpTbojusf4bCgdQtN8E69_kYRXrsrpuU,10438
|
874
|
-
tencentcloud/monitor/v20180724/models.py,sha256=
|
874
|
+
tencentcloud/monitor/v20180724/models.py,sha256=LUnswLWisXy3gLkdkmmoX_5CLWd3_m-dC8ZVmRnhzLo,948712
|
875
875
|
tencentcloud/monitor/v20180724/monitor_client.py,sha256=PHTH0tsfY7lrvgf0gJYLuTjx0xoUWLPu11AfOIp6mOw,153764
|
876
876
|
tencentcloud/mps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
877
877
|
tencentcloud/mps/v20190612/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -916,8 +916,8 @@ tencentcloud/oceanus/v20190422/oceanus_client.py,sha256=WrNxEBxvdzq4OBK9Zd8H3uLJ
|
|
916
916
|
tencentcloud/ocr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
917
917
|
tencentcloud/ocr/v20181119/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
918
918
|
tencentcloud/ocr/v20181119/errorcodes.py,sha256=zB_fK0zPn6XUMFcH7nmaLeonyqUHqu0m9CZrX8yb6pE,6678
|
919
|
-
tencentcloud/ocr/v20181119/models.py,sha256=
|
920
|
-
tencentcloud/ocr/v20181119/ocr_client.py,sha256=
|
919
|
+
tencentcloud/ocr/v20181119/models.py,sha256=ivTiuFSmJNtKmRGaBNyyASROawd63yO9C8kd2DTkpVg,957237
|
920
|
+
tencentcloud/ocr/v20181119/ocr_client.py,sha256=L59aeSMFvA9phm0DpsSh6GVeYRCq7EEVaYw9nor0H3A,117940
|
921
921
|
tencentcloud/omics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
922
922
|
tencentcloud/omics/v20221128/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
923
923
|
tencentcloud/omics/v20221128/errorcodes.py,sha256=UT5fVDRzRbNl7KiCWizmn26g7qYjWaLvcSVIt2VknhE,4545
|
@@ -931,7 +931,7 @@ tencentcloud/organization/v20181225/organization_client.py,sha256=-SJphXgr5hcVBf
|
|
931
931
|
tencentcloud/organization/v20210331/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
932
932
|
tencentcloud/organization/v20210331/errorcodes.py,sha256=t7fTOge2c87PKPN1OPJ3YiQFFrQfbTryOIU5o3hzQ1w,22345
|
933
933
|
tencentcloud/organization/v20210331/models.py,sha256=Bs8LblWeTT-yAklbKj-FOBmfqlvAnY0C1h5pgBwNw9E,260983
|
934
|
-
tencentcloud/organization/v20210331/organization_client.py,sha256=
|
934
|
+
tencentcloud/organization/v20210331/organization_client.py,sha256=RDZ2IApfNWN-S-IyKZh7fu_mP0-HvyJrYUsmDYTztHo,60503
|
935
935
|
tencentcloud/partners/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
936
936
|
tencentcloud/partners/v20180321/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
937
937
|
tencentcloud/partners/v20180321/errorcodes.py,sha256=RyvWd0w7mRvVZABn_tVqhVu5JSTCI_akA9CTQF-mwr8,885
|
@@ -1168,7 +1168,7 @@ tencentcloud/tdid/v20210519/tdid_client.py,sha256=nTHt8tIF2WuMpbKGSnnfszByV3y_IN
|
|
1168
1168
|
tencentcloud/tdmq/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1169
1169
|
tencentcloud/tdmq/v20200217/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1170
1170
|
tencentcloud/tdmq/v20200217/errorcodes.py,sha256=8OLUan0wWwlkMMoDlI_hu5I-Gzc0DLKarmuKGIv3UOg,10477
|
1171
|
-
tencentcloud/tdmq/v20200217/models.py,sha256=
|
1171
|
+
tencentcloud/tdmq/v20200217/models.py,sha256=CWXILJ0uwhm_SsGyfGGGRtaabcHw2Hh_gGQOTxxXoqg,874259
|
1172
1172
|
tencentcloud/tdmq/v20200217/tdmq_client.py,sha256=gswopEWhDF4CobQz04igMHOLNOS9mtgtWI3Sufy-21U,130595
|
1173
1173
|
tencentcloud/tds/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1174
1174
|
tencentcloud/tds/v20220801/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -1190,8 +1190,8 @@ tencentcloud/teo/v20220106/errorcodes.py,sha256=U50jAXsv4h-RSakGjtX_2WbKbjWcmoNk
|
|
1190
1190
|
tencentcloud/teo/v20220106/models.py,sha256=rkriO1NNqjyJntfd99ifhT61-9R0muvljDfSWqv5hGA,39297
|
1191
1191
|
tencentcloud/teo/v20220106/teo_client.py,sha256=zKdu8PLL0kN-RRe1XGMwbrcaYtB_Ou7Z6YXb50_K2Gc,5399
|
1192
1192
|
tencentcloud/teo/v20220901/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1193
|
-
tencentcloud/teo/v20220901/errorcodes.py,sha256=
|
1194
|
-
tencentcloud/teo/v20220901/models.py,sha256=
|
1193
|
+
tencentcloud/teo/v20220901/errorcodes.py,sha256=NSHogho8uTREBAPzAWHCBa4sgiC0yGXi-WFJxhcN9xQ,48459
|
1194
|
+
tencentcloud/teo/v20220901/models.py,sha256=Oz74_6C16KdQdGkbfw6Qe9ZPheZRy83jz83E8BzSdWA,854797
|
1195
1195
|
tencentcloud/teo/v20220901/teo_client.py,sha256=N-o1Vt9Qpkr26ROBazDppmut7ltdkmCywy6DiCq8zLk,106588
|
1196
1196
|
tencentcloud/thpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1197
1197
|
tencentcloud/thpc/v20211109/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -1383,7 +1383,7 @@ tencentcloud/vod/v20180717/vod_client.py,sha256=1f9TJRUkLifoUNRwCK4Y0c4j6vYCBTZz
|
|
1383
1383
|
tencentcloud/vpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1384
1384
|
tencentcloud/vpc/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1385
1385
|
tencentcloud/vpc/v20170312/errorcodes.py,sha256=6R__64ZGW9iFzbJG8guFGCTezQZCWW7caF0BWL4wkyk,49235
|
1386
|
-
tencentcloud/vpc/v20170312/models.py,sha256=
|
1386
|
+
tencentcloud/vpc/v20170312/models.py,sha256=8F3PoBoEQPTz3MnOdzY2emo1f8yGMI80U952_pxuZcA,1519042
|
1387
1387
|
tencentcloud/vpc/v20170312/vpc_client.py,sha256=2L3KM7u8cPOTUN6jKhjnHTvWkFxkGeyo9QUao8TSNfw,364879
|
1388
1388
|
tencentcloud/vrs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1389
1389
|
tencentcloud/vrs/v20200824/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -1444,8 +1444,8 @@ tencentcloud/yunsou/v20191115/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
1444
1444
|
tencentcloud/yunsou/v20191115/errorcodes.py,sha256=zB4-XPxmvEhgHoLsKlbayJVRLEagPDcs-UAheVZCoAc,1301
|
1445
1445
|
tencentcloud/yunsou/v20191115/models.py,sha256=sNTR9ixO8CV9yKQahrhOsEJlxOK5d7aXBoIBIPxfJsQ,23137
|
1446
1446
|
tencentcloud/yunsou/v20191115/yunsou_client.py,sha256=ly73Hr8rGamWa6AAvQjurKgd4L83PRY5WjcDv4ziQC8,2741
|
1447
|
-
tencentcloud_sdk_python-3.0.
|
1448
|
-
tencentcloud_sdk_python-3.0.
|
1449
|
-
tencentcloud_sdk_python-3.0.
|
1450
|
-
tencentcloud_sdk_python-3.0.
|
1451
|
-
tencentcloud_sdk_python-3.0.
|
1447
|
+
tencentcloud_sdk_python-3.0.1181.dist-info/LICENSE,sha256=AJyIQ6mPzTpsFn6i0cG6OPVdhJ85l_mfdoOR7J4DnRw,11351
|
1448
|
+
tencentcloud_sdk_python-3.0.1181.dist-info/METADATA,sha256=5csIbaJQhT900js6cd_yaHylLvLKw3IlRghKddlXFVc,1511
|
1449
|
+
tencentcloud_sdk_python-3.0.1181.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
1450
|
+
tencentcloud_sdk_python-3.0.1181.dist-info/top_level.txt,sha256=7kItXWSGlPDkhHTt2qPSt8zrlsPHLfRofR1QJo6eV_A,23
|
1451
|
+
tencentcloud_sdk_python-3.0.1181.dist-info/RECORD,,
|
{tencentcloud_sdk_python-3.0.1180.dist-info → tencentcloud_sdk_python-3.0.1181.dist-info}/LICENSE
RENAMED
File without changes
|
{tencentcloud_sdk_python-3.0.1180.dist-info → tencentcloud_sdk_python-3.0.1181.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|