tencentcloud-sdk-python 3.0.1327__py2.py3-none-any.whl → 3.0.1329__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.
Files changed (53) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/asr/v20190614/asr_client.py +1 -1
  3. tencentcloud/captcha/v20190722/models.py +0 -48
  4. tencentcloud/cdwch/v20200915/models.py +83 -0
  5. tencentcloud/cdwdoris/v20211228/models.py +30 -0
  6. tencentcloud/clb/v20180317/models.py +60 -0
  7. tencentcloud/dlc/v20210125/models.py +0 -10
  8. tencentcloud/dts/v20211206/models.py +2 -2
  9. tencentcloud/faceid/v20180301/models.py +46 -24
  10. tencentcloud/hunyuan/v20230901/models.py +2 -10
  11. tencentcloud/live/v20180801/models.py +10 -110
  12. tencentcloud/lke/v20231130/models.py +115 -6
  13. tencentcloud/lkeap/v20240522/lkeap_client.py +2 -5
  14. tencentcloud/lkeap/v20240522/models.py +12 -2
  15. tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
  16. tencentcloud/lowcode/v20210108/lowcode_client.py +207 -0
  17. tencentcloud/lowcode/v20210108/models.py +2996 -124
  18. tencentcloud/monitor/v20180724/models.py +333 -0
  19. tencentcloud/monitor/v20180724/monitor_client.py +23 -0
  20. tencentcloud/ocr/v20181119/models.py +23 -0
  21. tencentcloud/ocr/v20181119/ocr_client.py +10 -0
  22. tencentcloud/organization/v20210331/models.py +30 -0
  23. tencentcloud/rce/v20201103/models.py +2 -24
  24. tencentcloud/redis/v20180412/models.py +0 -110
  25. tencentcloud/tcbr/v20220217/models.py +30 -0
  26. tencentcloud/tdid/v20210519/models.py +130 -22
  27. tencentcloud/tdid/v20210519/tdid_client.py +4 -1
  28. tencentcloud/tke/v20180525/models.py +0 -142
  29. tencentcloud/tke/v20220501/models.py +0 -8
  30. tencentcloud/tsf/v20180326/models.py +0 -88
  31. tencentcloud/vpc/v20170312/vpc_client.py +1 -1
  32. tencentcloud/waf/v20180125/models.py +2 -2
  33. tencentcloud/weilingwith/v20230427/models.py +0 -20
  34. {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/METADATA +1 -1
  35. {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/RECORD +38 -53
  36. tencentcloud/lp/__init__.py +0 -0
  37. tencentcloud/lp/v20200224/__init__.py +0 -0
  38. tencentcloud/lp/v20200224/errorcodes.py +0 -78
  39. tencentcloud/lp/v20200224/lp_client.py +0 -49
  40. tencentcloud/lp/v20200224/models.py +0 -748
  41. tencentcloud/rkp/__init__.py +0 -0
  42. tencentcloud/rkp/v20191209/__init__.py +0 -0
  43. tencentcloud/rkp/v20191209/errorcodes.py +0 -102
  44. tencentcloud/rkp/v20191209/models.py +0 -1007
  45. tencentcloud/rkp/v20191209/rkp_client.py +0 -101
  46. tencentcloud/rp/__init__.py +0 -0
  47. tencentcloud/rp/v20200224/__init__.py +0 -0
  48. tencentcloud/rp/v20200224/errorcodes.py +0 -78
  49. tencentcloud/rp/v20200224/models.py +0 -655
  50. tencentcloud/rp/v20200224/rp_client.py +0 -49
  51. {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/LICENSE +0 -0
  52. {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/WHEEL +0 -0
  53. {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/top_level.txt +0 -0
@@ -1,101 +0,0 @@
1
- # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the "License");
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
-
16
- import json
17
-
18
- from tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException
19
- from tencentcloud.common.abstract_client import AbstractClient
20
- from tencentcloud.rkp.v20191209 import models
21
-
22
-
23
- class RkpClient(AbstractClient):
24
- _apiVersion = '2019-12-09'
25
- _endpoint = 'rkp.tencentcloudapi.com'
26
- _service = 'rkp'
27
-
28
-
29
- def GetOpenId(self, request):
30
- """产品侧确认风险探针已停售,无收入,并且已经停服。目前服务使用自建redis,不符合规范需要整改下线。
31
-
32
- 根据DevicceToken查询OpenID。
33
-
34
- :param request: Request instance for GetOpenId.
35
- :type request: :class:`tencentcloud.rkp.v20191209.models.GetOpenIdRequest`
36
- :rtype: :class:`tencentcloud.rkp.v20191209.models.GetOpenIdResponse`
37
-
38
- """
39
- try:
40
- params = request._serialize()
41
- headers = request.headers
42
- body = self.call("GetOpenId", params, headers=headers)
43
- response = json.loads(body)
44
- model = models.GetOpenIdResponse()
45
- model._deserialize(response["Response"])
46
- return model
47
- except Exception as e:
48
- if isinstance(e, TencentCloudSDKException):
49
- raise
50
- else:
51
- raise TencentCloudSDKException(type(e).__name__, str(e))
52
-
53
-
54
- def GetToken(self, request):
55
- """产品侧确认风险探针已停售,无收入,并且已经停服。目前服务使用自建redis,不符合规范需要整改下线。
56
-
57
- 获取token接口。
58
-
59
- :param request: Request instance for GetToken.
60
- :type request: :class:`tencentcloud.rkp.v20191209.models.GetTokenRequest`
61
- :rtype: :class:`tencentcloud.rkp.v20191209.models.GetTokenResponse`
62
-
63
- """
64
- try:
65
- params = request._serialize()
66
- headers = request.headers
67
- body = self.call("GetToken", params, headers=headers)
68
- response = json.loads(body)
69
- model = models.GetTokenResponse()
70
- model._deserialize(response["Response"])
71
- return model
72
- except Exception as e:
73
- if isinstance(e, TencentCloudSDKException):
74
- raise
75
- else:
76
- raise TencentCloudSDKException(type(e).__name__, str(e))
77
-
78
-
79
- def QueryDevAndRisk(self, request):
80
- """产品侧确认风险探针已停售,无收入,并且已经停服。目前服务使用自建redis,不符合规范需要整改下线。
81
-
82
- 腾讯天御设备风险查询接口,输入由客户应用自主采集的设备信息, 通过腾讯大数据风控能力,可以准确根据输入设备信息,还原设备库中的设备ID,并且识别设备的风险,解决客户业务过程中的设备风险,降低企业损失。
83
-
84
- :param request: Request instance for QueryDevAndRisk.
85
- :type request: :class:`tencentcloud.rkp.v20191209.models.QueryDevAndRiskRequest`
86
- :rtype: :class:`tencentcloud.rkp.v20191209.models.QueryDevAndRiskResponse`
87
-
88
- """
89
- try:
90
- params = request._serialize()
91
- headers = request.headers
92
- body = self.call("QueryDevAndRisk", params, headers=headers)
93
- response = json.loads(body)
94
- model = models.QueryDevAndRiskResponse()
95
- model._deserialize(response["Response"])
96
- return model
97
- except Exception as e:
98
- if isinstance(e, TencentCloudSDKException):
99
- raise
100
- else:
101
- raise TencentCloudSDKException(type(e).__name__, str(e))
File without changes
File without changes
@@ -1,78 +0,0 @@
1
- # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the "License");
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
-
16
-
17
- # 验证码签名错误。
18
- AUTHFAILURE_CAPSIGERROR = 'AuthFailure.CapSigError'
19
-
20
- # 请求过期。
21
- AUTHFAILURE_EXPIRED = 'AuthFailure.Expired'
22
-
23
- # 内部错误。
24
- INTERNALERROR = 'InternalError'
25
-
26
- # 业务系统逻辑错误。
27
- INTERNALERROR_BACKENDLOGICERROR = 'InternalError.BackendLogicError'
28
-
29
- # Sign后端错误。
30
- INTERNALERROR_SIGNBACKENDERROR = 'InternalError.SignBackendError'
31
-
32
- # 验证码签名错误。
33
- INVALIDPARAMETER_CAPSIGERROR = 'InvalidParameter.CapSigError'
34
-
35
- # 参数错误。
36
- INVALIDPARAMETER_PARAMERROR = 'InvalidParameter.ParamError'
37
-
38
- # URL错误。
39
- INVALIDPARAMETER_URLERROR = 'InvalidParameter.UrlError'
40
-
41
- # 版本错误。
42
- INVALIDPARAMETER_VERSIONERROR = 'InvalidParameter.VersionError'
43
-
44
- # BadBody 。
45
- INVALIDPARAMETERVALUE_BADBODY = 'InvalidParameterValue.BadBody'
46
-
47
- # 请求包过大。
48
- INVALIDPARAMETERVALUE_BODYTOOLARGE = 'InvalidParameterValue.BodyTooLarge'
49
-
50
- # 验证码不匹配。
51
- INVALIDPARAMETERVALUE_CAPMISMATCH = 'InvalidParameterValue.CapMisMatch'
52
-
53
- # HTTP方法错误。
54
- INVALIDPARAMETERVALUE_HTTPMETHODERROR = 'InvalidParameterValue.HttpMethodError'
55
-
56
- # 超过配额。
57
- LIMITEXCEEDED_FREQCNT = 'LimitExceeded.FreqCnt'
58
-
59
- # 超过配额(用户IP)。
60
- LIMITEXCEEDED_IPFREQCNT = 'LimitExceeded.IpFreqCnt'
61
-
62
- # 关键词频控限制。
63
- LIMITEXCEEDED_KEYFREQCNT = 'LimitExceeded.KeyFreqCnt'
64
-
65
- # 重放攻击。
66
- LIMITEXCEEDED_REPLAYATTACK = 'LimitExceeded.ReplayAttack'
67
-
68
- # 接口不存在。
69
- RESOURCENOTFOUND_INTERFACENOTFOUND = 'ResourceNotFound.InterfaceNotFound'
70
-
71
- # 未开通服务权限。
72
- RESOURCEUNAVAILABLE_PERMISSIONDENIED = 'ResourceUnavailable.PermissionDenied'
73
-
74
- # 鉴权失败。
75
- UNAUTHORIZEDOPERATION_AUTHFAILED = 'UnauthorizedOperation.AuthFailed'
76
-
77
- # 密钥不存在。
78
- UNKNOWNPARAMETER_SECRETIDNOTEXISTS = 'UnknownParameter.SecretIdNotExists'