tencentcloud-sdk-python-intl-en 3.0.1138__py2.py3-none-any.whl → 3.0.1139__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/teo/v20220901/errorcodes.py +4 -1
- tencentcloud/teo/v20220901/models.py +6527 -498
- tencentcloud/teo/v20220901/teo_client.py +243 -13
- {tencentcloud_sdk_python_intl_en-3.0.1138.dist-info → tencentcloud_sdk_python_intl_en-3.0.1139.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1138.dist-info → tencentcloud_sdk_python_intl_en-3.0.1139.dist-info}/RECORD +8 -8
- {tencentcloud_sdk_python_intl_en-3.0.1138.dist-info → tencentcloud_sdk_python_intl_en-3.0.1139.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1138.dist-info → tencentcloud_sdk_python_intl_en-3.0.1139.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -65,7 +65,7 @@ FAILEDOPERATION_CREATELOGTOPICTASKAUTHFAILURE = 'FailedOperation.CreateLogTopicT
|
|
|
65
65
|
# The edge client certificate has expired. It is not supported to issue expired certificates for the time being.
|
|
66
66
|
FAILEDOPERATION_EDGECLIENTCERTIFICATEHASEXPIRED = 'FailedOperation.EdgeClientCertificateHasExpired'
|
|
67
67
|
|
|
68
|
-
#
|
|
68
|
+
# Failed to call dnspod. please try again later. if the issue persists, please contact the intelligent customer service or submit a ticket.
|
|
69
69
|
FAILEDOPERATION_FAILEDTOCALLDNSPOD = 'FailedOperation.FailedToCallDNSPod'
|
|
70
70
|
|
|
71
71
|
# Another task is being deployed. Please try again later.
|
|
@@ -860,6 +860,9 @@ INVALIDPARAMETERVALUE_SHAREDCNAMEPREFIXNOTMATCH = 'InvalidParameterValue.SharedC
|
|
|
860
860
|
# The current domain suffix is not supported for access. Please contact us if you need to use it.
|
|
861
861
|
INVALIDPARAMETERVALUE_TOPLEVELDOMAINNOTSUPPORT = 'InvalidParameterValue.TopLevelDomainNotSupport'
|
|
862
862
|
|
|
863
|
+
# Referencing is not allowed on the custom page of the trial plan.
|
|
864
|
+
INVALIDPARAMETERVALUE_TRIALPLANRESPONSEPAGE = 'InvalidParameterValue.TrialPlanResponsePage'
|
|
865
|
+
|
|
863
866
|
# Configuration item error.
|
|
864
867
|
INVALIDPARAMETERVALUE_UNRECOGNIZABLEVALUE = 'InvalidParameterValue.UnrecognizableValue'
|
|
865
868
|
|