tencentcloud-sdk-python-intl-en 3.0.1278__py2.py3-none-any.whl → 3.0.1279__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/apigateway/v20180808/errorcodes.py +30 -15
- tencentcloud/autoscaling/v20180419/errorcodes.py +2 -1
- tencentcloud/batch/v20170312/errorcodes.py +2 -1
- tencentcloud/cbs/v20170312/errorcodes.py +4 -2
- tencentcloud/cdb/v20170320/errorcodes.py +2 -1
- tencentcloud/cdn/v20180606/errorcodes.py +4 -2
- tencentcloud/cfs/v20190719/errorcodes.py +20 -10
- tencentcloud/cloudaudit/v20190319/errorcodes.py +8 -4
- tencentcloud/csip/v20221121/errorcodes.py +8 -4
- tencentcloud/cvm/v20170312/cvm_client.py +52 -0
- tencentcloud/cvm/v20170312/errorcodes.py +73 -32
- tencentcloud/cvm/v20170312/models.py +253 -0
- tencentcloud/cynosdb/v20190107/errorcodes.py +8 -4
- tencentcloud/dbbrain/v20191016/errorcodes.py +2 -1
- tencentcloud/dbbrain/v20210527/errorcodes.py +2 -1
- tencentcloud/dnspod/v20210323/dnspod_client.py +46 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +11 -4
- tencentcloud/dnspod/v20210323/models.py +287 -0
- tencentcloud/dts/v20180330/errorcodes.py +8 -4
- tencentcloud/dts/v20211206/errorcodes.py +2 -1
- tencentcloud/eb/v20210416/errorcodes.py +2 -1
- tencentcloud/ecm/v20190719/errorcodes.py +6 -3
- tencentcloud/eiam/v20210420/errorcodes.py +66 -33
- tencentcloud/emr/v20190103/errorcodes.py +2 -1
- tencentcloud/es/v20180416/errorcodes.py +32 -16
- tencentcloud/faceid/v20180301/errorcodes.py +2 -1
- tencentcloud/iai/v20200303/errorcodes.py +10 -5
- tencentcloud/ims/v20201229/errorcodes.py +6 -3
- tencentcloud/intlpartnersmgt/v20220928/errorcodes.py +4 -2
- tencentcloud/lcic/v20220817/errorcodes.py +2 -1
- tencentcloud/lighthouse/v20200324/errorcodes.py +16 -8
- tencentcloud/live/v20180801/errorcodes.py +14 -7
- tencentcloud/lke/v20231130/errorcodes.py +2 -1
- tencentcloud/mdl/v20200326/errorcodes.py +2 -1
- tencentcloud/mdp/v20200527/errorcodes.py +2 -1
- tencentcloud/mps/v20190612/errorcodes.py +4 -2
- tencentcloud/ocr/v20181119/errorcodes.py +4 -2
- tencentcloud/organization/v20181225/errorcodes.py +2 -1
- tencentcloud/organization/v20210331/errorcodes.py +1 -0
- tencentcloud/privatedns/v20201028/errorcodes.py +6 -3
- tencentcloud/scf/v20180416/errorcodes.py +10 -5
- tencentcloud/sms/v20190711/errorcodes.py +2 -1
- tencentcloud/sms/v20210111/errorcodes.py +4 -2
- tencentcloud/tag/v20180813/errorcodes.py +2 -1
- tencentcloud/tat/v20201028/errorcodes.py +8 -4
- tencentcloud/tcr/v20190924/errorcodes.py +2 -1
- tencentcloud/tdmq/v20200217/errorcodes.py +2 -1
- tencentcloud/tem/v20210701/errorcodes.py +8 -4
- tencentcloud/teo/v20220106/errorcodes.py +4 -2
- tencentcloud/teo/v20220901/errorcodes.py +12 -6
- tencentcloud/teo/v20220901/models.py +14 -14
- tencentcloud/teo/v20220901/teo_client.py +1 -1
- tencentcloud/tiw/v20190919/errorcodes.py +4 -2
- tencentcloud/tke/v20180525/errorcodes.py +2 -1
- tencentcloud/tms/v20201229/errorcodes.py +2 -1
- tencentcloud/tmt/v20180321/errorcodes.py +14 -7
- tencentcloud/trtc/v20190722/errorcodes.py +4 -2
- tencentcloud/tts/v20190823/errorcodes.py +2 -1
- tencentcloud/vm/v20201229/errorcodes.py +2 -1
- tencentcloud/vm/v20210922/errorcodes.py +2 -1
- tencentcloud/vod/v20180717/errorcodes.py +12 -6
- tencentcloud/vpc/v20170312/errorcodes.py +76 -38
- {tencentcloud_sdk_python_intl_en-3.0.1278.dist-info → tencentcloud_sdk_python_intl_en-3.0.1279.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1278.dist-info → tencentcloud_sdk_python_intl_en-3.0.1279.dist-info}/RECORD +67 -67
- {tencentcloud_sdk_python_intl_en-3.0.1278.dist-info → tencentcloud_sdk_python_intl_en-3.0.1279.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1278.dist-info → tencentcloud_sdk_python_intl_en-3.0.1279.dist-info}/top_level.txt +0 -0
|
@@ -47,7 +47,8 @@ FAILEDOPERATION_DATAERROR = 'FailedOperation.DataError'
|
|
|
47
47
|
# The private domain is currently associated with a VPC. Please disassociate the VPC first before clearing its records.
|
|
48
48
|
FAILEDOPERATION_DELETELASTBINDVPCRECORDFAILED = 'FailedOperation.DeleteLastBindVpcRecordFailed'
|
|
49
49
|
|
|
50
|
-
#
|
|
50
|
+
# Record deletion failed.
|
|
51
|
+
|
|
51
52
|
FAILEDOPERATION_DELETERECORDFAILED = 'FailedOperation.DeleteRecordFailed'
|
|
52
53
|
|
|
53
54
|
# Failed to delete the endpoint.
|
|
@@ -71,7 +72,8 @@ FAILEDOPERATION_MODIFYRECORDFAILED = 'FailedOperation.ModifyRecordFailed'
|
|
|
71
72
|
# Failed to modify the private domain.
|
|
72
73
|
FAILEDOPERATION_MODIFYZONEFAILED = 'FailedOperation.ModifyZoneFailed'
|
|
73
74
|
|
|
74
|
-
#
|
|
75
|
+
# Record update failed.
|
|
76
|
+
|
|
75
77
|
FAILEDOPERATION_UPDATERECORDFAILED = 'FailedOperation.UpdateRecordFailed'
|
|
76
78
|
|
|
77
79
|
# Internal error.
|
|
@@ -125,7 +127,8 @@ INVALIDPARAMETER_ILLEGALVPCINFO = 'InvalidParameter.IllegalVpcInfo'
|
|
|
125
127
|
# The MX value must be a multiple of 5 between 5 and 50.
|
|
126
128
|
INVALIDPARAMETER_INVALIDMX = 'InvalidParameter.InvalidMX'
|
|
127
129
|
|
|
128
|
-
#
|
|
130
|
+
# This record type does not support MX priority settings.
|
|
131
|
+
|
|
129
132
|
INVALIDPARAMETER_MXNOTSUPPORTED = 'InvalidParameter.MXNotSupported'
|
|
130
133
|
|
|
131
134
|
# The number of round-robin DNS AAAA records exceeds 50.
|
|
@@ -116,7 +116,8 @@ FAILEDOPERATION_PUBLISHLAYERVERSION = 'FailedOperation.PublishLayerVersion'
|
|
|
116
116
|
# You cannot publish a version in the current function state. Please try again when the state is normal.
|
|
117
117
|
FAILEDOPERATION_PUBLISHVERSION = 'FailedOperation.PublishVersion'
|
|
118
118
|
|
|
119
|
-
#
|
|
119
|
+
# Query failed.
|
|
120
|
+
|
|
120
121
|
FAILEDOPERATION_QUERYERROR = 'FailedOperation.QueryError'
|
|
121
122
|
|
|
122
123
|
# The value of ReservedExceedTotal exceeds the limit.
|
|
@@ -479,7 +480,8 @@ LIMITEXCEEDED_FUNCTIONTOTALPROVISIONEDCONCURRENCYNUM = 'LimitExceeded.FunctionTo
|
|
|
479
480
|
# The number of layer versions exceeds the upper limit.
|
|
480
481
|
LIMITEXCEEDED_LAYERVERSIONS = 'LimitExceeded.LayerVersions'
|
|
481
482
|
|
|
482
|
-
#
|
|
483
|
+
# The number of layers exceeds the maximum limit.
|
|
484
|
+
|
|
483
485
|
LIMITEXCEEDED_LAYERS = 'LimitExceeded.Layers'
|
|
484
486
|
|
|
485
487
|
# Reached the upper limit of dynamic scaling.
|
|
@@ -527,7 +529,8 @@ MISSINGPARAMETER = 'MissingParameter'
|
|
|
527
529
|
# This account has been isolated.
|
|
528
530
|
OPERATIONDENIED_ACCOUNTISOLATE = 'OperationDenied.AccountIsolate'
|
|
529
531
|
|
|
530
|
-
#
|
|
532
|
+
# Account does not exist.
|
|
533
|
+
|
|
531
534
|
OPERATIONDENIED_ACCOUNTNOTEXISTS = 'OperationDenied.AccountNotExists'
|
|
532
535
|
|
|
533
536
|
# The resource is in use.
|
|
@@ -674,7 +677,8 @@ UNSUPPORTEDOPERATION_ALIASBIND = 'UnsupportedOperation.AliasBind'
|
|
|
674
677
|
# Cdn is not supported.
|
|
675
678
|
UNSUPPORTEDOPERATION_CDN = 'UnsupportedOperation.Cdn'
|
|
676
679
|
|
|
677
|
-
#
|
|
680
|
+
# The function cannot be copied.
|
|
681
|
+
|
|
678
682
|
UNSUPPORTEDOPERATION_COPYFUNCTION = 'UnsupportedOperation.CopyFunction'
|
|
679
683
|
|
|
680
684
|
# Cos operation is not supported.
|
|
@@ -686,7 +690,8 @@ UNSUPPORTEDOPERATION_EIPFIXED = 'UnsupportedOperation.EipFixed'
|
|
|
686
690
|
# Unsupported region.
|
|
687
691
|
UNSUPPORTEDOPERATION_NOTSUPPORTREGION = 'UnsupportedOperation.NotSupportRegion'
|
|
688
692
|
|
|
689
|
-
#
|
|
693
|
+
# Cannot release the version in the current state.
|
|
694
|
+
|
|
690
695
|
UNSUPPORTEDOPERATION_PUBLISHVERSION = 'UnsupportedOperation.PublishVersion'
|
|
691
696
|
|
|
692
697
|
# This region is not supported.
|
|
@@ -68,7 +68,8 @@ INTERNALERROR_REQUESTTIMEEXCEPTION = 'InternalError.RequestTimeException'
|
|
|
68
68
|
# This RESTful API does not exist. Please check the RESTful API description.
|
|
69
69
|
INTERNALERROR_RESTAPIINTERFACENOTEXIST = 'InternalError.RestApiInterfaceNotExist'
|
|
70
70
|
|
|
71
|
-
#
|
|
71
|
+
# Service access has timed out,Please verify whether there are any network fluctuations or contact [Tencent Cloud SMS Assistant](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81) for assistance.
|
|
72
|
+
|
|
72
73
|
INTERNALERROR_SENDANDRECVFAIL = 'InternalError.SendAndRecvFail'
|
|
73
74
|
|
|
74
75
|
# The request packet in the backend packet does not have a `Sig` field or the `Sig` field is empty.
|
|
@@ -107,7 +107,8 @@ INTERNALERROR_REQUESTTIMEEXCEPTION = 'InternalError.RequestTimeException'
|
|
|
107
107
|
# This RESTful API does not exist. Please check the RESTful API description.
|
|
108
108
|
INTERNALERROR_RESTAPIINTERFACENOTEXIST = 'InternalError.RestApiInterfaceNotExist'
|
|
109
109
|
|
|
110
|
-
#
|
|
110
|
+
# Service access has timed out,Please verify whether there are any network fluctuations or contact [Tencent Cloud SMS Assistant](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81) for assistance.
|
|
111
|
+
|
|
111
112
|
INTERNALERROR_SENDANDRECVFAIL = 'InternalError.SendAndRecvFail'
|
|
112
113
|
|
|
113
114
|
# The request body in the backend body does not have a `Sig` field or the `Sig` field is empty.
|
|
@@ -266,7 +267,8 @@ UNAUTHORIZEDOPERATION_SERVICESUSPENDDUETOARREARS = 'UnauthorizedOperation.Servic
|
|
|
266
267
|
# Failed to verify `SmsSdkAppId`. Please check whether [SmsSdkAppId](https://console.cloud.tencent.com/smsv2/app-manage) is under the account associated with the [TencentCloud API key](https://console.cloud.tencent.com/cam/capi).
|
|
267
268
|
UNAUTHORIZEDOPERATION_SMSSDKAPPIDVERIFYFAIL = 'UnauthorizedOperation.SmsSdkAppIdVerifyFail'
|
|
268
269
|
|
|
269
|
-
#
|
|
270
|
+
# Operation not supported.
|
|
271
|
+
|
|
270
272
|
UNSUPPORTEDOPERATION = 'UnsupportedOperation'
|
|
271
273
|
|
|
272
274
|
# The request is not supported.
|
|
@@ -23,7 +23,8 @@ AUTHFAILURE_UNAUTHORIZEDOPERATION = 'AuthFailure.UnauthorizedOperation'
|
|
|
23
23
|
# The operation failed.
|
|
24
24
|
FAILEDOPERATION = 'FailedOperation'
|
|
25
25
|
|
|
26
|
-
#
|
|
26
|
+
# Enforcement restrictions in the tag policy.
|
|
27
|
+
|
|
27
28
|
FAILEDOPERATION_POLICYENFORCEDINVALID = 'FailedOperation.PolicyEnforcedInvalid'
|
|
28
29
|
|
|
29
30
|
# Exceeding the project count limit.
|
|
@@ -164,7 +164,8 @@ RESOURCENOTFOUND_INVOCATIONNOTFOUND = 'ResourceNotFound.InvocationNotFound'
|
|
|
164
164
|
# The role does not exist.
|
|
165
165
|
RESOURCENOTFOUND_ROLENOTFOUND = 'ResourceNotFound.RoleNotFound'
|
|
166
166
|
|
|
167
|
-
#
|
|
167
|
+
# Resource unavailable.
|
|
168
|
+
|
|
168
169
|
RESOURCEUNAVAILABLE = 'ResourceUnavailable'
|
|
169
170
|
|
|
170
171
|
# TAT Agent is not installed.
|
|
@@ -185,10 +186,12 @@ RESOURCEUNAVAILABLE_INSTANCESTATENOTRUNNING = 'ResourceUnavailable.InstanceState
|
|
|
185
186
|
# Lighthouse is not supported in the region.
|
|
186
187
|
RESOURCEUNAVAILABLE_LIGHTHOUSEUNSUPPORTEDREGION = 'ResourceUnavailable.LighthouseUnsupportedRegion'
|
|
187
188
|
|
|
188
|
-
#
|
|
189
|
+
# User quota exhausted.
|
|
190
|
+
|
|
189
191
|
RESOURCEUNAVAILABLE_USERHASNOQUOTACODE = 'ResourceUnavailable.UserHasNoQuotaCode'
|
|
190
192
|
|
|
191
|
-
#
|
|
193
|
+
# Role assumption unauthorized.
|
|
194
|
+
|
|
192
195
|
UNAUTHORIZEDOPERATION_ASSUMEROLEUNAUTHORIZED = 'UnauthorizedOperation.AssumeRoleUnauthorized'
|
|
193
196
|
|
|
194
197
|
# CAM authentication failed.
|
|
@@ -206,5 +209,6 @@ UNAUTHORIZEDOPERATION_MFANOTFOUND = 'UnauthorizedOperation.MFANotFound'
|
|
|
206
209
|
# Unknown parameter error.
|
|
207
210
|
UNKNOWNPARAMETER = 'UnknownParameter'
|
|
208
211
|
|
|
209
|
-
#
|
|
212
|
+
# Operation not supported.
|
|
213
|
+
|
|
210
214
|
UNSUPPORTEDOPERATION = 'UnsupportedOperation'
|
|
@@ -149,7 +149,8 @@ RESOURCENOTFOUND_TCRRESOURCENOTFOUND = 'ResourceNotFound.TcrResourceNotFound'
|
|
|
149
149
|
# The operation is unauthorized.
|
|
150
150
|
UNAUTHORIZEDOPERATION = 'UnauthorizedOperation'
|
|
151
151
|
|
|
152
|
-
#
|
|
152
|
+
# Unauthorized Operation
|
|
153
|
+
|
|
153
154
|
UNAUTHORIZEDOPERATION_ERRORTCRUNAUTHORIZED = 'UnauthorizedOperation.ErrorTcrUnauthorized'
|
|
154
155
|
|
|
155
156
|
# Unknown parameter error. Please check and try again.
|
|
@@ -182,7 +182,8 @@ INVALIDPARAMETER_TOKENNOTFOUND = 'InvalidParameter.TokenNotFound'
|
|
|
182
182
|
# The parameter value is incorrect.
|
|
183
183
|
INVALIDPARAMETERVALUE = 'InvalidParameterValue'
|
|
184
184
|
|
|
185
|
-
#
|
|
185
|
+
# At least one parameter must be provided.
|
|
186
|
+
|
|
186
187
|
INVALIDPARAMETERVALUE_ATLEASTONE = 'InvalidParameterValue.AtLeastOne'
|
|
187
188
|
|
|
188
189
|
# The cluster name already exists.
|
|
@@ -167,7 +167,8 @@ INVALIDPARAMETERVALUE_ATLEASTONESCALERRULESHOULDBEAPPLIED = 'InvalidParameterVal
|
|
|
167
167
|
# Only one auto scaler can be specified.
|
|
168
168
|
INVALIDPARAMETERVALUE_AUTOSCALERLARGERTHANONE = 'InvalidParameterValue.AutoScalerLargerThanOne'
|
|
169
169
|
|
|
170
|
-
#
|
|
170
|
+
# The elastic rule name is invalid. Length must be less than 20 characters.
|
|
171
|
+
|
|
171
172
|
INVALIDPARAMETERVALUE_AUTOSCALERNAMEINVALID = 'InvalidParameterValue.AutoScalerNameInvalid'
|
|
172
173
|
|
|
173
174
|
# The access mode of other applications cannot be overwritten.
|
|
@@ -182,7 +183,8 @@ INVALIDPARAMETERVALUE_CONFIGDATAALREADYEXIST = 'InvalidParameterValue.ConfigData
|
|
|
182
183
|
# The configuration is incorrect.
|
|
183
184
|
INVALIDPARAMETERVALUE_CONFIGDATAINVALID = 'InvalidParameterValue.ConfigDataInvalid'
|
|
184
185
|
|
|
185
|
-
#
|
|
186
|
+
# createRegion parameter error.
|
|
187
|
+
|
|
186
188
|
INVALIDPARAMETERVALUE_CREATENAMESPACEUNSUPPORTREGIONERROR = 'InvalidParameterValue.CreateNamespaceUnsupportRegionError'
|
|
187
189
|
|
|
188
190
|
# The specified desired capacity of the scheduled action is incorrect.
|
|
@@ -269,7 +271,8 @@ INVALIDPARAMETERVALUE_PORTISRESERVED = 'InvalidParameterValue.PortIsReserved'
|
|
|
269
271
|
# Invalid post start
|
|
270
272
|
INVALIDPARAMETERVALUE_POSTSTARTNOTVALID = 'InvalidParameterValue.PostStartNotValid'
|
|
271
273
|
|
|
272
|
-
#
|
|
274
|
+
# Invalid pre stop.
|
|
275
|
+
|
|
273
276
|
INVALIDPARAMETERVALUE_PRESTOPNOTVALID = 'InvalidParameterValue.PreStopNotValid'
|
|
274
277
|
|
|
275
278
|
# Public image parameter error
|
|
@@ -350,7 +353,8 @@ MISSINGPARAMETER_NAMESPACEIDNULL = 'MissingParameter.NamespaceIdNull'
|
|
|
350
353
|
# The package name cannot be left empty.
|
|
351
354
|
MISSINGPARAMETER_PKGNAMENULL = 'MissingParameter.PkgNameNull'
|
|
352
355
|
|
|
353
|
-
#
|
|
356
|
+
# The image repository server cannot be empty.
|
|
357
|
+
|
|
354
358
|
MISSINGPARAMETER_REPOSERVERNULL = 'MissingParameter.RepoServerNull'
|
|
355
359
|
|
|
356
360
|
# The scaling rule ID is missing.
|
|
@@ -74,7 +74,8 @@ INVALIDPARAMETER_INVALIDDYNAMICROUTINEBILLING = 'InvalidParameter.InvalidDynamic
|
|
|
74
74
|
# Invalid filter field.
|
|
75
75
|
INVALIDPARAMETER_INVALIDFILTERNAME = 'InvalidParameter.InvalidFilterName'
|
|
76
76
|
|
|
77
|
-
#
|
|
77
|
+
# Invalid enforced HTTPS redirect.
|
|
78
|
+
|
|
78
79
|
INVALIDPARAMETER_INVALIDFORCEREDIRECTTYPE = 'InvalidParameter.InvalidForceRedirectType'
|
|
79
80
|
|
|
80
81
|
# Invalid origin server.
|
|
@@ -140,7 +141,8 @@ INVALIDPARAMETERVALUE_INVALIDPROXYNAME = 'InvalidParameterValue.InvalidProxyName
|
|
|
140
141
|
# Incorrect DNS proxy
|
|
141
142
|
INVALIDPARAMETERVALUE_INVALIDPROXYORIGIN = 'InvalidParameterValue.InvalidProxyOrigin'
|
|
142
143
|
|
|
143
|
-
#
|
|
144
|
+
# SRV record name incorrect.
|
|
145
|
+
|
|
144
146
|
INVALIDPARAMETERVALUE_INVALIDSRVNAME = 'InvalidParameterValue.InvalidSRVName'
|
|
145
147
|
|
|
146
148
|
# This record already exists.
|
|
@@ -317,7 +317,8 @@ INVALIDPARAMETER_ERRNILCONDITION = 'InvalidParameter.ErrNilCondition'
|
|
|
317
317
|
# The function name conflicts with that of another function under this account.
|
|
318
318
|
INVALIDPARAMETER_FUNCTIONNAMECONFLICT = 'InvalidParameter.FunctionNameConflict'
|
|
319
319
|
|
|
320
|
-
#
|
|
320
|
+
# GroupBy parameter exceeds the quantity limit.
|
|
321
|
+
|
|
321
322
|
INVALIDPARAMETER_GROUPBYLIMITEXCEEDED = 'InvalidParameter.GroupByLimitExceeded'
|
|
322
323
|
|
|
323
324
|
# To enable gRPC support, HTTP/2 support must be enabled as well.
|
|
@@ -434,7 +435,8 @@ INVALIDPARAMETER_INVALIDERRORPAGEREDIRECTURL = 'InvalidParameter.InvalidErrorPag
|
|
|
434
435
|
# Invalid filter field.
|
|
435
436
|
INVALIDPARAMETER_INVALIDFILTERNAME = 'InvalidParameter.InvalidFilterName'
|
|
436
437
|
|
|
437
|
-
# Invalid
|
|
438
|
+
# Invalid enforced HTTPS redirect.
|
|
439
|
+
|
|
438
440
|
INVALIDPARAMETER_INVALIDFORCEREDIRECTTYPE = 'InvalidParameter.InvalidForceRedirectType'
|
|
439
441
|
|
|
440
442
|
# Invalid parameter "https".
|
|
@@ -791,10 +793,12 @@ INVALIDPARAMETERVALUE_ALIASDOMAINNOTSUPPORTEDGEMTLS = 'InvalidParameterValue.Ali
|
|
|
791
793
|
# Alias domain names do not support the configuration of origin-pull mutual authentication for the time being.
|
|
792
794
|
INVALIDPARAMETERVALUE_ALIASDOMAINNOTSUPPORTUPSTREAMMTLS = 'InvalidParameterValue.AliasDomainNotSupportUpstreamMTLS'
|
|
793
795
|
|
|
794
|
-
#
|
|
796
|
+
# The client certificate in the edge mTLS configuration must be a CA certificate.
|
|
797
|
+
|
|
795
798
|
INVALIDPARAMETERVALUE_CERTIFICATEVERIFYCLIENTMUSTCA = 'InvalidParameterValue.CertificateVerifyClientMustCa'
|
|
796
799
|
|
|
797
|
-
#
|
|
800
|
+
# Edge mTLS configuration requires at least one certificate.
|
|
801
|
+
|
|
798
802
|
INVALIDPARAMETERVALUE_CERTIFICATEVERIFYCLIENTNEEDCERT = 'InvalidParameterValue.CertificateVerifyClientNeedCert'
|
|
799
803
|
|
|
800
804
|
# Currently, only RSA or ECC algorithm certificates are supported for the origin-pull mutual authentication, and the SCA SM2 algorithm certificates are not supported.
|
|
@@ -806,7 +810,8 @@ INVALIDPARAMETERVALUE_CERTIFICATEVERIFYUPSTREAMCLIENTMUSTSVR = 'InvalidParameter
|
|
|
806
810
|
# Origin-pull mutual authentication configuration requires at least one certificate.
|
|
807
811
|
INVALIDPARAMETERVALUE_CERTIFICATEVERIFYUPSTREAMCLIENTNEEDCERT = 'InvalidParameterValue.CertificateVerifyUpstreamClientNeedCert'
|
|
808
812
|
|
|
809
|
-
#
|
|
813
|
+
# The client CA certificate in edge mTLS configuration allows a maximum of 20 certificates.
|
|
814
|
+
|
|
810
815
|
INVALIDPARAMETERVALUE_CLIENTCERTINFOQUOTALIMIT = 'InvalidParameterValue.ClientCertInfoQuotaLimit'
|
|
811
816
|
|
|
812
817
|
# It conflicts with existing records.
|
|
@@ -1313,7 +1318,8 @@ RESOURCEUNAVAILABLE_SHAREDCNAMEALREADYEXISTS = 'ResourceUnavailable.SharedCNAMEA
|
|
|
1313
1318
|
# The site does not exist or is not belong to this account.
|
|
1314
1319
|
RESOURCEUNAVAILABLE_ZONENOTFOUND = 'ResourceUnavailable.ZoneNotFound'
|
|
1315
1320
|
|
|
1316
|
-
#
|
|
1321
|
+
# Resources are selling fast and currently sold out. Restocking is in progress, so new domains cannot be added at the moment. Please wait patiently.
|
|
1322
|
+
|
|
1317
1323
|
RESOURCESSOLDOUT_L7LACKOFRESOURCES = 'ResourcesSoldOut.L7LackOfResources'
|
|
1318
1324
|
|
|
1319
1325
|
# Unauthorized operation.
|
|
@@ -32826,9 +32826,9 @@ class JustInTimeTranscodeTemplate(AbstractModel):
|
|
|
32826
32826
|
:type VideoTemplate: :class:`tencentcloud.teo.v20220901.models.VideoTemplateInfo`
|
|
32827
32827
|
:param _AudioTemplate: Audio stream configuration parameters. specifies this field is valid only when AudioStreamSwitch is on.
|
|
32828
32828
|
:type AudioTemplate: :class:`tencentcloud.teo.v20220901.models.AudioTemplateInfo`
|
|
32829
|
-
:param _CreateTime: Template creation time. uses [ISO date format](https://www.tencentcloud.
|
|
32829
|
+
:param _CreateTime: Template creation time. uses [ISO date format](https://www.tencentcloud.com/zh/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
|
32830
32830
|
:type CreateTime: str
|
|
32831
|
-
:param _UpdateTime: Template last modified time. uses [ISO date format](https://www.tencentcloud.
|
|
32831
|
+
:param _UpdateTime: Template last modified time. uses [ISO date format](https://www.tencentcloud.com/zh/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
|
32832
32832
|
:type UpdateTime: str
|
|
32833
32833
|
"""
|
|
32834
32834
|
self._TemplateId = None
|
|
@@ -32932,7 +32932,7 @@ class JustInTimeTranscodeTemplate(AbstractModel):
|
|
|
32932
32932
|
|
|
32933
32933
|
@property
|
|
32934
32934
|
def CreateTime(self):
|
|
32935
|
-
r"""Template creation time. uses [ISO date format](https://www.tencentcloud.
|
|
32935
|
+
r"""Template creation time. uses [ISO date format](https://www.tencentcloud.com/zh/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
|
32936
32936
|
:rtype: str
|
|
32937
32937
|
"""
|
|
32938
32938
|
return self._CreateTime
|
|
@@ -32943,7 +32943,7 @@ class JustInTimeTranscodeTemplate(AbstractModel):
|
|
|
32943
32943
|
|
|
32944
32944
|
@property
|
|
32945
32945
|
def UpdateTime(self):
|
|
32946
|
-
r"""Template last modified time. uses [ISO date format](https://www.tencentcloud.
|
|
32946
|
+
r"""Template last modified time. uses [ISO date format](https://www.tencentcloud.com/zh/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
|
32947
32947
|
:rtype: str
|
|
32948
32948
|
"""
|
|
32949
32949
|
return self._UpdateTime
|
|
@@ -48168,11 +48168,11 @@ class RulesProperties(AbstractModel):
|
|
|
48168
48168
|
Note: If `Type` is `CUSTOM_NUM` or `CUSTOM_STRING`, this parameter will be an empty array.
|
|
48169
48169
|
:type ChoicesValue: list of str
|
|
48170
48170
|
:param _Type: The parameter value type.
|
|
48171
|
-
<Li>`CHOICE`: the parameter value can only be selected from `choicesvalue`.</li
|
|
48172
|
-
<Li>TOGGLE: the parameter value is of switch type and can be selected from `choicesvalue`.</li
|
|
48173
|
-
<Li>OBJECT: the parameter value is of object type, and `choiceproperties` are the properties associated with this object type.</li
|
|
48174
|
-
<Li>`CUSTOM_NUM`: (integer) custom value.</li
|
|
48175
|
-
<Li> custom_string: parameter value is user-customized, string type.</li>
|
|
48171
|
+
<Li>`CHOICE`: the parameter value can only be selected from `choicesvalue`.</li>
|
|
48172
|
+
<Li>TOGGLE: the parameter value is of switch type and can be selected from `choicesvalue`.</li>
|
|
48173
|
+
<Li>OBJECT: the parameter value is of object type, and `choiceproperties` are the properties associated with this object type.</li>
|
|
48174
|
+
<Li>`CUSTOM_NUM`: (integer) custom value.</li>
|
|
48175
|
+
<Li> custom_string: parameter value is user-customized, string type.</li>
|
|
48176
48176
|
:type Type: str
|
|
48177
48177
|
:param _Max: Maximum value. If both `Min` and `Max` are set to `0`, this parameter does not take effect.
|
|
48178
48178
|
:type Max: int
|
|
@@ -48234,11 +48234,11 @@ Note: If `Type` is `CUSTOM_NUM` or `CUSTOM_STRING`, this parameter will be an em
|
|
|
48234
48234
|
@property
|
|
48235
48235
|
def Type(self):
|
|
48236
48236
|
r"""The parameter value type.
|
|
48237
|
-
<Li>`CHOICE`: the parameter value can only be selected from `choicesvalue`.</li
|
|
48238
|
-
<Li>TOGGLE: the parameter value is of switch type and can be selected from `choicesvalue`.</li
|
|
48239
|
-
<Li>OBJECT: the parameter value is of object type, and `choiceproperties` are the properties associated with this object type.</li
|
|
48240
|
-
<Li>`CUSTOM_NUM`: (integer) custom value.</li
|
|
48241
|
-
<Li> custom_string: parameter value is user-customized, string type.</li>
|
|
48237
|
+
<Li>`CHOICE`: the parameter value can only be selected from `choicesvalue`.</li>
|
|
48238
|
+
<Li>TOGGLE: the parameter value is of switch type and can be selected from `choicesvalue`.</li>
|
|
48239
|
+
<Li>OBJECT: the parameter value is of object type, and `choiceproperties` are the properties associated with this object type.</li>
|
|
48240
|
+
<Li>`CUSTOM_NUM`: (integer) custom value.</li>
|
|
48241
|
+
<Li> custom_string: parameter value is user-customized, string type.</li>
|
|
48242
48242
|
:rtype: str
|
|
48243
48243
|
"""
|
|
48244
48244
|
return self._Type
|
|
@@ -1242,7 +1242,7 @@ class TeoClient(AbstractClient):
|
|
|
1242
1242
|
|
|
1243
1243
|
|
|
1244
1244
|
def DeleteLoadBalancer(self, request):
|
|
1245
|
-
r"""This API is used to delete a LoadBalancer. If the LoadBalancer is referenced by other services (for example, Layer-4 proxy), the LoadBalancer cannot be deleted until the reference relationship is removed. The load balancing feature is in beta test. If you need to use it, [contact us](https://
|
|
1245
|
+
r"""This API is used to delete a LoadBalancer. If the LoadBalancer is referenced by other services (for example, Layer-4 proxy), the LoadBalancer cannot be deleted until the reference relationship is removed. The load balancing feature is in beta test. If you need to use it, [contact us](https://www.tencentcloud.com/contact-us).
|
|
1246
1246
|
|
|
1247
1247
|
:param request: Request instance for DeleteLoadBalancer.
|
|
1248
1248
|
:type request: :class:`tencentcloud.teo.v20220901.models.DeleteLoadBalancerRequest`
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
# limitations under the License.
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
#
|
|
17
|
+
# CAM signature/authentication error.
|
|
18
|
+
|
|
18
19
|
AUTHFAILURE = 'AuthFailure'
|
|
19
20
|
|
|
20
21
|
# Operation failed.
|
|
@@ -80,7 +81,8 @@ INVALIDPARAMETER_INVALIDEXTRA = 'InvalidParameter.InvalidExtra'
|
|
|
80
81
|
# Unsupported configuration task type.
|
|
81
82
|
INVALIDPARAMETER_INVALIDTASKTYPE = 'InvalidParameter.InvalidTaskType'
|
|
82
83
|
|
|
83
|
-
#
|
|
84
|
+
# The transcoding preprocessing parameter format is incorrect.
|
|
85
|
+
|
|
84
86
|
INVALIDPARAMETER_PREPROCESSPARAMETER = 'InvalidParameter.PreprocessParameter'
|
|
85
87
|
|
|
86
88
|
# The format of the real-time recording parameter is invalid.
|
|
@@ -140,7 +140,8 @@ FAILEDOPERATION_KUBERNETESCREATEOPERATIONERROR = 'FailedOperation.KubernetesCrea
|
|
|
140
140
|
# Kubernetes Delete operation error.
|
|
141
141
|
FAILEDOPERATION_KUBERNETESDELETEOPERATIONERROR = 'FailedOperation.KubernetesDeleteOperationError'
|
|
142
142
|
|
|
143
|
-
#
|
|
143
|
+
# Failed to get Kubernetes resources.
|
|
144
|
+
|
|
144
145
|
FAILEDOPERATION_KUBERNETESGETOPERATIONERROR = 'FailedOperation.KubernetesGetOperationError'
|
|
145
146
|
|
|
146
147
|
# Unknown Kubernetes error.
|
|
@@ -41,7 +41,8 @@ INVALIDPARAMETERVALUE_ERRTEXTCONTENTTYPE = 'InvalidParameterValue.ErrTextContent
|
|
|
41
41
|
#
|
|
42
42
|
INVALIDPARAMETERVALUE_ERRTYPE = 'InvalidParameterValue.ErrType'
|
|
43
43
|
|
|
44
|
-
#
|
|
44
|
+
# The number of requests has exceeded the frequency limit.
|
|
45
|
+
|
|
45
46
|
REQUESTLIMITEXCEEDED = 'RequestLimitExceeded'
|
|
46
47
|
|
|
47
48
|
# Operation not authorized/No valid package/The account is overdue
|
|
@@ -14,22 +14,26 @@
|
|
|
14
14
|
# limitations under the License.
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
#
|
|
17
|
+
# The user region does not match the requested service region.
|
|
18
|
+
|
|
18
19
|
FAILEDOPERATION_ERRORUSERAREA = 'FailedOperation.ErrorUserArea'
|
|
19
20
|
|
|
20
|
-
#
|
|
21
|
+
# Temporarily unable to recognize the language.
|
|
22
|
+
|
|
21
23
|
FAILEDOPERATION_LANGUAGERECOGNITIONERR = 'FailedOperation.LanguageRecognitionErr'
|
|
22
24
|
|
|
23
25
|
# The free quota for this month is used up. To continue to use the service, you need to upgrade to a paid account in the TMT console.
|
|
24
26
|
FAILEDOPERATION_NOFREEAMOUNT = 'FailedOperation.NoFreeAmount'
|
|
25
27
|
|
|
26
|
-
#
|
|
28
|
+
# Internal request error, please try again later.
|
|
29
|
+
|
|
27
30
|
FAILEDOPERATION_REQUESTAILABERR = 'FailedOperation.RequestAiLabErr'
|
|
28
31
|
|
|
29
32
|
# The service is suspended due to overdue payments. Top up your account first.
|
|
30
33
|
FAILEDOPERATION_SERVICEISOLATE = 'FailedOperation.ServiceIsolate'
|
|
31
34
|
|
|
32
|
-
#
|
|
35
|
+
# Account service has been suspended.
|
|
36
|
+
|
|
33
37
|
FAILEDOPERATION_STOPUSING = 'FailedOperation.StopUsing'
|
|
34
38
|
|
|
35
39
|
# The service is not activated. Activate it in the TMT console first.
|
|
@@ -41,7 +45,8 @@ INTERNALERROR = 'InternalError'
|
|
|
41
45
|
# Backend service timeout. Please try again later.
|
|
42
46
|
INTERNALERROR_BACKENDTIMEOUT = 'InternalError.BackendTimeout'
|
|
43
47
|
|
|
44
|
-
#
|
|
48
|
+
# Route retrieval error.
|
|
49
|
+
|
|
45
50
|
INTERNALERROR_ERRORGETROUTE = 'InternalError.ErrorGetRoute'
|
|
46
51
|
|
|
47
52
|
# Unknown error.
|
|
@@ -56,7 +61,8 @@ INVALIDPARAMETER = 'InvalidParameter'
|
|
|
56
61
|
# Invalid parameter.
|
|
57
62
|
INVALIDPARAMETER_MISSINGPARAMETER = 'InvalidParameter.MissingParameter'
|
|
58
63
|
|
|
59
|
-
#
|
|
64
|
+
# Invalid parameter value.
|
|
65
|
+
|
|
60
66
|
INVALIDPARAMETERVALUE = 'InvalidParameterValue'
|
|
61
67
|
|
|
62
68
|
# The quota limit is reached.
|
|
@@ -68,7 +74,8 @@ LIMITEXCEEDED_LIMITEDACCESSFREQUENCY = 'LimitExceeded.LimitedAccessFrequency'
|
|
|
68
74
|
# Missing parameter.
|
|
69
75
|
MISSINGPARAMETER = 'MissingParameter'
|
|
70
76
|
|
|
71
|
-
#
|
|
77
|
+
# Exceeded UIN usage limit.
|
|
78
|
+
|
|
72
79
|
REQUESTLIMITEXCEEDED_UINLIMITEXCEEDED = 'RequestLimitExceeded.UinLimitExceeded'
|
|
73
80
|
|
|
74
81
|
# Incorrect name entered in the `Action` field.
|
|
@@ -41,7 +41,8 @@ FAILEDOPERATION_NOTABILITY = 'FailedOperation.NotAbility'
|
|
|
41
41
|
# This operation is not allowed, please submit a ticket to contact us
|
|
42
42
|
FAILEDOPERATION_NOTALLOWED = 'FailedOperation.NotAllowed'
|
|
43
43
|
|
|
44
|
-
#
|
|
44
|
+
# RTMP is not enabled.
|
|
45
|
+
|
|
45
46
|
FAILEDOPERATION_NOTRTMPFUNCTION = 'FailedOperation.NotRtmpFunction'
|
|
46
47
|
|
|
47
48
|
# Query task failed
|
|
@@ -179,7 +180,8 @@ INVALIDPARAMETER_USERIDSMORETHANSIX = 'InvalidParameter.UserIdsMorethanSix'
|
|
|
179
180
|
# UserSig is expired or wrong
|
|
180
181
|
INVALIDPARAMETER_USERSIG = 'InvalidParameter.UserSig'
|
|
181
182
|
|
|
182
|
-
#
|
|
183
|
+
# UserSig is not a super administrator.
|
|
184
|
+
|
|
183
185
|
INVALIDPARAMETER_USERSIGNOTADMIN = 'InvalidParameter.UserSigNotAdmin'
|
|
184
186
|
|
|
185
187
|
# Invalid RoomId.
|
|
@@ -26,7 +26,8 @@ INTERNALERROR_EXCEEDMAXLIMIT = 'InternalError.ExceedMaxLimit'
|
|
|
26
26
|
# Internal error.
|
|
27
27
|
INTERNALERROR_INTERNALERROR = 'InternalError.InternalError'
|
|
28
28
|
|
|
29
|
-
#
|
|
29
|
+
# No resources available, please try again later.
|
|
30
|
+
|
|
30
31
|
INTERNALERROR_NORESOURCE = 'InternalError.NoResource'
|
|
31
32
|
|
|
32
33
|
# The request text contains invalid characters.
|
|
@@ -62,7 +62,8 @@ RESOURCESSOLDOUT = 'ResourcesSoldOut'
|
|
|
62
62
|
# Unauthorized operation.
|
|
63
63
|
UNAUTHORIZEDOPERATION = 'UnauthorizedOperation'
|
|
64
64
|
|
|
65
|
-
#
|
|
65
|
+
# Not authorized / No valid package / Account is in arrears.
|
|
66
|
+
|
|
66
67
|
UNAUTHORIZEDOPERATION_UNAUTHORIZED = 'UnauthorizedOperation.Unauthorized'
|
|
67
68
|
|
|
68
69
|
# Unknown parameter error.
|
|
@@ -62,7 +62,8 @@ RESOURCESSOLDOUT = 'ResourcesSoldOut'
|
|
|
62
62
|
# Unauthorized operation.
|
|
63
63
|
UNAUTHORIZEDOPERATION = 'UnauthorizedOperation'
|
|
64
64
|
|
|
65
|
-
#
|
|
65
|
+
# Not authorized / No valid package / Account is in arrears.
|
|
66
|
+
|
|
66
67
|
UNAUTHORIZEDOPERATION_UNAUTHORIZED = 'UnauthorizedOperation.Unauthorized'
|
|
67
68
|
|
|
68
69
|
# Unknown parameter error.
|
|
@@ -341,13 +341,15 @@ INVALIDPARAMETERVALUE_INTERVAL = 'InvalidParameterValue.Interval'
|
|
|
341
341
|
# Invalid `OperationType`.
|
|
342
342
|
INVALIDPARAMETERVALUE_INVALIDOPERATIONTYPE = 'InvalidParameterValue.InvalidOperationType'
|
|
343
343
|
|
|
344
|
-
#
|
|
344
|
+
# Invalid parameter value: incorrect hard-coded parameter.
|
|
345
|
+
|
|
345
346
|
INVALIDPARAMETERVALUE_ISPERSISTENCE = 'InvalidParameterValue.IsPersistence'
|
|
346
347
|
|
|
347
348
|
# Invalid `Isps`.
|
|
348
349
|
INVALIDPARAMETERVALUE_ISPS = 'InvalidParameterValue.Isps'
|
|
349
350
|
|
|
350
|
-
#
|
|
351
|
+
# ItemId error.
|
|
352
|
+
|
|
351
353
|
INVALIDPARAMETERVALUE_ITEMID = 'InvalidParameterValue.ItemId'
|
|
352
354
|
|
|
353
355
|
# Incorrect parameter value: the timestamp content is too long.
|
|
@@ -407,7 +409,8 @@ INVALIDPARAMETERVALUE_OPERATION = 'InvalidParameterValue.Operation'
|
|
|
407
409
|
# Parameter error: Current storage class error.
|
|
408
410
|
INVALIDPARAMETERVALUE_ORIGINALSTORAGECLASS = 'InvalidParameterValue.OriginalStorageClass'
|
|
409
411
|
|
|
410
|
-
#
|
|
412
|
+
# Invalid parameter value: incorrect output media file type.
|
|
413
|
+
|
|
411
414
|
INVALIDPARAMETERVALUE_OUTPUTMEDIATYPE = 'InvalidParameterValue.OutputMediaType'
|
|
412
415
|
|
|
413
416
|
# Incorrect parameter value: invalid `ParentId`
|
|
@@ -416,10 +419,12 @@ INVALIDPARAMETERVALUE_PARENTID = 'InvalidParameterValue.ParentId'
|
|
|
416
419
|
# Incorrect parameter value: the face image format is incorrect.
|
|
417
420
|
INVALIDPARAMETERVALUE_PICFORMATERROR = 'InvalidParameterValue.PicFormatError'
|
|
418
421
|
|
|
419
|
-
#
|
|
422
|
+
# Invalid parameter value: incorrect precision parameter.
|
|
423
|
+
|
|
420
424
|
INVALIDPARAMETERVALUE_PRECISION = 'InvalidParameterValue.Precision'
|
|
421
425
|
|
|
422
|
-
#
|
|
426
|
+
# Invalid parameter value: incorrect Procedure.
|
|
427
|
+
|
|
423
428
|
INVALIDPARAMETERVALUE_PROCEDURE = 'InvalidParameterValue.Procedure'
|
|
424
429
|
|
|
425
430
|
# The task flow template name is invalid.
|
|
@@ -686,7 +691,8 @@ RESOURCEUNAVAILABLE_MASTERPLAYLIST = 'ResourceUnavailable.MasterPlaylist'
|
|
|
686
691
|
# Unauthorized operation.
|
|
687
692
|
UNAUTHORIZEDOPERATION = 'UnauthorizedOperation'
|
|
688
693
|
|
|
689
|
-
#
|
|
694
|
+
# Domain name resolution verification failed.
|
|
695
|
+
|
|
690
696
|
UNAUTHORIZEDOPERATION_DOMAINRECORDNOTVERIFIED = 'UnauthorizedOperation.DomainRecordNotVerified'
|
|
691
697
|
|
|
692
698
|
# Unknown parameter error.
|