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

Files changed (36) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/ciam/v20210420/errorcodes.py +2 -2
  3. tencentcloud/ciam/v20210420/models.py +2 -2
  4. tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
  5. tencentcloud/dnspod/v20210323/models.py +2 -2
  6. tencentcloud/es/v20180416/models.py +2 -2
  7. tencentcloud/gwlb/v20240906/models.py +50 -30
  8. tencentcloud/ims/v20201229/errorcodes.py +9 -0
  9. tencentcloud/ims/v20201229/models.py +4 -4
  10. tencentcloud/ocr/v20181119/models.py +17 -0
  11. tencentcloud/omics/v20221128/models.py +4 -0
  12. tencentcloud/privatedns/v20201028/models.py +159 -35
  13. tencentcloud/privatedns/v20201028/privatedns_client.py +1 -1
  14. tencentcloud/sqlserver/v20180328/errorcodes.py +3 -0
  15. tencentcloud/sqlserver/v20180328/models.py +2370 -1230
  16. tencentcloud/sqlserver/v20180328/sqlserver_client.py +96 -4
  17. tencentcloud/tchd/v20230306/models.py +2 -2
  18. tencentcloud/tiw/v20190919/errorcodes.py +3 -0
  19. tencentcloud/tiw/v20190919/models.py +102 -102
  20. tencentcloud/tke/v20180525/errorcodes.py +2 -2
  21. tencentcloud/tke/v20220501/__init__.py +0 -0
  22. tencentcloud/tke/v20220501/errorcodes.py +69 -0
  23. tencentcloud/tke/v20220501/models.py +6338 -0
  24. tencentcloud/tke/v20220501/tke_client.py +279 -0
  25. tencentcloud/tms/v20201229/errorcodes.py +3 -0
  26. tencentcloud/tms/v20201229/models.py +2 -2
  27. tencentcloud/vm/v20201229/errorcodes.py +14 -14
  28. tencentcloud/vm/v20201229/models.py +17 -2
  29. tencentcloud/vm/v20210922/models.py +2 -2
  30. tencentcloud/vpc/v20170312/errorcodes.py +67 -1
  31. tencentcloud/vpc/v20170312/models.py +1495 -606
  32. tencentcloud/vpc/v20170312/vpc_client.py +96 -4
  33. {tencentcloud_sdk_python_intl_en-3.0.1084.dist-info → tencentcloud_sdk_python_intl_en-3.0.1086.dist-info}/METADATA +1 -1
  34. {tencentcloud_sdk_python_intl_en-3.0.1084.dist-info → tencentcloud_sdk_python_intl_en-3.0.1086.dist-info}/RECORD +36 -32
  35. {tencentcloud_sdk_python_intl_en-3.0.1084.dist-info → tencentcloud_sdk_python_intl_en-3.0.1086.dist-info}/WHEEL +0 -0
  36. {tencentcloud_sdk_python_intl_en-3.0.1084.dist-info → tencentcloud_sdk_python_intl_en-3.0.1086.dist-info}/top_level.txt +0 -0
@@ -464,7 +464,7 @@ INVALIDPARAMETER_INVALIDPRIVATENETWORKCIDR = 'InvalidParameter.InvalidPrivateNet
464
464
  # The iage OS is not supported.
465
465
  INVALIDPARAMETER_OSNOTSUPPORT = 'InvalidParameter.OsNotSupport'
466
466
 
467
- # Invalid parameter.
467
+ # Parameter error.
468
468
  INVALIDPARAMETER_PARAM = 'InvalidParameter.Param'
469
469
 
470
470
  # The PROM instance does not exist.
@@ -530,7 +530,7 @@ RESOURCEUNAVAILABLE = 'ResourceUnavailable'
530
530
  # Abnormal cluster status.
531
531
  RESOURCEUNAVAILABLE_CLUSTERINABNORMALSTAT = 'ResourceUnavailable.ClusterInAbnormalStat'
532
532
 
533
- # The cluster’s status does support this operation.
533
+ # The cluster status does not support this operation.
534
534
  RESOURCEUNAVAILABLE_CLUSTERSTATE = 'ResourceUnavailable.ClusterState'
535
535
 
536
536
  # The node pool is in an abnormal status.
File without changes
@@ -0,0 +1,69 @@
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
+ # Operation failed.
18
+ FAILEDOPERATION = 'FailedOperation'
19
+
20
+ # Internal error.
21
+ INTERNALERROR = 'InternalError'
22
+
23
+ # db error.
24
+ INTERNALERROR_DB = 'InternalError.Db'
25
+
26
+ # DB error.
27
+ INTERNALERROR_DBAFFECTIVEDROWS = 'InternalError.DbAffectivedRows'
28
+
29
+ # Record not found.
30
+ INTERNALERROR_DBRECORDNOTFOUND = 'InternalError.DbRecordNotFound'
31
+
32
+ # Initializing Master failed.
33
+ INTERNALERROR_INITMASTERFAILED = 'InternalError.InitMasterFailed'
34
+
35
+ # Param error.
36
+ INTERNALERROR_PARAM = 'InternalError.Param'
37
+
38
+ # Public clusters do not support node expansion.
39
+ INTERNALERROR_PUBLICCLUSTEROPNOTSUPPORT = 'InternalError.PublicClusterOpNotSupport'
40
+
41
+ # Internal error.
42
+ INTERNALERROR_UNEXCEPTEDINTERNAL = 'InternalError.UnexceptedInternal'
43
+
44
+ # Unknown internal error.
45
+ INTERNALERROR_UNEXPECTEDINTERNAL = 'InternalError.UnexpectedInternal'
46
+
47
+ # Parameter error.
48
+ INVALIDPARAMETER = 'InvalidParameter'
49
+
50
+ # The cluster ID does not exist.
51
+ INVALIDPARAMETER_CLUSTERNOTFOUND = 'InvalidParameter.ClusterNotFound'
52
+
53
+ # Parameter error.
54
+ INVALIDPARAMETER_PARAM = 'InvalidParameter.Param'
55
+
56
+ # Operation denied.
57
+ OPERATIONDENIED = 'OperationDenied'
58
+
59
+ # The resource is occupied.
60
+ RESOURCEINUSE = 'ResourceInUse'
61
+
62
+ # The resource does not exist.
63
+ RESOURCENOTFOUND = 'ResourceNotFound'
64
+
65
+ # The cluster does not exist.
66
+ RESOURCENOTFOUND_CLUSTERNOTFOUND = 'ResourceNotFound.ClusterNotFound'
67
+
68
+ # The cluster status does not support this operation.
69
+ RESOURCEUNAVAILABLE_CLUSTERSTATE = 'ResourceUnavailable.ClusterState'