tencentcloud-sdk-python-cynosdb 3.0.1416__py2.py3-none-any.whl → 3.0.1428__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-cynosdb might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +23 -0
- tencentcloud/cynosdb/v20190107/errorcodes.py +12 -0
- tencentcloud/cynosdb/v20190107/models.py +231 -0
- {tencentcloud_sdk_python_cynosdb-3.0.1416.dist-info → tencentcloud_sdk_python_cynosdb-3.0.1428.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_cynosdb-3.0.1428.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_cynosdb-3.0.1416.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_cynosdb-3.0.1416.dist-info → tencentcloud_sdk_python_cynosdb-3.0.1428.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_cynosdb-3.0.1416.dist-info → tencentcloud_sdk_python_cynosdb-3.0.1428.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -3384,6 +3384,29 @@ class CynosdbClient(AbstractClient):
|
|
|
3384
3384
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3385
3385
|
|
|
3386
3386
|
|
|
3387
|
+
def ReplayInstanceAuditLog(self, request):
|
|
3388
|
+
"""回放实例审计日志
|
|
3389
|
+
|
|
3390
|
+
:param request: Request instance for ReplayInstanceAuditLog.
|
|
3391
|
+
:type request: :class:`tencentcloud.cynosdb.v20190107.models.ReplayInstanceAuditLogRequest`
|
|
3392
|
+
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.ReplayInstanceAuditLogResponse`
|
|
3393
|
+
|
|
3394
|
+
"""
|
|
3395
|
+
try:
|
|
3396
|
+
params = request._serialize()
|
|
3397
|
+
headers = request.headers
|
|
3398
|
+
body = self.call("ReplayInstanceAuditLog", params, headers=headers)
|
|
3399
|
+
response = json.loads(body)
|
|
3400
|
+
model = models.ReplayInstanceAuditLogResponse()
|
|
3401
|
+
model._deserialize(response["Response"])
|
|
3402
|
+
return model
|
|
3403
|
+
except Exception as e:
|
|
3404
|
+
if isinstance(e, TencentCloudSDKException):
|
|
3405
|
+
raise
|
|
3406
|
+
else:
|
|
3407
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3408
|
+
|
|
3409
|
+
|
|
3387
3410
|
def ResetAccountPassword(self, request):
|
|
3388
3411
|
"""本接口(ResetAccountPassword)用于修改数据库账号密码。
|
|
3389
3412
|
|
|
@@ -266,6 +266,9 @@ MISSINGPARAMETER = 'MissingParameter'
|
|
|
266
266
|
# 审计日志文件数超过最大限制数
|
|
267
267
|
OPERATIONDENIED_AUDITFILEOVERQUOTAERROR = 'OperationDenied.AuditFileOverQuotaError'
|
|
268
268
|
|
|
269
|
+
# 实例{{1}}审计日志关闭状态,暂无法操作。
|
|
270
|
+
OPERATIONDENIED_AUDITLOGCLOSEDERROR = 'OperationDenied.AuditLogClosedError'
|
|
271
|
+
|
|
269
272
|
# 审计规则不存在
|
|
270
273
|
OPERATIONDENIED_AUDITPOLICYNOTEXISTERROR = 'OperationDenied.AuditPolicyNotExistError'
|
|
271
274
|
|
|
@@ -281,6 +284,9 @@ OPERATIONDENIED_CLUSTEROPNOTALLOWEDERROR = 'OperationDenied.ClusterOpNotAllowedE
|
|
|
281
284
|
# 集群当前状态不允许该操作。
|
|
282
285
|
OPERATIONDENIED_CLUSTERSTATUSDENIEDERROR = 'OperationDenied.ClusterStatusDeniedError'
|
|
283
286
|
|
|
287
|
+
# 功能{{1}}暂不支持
|
|
288
|
+
OPERATIONDENIED_FEATURENOTSUPPORTERROR = 'OperationDenied.FeatureNotSupportError'
|
|
289
|
+
|
|
284
290
|
# 获取proxy失败
|
|
285
291
|
OPERATIONDENIED_GETPROXYGROUPFAILEDERROR = 'OperationDenied.GetProxyGroupFailedError'
|
|
286
292
|
|
|
@@ -296,9 +302,15 @@ OPERATIONDENIED_INSTANCESTATUSLIMITERROR = 'OperationDenied.InstanceStatusLimitE
|
|
|
296
302
|
# 账号余额不足。
|
|
297
303
|
OPERATIONDENIED_INSUFFICIENTBALANCEERROR = 'OperationDenied.InsufficientBalanceError'
|
|
298
304
|
|
|
305
|
+
# 不是{{1}}的回档集群
|
|
306
|
+
OPERATIONDENIED_ISNOTROLLBACKCLUSTERERROR = 'OperationDenied.IsNotRollbackClusterError'
|
|
307
|
+
|
|
299
308
|
# 响应大小超限制:{{1}}, 请减少查询数量。
|
|
300
309
|
OPERATIONDENIED_LENGTHOVERLIMIT = 'OperationDenied.LengthOverLimit'
|
|
301
310
|
|
|
311
|
+
# 非{{1}}天内{{2}}的克隆集群。
|
|
312
|
+
OPERATIONDENIED_LIMITDAYFORAUDITREPLAYERROR = 'OperationDenied.LimitDayForAuditReplayError'
|
|
313
|
+
|
|
302
314
|
# 您没有权限操作该资源(进行该操作)。
|
|
303
315
|
OPERATIONDENIED_OPERATIONDENIEDERROR = 'OperationDenied.OperationDeniedError'
|
|
304
316
|
|
|
@@ -428,10 +428,13 @@ class AddClusterSlaveZoneRequest(AbstractModel):
|
|
|
428
428
|
:type SlaveZone: str
|
|
429
429
|
:param _BinlogSyncWay: binlog同步方式。默认值:async。可选值:sync、semisync、async
|
|
430
430
|
:type BinlogSyncWay: str
|
|
431
|
+
:param _SemiSyncTimeout: 半同步超时时间,单位ms。为保证业务稳定性,半同步复制存在退化逻辑,当主可用区集群在等待备可用区集群确认事务时若超过该超时时间,复制方式将降为异步复制。最低设置为1000ms,最高支持4294967295ms,默认10000ms。
|
|
432
|
+
:type SemiSyncTimeout: int
|
|
431
433
|
"""
|
|
432
434
|
self._ClusterId = None
|
|
433
435
|
self._SlaveZone = None
|
|
434
436
|
self._BinlogSyncWay = None
|
|
437
|
+
self._SemiSyncTimeout = None
|
|
435
438
|
|
|
436
439
|
@property
|
|
437
440
|
def ClusterId(self):
|
|
@@ -466,11 +469,23 @@ class AddClusterSlaveZoneRequest(AbstractModel):
|
|
|
466
469
|
def BinlogSyncWay(self, BinlogSyncWay):
|
|
467
470
|
self._BinlogSyncWay = BinlogSyncWay
|
|
468
471
|
|
|
472
|
+
@property
|
|
473
|
+
def SemiSyncTimeout(self):
|
|
474
|
+
"""半同步超时时间,单位ms。为保证业务稳定性,半同步复制存在退化逻辑,当主可用区集群在等待备可用区集群确认事务时若超过该超时时间,复制方式将降为异步复制。最低设置为1000ms,最高支持4294967295ms,默认10000ms。
|
|
475
|
+
:rtype: int
|
|
476
|
+
"""
|
|
477
|
+
return self._SemiSyncTimeout
|
|
478
|
+
|
|
479
|
+
@SemiSyncTimeout.setter
|
|
480
|
+
def SemiSyncTimeout(self, SemiSyncTimeout):
|
|
481
|
+
self._SemiSyncTimeout = SemiSyncTimeout
|
|
482
|
+
|
|
469
483
|
|
|
470
484
|
def _deserialize(self, params):
|
|
471
485
|
self._ClusterId = params.get("ClusterId")
|
|
472
486
|
self._SlaveZone = params.get("SlaveZone")
|
|
473
487
|
self._BinlogSyncWay = params.get("BinlogSyncWay")
|
|
488
|
+
self._SemiSyncTimeout = params.get("SemiSyncTimeout")
|
|
474
489
|
memeber_set = set(params.keys())
|
|
475
490
|
for name, value in vars(self).items():
|
|
476
491
|
property_name = name[1:]
|
|
@@ -27507,11 +27522,14 @@ class ModifyClusterSlaveZoneRequest(AbstractModel):
|
|
|
27507
27522
|
:type NewSlaveZone: str
|
|
27508
27523
|
:param _BinlogSyncWay: binlog同步方式。默认值:async。可选值:sync、semisync、async
|
|
27509
27524
|
:type BinlogSyncWay: str
|
|
27525
|
+
:param _SemiSyncTimeout: 半同步超时时间,单位ms。为保证业务稳定性,半同步复制存在退化逻辑,当主可用区集群在等待备可用区集群确认事务时若超过该超时时间,复制方式将降为异步复制。最低设置为1000ms,最高支持4294967295ms,默认10000ms。
|
|
27526
|
+
:type SemiSyncTimeout: int
|
|
27510
27527
|
"""
|
|
27511
27528
|
self._ClusterId = None
|
|
27512
27529
|
self._OldSlaveZone = None
|
|
27513
27530
|
self._NewSlaveZone = None
|
|
27514
27531
|
self._BinlogSyncWay = None
|
|
27532
|
+
self._SemiSyncTimeout = None
|
|
27515
27533
|
|
|
27516
27534
|
@property
|
|
27517
27535
|
def ClusterId(self):
|
|
@@ -27557,12 +27575,24 @@ class ModifyClusterSlaveZoneRequest(AbstractModel):
|
|
|
27557
27575
|
def BinlogSyncWay(self, BinlogSyncWay):
|
|
27558
27576
|
self._BinlogSyncWay = BinlogSyncWay
|
|
27559
27577
|
|
|
27578
|
+
@property
|
|
27579
|
+
def SemiSyncTimeout(self):
|
|
27580
|
+
"""半同步超时时间,单位ms。为保证业务稳定性,半同步复制存在退化逻辑,当主可用区集群在等待备可用区集群确认事务时若超过该超时时间,复制方式将降为异步复制。最低设置为1000ms,最高支持4294967295ms,默认10000ms。
|
|
27581
|
+
:rtype: int
|
|
27582
|
+
"""
|
|
27583
|
+
return self._SemiSyncTimeout
|
|
27584
|
+
|
|
27585
|
+
@SemiSyncTimeout.setter
|
|
27586
|
+
def SemiSyncTimeout(self, SemiSyncTimeout):
|
|
27587
|
+
self._SemiSyncTimeout = SemiSyncTimeout
|
|
27588
|
+
|
|
27560
27589
|
|
|
27561
27590
|
def _deserialize(self, params):
|
|
27562
27591
|
self._ClusterId = params.get("ClusterId")
|
|
27563
27592
|
self._OldSlaveZone = params.get("OldSlaveZone")
|
|
27564
27593
|
self._NewSlaveZone = params.get("NewSlaveZone")
|
|
27565
27594
|
self._BinlogSyncWay = params.get("BinlogSyncWay")
|
|
27595
|
+
self._SemiSyncTimeout = params.get("SemiSyncTimeout")
|
|
27566
27596
|
memeber_set = set(params.keys())
|
|
27567
27597
|
for name, value in vars(self).items():
|
|
27568
27598
|
property_name = name[1:]
|
|
@@ -34915,6 +34945,192 @@ class RenewClustersResponse(AbstractModel):
|
|
|
34915
34945
|
self._RequestId = params.get("RequestId")
|
|
34916
34946
|
|
|
34917
34947
|
|
|
34948
|
+
class ReplayInstanceAuditLogRequest(AbstractModel):
|
|
34949
|
+
"""ReplayInstanceAuditLog请求参数结构体
|
|
34950
|
+
|
|
34951
|
+
"""
|
|
34952
|
+
|
|
34953
|
+
def __init__(self):
|
|
34954
|
+
r"""
|
|
34955
|
+
:param _SourceClusterId: 源集群id
|
|
34956
|
+
:type SourceClusterId: str
|
|
34957
|
+
:param _SourceInstanceId: 源实例id
|
|
34958
|
+
:type SourceInstanceId: str
|
|
34959
|
+
:param _TargetClusterId: 目标集群id
|
|
34960
|
+
目标集群必须为原始集群三天内克隆出的集群。
|
|
34961
|
+
:type TargetClusterId: str
|
|
34962
|
+
:param _TargetInstanceId: 目标实例id
|
|
34963
|
+
:type TargetInstanceId: str
|
|
34964
|
+
:param _TargetUserName: 用户名.需要host为%的用户名
|
|
34965
|
+
:type TargetUserName: str
|
|
34966
|
+
:param _TargetPassword: 密码
|
|
34967
|
+
:type TargetPassword: str
|
|
34968
|
+
:param _StartTime: 开始时间。时间格式为:yyyy-DD-mm hh:mm:ss
|
|
34969
|
+
:type StartTime: str
|
|
34970
|
+
:param _EndTime: 结束时间。时间格式为:yyyy-DD-mm hh:mm:ss
|
|
34971
|
+
:type EndTime: str
|
|
34972
|
+
"""
|
|
34973
|
+
self._SourceClusterId = None
|
|
34974
|
+
self._SourceInstanceId = None
|
|
34975
|
+
self._TargetClusterId = None
|
|
34976
|
+
self._TargetInstanceId = None
|
|
34977
|
+
self._TargetUserName = None
|
|
34978
|
+
self._TargetPassword = None
|
|
34979
|
+
self._StartTime = None
|
|
34980
|
+
self._EndTime = None
|
|
34981
|
+
|
|
34982
|
+
@property
|
|
34983
|
+
def SourceClusterId(self):
|
|
34984
|
+
"""源集群id
|
|
34985
|
+
:rtype: str
|
|
34986
|
+
"""
|
|
34987
|
+
return self._SourceClusterId
|
|
34988
|
+
|
|
34989
|
+
@SourceClusterId.setter
|
|
34990
|
+
def SourceClusterId(self, SourceClusterId):
|
|
34991
|
+
self._SourceClusterId = SourceClusterId
|
|
34992
|
+
|
|
34993
|
+
@property
|
|
34994
|
+
def SourceInstanceId(self):
|
|
34995
|
+
"""源实例id
|
|
34996
|
+
:rtype: str
|
|
34997
|
+
"""
|
|
34998
|
+
return self._SourceInstanceId
|
|
34999
|
+
|
|
35000
|
+
@SourceInstanceId.setter
|
|
35001
|
+
def SourceInstanceId(self, SourceInstanceId):
|
|
35002
|
+
self._SourceInstanceId = SourceInstanceId
|
|
35003
|
+
|
|
35004
|
+
@property
|
|
35005
|
+
def TargetClusterId(self):
|
|
35006
|
+
"""目标集群id
|
|
35007
|
+
目标集群必须为原始集群三天内克隆出的集群。
|
|
35008
|
+
:rtype: str
|
|
35009
|
+
"""
|
|
35010
|
+
return self._TargetClusterId
|
|
35011
|
+
|
|
35012
|
+
@TargetClusterId.setter
|
|
35013
|
+
def TargetClusterId(self, TargetClusterId):
|
|
35014
|
+
self._TargetClusterId = TargetClusterId
|
|
35015
|
+
|
|
35016
|
+
@property
|
|
35017
|
+
def TargetInstanceId(self):
|
|
35018
|
+
"""目标实例id
|
|
35019
|
+
:rtype: str
|
|
35020
|
+
"""
|
|
35021
|
+
return self._TargetInstanceId
|
|
35022
|
+
|
|
35023
|
+
@TargetInstanceId.setter
|
|
35024
|
+
def TargetInstanceId(self, TargetInstanceId):
|
|
35025
|
+
self._TargetInstanceId = TargetInstanceId
|
|
35026
|
+
|
|
35027
|
+
@property
|
|
35028
|
+
def TargetUserName(self):
|
|
35029
|
+
"""用户名.需要host为%的用户名
|
|
35030
|
+
:rtype: str
|
|
35031
|
+
"""
|
|
35032
|
+
return self._TargetUserName
|
|
35033
|
+
|
|
35034
|
+
@TargetUserName.setter
|
|
35035
|
+
def TargetUserName(self, TargetUserName):
|
|
35036
|
+
self._TargetUserName = TargetUserName
|
|
35037
|
+
|
|
35038
|
+
@property
|
|
35039
|
+
def TargetPassword(self):
|
|
35040
|
+
"""密码
|
|
35041
|
+
:rtype: str
|
|
35042
|
+
"""
|
|
35043
|
+
return self._TargetPassword
|
|
35044
|
+
|
|
35045
|
+
@TargetPassword.setter
|
|
35046
|
+
def TargetPassword(self, TargetPassword):
|
|
35047
|
+
self._TargetPassword = TargetPassword
|
|
35048
|
+
|
|
35049
|
+
@property
|
|
35050
|
+
def StartTime(self):
|
|
35051
|
+
"""开始时间。时间格式为:yyyy-DD-mm hh:mm:ss
|
|
35052
|
+
:rtype: str
|
|
35053
|
+
"""
|
|
35054
|
+
return self._StartTime
|
|
35055
|
+
|
|
35056
|
+
@StartTime.setter
|
|
35057
|
+
def StartTime(self, StartTime):
|
|
35058
|
+
self._StartTime = StartTime
|
|
35059
|
+
|
|
35060
|
+
@property
|
|
35061
|
+
def EndTime(self):
|
|
35062
|
+
"""结束时间。时间格式为:yyyy-DD-mm hh:mm:ss
|
|
35063
|
+
:rtype: str
|
|
35064
|
+
"""
|
|
35065
|
+
return self._EndTime
|
|
35066
|
+
|
|
35067
|
+
@EndTime.setter
|
|
35068
|
+
def EndTime(self, EndTime):
|
|
35069
|
+
self._EndTime = EndTime
|
|
35070
|
+
|
|
35071
|
+
|
|
35072
|
+
def _deserialize(self, params):
|
|
35073
|
+
self._SourceClusterId = params.get("SourceClusterId")
|
|
35074
|
+
self._SourceInstanceId = params.get("SourceInstanceId")
|
|
35075
|
+
self._TargetClusterId = params.get("TargetClusterId")
|
|
35076
|
+
self._TargetInstanceId = params.get("TargetInstanceId")
|
|
35077
|
+
self._TargetUserName = params.get("TargetUserName")
|
|
35078
|
+
self._TargetPassword = params.get("TargetPassword")
|
|
35079
|
+
self._StartTime = params.get("StartTime")
|
|
35080
|
+
self._EndTime = params.get("EndTime")
|
|
35081
|
+
memeber_set = set(params.keys())
|
|
35082
|
+
for name, value in vars(self).items():
|
|
35083
|
+
property_name = name[1:]
|
|
35084
|
+
if property_name in memeber_set:
|
|
35085
|
+
memeber_set.remove(property_name)
|
|
35086
|
+
if len(memeber_set) > 0:
|
|
35087
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
35088
|
+
|
|
35089
|
+
|
|
35090
|
+
|
|
35091
|
+
class ReplayInstanceAuditLogResponse(AbstractModel):
|
|
35092
|
+
"""ReplayInstanceAuditLog返回参数结构体
|
|
35093
|
+
|
|
35094
|
+
"""
|
|
35095
|
+
|
|
35096
|
+
def __init__(self):
|
|
35097
|
+
r"""
|
|
35098
|
+
:param _TaskId: 任务id
|
|
35099
|
+
:type TaskId: int
|
|
35100
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
35101
|
+
:type RequestId: str
|
|
35102
|
+
"""
|
|
35103
|
+
self._TaskId = None
|
|
35104
|
+
self._RequestId = None
|
|
35105
|
+
|
|
35106
|
+
@property
|
|
35107
|
+
def TaskId(self):
|
|
35108
|
+
"""任务id
|
|
35109
|
+
:rtype: int
|
|
35110
|
+
"""
|
|
35111
|
+
return self._TaskId
|
|
35112
|
+
|
|
35113
|
+
@TaskId.setter
|
|
35114
|
+
def TaskId(self, TaskId):
|
|
35115
|
+
self._TaskId = TaskId
|
|
35116
|
+
|
|
35117
|
+
@property
|
|
35118
|
+
def RequestId(self):
|
|
35119
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
35120
|
+
:rtype: str
|
|
35121
|
+
"""
|
|
35122
|
+
return self._RequestId
|
|
35123
|
+
|
|
35124
|
+
@RequestId.setter
|
|
35125
|
+
def RequestId(self, RequestId):
|
|
35126
|
+
self._RequestId = RequestId
|
|
35127
|
+
|
|
35128
|
+
|
|
35129
|
+
def _deserialize(self, params):
|
|
35130
|
+
self._TaskId = params.get("TaskId")
|
|
35131
|
+
self._RequestId = params.get("RequestId")
|
|
35132
|
+
|
|
35133
|
+
|
|
34918
35134
|
class ResetAccountPasswordRequest(AbstractModel):
|
|
34919
35135
|
"""ResetAccountPassword请求参数结构体
|
|
34920
35136
|
|
|
@@ -38340,9 +38556,12 @@ class SlaveZoneAttrItem(AbstractModel):
|
|
|
38340
38556
|
:type Zone: str
|
|
38341
38557
|
:param _BinlogSyncWay: binlog同步方式
|
|
38342
38558
|
:type BinlogSyncWay: str
|
|
38559
|
+
:param _SemiSyncTimeout: 半同步超时时间,单位ms
|
|
38560
|
+
:type SemiSyncTimeout: int
|
|
38343
38561
|
"""
|
|
38344
38562
|
self._Zone = None
|
|
38345
38563
|
self._BinlogSyncWay = None
|
|
38564
|
+
self._SemiSyncTimeout = None
|
|
38346
38565
|
|
|
38347
38566
|
@property
|
|
38348
38567
|
def Zone(self):
|
|
@@ -38366,10 +38585,22 @@ class SlaveZoneAttrItem(AbstractModel):
|
|
|
38366
38585
|
def BinlogSyncWay(self, BinlogSyncWay):
|
|
38367
38586
|
self._BinlogSyncWay = BinlogSyncWay
|
|
38368
38587
|
|
|
38588
|
+
@property
|
|
38589
|
+
def SemiSyncTimeout(self):
|
|
38590
|
+
"""半同步超时时间,单位ms
|
|
38591
|
+
:rtype: int
|
|
38592
|
+
"""
|
|
38593
|
+
return self._SemiSyncTimeout
|
|
38594
|
+
|
|
38595
|
+
@SemiSyncTimeout.setter
|
|
38596
|
+
def SemiSyncTimeout(self, SemiSyncTimeout):
|
|
38597
|
+
self._SemiSyncTimeout = SemiSyncTimeout
|
|
38598
|
+
|
|
38369
38599
|
|
|
38370
38600
|
def _deserialize(self, params):
|
|
38371
38601
|
self._Zone = params.get("Zone")
|
|
38372
38602
|
self._BinlogSyncWay = params.get("BinlogSyncWay")
|
|
38603
|
+
self._SemiSyncTimeout = params.get("SemiSyncTimeout")
|
|
38373
38604
|
memeber_set = set(params.keys())
|
|
38374
38605
|
for name, value in vars(self).items():
|
|
38375
38606
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cynosdb
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1428
|
|
4
4
|
Summary: Tencent Cloud Cynosdb 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 (
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (<4.0.0,>=3.0.1428)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=VJy4KOQbRxxkQmY5wlDh_SeppOd7iu_ynNJpkfkd86g,631
|
|
2
|
+
tencentcloud/cynosdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tencentcloud/cynosdb/v20190107/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
tencentcloud/cynosdb/v20190107/cynosdb_client.py,sha256=Ogpkm9awKpVambiTL9GARjGyBtl3E0Zgc89A0cepZKg,159441
|
|
5
|
+
tencentcloud/cynosdb/v20190107/errorcodes.py,sha256=ZCz5ORFBdJ06UJgk1R5bEpMrKHsGQdaCfaRT2FhVTuM,14432
|
|
6
|
+
tencentcloud/cynosdb/v20190107/models.py,sha256=csF8-_5lOzaFxYS9YtHkHBMiPSVpWTdEBZqYtqeStO0,1199798
|
|
7
|
+
tencentcloud_sdk_python_cynosdb-3.0.1428.dist-info/METADATA,sha256=23rXr0bsQ3dpiZ_ckSab1212t7iTvphSeWxL5Y45P0k,1523
|
|
8
|
+
tencentcloud_sdk_python_cynosdb-3.0.1428.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_cynosdb-3.0.1428.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_cynosdb-3.0.1428.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=-3wPg6USRRdvHHmZ1D-kvX873GrUeYC1aT5yHZA0Mk0,631
|
|
2
|
-
tencentcloud/cynosdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tencentcloud/cynosdb/v20190107/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
tencentcloud/cynosdb/v20190107/cynosdb_client.py,sha256=027i5JacfPbYcZTGhrBNSRqsp5EOoh2oDEAJmaV-1PE,158528
|
|
5
|
-
tencentcloud/cynosdb/v20190107/errorcodes.py,sha256=AusZ6Aj1sRYc9ozzR_YEXHA9OofH2mzRLn9wwqYTsWk,13936
|
|
6
|
-
tencentcloud/cynosdb/v20190107/models.py,sha256=oaY5Ua1vi8r6eNwUwb4VR5suK-8dirgnZ-9vZcPXtBU,1191755
|
|
7
|
-
tencentcloud_sdk_python_cynosdb-3.0.1416.dist-info/METADATA,sha256=Tk2HX9RTj72RytJFTZIMHldOmPUT0TUSHn-AmbTZtPw,1516
|
|
8
|
-
tencentcloud_sdk_python_cynosdb-3.0.1416.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_cynosdb-3.0.1416.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_cynosdb-3.0.1416.dist-info/RECORD,,
|
|
File without changes
|