tencentcloud-sdk-python 3.0.1080__py2.py3-none-any.whl → 3.0.1082__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 might be problematic. Click here for more details.

Files changed (56) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/asr/v20190614/models.py +1 -1
  3. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  4. tencentcloud/cdb/v20170320/errorcodes.py +3 -0
  5. tencentcloud/cdb/v20170320/models.py +38 -1
  6. tencentcloud/cdwdoris/v20211228/models.py +39 -0
  7. tencentcloud/cfs/v20190719/models.py +10 -3
  8. tencentcloud/cfw/v20190904/models.py +316 -26
  9. tencentcloud/cynosdb/v20190107/cynosdb_client.py +23 -0
  10. tencentcloud/cynosdb/v20190107/models.py +440 -0
  11. tencentcloud/dasb/v20191018/models.py +26 -0
  12. tencentcloud/emr/v20190103/models.py +26 -0
  13. tencentcloud/es/v20180416/models.py +12 -0
  14. tencentcloud/ess/v20201111/ess_client.py +36 -2
  15. tencentcloud/ess/v20201111/models.py +145 -0
  16. tencentcloud/essbasic/v20210526/essbasic_client.py +33 -0
  17. tencentcloud/essbasic/v20210526/models.py +119 -8
  18. tencentcloud/facefusion/v20181201/errorcodes.py +0 -33
  19. tencentcloud/facefusion/v20181201/facefusion_client.py +0 -25
  20. tencentcloud/facefusion/v20181201/models.py +0 -153
  21. tencentcloud/hai/v20230812/errorcodes.py +3 -0
  22. tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
  23. tencentcloud/iotvideo/v20211125/models.py +99 -0
  24. tencentcloud/kms/v20190118/models.py +1 -1
  25. tencentcloud/monitor/v20180724/models.py +26 -0
  26. tencentcloud/ocr/v20181119/models.py +2 -2
  27. tencentcloud/partners/v20180321/models.py +13 -0
  28. tencentcloud/postgres/v20170312/models.py +5 -5
  29. tencentcloud/rum/v20210622/models.py +0 -619
  30. tencentcloud/rum/v20210622/rum_client.py +0 -104
  31. tencentcloud/scf/v20180416/errorcodes.py +3 -0
  32. tencentcloud/tcb/v20180608/models.py +102 -10
  33. tencentcloud/tione/v20211111/errorcodes.py +9 -0
  34. tencentcloud/tione/v20211111/models.py +53 -34
  35. tencentcloud/tione/v20211111/tione_client.py +6 -6
  36. tencentcloud/tke/v20220501/__init__.py +0 -0
  37. tencentcloud/tke/v20220501/errorcodes.py +60 -0
  38. tencentcloud/tke/v20220501/models.py +2306 -0
  39. tencentcloud/tke/v20220501/tke_client.py +72 -0
  40. tencentcloud/tmt/v20180321/models.py +1 -1
  41. tencentcloud/tmt/v20180321/tmt_client.py +1 -1
  42. tencentcloud/trtc/v20190722/models.py +15 -3
  43. tencentcloud/trtc/v20190722/trtc_client.py +2 -2
  44. tencentcloud/tse/v20201207/tse_client.py +2 -2
  45. tencentcloud/ump/v20200918/ump_client.py +48 -16
  46. tencentcloud/vod/v20180717/models.py +67 -0
  47. tencentcloud/vod/v20180717/vod_client.py +1 -0
  48. tencentcloud/waf/v20180125/models.py +710 -162
  49. tencentcloud/waf/v20180125/waf_client.py +6 -7
  50. tencentcloud/wedata/v20210820/models.py +77152 -44096
  51. tencentcloud/wedata/v20210820/wedata_client.py +4504 -1488
  52. {tencentcloud_sdk_python-3.0.1080.dist-info → tencentcloud_sdk_python-3.0.1082.dist-info}/METADATA +1 -1
  53. {tencentcloud_sdk_python-3.0.1080.dist-info → tencentcloud_sdk_python-3.0.1082.dist-info}/RECORD +56 -52
  54. {tencentcloud_sdk_python-3.0.1080.dist-info → tencentcloud_sdk_python-3.0.1082.dist-info}/LICENSE +0 -0
  55. {tencentcloud_sdk_python-3.0.1080.dist-info → tencentcloud_sdk_python-3.0.1082.dist-info}/WHEEL +0 -0
  56. {tencentcloud_sdk_python-3.0.1080.dist-info → tencentcloud_sdk_python-3.0.1082.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,60 @@
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
+ FAILEDOPERATION = 'FailedOperation'
19
+
20
+ # 内部错误。
21
+ INTERNALERROR = 'InternalError'
22
+
23
+ # db错误。
24
+ INTERNALERROR_DB = 'InternalError.Db'
25
+
26
+ # DB错误。
27
+ INTERNALERROR_DBAFFECTIVEDROWS = 'InternalError.DbAffectivedRows'
28
+
29
+ # 记录未找到。
30
+ INTERNALERROR_DBRECORDNOTFOUND = 'InternalError.DbRecordNotFound'
31
+
32
+ # 初始化master失败。
33
+ INTERNALERROR_INITMASTERFAILED = 'InternalError.InitMasterFailed'
34
+
35
+ # Param。
36
+ INTERNALERROR_PARAM = 'InternalError.Param'
37
+
38
+ # 集群不支持当前操作。
39
+ INTERNALERROR_PUBLICCLUSTEROPNOTSUPPORT = 'InternalError.PublicClusterOpNotSupport'
40
+
41
+ # 内部错误。
42
+ INTERNALERROR_UNEXCEPTEDINTERNAL = 'InternalError.UnexceptedInternal'
43
+
44
+ # 未知的内部错误。
45
+ INTERNALERROR_UNEXPECTEDINTERNAL = 'InternalError.UnexpectedInternal'
46
+
47
+ # 集群ID不存在。
48
+ INVALIDPARAMETER_CLUSTERNOTFOUND = 'InvalidParameter.ClusterNotFound'
49
+
50
+ # 参数错误。
51
+ INVALIDPARAMETER_PARAM = 'InvalidParameter.Param'
52
+
53
+ # 资源不存在。
54
+ RESOURCENOTFOUND = 'ResourceNotFound'
55
+
56
+ # 集群不存在。
57
+ RESOURCENOTFOUND_CLUSTERNOTFOUND = 'ResourceNotFound.ClusterNotFound'
58
+
59
+ # 集群状态不支持该操作。
60
+ RESOURCEUNAVAILABLE_CLUSTERSTATE = 'ResourceUnavailable.ClusterState'