tencentcloud-sdk-python 3.0.1423__py2.py3-none-any.whl → 3.0.1424__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/ai3d/v20250513/models.py +2 -2
- tencentcloud/ccc/v20200210/models.py +2 -2
- tencentcloud/cdb/v20170320/models.py +4 -4
- tencentcloud/ctem/v20231128/ctem_client.py +92 -0
- tencentcloud/ctem/v20231128/models.py +2739 -1053
- tencentcloud/cwp/v20180228/models.py +15 -0
- tencentcloud/cynosdb/v20190107/models.py +45 -0
- tencentcloud/ess/v20201111/ess_client.py +52 -0
- tencentcloud/ess/v20201111/models.py +445 -0
- tencentcloud/iss/v20230517/models.py +4 -8
- tencentcloud/live/v20180801/models.py +591 -0
- tencentcloud/lkeap/v20240522/errorcodes.py +3 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +3 -0
- tencentcloud/lkeap/v20240522/models.py +190 -48
- tencentcloud/mongodb/v20190725/models.py +4 -2
- tencentcloud/monitor/v20180724/models.py +52 -6
- tencentcloud/mps/v20190612/models.py +576 -144
- tencentcloud/mps/v20190612/mps_client.py +26 -0
- tencentcloud/ocr/v20181119/models.py +42 -24
- tencentcloud/omics/v20221128/models.py +15 -0
- tencentcloud/teo/v20220901/models.py +7772 -5903
- tencentcloud/teo/v20220901/teo_client.py +322 -0
- tencentcloud/tione/v20211111/models.py +15 -0
- tencentcloud/vpc/v20170312/errorcodes.py +3 -0
- {tencentcloud_sdk_python-3.0.1423.dist-info → tencentcloud_sdk_python-3.0.1424.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1423.dist-info → tencentcloud_sdk_python-3.0.1424.dist-info}/RECORD +30 -30
- {tencentcloud_sdk_python-3.0.1423.dist-info → tencentcloud_sdk_python-3.0.1424.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1423.dist-info → tencentcloud_sdk_python-3.0.1424.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1423.dist-info → tencentcloud_sdk_python-3.0.1424.dist-info}/top_level.txt +0 -0
@@ -490,6 +490,75 @@ class TeoClient(AbstractClient):
|
|
490
490
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
491
491
|
|
492
492
|
|
493
|
+
def CreateMultiPathGateway(self, request):
|
494
|
+
"""通过本接口创建多通道安全加速网关,包括云上网关(腾讯云创建和管理的网关)和自有网关(用户部署的私有网关),需要通过接口 DescribeMultiPathGateway,查询状态为 online 即创建成功。
|
495
|
+
|
496
|
+
:param request: Request instance for CreateMultiPathGateway.
|
497
|
+
:type request: :class:`tencentcloud.teo.v20220901.models.CreateMultiPathGatewayRequest`
|
498
|
+
:rtype: :class:`tencentcloud.teo.v20220901.models.CreateMultiPathGatewayResponse`
|
499
|
+
|
500
|
+
"""
|
501
|
+
try:
|
502
|
+
params = request._serialize()
|
503
|
+
headers = request.headers
|
504
|
+
body = self.call("CreateMultiPathGateway", params, headers=headers)
|
505
|
+
response = json.loads(body)
|
506
|
+
model = models.CreateMultiPathGatewayResponse()
|
507
|
+
model._deserialize(response["Response"])
|
508
|
+
return model
|
509
|
+
except Exception as e:
|
510
|
+
if isinstance(e, TencentCloudSDKException):
|
511
|
+
raise
|
512
|
+
else:
|
513
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
514
|
+
|
515
|
+
|
516
|
+
def CreateMultiPathGatewayLine(self, request):
|
517
|
+
"""通过本接口创建接入多通道安全加速网关的线路。包括 EdgeOne 四层代理线路、自定义线路。
|
518
|
+
|
519
|
+
:param request: Request instance for CreateMultiPathGatewayLine.
|
520
|
+
:type request: :class:`tencentcloud.teo.v20220901.models.CreateMultiPathGatewayLineRequest`
|
521
|
+
:rtype: :class:`tencentcloud.teo.v20220901.models.CreateMultiPathGatewayLineResponse`
|
522
|
+
|
523
|
+
"""
|
524
|
+
try:
|
525
|
+
params = request._serialize()
|
526
|
+
headers = request.headers
|
527
|
+
body = self.call("CreateMultiPathGatewayLine", params, headers=headers)
|
528
|
+
response = json.loads(body)
|
529
|
+
model = models.CreateMultiPathGatewayLineResponse()
|
530
|
+
model._deserialize(response["Response"])
|
531
|
+
return model
|
532
|
+
except Exception as e:
|
533
|
+
if isinstance(e, TencentCloudSDKException):
|
534
|
+
raise
|
535
|
+
else:
|
536
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
537
|
+
|
538
|
+
|
539
|
+
def CreateMultiPathGatewaySecretKey(self, request):
|
540
|
+
"""通过本接口创建接入多通道安全加速网关的密钥,客户基于接入密钥签名接入多通道安全加速网关。每个站点下只有一个密钥,可用于接入该站点下的所有网关,可通过接口 DescribeMultiPathGatewaySecretKey 查询。
|
541
|
+
|
542
|
+
:param request: Request instance for CreateMultiPathGatewaySecretKey.
|
543
|
+
:type request: :class:`tencentcloud.teo.v20220901.models.CreateMultiPathGatewaySecretKeyRequest`
|
544
|
+
:rtype: :class:`tencentcloud.teo.v20220901.models.CreateMultiPathGatewaySecretKeyResponse`
|
545
|
+
|
546
|
+
"""
|
547
|
+
try:
|
548
|
+
params = request._serialize()
|
549
|
+
headers = request.headers
|
550
|
+
body = self.call("CreateMultiPathGatewaySecretKey", params, headers=headers)
|
551
|
+
response = json.loads(body)
|
552
|
+
model = models.CreateMultiPathGatewaySecretKeyResponse()
|
553
|
+
model._deserialize(response["Response"])
|
554
|
+
return model
|
555
|
+
except Exception as e:
|
556
|
+
if isinstance(e, TencentCloudSDKException):
|
557
|
+
raise
|
558
|
+
else:
|
559
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
560
|
+
|
561
|
+
|
493
562
|
def CreateOriginGroup(self, request):
|
494
563
|
"""创建源站组,以源站组的方式管理业务源站。此处配置的源站组可于**添加加速域名**和**四层代理**等功能中引用。
|
495
564
|
|
@@ -1051,6 +1120,52 @@ class TeoClient(AbstractClient):
|
|
1051
1120
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1052
1121
|
|
1053
1122
|
|
1123
|
+
def DeleteMultiPathGateway(self, request):
|
1124
|
+
"""通过本接口删除多通道安全加速网关,包括自有网关和云上网关。
|
1125
|
+
|
1126
|
+
:param request: Request instance for DeleteMultiPathGateway.
|
1127
|
+
:type request: :class:`tencentcloud.teo.v20220901.models.DeleteMultiPathGatewayRequest`
|
1128
|
+
:rtype: :class:`tencentcloud.teo.v20220901.models.DeleteMultiPathGatewayResponse`
|
1129
|
+
|
1130
|
+
"""
|
1131
|
+
try:
|
1132
|
+
params = request._serialize()
|
1133
|
+
headers = request.headers
|
1134
|
+
body = self.call("DeleteMultiPathGateway", params, headers=headers)
|
1135
|
+
response = json.loads(body)
|
1136
|
+
model = models.DeleteMultiPathGatewayResponse()
|
1137
|
+
model._deserialize(response["Response"])
|
1138
|
+
return model
|
1139
|
+
except Exception as e:
|
1140
|
+
if isinstance(e, TencentCloudSDKException):
|
1141
|
+
raise
|
1142
|
+
else:
|
1143
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1144
|
+
|
1145
|
+
|
1146
|
+
def DeleteMultiPathGatewayLine(self, request):
|
1147
|
+
"""通过本接口删除接入多通道安全加速网关的线路,仅自定义线路支持删除。
|
1148
|
+
|
1149
|
+
:param request: Request instance for DeleteMultiPathGatewayLine.
|
1150
|
+
:type request: :class:`tencentcloud.teo.v20220901.models.DeleteMultiPathGatewayLineRequest`
|
1151
|
+
:rtype: :class:`tencentcloud.teo.v20220901.models.DeleteMultiPathGatewayLineResponse`
|
1152
|
+
|
1153
|
+
"""
|
1154
|
+
try:
|
1155
|
+
params = request._serialize()
|
1156
|
+
headers = request.headers
|
1157
|
+
body = self.call("DeleteMultiPathGatewayLine", params, headers=headers)
|
1158
|
+
response = json.loads(body)
|
1159
|
+
model = models.DeleteMultiPathGatewayLineResponse()
|
1160
|
+
model._deserialize(response["Response"])
|
1161
|
+
return model
|
1162
|
+
except Exception as e:
|
1163
|
+
if isinstance(e, TencentCloudSDKException):
|
1164
|
+
raise
|
1165
|
+
else:
|
1166
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1167
|
+
|
1168
|
+
|
1054
1169
|
def DeleteOriginGroup(self, request):
|
1055
1170
|
"""删除源站组,若源站组仍然被服务(例如:四层代理,域名服务,负载均衡,规则引起)引用,将不允许删除。
|
1056
1171
|
|
@@ -1881,6 +1996,121 @@ class TeoClient(AbstractClient):
|
|
1881
1996
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1882
1997
|
|
1883
1998
|
|
1999
|
+
def DescribeMultiPathGateway(self, request):
|
2000
|
+
"""通过本接口查询多通道安全加速网关详情。如名称、网关 ID、IP、端口、类型等。
|
2001
|
+
|
2002
|
+
:param request: Request instance for DescribeMultiPathGateway.
|
2003
|
+
:type request: :class:`tencentcloud.teo.v20220901.models.DescribeMultiPathGatewayRequest`
|
2004
|
+
:rtype: :class:`tencentcloud.teo.v20220901.models.DescribeMultiPathGatewayResponse`
|
2005
|
+
|
2006
|
+
"""
|
2007
|
+
try:
|
2008
|
+
params = request._serialize()
|
2009
|
+
headers = request.headers
|
2010
|
+
body = self.call("DescribeMultiPathGateway", params, headers=headers)
|
2011
|
+
response = json.loads(body)
|
2012
|
+
model = models.DescribeMultiPathGatewayResponse()
|
2013
|
+
model._deserialize(response["Response"])
|
2014
|
+
return model
|
2015
|
+
except Exception as e:
|
2016
|
+
if isinstance(e, TencentCloudSDKException):
|
2017
|
+
raise
|
2018
|
+
else:
|
2019
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2020
|
+
|
2021
|
+
|
2022
|
+
def DescribeMultiPathGatewayLine(self, request):
|
2023
|
+
"""通过本接口查询接入多通道安全加速网关的线路。包括直连、EdgeOne 四层代理线路、自定义线路。
|
2024
|
+
|
2025
|
+
:param request: Request instance for DescribeMultiPathGatewayLine.
|
2026
|
+
:type request: :class:`tencentcloud.teo.v20220901.models.DescribeMultiPathGatewayLineRequest`
|
2027
|
+
:rtype: :class:`tencentcloud.teo.v20220901.models.DescribeMultiPathGatewayLineResponse`
|
2028
|
+
|
2029
|
+
"""
|
2030
|
+
try:
|
2031
|
+
params = request._serialize()
|
2032
|
+
headers = request.headers
|
2033
|
+
body = self.call("DescribeMultiPathGatewayLine", params, headers=headers)
|
2034
|
+
response = json.loads(body)
|
2035
|
+
model = models.DescribeMultiPathGatewayLineResponse()
|
2036
|
+
model._deserialize(response["Response"])
|
2037
|
+
return model
|
2038
|
+
except Exception as e:
|
2039
|
+
if isinstance(e, TencentCloudSDKException):
|
2040
|
+
raise
|
2041
|
+
else:
|
2042
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2043
|
+
|
2044
|
+
|
2045
|
+
def DescribeMultiPathGatewayRegions(self, request):
|
2046
|
+
"""通过本接口查询用户创建的多通道安全加速网关(云上网关)的可用地域列表。
|
2047
|
+
|
2048
|
+
:param request: Request instance for DescribeMultiPathGatewayRegions.
|
2049
|
+
:type request: :class:`tencentcloud.teo.v20220901.models.DescribeMultiPathGatewayRegionsRequest`
|
2050
|
+
:rtype: :class:`tencentcloud.teo.v20220901.models.DescribeMultiPathGatewayRegionsResponse`
|
2051
|
+
|
2052
|
+
"""
|
2053
|
+
try:
|
2054
|
+
params = request._serialize()
|
2055
|
+
headers = request.headers
|
2056
|
+
body = self.call("DescribeMultiPathGatewayRegions", params, headers=headers)
|
2057
|
+
response = json.loads(body)
|
2058
|
+
model = models.DescribeMultiPathGatewayRegionsResponse()
|
2059
|
+
model._deserialize(response["Response"])
|
2060
|
+
return model
|
2061
|
+
except Exception as e:
|
2062
|
+
if isinstance(e, TencentCloudSDKException):
|
2063
|
+
raise
|
2064
|
+
else:
|
2065
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2066
|
+
|
2067
|
+
|
2068
|
+
def DescribeMultiPathGatewaySecretKey(self, request):
|
2069
|
+
"""通过本接口查询接入多通道安全加速网关的密钥,客户基于接入密钥签名接入多通道安全加速网关。
|
2070
|
+
|
2071
|
+
:param request: Request instance for DescribeMultiPathGatewaySecretKey.
|
2072
|
+
:type request: :class:`tencentcloud.teo.v20220901.models.DescribeMultiPathGatewaySecretKeyRequest`
|
2073
|
+
:rtype: :class:`tencentcloud.teo.v20220901.models.DescribeMultiPathGatewaySecretKeyResponse`
|
2074
|
+
|
2075
|
+
"""
|
2076
|
+
try:
|
2077
|
+
params = request._serialize()
|
2078
|
+
headers = request.headers
|
2079
|
+
body = self.call("DescribeMultiPathGatewaySecretKey", params, headers=headers)
|
2080
|
+
response = json.loads(body)
|
2081
|
+
model = models.DescribeMultiPathGatewaySecretKeyResponse()
|
2082
|
+
model._deserialize(response["Response"])
|
2083
|
+
return model
|
2084
|
+
except Exception as e:
|
2085
|
+
if isinstance(e, TencentCloudSDKException):
|
2086
|
+
raise
|
2087
|
+
else:
|
2088
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2089
|
+
|
2090
|
+
|
2091
|
+
def DescribeMultiPathGateways(self, request):
|
2092
|
+
"""通过本接口查询用户创建的多通道安全加速网关列表。支持翻页。
|
2093
|
+
|
2094
|
+
:param request: Request instance for DescribeMultiPathGateways.
|
2095
|
+
:type request: :class:`tencentcloud.teo.v20220901.models.DescribeMultiPathGatewaysRequest`
|
2096
|
+
:rtype: :class:`tencentcloud.teo.v20220901.models.DescribeMultiPathGatewaysResponse`
|
2097
|
+
|
2098
|
+
"""
|
2099
|
+
try:
|
2100
|
+
params = request._serialize()
|
2101
|
+
headers = request.headers
|
2102
|
+
body = self.call("DescribeMultiPathGateways", params, headers=headers)
|
2103
|
+
response = json.loads(body)
|
2104
|
+
model = models.DescribeMultiPathGatewaysResponse()
|
2105
|
+
model._deserialize(response["Response"])
|
2106
|
+
return model
|
2107
|
+
except Exception as e:
|
2108
|
+
if isinstance(e, TencentCloudSDKException):
|
2109
|
+
raise
|
2110
|
+
else:
|
2111
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2112
|
+
|
2113
|
+
|
1884
2114
|
def DescribeOriginACL(self, request):
|
1885
2115
|
"""本接口用于查询站点下的七层加速域名/四层代理实例与回源 IP 网段的绑定关系,以及回源 IP 网段详情。如果您想通过自动化脚本定期获取回源 IP 网段的最新版本,可以较低频率(建议每三天一次)轮询本接口,若 NextOriginACL 字段有返回值,则将最新的回源 IP 网段同步到源站防火墙配置中。
|
1886
2116
|
|
@@ -3264,6 +3494,75 @@ class TeoClient(AbstractClient):
|
|
3264
3494
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3265
3495
|
|
3266
3496
|
|
3497
|
+
def ModifyMultiPathGateway(self, request):
|
3498
|
+
"""通过本接口修改多通道安全加速网关信息,如名称、网关 ID、IP、端口等。
|
3499
|
+
|
3500
|
+
:param request: Request instance for ModifyMultiPathGateway.
|
3501
|
+
:type request: :class:`tencentcloud.teo.v20220901.models.ModifyMultiPathGatewayRequest`
|
3502
|
+
:rtype: :class:`tencentcloud.teo.v20220901.models.ModifyMultiPathGatewayResponse`
|
3503
|
+
|
3504
|
+
"""
|
3505
|
+
try:
|
3506
|
+
params = request._serialize()
|
3507
|
+
headers = request.headers
|
3508
|
+
body = self.call("ModifyMultiPathGateway", params, headers=headers)
|
3509
|
+
response = json.loads(body)
|
3510
|
+
model = models.ModifyMultiPathGatewayResponse()
|
3511
|
+
model._deserialize(response["Response"])
|
3512
|
+
return model
|
3513
|
+
except Exception as e:
|
3514
|
+
if isinstance(e, TencentCloudSDKException):
|
3515
|
+
raise
|
3516
|
+
else:
|
3517
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3518
|
+
|
3519
|
+
|
3520
|
+
def ModifyMultiPathGatewayLine(self, request):
|
3521
|
+
"""通过本接口修改接入多通道安全加速网关的线路,包括 EdgeOne 四层代理线路、自定义线路。
|
3522
|
+
|
3523
|
+
:param request: Request instance for ModifyMultiPathGatewayLine.
|
3524
|
+
:type request: :class:`tencentcloud.teo.v20220901.models.ModifyMultiPathGatewayLineRequest`
|
3525
|
+
:rtype: :class:`tencentcloud.teo.v20220901.models.ModifyMultiPathGatewayLineResponse`
|
3526
|
+
|
3527
|
+
"""
|
3528
|
+
try:
|
3529
|
+
params = request._serialize()
|
3530
|
+
headers = request.headers
|
3531
|
+
body = self.call("ModifyMultiPathGatewayLine", params, headers=headers)
|
3532
|
+
response = json.loads(body)
|
3533
|
+
model = models.ModifyMultiPathGatewayLineResponse()
|
3534
|
+
model._deserialize(response["Response"])
|
3535
|
+
return model
|
3536
|
+
except Exception as e:
|
3537
|
+
if isinstance(e, TencentCloudSDKException):
|
3538
|
+
raise
|
3539
|
+
else:
|
3540
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3541
|
+
|
3542
|
+
|
3543
|
+
def ModifyMultiPathGatewaySecretKey(self, request):
|
3544
|
+
"""通过本接口修改接入多通道安全加速网关的密钥,客户基于接入密钥签名接入多通道安全加速网关,修改后原密钥失效。
|
3545
|
+
|
3546
|
+
:param request: Request instance for ModifyMultiPathGatewaySecretKey.
|
3547
|
+
:type request: :class:`tencentcloud.teo.v20220901.models.ModifyMultiPathGatewaySecretKeyRequest`
|
3548
|
+
:rtype: :class:`tencentcloud.teo.v20220901.models.ModifyMultiPathGatewaySecretKeyResponse`
|
3549
|
+
|
3550
|
+
"""
|
3551
|
+
try:
|
3552
|
+
params = request._serialize()
|
3553
|
+
headers = request.headers
|
3554
|
+
body = self.call("ModifyMultiPathGatewaySecretKey", params, headers=headers)
|
3555
|
+
response = json.loads(body)
|
3556
|
+
model = models.ModifyMultiPathGatewaySecretKeyResponse()
|
3557
|
+
model._deserialize(response["Response"])
|
3558
|
+
return model
|
3559
|
+
except Exception as e:
|
3560
|
+
if isinstance(e, TencentCloudSDKException):
|
3561
|
+
raise
|
3562
|
+
else:
|
3563
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3564
|
+
|
3565
|
+
|
3267
3566
|
def ModifyOriginACL(self, request):
|
3268
3567
|
"""本接口用于对七层加速域名/四层代理实例启用/关闭特定回源 IP 网段回源。单次支持提交的七层加速域名的数量最大为 200,四层代理实例的数量最大为 100,支持七层加速域名/四层代理实例混合提交,总实例个数最大为 200。如需变更超过 200 个实例,请通过本接口分批提交。
|
3269
3568
|
|
@@ -3518,6 +3817,29 @@ class TeoClient(AbstractClient):
|
|
3518
3817
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3519
3818
|
|
3520
3819
|
|
3820
|
+
def RefreshMultiPathGatewaySecretKey(self, request):
|
3821
|
+
"""通过本接口刷新多通道安全加速网关的密钥。客户基于接入密钥签名接入多通道安全加速网关。每个站点下只有一个密钥,可用于接入该站点下的所有网关,刷新密钥后,原始密钥会失效。
|
3822
|
+
|
3823
|
+
:param request: Request instance for RefreshMultiPathGatewaySecretKey.
|
3824
|
+
:type request: :class:`tencentcloud.teo.v20220901.models.RefreshMultiPathGatewaySecretKeyRequest`
|
3825
|
+
:rtype: :class:`tencentcloud.teo.v20220901.models.RefreshMultiPathGatewaySecretKeyResponse`
|
3826
|
+
|
3827
|
+
"""
|
3828
|
+
try:
|
3829
|
+
params = request._serialize()
|
3830
|
+
headers = request.headers
|
3831
|
+
body = self.call("RefreshMultiPathGatewaySecretKey", params, headers=headers)
|
3832
|
+
response = json.loads(body)
|
3833
|
+
model = models.RefreshMultiPathGatewaySecretKeyResponse()
|
3834
|
+
model._deserialize(response["Response"])
|
3835
|
+
return model
|
3836
|
+
except Exception as e:
|
3837
|
+
if isinstance(e, TencentCloudSDKException):
|
3838
|
+
raise
|
3839
|
+
else:
|
3840
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3841
|
+
|
3842
|
+
|
3521
3843
|
def RenewPlan(self, request):
|
3522
3844
|
"""当您的套餐需要延长有效期,可以通过该接口进行续费。套餐续费仅支持个人版,基础版,标准版套餐。
|
3523
3845
|
> 费用详情可参考 [套餐费用](https://cloud.tencent.com/document/product/1552/94158)
|
@@ -14143,6 +14143,8 @@ HYBRID_PAID:
|
|
14143
14143
|
:type RollingUpdate: :class:`tencentcloud.tione.v20211111.models.RollingUpdate`
|
14144
14144
|
:param _Sidecar: sidecar配置
|
14145
14145
|
:type Sidecar: :class:`tencentcloud.tione.v20211111.models.SidecarSpec`
|
14146
|
+
:param _ResourceGroupId: 资源组 id
|
14147
|
+
:type ResourceGroupId: str
|
14146
14148
|
"""
|
14147
14149
|
self._ServiceId = None
|
14148
14150
|
self._ModelInfo = None
|
@@ -14176,6 +14178,7 @@ HYBRID_PAID:
|
|
14176
14178
|
self._HealthProbe = None
|
14177
14179
|
self._RollingUpdate = None
|
14178
14180
|
self._Sidecar = None
|
14181
|
+
self._ResourceGroupId = None
|
14179
14182
|
|
14180
14183
|
@property
|
14181
14184
|
def ServiceId(self):
|
@@ -14552,6 +14555,17 @@ HYBRID_PAID:
|
|
14552
14555
|
def Sidecar(self, Sidecar):
|
14553
14556
|
self._Sidecar = Sidecar
|
14554
14557
|
|
14558
|
+
@property
|
14559
|
+
def ResourceGroupId(self):
|
14560
|
+
"""资源组 id
|
14561
|
+
:rtype: str
|
14562
|
+
"""
|
14563
|
+
return self._ResourceGroupId
|
14564
|
+
|
14565
|
+
@ResourceGroupId.setter
|
14566
|
+
def ResourceGroupId(self, ResourceGroupId):
|
14567
|
+
self._ResourceGroupId = ResourceGroupId
|
14568
|
+
|
14555
14569
|
|
14556
14570
|
def _deserialize(self, params):
|
14557
14571
|
self._ServiceId = params.get("ServiceId")
|
@@ -14620,6 +14634,7 @@ HYBRID_PAID:
|
|
14620
14634
|
if params.get("Sidecar") is not None:
|
14621
14635
|
self._Sidecar = SidecarSpec()
|
14622
14636
|
self._Sidecar._deserialize(params.get("Sidecar"))
|
14637
|
+
self._ResourceGroupId = params.get("ResourceGroupId")
|
14623
14638
|
memeber_set = set(params.keys())
|
14624
14639
|
for name, value in vars(self).items():
|
14625
14640
|
property_name = name[1:]
|
@@ -227,6 +227,9 @@ INVALIDPARAMETERVALUE_DUPLICATEPARA = 'InvalidParameterValue.DuplicatePara'
|
|
227
227
|
# 本端地域和端地域重复。
|
228
228
|
INVALIDPARAMETERVALUE_DUPLICATEREGION = 'InvalidParameterValue.DuplicateRegion'
|
229
229
|
|
230
|
+
# 指定的HaVip和实例存在绑定。
|
231
|
+
INVALIDPARAMETERVALUE_DUPLICATEDHAVIPASSOCIATIONS = 'InvalidParameterValue.DuplicatedHaVipAssociations'
|
232
|
+
|
230
233
|
# 当前IP已在其他公网IP类型的流量镜像中使用。
|
231
234
|
INVALIDPARAMETERVALUE_DUPLICATEDLBTRAFFICMIRRORCOLLECTORS = 'InvalidParameterValue.DuplicatedLbTrafficMirrorCollectors'
|
232
235
|
|
{tencentcloud_sdk_python-3.0.1423.dist-info → tencentcloud_sdk_python-3.0.1424.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=YJdqpNf54Pb85VccP2bCaVOX10kkRnAJ5-Uoz4c4mQ4,631
|
54
54
|
tencentcloud/aai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
55
55
|
tencentcloud/aai/v20180522/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
56
56
|
tencentcloud/aai/v20180522/aai_client.py,sha256=TS0CfKHCyAf0JjZWSnoCkz26lWtT4jwp9-usOLcAJEE,5470
|
@@ -85,7 +85,7 @@ tencentcloud/ai3d/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
85
85
|
tencentcloud/ai3d/v20250513/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
86
86
|
tencentcloud/ai3d/v20250513/ai3d_client.py,sha256=tQxrn_PGhXtYzMiXL-1KPzTxQmV0kdSLfOJkhdLVFxM,3210
|
87
87
|
tencentcloud/ai3d/v20250513/errorcodes.py,sha256=KvHs6W2GONKBsXXCjJUx8q8sqMTR7e5vr5Gx01t5b24,625
|
88
|
-
tencentcloud/ai3d/v20250513/models.py,sha256=
|
88
|
+
tencentcloud/ai3d/v20250513/models.py,sha256=nA52LcldJm6CDz4XJHm0pKQCKCrkw8xHzNDDc8lZKRw,14303
|
89
89
|
tencentcloud/aiart/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
90
90
|
tencentcloud/aiart/v20221229/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
91
91
|
tencentcloud/aiart/v20221229/aiart_client.py,sha256=p-LxC4XorFIzRfqEultjekLXcc3bV55d-zxnNrJbaF8,30665
|
@@ -272,12 +272,12 @@ tencentcloud/ccc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
272
272
|
tencentcloud/ccc/v20200210/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
273
273
|
tencentcloud/ccc/v20200210/ccc_client.py,sha256=p2J1TM-8_SJA7daL4IqgdlPlJhbq_ZfnIGNrAqzes2A,70774
|
274
274
|
tencentcloud/ccc/v20200210/errorcodes.py,sha256=Vkoj4I3eOZ5bijiXLpGX97G0NAncJVBoajjAp5mRtq8,6762
|
275
|
-
tencentcloud/ccc/v20200210/models.py,sha256=
|
275
|
+
tencentcloud/ccc/v20200210/models.py,sha256=0UICdiWCuOJe4O9SYrogB1eulN0QxvGxkZsZY70sTd4,550538
|
276
276
|
tencentcloud/cdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
277
277
|
tencentcloud/cdb/v20170320/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
278
278
|
tencentcloud/cdb/v20170320/cdb_client.py,sha256=fzihNIRkViaIy7P0tWoAcSeN-mWtZNT0T3W5S8FZnzU,175425
|
279
279
|
tencentcloud/cdb/v20170320/errorcodes.py,sha256=l7DI75aQ42t34gyB2QgU-Hfx9IoALpZuZo1mZPcUtd4,20991
|
280
|
-
tencentcloud/cdb/v20170320/models.py,sha256=
|
280
|
+
tencentcloud/cdb/v20170320/models.py,sha256=LB4jl8aoYBp4Q5CtSMyMU4E9DLFoKHr6D6Xy1dZJBpw,1280141
|
281
281
|
tencentcloud/cdc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
282
282
|
tencentcloud/cdc/v20201214/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
283
283
|
tencentcloud/cdc/v20201214/cdc_client.py,sha256=so0qCYvQFt8BNQ5ZXogenM23WZ4v6v_K51B7bBPFpl4,22415
|
@@ -454,9 +454,9 @@ tencentcloud/csxg/v20230303/errorcodes.py,sha256=ScYNj0-nP3QGzAdFvu9cbxmgl_kZOgy
|
|
454
454
|
tencentcloud/csxg/v20230303/models.py,sha256=f3WQwgV7KEi_t3iPF_9H6h4L8szgC_3LW7K-z6at13A,6067
|
455
455
|
tencentcloud/ctem/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
456
456
|
tencentcloud/ctem/v20231128/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
457
|
-
tencentcloud/ctem/v20231128/ctem_client.py,sha256=
|
457
|
+
tencentcloud/ctem/v20231128/ctem_client.py,sha256=2UPn7QRb5e3GQl-OmNiabNT4BVvwOm_Vkf01hbL5W3Y,29096
|
458
458
|
tencentcloud/ctem/v20231128/errorcodes.py,sha256=qk2wjYYpLmKIR_6qMdGsBZcUqOFfdbTv6UHHex6dlhk,1907
|
459
|
-
tencentcloud/ctem/v20231128/models.py,sha256=
|
459
|
+
tencentcloud/ctem/v20231128/models.py,sha256=ZrxgjePYHHvNoLbxdHjV5Z0D7H3V5PzrKkS3Z3W7Hg8,352994
|
460
460
|
tencentcloud/cvm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
461
461
|
tencentcloud/cvm/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
462
462
|
tencentcloud/cvm/v20170312/cvm_client.py,sha256=3DJXLCLB4JtP8hUEps64P5TwKI1A3E2t0aUnqomYBK0,128651
|
@@ -466,7 +466,7 @@ tencentcloud/cwp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
466
466
|
tencentcloud/cwp/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
467
467
|
tencentcloud/cwp/v20180228/cwp_client.py,sha256=EMgP4odADt9hKjiA9GFdTcdAkPRV27lEIOjlY38bPp0,475001
|
468
468
|
tencentcloud/cwp/v20180228/errorcodes.py,sha256=GGLopl1BdrhED3VJdN7OTgmr88O3OdihwPK-L0EGp78,4375
|
469
|
-
tencentcloud/cwp/v20180228/models.py,sha256=
|
469
|
+
tencentcloud/cwp/v20180228/models.py,sha256=3MISFEAPdtlhcLn6Sw-vf7yPbCcj6KIi16FThzSFaUo,3043960
|
470
470
|
tencentcloud/cws/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
471
471
|
tencentcloud/cws/v20180312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
472
472
|
tencentcloud/cws/v20180312/cws_client.py,sha256=-8lLzGt9uiTS34hEaEuHe12zQS9mufBhK-dDKmfMcvs,18566
|
@@ -476,7 +476,7 @@ tencentcloud/cynosdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
|
|
476
476
|
tencentcloud/cynosdb/v20190107/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
477
477
|
tencentcloud/cynosdb/v20190107/cynosdb_client.py,sha256=027i5JacfPbYcZTGhrBNSRqsp5EOoh2oDEAJmaV-1PE,158528
|
478
478
|
tencentcloud/cynosdb/v20190107/errorcodes.py,sha256=AusZ6Aj1sRYc9ozzR_YEXHA9OofH2mzRLn9wwqYTsWk,13936
|
479
|
-
tencentcloud/cynosdb/v20190107/models.py,sha256=
|
479
|
+
tencentcloud/cynosdb/v20190107/models.py,sha256=gQGlBkmtmTb4jW6GFo_5LVI5uGvRFxCeRAWEOuqVJL8,1194243
|
480
480
|
tencentcloud/dasb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
481
481
|
tencentcloud/dasb/v20191018/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
482
482
|
tencentcloud/dasb/v20191018/dasb_client.py,sha256=noC7mvmxZpzyG-rI1ZX8goKLtsOODmJZnqbVeX0CUDw,56292
|
@@ -601,8 +601,8 @@ tencentcloud/es/v20250101/models.py,sha256=UNG03UOVr8wjYgC_DTTGvZau_Ye-euFS1Pc-d
|
|
601
601
|
tencentcloud/ess/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
602
602
|
tencentcloud/ess/v20201111/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
603
603
|
tencentcloud/ess/v20201111/errorcodes.py,sha256=zSyTdgl0IQQcQxI3VQP7TMdSvJO0ott6yo2Ef5xBzaM,28424
|
604
|
-
tencentcloud/ess/v20201111/ess_client.py,sha256=
|
605
|
-
tencentcloud/ess/v20201111/models.py,sha256=
|
604
|
+
tencentcloud/ess/v20201111/ess_client.py,sha256=c_q7YRHapOR-RSx_ZrPWwwtdbmKKnTrEJcDUhqKac00,192446
|
605
|
+
tencentcloud/ess/v20201111/models.py,sha256=Ylv-i9Ksv6VYI2YOmqK51QWtLGToWNLXl2lArBH98SM,1472249
|
606
606
|
tencentcloud/essbasic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
607
607
|
tencentcloud/essbasic/v20201222/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
608
608
|
tencentcloud/essbasic/v20201222/errorcodes.py,sha256=_HaXGynY1ocz-dbY7C6IOlNUWmNMu9XsY-x11g3Rm-w,5365
|
@@ -789,7 +789,7 @@ tencentcloud/iss/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
789
789
|
tencentcloud/iss/v20230517/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
790
790
|
tencentcloud/iss/v20230517/errorcodes.py,sha256=mo_zRY8hajnqcXDhm5DAiOU_pyGYWTX5rrkM_wZNxAc,21164
|
791
791
|
tencentcloud/iss/v20230517/iss_client.py,sha256=C-S7BqJ3H48Cjucs4Vyr5ds5b0riwTGA4kOsP6JZ05s,84105
|
792
|
-
tencentcloud/iss/v20230517/models.py,sha256=
|
792
|
+
tencentcloud/iss/v20230517/models.py,sha256=d9vCm3RGMcYokFLiZFL2_pCIx87niTvN6Onj9npR1CI,599926
|
793
793
|
tencentcloud/ivld/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
794
794
|
tencentcloud/ivld/v20210903/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
795
795
|
tencentcloud/ivld/v20210903/errorcodes.py,sha256=4Y0iOEDMTm8ZniU9ytQTbkfyVb-W6m7AlsjNi2RIk9M,9309
|
@@ -819,7 +819,7 @@ tencentcloud/live/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
819
819
|
tencentcloud/live/v20180801/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
820
820
|
tencentcloud/live/v20180801/errorcodes.py,sha256=4Cg82hA-9P2BOLYiaqFIXRrewkGuAjV2nUV2I6-sDOI,24295
|
821
821
|
tencentcloud/live/v20180801/live_client.py,sha256=AvcKOtflj3ltjNXjjsp6ttM5cFLByNr8CE8ZaV9D2kU,207028
|
822
|
-
tencentcloud/live/v20180801/models.py,sha256=
|
822
|
+
tencentcloud/live/v20180801/models.py,sha256=tc8uWGZ4oq4BNMzojJaE-u81YSpj68fXWPRXH0a_1p4,1288261
|
823
823
|
tencentcloud/lke/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
824
824
|
tencentcloud/lke/v20231130/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
825
825
|
tencentcloud/lke/v20231130/errorcodes.py,sha256=IIzRSWC6WhNQsTE2b3WxQMT-vTEtSFlHwMNi5fMv9x4,800
|
@@ -827,9 +827,9 @@ tencentcloud/lke/v20231130/lke_client.py,sha256=p4sJF1gD4CB04m5H9XVa5moCpO5EJI13
|
|
827
827
|
tencentcloud/lke/v20231130/models.py,sha256=8-dYhQPAN1ZlrEbTiHV8_KYh5jx0N9xpOcbOtTrGeKU,920745
|
828
828
|
tencentcloud/lkeap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
829
829
|
tencentcloud/lkeap/v20240522/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
830
|
-
tencentcloud/lkeap/v20240522/errorcodes.py,sha256=
|
831
|
-
tencentcloud/lkeap/v20240522/lkeap_client.py,sha256=
|
832
|
-
tencentcloud/lkeap/v20240522/models.py,sha256=
|
830
|
+
tencentcloud/lkeap/v20240522/errorcodes.py,sha256=72D_zOHi0drnI6UzQQqeORysn7FRp_TQZiE7hkI_aNM,2528
|
831
|
+
tencentcloud/lkeap/v20240522/lkeap_client.py,sha256=oxXR4IhgVQgS08fgFYZGkgyNVot_GCi7NbokAT2-_8w,36069
|
832
|
+
tencentcloud/lkeap/v20240522/models.py,sha256=WImnenEKBuPAB0eTV9kaI2FST8fFeRP8ZjvVUKSIF0w,165610
|
833
833
|
tencentcloud/lowcode/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
834
834
|
tencentcloud/lowcode/v20210108/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
835
835
|
tencentcloud/lowcode/v20210108/errorcodes.py,sha256=-m2NMzBOjF_-JWgIsegp3jx0SbXm9F1bebz0l-ypMIs,1198
|
@@ -872,12 +872,12 @@ tencentcloud/mongodb/v20180408/models.py,sha256=1b-SBb426wa8oFfeF5hUqH-3Zspx4T26
|
|
872
872
|
tencentcloud/mongodb/v20180408/mongodb_client.py,sha256=AwYaAaV3M10_ExFNkUPrf0eFtJLHXio4UgV25eeM_is,13575
|
873
873
|
tencentcloud/mongodb/v20190725/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
874
874
|
tencentcloud/mongodb/v20190725/errorcodes.py,sha256=wZUbAbCJ-b07aQnAuSSTYi6QxFXMZ52QXZL7HNR865o,8652
|
875
|
-
tencentcloud/mongodb/v20190725/models.py,sha256=
|
875
|
+
tencentcloud/mongodb/v20190725/models.py,sha256=AmHOElJf_GCiGsJDBFk5wXFw0Xlmjns4ETPIUAL5pOc,411857
|
876
876
|
tencentcloud/mongodb/v20190725/mongodb_client.py,sha256=GIjNmLUl-1x49YPJd8Y_uJfqWc5cjwKGLQeSD4n4mjQ,53026
|
877
877
|
tencentcloud/monitor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
878
878
|
tencentcloud/monitor/v20180724/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
879
879
|
tencentcloud/monitor/v20180724/errorcodes.py,sha256=eDOJNfzXPmFSaCay8L5AHOOxNA1J19dWg_m349DIl5U,10582
|
880
|
-
tencentcloud/monitor/v20180724/models.py,sha256=
|
880
|
+
tencentcloud/monitor/v20180724/models.py,sha256=Y8VDU7UDQsgdNqJD2cQ3zHQLT28YwzmjzI4q4vOvTz0,1258420
|
881
881
|
tencentcloud/monitor/v20180724/monitor_client.py,sha256=jy0-R55I4ptB6MWvErpQydhuK3LghwYXcTwE8_n-pN8,162832
|
882
882
|
tencentcloud/monitor/v20230616/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
883
883
|
tencentcloud/monitor/v20230616/errorcodes.py,sha256=bUq13jEyzPHY2Int3VvXcf2Vn7GpM7jvS8EGy5WKHCA,733
|
@@ -886,8 +886,8 @@ tencentcloud/monitor/v20230616/monitor_client.py,sha256=WD5JhrNke9cgPgbXqn5k1RqG
|
|
886
886
|
tencentcloud/mps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
887
887
|
tencentcloud/mps/v20190612/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
888
888
|
tencentcloud/mps/v20190612/errorcodes.py,sha256=1mhmQVjpxqAAVz1TjiBoCaIJP9H32wUp3jtkjvV9ha0,15729
|
889
|
-
tencentcloud/mps/v20190612/models.py,sha256=
|
890
|
-
tencentcloud/mps/v20190612/mps_client.py,sha256=
|
889
|
+
tencentcloud/mps/v20190612/models.py,sha256=k1RVQrCfRJmq8ewsjVLTIOjtx3yiEiB-neANgxI7HkI,2246937
|
890
|
+
tencentcloud/mps/v20190612/mps_client.py,sha256=8LG5sRQRRLU83Ab2NopVa8THQRuxF5S1cV3znIgCVBQ,131179
|
891
891
|
tencentcloud/mqtt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
892
892
|
tencentcloud/mqtt/v20240516/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
893
893
|
tencentcloud/mqtt/v20240516/errorcodes.py,sha256=f45VlFrWuVCsoo3HvH-OYiqBj46ec2gvMuapaX6QzK8,3531
|
@@ -926,12 +926,12 @@ tencentcloud/oceanus/v20190422/oceanus_client.py,sha256=mcjQz-nr8E3LxYY4ZrIUDBi0
|
|
926
926
|
tencentcloud/ocr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
927
927
|
tencentcloud/ocr/v20181119/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
928
928
|
tencentcloud/ocr/v20181119/errorcodes.py,sha256=F14bbQDRi4P9JfBfjuTGaR08iiQkY3d3KcyBwscqAtk,6985
|
929
|
-
tencentcloud/ocr/v20181119/models.py,sha256=
|
929
|
+
tencentcloud/ocr/v20181119/models.py,sha256=n2K0wtwrlojcDh2uToXchX0ITCqw1gRpQxOKDLwddkA,1371311
|
930
930
|
tencentcloud/ocr/v20181119/ocr_client.py,sha256=tkUXYMVJqRJNF-36SRM_O7gM3-nMvfZFZD8KOI-p_yI,122396
|
931
931
|
tencentcloud/omics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
932
932
|
tencentcloud/omics/v20221128/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
933
933
|
tencentcloud/omics/v20221128/errorcodes.py,sha256=497hro0BYQ0uaF23sfGfkXjx0m3scp6gf1JT5gxJt0k,4518
|
934
|
-
tencentcloud/omics/v20221128/models.py,sha256
|
934
|
+
tencentcloud/omics/v20221128/models.py,sha256=zgYF8XqaxfioUzE90-_hXG20jUxy3LMweAGA39KYyMY,181514
|
935
935
|
tencentcloud/omics/v20221128/omics_client.py,sha256=MdGxlqOSHXqjLHh8JkEjq2GggSCzzNHREzGm_GJb36M,18189
|
936
936
|
tencentcloud/organization/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
937
937
|
tencentcloud/organization/v20181225/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -1161,8 +1161,8 @@ tencentcloud/teo/v20220106/models.py,sha256=LPkapAl_e0sRv0FwGjiJpg_1sRAhsux91K6O
|
|
1161
1161
|
tencentcloud/teo/v20220106/teo_client.py,sha256=5YYU3yJzfhcENPA18d3bNL6YUBVS2WaR8xvlqS0DOGc,5508
|
1162
1162
|
tencentcloud/teo/v20220901/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1163
1163
|
tencentcloud/teo/v20220901/errorcodes.py,sha256=zP2jM1rebCva8ZaagbqSAIBdDqhuZJoQX3WwyMArOd8,57867
|
1164
|
-
tencentcloud/teo/v20220901/models.py,sha256=
|
1165
|
-
tencentcloud/teo/v20220901/teo_client.py,sha256=
|
1164
|
+
tencentcloud/teo/v20220901/models.py,sha256=yAFC4XWxigxNGPVl2yXk8LHrP2FGb8SPmO2qYM84nQc,1778112
|
1165
|
+
tencentcloud/teo/v20220901/teo_client.py,sha256=oF_zoPgcQ6LNxwIiAdkvmfwOnQrf2S9bM7Hclu4iVdA,174661
|
1166
1166
|
tencentcloud/thpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1167
1167
|
tencentcloud/thpc/v20211109/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1168
1168
|
tencentcloud/thpc/v20211109/errorcodes.py,sha256=vwK0Sl3PK8krfQTSMd11VbM3Zd3CYX10xdEH9HdadJ0,2008
|
@@ -1193,7 +1193,7 @@ tencentcloud/tione/v20191022/models.py,sha256=_SqxrLI97OHNJ1GPH7zlvt6oRU09TAPAub
|
|
1193
1193
|
tencentcloud/tione/v20191022/tione_client.py,sha256=Phw_zlqQC4dwrGSxIYcmGBZb7f-FhYQhb8ENh__egO4,21116
|
1194
1194
|
tencentcloud/tione/v20211111/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1195
1195
|
tencentcloud/tione/v20211111/errorcodes.py,sha256=akZSF85mh5_FNjFKGXtax26wKAfIJdZgPbYEeC37BOw,20636
|
1196
|
-
tencentcloud/tione/v20211111/models.py,sha256=
|
1196
|
+
tencentcloud/tione/v20211111/models.py,sha256=nKsDPCJJRY_6xtbzkw5fsoNT9ItDsM8AX-6o2CPeJ2c,764723
|
1197
1197
|
tencentcloud/tione/v20211111/tione_client.py,sha256=XZthsV6oj0Wn-6q_xnNMqzleC9FcoeGU5TO0SV6kKjs,47651
|
1198
1198
|
tencentcloud/tiw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1199
1199
|
tencentcloud/tiw/v20190919/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -1336,7 +1336,7 @@ tencentcloud/vod/v20240718/models.py,sha256=V38-2SoXpuCKWrxScg3L8wREipNa8UfbRPw3
|
|
1336
1336
|
tencentcloud/vod/v20240718/vod_client.py,sha256=nIhqudDgnc8SEQybyKRT60i28-3zqRVcLl9eI3Cs0tg,8241
|
1337
1337
|
tencentcloud/vpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1338
1338
|
tencentcloud/vpc/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1339
|
-
tencentcloud/vpc/v20170312/errorcodes.py,sha256=
|
1339
|
+
tencentcloud/vpc/v20170312/errorcodes.py,sha256=2nkUpJp0HN227Lqs4YRIG8SoNSHVQi0q8VwnRc78Qq8,62323
|
1340
1340
|
tencentcloud/vpc/v20170312/models.py,sha256=AiocwFqnCsihz7rXZARxwaOomDyJ8rjpVwLXRrzonQo,2338831
|
1341
1341
|
tencentcloud/vpc/v20170312/vpc_client.py,sha256=VGYdAaao8hwzq6nflsfZLzQWG8UgL6MGf2V7hCAzR2s,448231
|
1342
1342
|
tencentcloud/vrs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -1393,8 +1393,8 @@ tencentcloud/yunsou/v20191115/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
1393
1393
|
tencentcloud/yunsou/v20191115/errorcodes.py,sha256=YV391ulIJZVFPtkkzGWg4n2fbxEDxJh5ji0uglbVnA0,1274
|
1394
1394
|
tencentcloud/yunsou/v20191115/models.py,sha256=jTr6sa2LfXEBd7uOgC19JRTLBXZmLGyP3QjNfGqLPyo,27653
|
1395
1395
|
tencentcloud/yunsou/v20191115/yunsou_client.py,sha256=H2Kzv6ow4QKnLc63655ffyUZBaGSczEYf3R5UTjcjGA,2714
|
1396
|
-
tencentcloud_sdk_python-3.0.
|
1397
|
-
tencentcloud_sdk_python-3.0.
|
1398
|
-
tencentcloud_sdk_python-3.0.
|
1399
|
-
tencentcloud_sdk_python-3.0.
|
1400
|
-
tencentcloud_sdk_python-3.0.
|
1396
|
+
tencentcloud_sdk_python-3.0.1424.dist-info/LICENSE,sha256=AJyIQ6mPzTpsFn6i0cG6OPVdhJ85l_mfdoOR7J4DnRw,11351
|
1397
|
+
tencentcloud_sdk_python-3.0.1424.dist-info/METADATA,sha256=9kDRSDdX7gGdQ67We9IoOk1Rf_TSejxg6TCK7XYtde8,1613
|
1398
|
+
tencentcloud_sdk_python-3.0.1424.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
1399
|
+
tencentcloud_sdk_python-3.0.1424.dist-info/top_level.txt,sha256=7kItXWSGlPDkhHTt2qPSt8zrlsPHLfRofR1QJo6eV_A,23
|
1400
|
+
tencentcloud_sdk_python-3.0.1424.dist-info/RECORD,,
|
{tencentcloud_sdk_python-3.0.1423.dist-info → tencentcloud_sdk_python-3.0.1424.dist-info}/LICENSE
RENAMED
File without changes
|
{tencentcloud_sdk_python-3.0.1423.dist-info → tencentcloud_sdk_python-3.0.1424.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|