tencentcloud-sdk-python-intl-en 3.0.1078__py2.py3-none-any.whl → 3.0.1079__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/models.py +6 -6
- tencentcloud/ciam/v20220331/models.py +39 -7
- tencentcloud/ocr/v20181119/models.py +2 -2
- tencentcloud/teo/v20220901/errorcodes.py +108 -9
- tencentcloud/teo/v20220901/models.py +2047 -313
- tencentcloud/teo/v20220901/teo_client.py +120 -5
- tencentcloud/tke/v20180525/errorcodes.py +76 -1
- tencentcloud/tke/v20180525/models.py +4268 -875
- tencentcloud/tke/v20180525/tke_client.py +355 -10
- tencentcloud/tmt/v20180321/models.py +62 -36
- {tencentcloud_sdk_python_intl_en-3.0.1078.dist-info → tencentcloud_sdk_python_intl_en-3.0.1079.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1078.dist-info → tencentcloud_sdk_python_intl_en-3.0.1079.dist-info}/RECORD +15 -15
- {tencentcloud_sdk_python_intl_en-3.0.1078.dist-info → tencentcloud_sdk_python_intl_en-3.0.1079.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1078.dist-info → tencentcloud_sdk_python_intl_en-3.0.1079.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -2835,7 +2835,7 @@ class AttachPluginRequest(AbstractModel):
|
|
|
2835
2835
|
r"""
|
|
2836
2836
|
:param _PluginId: ID of the bound API gateway plugin.
|
|
2837
2837
|
:type PluginId: str
|
|
2838
|
-
:param _ServiceId: ID of the service to be operated
|
|
2838
|
+
:param _ServiceId: ID of the service to be operated.
|
|
2839
2839
|
:type ServiceId: str
|
|
2840
2840
|
:param _EnvironmentName: Environment for operating the API.
|
|
2841
2841
|
:type EnvironmentName: str
|
|
@@ -2860,7 +2860,7 @@ class AttachPluginRequest(AbstractModel):
|
|
|
2860
2860
|
|
|
2861
2861
|
@property
|
|
2862
2862
|
def ServiceId(self):
|
|
2863
|
-
"""ID of the service to be operated
|
|
2863
|
+
"""ID of the service to be operated.
|
|
2864
2864
|
:rtype: str
|
|
2865
2865
|
"""
|
|
2866
2866
|
return self._ServiceId
|
|
@@ -7158,14 +7158,14 @@ class DeleteAPIDocRequest(AbstractModel):
|
|
|
7158
7158
|
|
|
7159
7159
|
def __init__(self):
|
|
7160
7160
|
r"""
|
|
7161
|
-
:param _ApiDocId: API document ID
|
|
7161
|
+
:param _ApiDocId: API document ID.
|
|
7162
7162
|
:type ApiDocId: str
|
|
7163
7163
|
"""
|
|
7164
7164
|
self._ApiDocId = None
|
|
7165
7165
|
|
|
7166
7166
|
@property
|
|
7167
7167
|
def ApiDocId(self):
|
|
7168
|
-
"""API document ID
|
|
7168
|
+
"""API document ID.
|
|
7169
7169
|
:rtype: str
|
|
7170
7170
|
"""
|
|
7171
7171
|
return self._ApiDocId
|
|
@@ -7194,7 +7194,7 @@ class DeleteAPIDocResponse(AbstractModel):
|
|
|
7194
7194
|
|
|
7195
7195
|
def __init__(self):
|
|
7196
7196
|
r"""
|
|
7197
|
-
:param _Result: Whether the operation succeeded
|
|
7197
|
+
:param _Result: Whether the operation succeeded.
|
|
7198
7198
|
:type Result: bool
|
|
7199
7199
|
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7200
7200
|
:type RequestId: str
|
|
@@ -7204,7 +7204,7 @@ class DeleteAPIDocResponse(AbstractModel):
|
|
|
7204
7204
|
|
|
7205
7205
|
@property
|
|
7206
7206
|
def Result(self):
|
|
7207
|
-
"""Whether the operation succeeded
|
|
7207
|
+
"""Whether the operation succeeded.
|
|
7208
7208
|
:rtype: bool
|
|
7209
7209
|
"""
|
|
7210
7210
|
return self._Result
|
|
@@ -1180,13 +1180,13 @@ class Filter(AbstractModel):
|
|
|
1180
1180
|
|
|
1181
1181
|
|
|
1182
1182
|
class ImportUser(AbstractModel):
|
|
1183
|
-
"""
|
|
1184
|
-
1.
|
|
1185
|
-
2. For
|
|
1186
|
-
3.
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1183
|
+
"""Import user information.
|
|
1184
|
+
1. At least one of the following nine attributes should be included during the import: UserName, PhoneNumber, Email, WeChatOpenId, WeChatUnionId, AlipayUserId, QQOpenId, QQUnionId, and WeComUserId. Each of these attributes should adhere to the regular expression rules for initial custom attributes. The regular expressions for UserName, PhoneNumber, and Email can be queried in Custom Attributes on the console.
|
|
1185
|
+
2. For the import of passwords, plaintext import, MD5 ciphertext import, SHA1 ciphertext import, and BCRYPT ciphertext import are supported. The import method should be specified in the PasswordEncryptTypeEnum field.
|
|
1186
|
+
3. IdentityVerified and IdentityVerificationMethod can be imported.
|
|
1187
|
+
When IdentityVerified is true, IdentityVerificationMethod should be entered.
|
|
1188
|
+
When IdentityVerificationMethod is nameAndIdCard, Name and ResidentIdentityCard should be entered.
|
|
1189
|
+
When IdentityVerificationMethod is nameIdCardAndPhone, Name, PhoneNumber, and ResidentIdentityCard should be entered.
|
|
1190
1190
|
|
|
1191
1191
|
"""
|
|
1192
1192
|
|
|
@@ -1216,6 +1216,8 @@ class ImportUser(AbstractModel):
|
|
|
1216
1216
|
:type WechatUnionId: str
|
|
1217
1217
|
:param _AlipayUserId: `alipayUserId` on Alipay
|
|
1218
1218
|
:type AlipayUserId: str
|
|
1219
|
+
:param _WeComUserId: WeCom user ID.
|
|
1220
|
+
:type WeComUserId: str
|
|
1219
1221
|
:param _Description: Description
|
|
1220
1222
|
:type Description: str
|
|
1221
1223
|
:param _Birthdate: Date of birth
|
|
@@ -1267,6 +1269,7 @@ class ImportUser(AbstractModel):
|
|
|
1267
1269
|
self._WechatOpenId = None
|
|
1268
1270
|
self._WechatUnionId = None
|
|
1269
1271
|
self._AlipayUserId = None
|
|
1272
|
+
self._WeComUserId = None
|
|
1270
1273
|
self._Description = None
|
|
1271
1274
|
self._Birthdate = None
|
|
1272
1275
|
self._Name = None
|
|
@@ -1419,6 +1422,17 @@ class ImportUser(AbstractModel):
|
|
|
1419
1422
|
def AlipayUserId(self, AlipayUserId):
|
|
1420
1423
|
self._AlipayUserId = AlipayUserId
|
|
1421
1424
|
|
|
1425
|
+
@property
|
|
1426
|
+
def WeComUserId(self):
|
|
1427
|
+
"""WeCom user ID.
|
|
1428
|
+
:rtype: str
|
|
1429
|
+
"""
|
|
1430
|
+
return self._WeComUserId
|
|
1431
|
+
|
|
1432
|
+
@WeComUserId.setter
|
|
1433
|
+
def WeComUserId(self, WeComUserId):
|
|
1434
|
+
self._WeComUserId = WeComUserId
|
|
1435
|
+
|
|
1422
1436
|
@property
|
|
1423
1437
|
def Description(self):
|
|
1424
1438
|
"""Description
|
|
@@ -1642,6 +1656,7 @@ class ImportUser(AbstractModel):
|
|
|
1642
1656
|
self._WechatOpenId = params.get("WechatOpenId")
|
|
1643
1657
|
self._WechatUnionId = params.get("WechatUnionId")
|
|
1644
1658
|
self._AlipayUserId = params.get("AlipayUserId")
|
|
1659
|
+
self._WeComUserId = params.get("WeComUserId")
|
|
1645
1660
|
self._Description = params.get("Description")
|
|
1646
1661
|
self._Birthdate = params.get("Birthdate")
|
|
1647
1662
|
self._Name = params.get("Name")
|
|
@@ -3924,6 +3939,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3924
3939
|
:param _AlipayUserId: `AlipayUserId` on Alipay
|
|
3925
3940
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3926
3941
|
:type AlipayUserId: str
|
|
3942
|
+
:param _WeComUserId: WeCom user ID.
|
|
3943
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3944
|
+
:type WeComUserId: str
|
|
3927
3945
|
:param _Description: Description
|
|
3928
3946
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3929
3947
|
:type Description: str
|
|
@@ -4008,6 +4026,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
4008
4026
|
self._WechatOpenId = None
|
|
4009
4027
|
self._WechatUnionId = None
|
|
4010
4028
|
self._AlipayUserId = None
|
|
4029
|
+
self._WeComUserId = None
|
|
4011
4030
|
self._Description = None
|
|
4012
4031
|
self._Name = None
|
|
4013
4032
|
self._Locale = None
|
|
@@ -4266,6 +4285,18 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4266
4285
|
def AlipayUserId(self, AlipayUserId):
|
|
4267
4286
|
self._AlipayUserId = AlipayUserId
|
|
4268
4287
|
|
|
4288
|
+
@property
|
|
4289
|
+
def WeComUserId(self):
|
|
4290
|
+
"""WeCom user ID.
|
|
4291
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4292
|
+
:rtype: str
|
|
4293
|
+
"""
|
|
4294
|
+
return self._WeComUserId
|
|
4295
|
+
|
|
4296
|
+
@WeComUserId.setter
|
|
4297
|
+
def WeComUserId(self, WeComUserId):
|
|
4298
|
+
self._WeComUserId = WeComUserId
|
|
4299
|
+
|
|
4269
4300
|
@property
|
|
4270
4301
|
def Description(self):
|
|
4271
4302
|
"""Description
|
|
@@ -4545,6 +4576,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
4545
4576
|
self._WechatOpenId = params.get("WechatOpenId")
|
|
4546
4577
|
self._WechatUnionId = params.get("WechatUnionId")
|
|
4547
4578
|
self._AlipayUserId = params.get("AlipayUserId")
|
|
4579
|
+
self._WeComUserId = params.get("WeComUserId")
|
|
4548
4580
|
self._Description = params.get("Description")
|
|
4549
4581
|
self._Name = params.get("Name")
|
|
4550
4582
|
self._Locale = params.get("Locale")
|
|
@@ -8653,7 +8653,7 @@ One of ImageUrl and ImageBase64 of the image must be provided. If both are provi
|
|
|
8653
8653
|
:param _BackImageBase64: Base64 value of the image on the back of the card. Supported image formats: PNG, JPG, JPEG. The GIF format is not supported yet. Supported image size: The downloaded image does not exceed 7M after Base64 encoding. The image download takes no more than 3 seconds. One of ImageUrl and ImageBase64 of the image must be provided. If both are provided, only ImageUrl will be used.
|
|
8654
8654
|
:type BackImageBase64: str
|
|
8655
8655
|
:param _Config: The following optional fields are of string type and are empty by default:
|
|
8656
|
-
RetImage: whether to return the processed image (base64 encrypted string); the value and meaning of RetImage are as follows: 1.
|
|
8656
|
+
RetImage: whether to return the processed image (base64 encrypted string); the value and meaning of RetImage are as follows: 1.portrait Return portrait image data 2."" Do not return image data SDK setting method reference: Config = Json.stringify({"RetImage":"portrait"}) API 3.0 Explorer setting method reference: Config = {"RetImage":"portrait" }
|
|
8657
8657
|
:type Config: str
|
|
8658
8658
|
"""
|
|
8659
8659
|
self._ImageUrl = None
|
|
@@ -8713,7 +8713,7 @@ One of ImageUrl and ImageBase64 of the image must be provided. If both are provi
|
|
|
8713
8713
|
@property
|
|
8714
8714
|
def Config(self):
|
|
8715
8715
|
"""The following optional fields are of string type and are empty by default:
|
|
8716
|
-
RetImage: whether to return the processed image (base64 encrypted string); the value and meaning of RetImage are as follows: 1.
|
|
8716
|
+
RetImage: whether to return the processed image (base64 encrypted string); the value and meaning of RetImage are as follows: 1.portrait Return portrait image data 2."" Do not return image data SDK setting method reference: Config = Json.stringify({"RetImage":"portrait"}) API 3.0 Explorer setting method reference: Config = {"RetImage":"portrait" }
|
|
8717
8717
|
:rtype: str
|
|
8718
8718
|
"""
|
|
8719
8719
|
return self._Config
|
|
@@ -20,10 +20,10 @@ DRYRUNOPERATION = 'DryRunOperation'
|
|
|
20
20
|
# Operation failed.
|
|
21
21
|
FAILEDOPERATION = 'FailedOperation'
|
|
22
22
|
|
|
23
|
-
#
|
|
23
|
+
# The edge HTTPS certificate has expired. Issuing expired certificates is currently not supported.
|
|
24
24
|
FAILEDOPERATION_CERTIFICATEHASEXPIRED = 'FailedOperation.CertificateHasExpired'
|
|
25
25
|
|
|
26
|
-
# The certificate does not exist.
|
|
26
|
+
# The edge HTTPS certificate does not exist.
|
|
27
27
|
FAILEDOPERATION_CERTIFICATENOTFOUND = 'FailedOperation.CertificateNotFound'
|
|
28
28
|
|
|
29
29
|
# Syntax error in the condition expression of the configuration file.
|
|
@@ -62,6 +62,9 @@ FAILEDOPERATION_CREATECLSLOGTOPICTASKFAILED = 'FailedOperation.CreateClsLogTopic
|
|
|
62
62
|
# Authentication failed while creating a custom push task. Check whether the push address is correct.
|
|
63
63
|
FAILEDOPERATION_CREATELOGTOPICTASKAUTHFAILURE = 'FailedOperation.CreateLogTopicTaskAuthFailure'
|
|
64
64
|
|
|
65
|
+
#
|
|
66
|
+
FAILEDOPERATION_EDGECLIENTCERTIFICATEHASEXPIRED = 'FailedOperation.EdgeClientCertificateHasExpired'
|
|
67
|
+
|
|
65
68
|
# Another task is being deployed. Please try again later.
|
|
66
69
|
FAILEDOPERATION_FUNCTIONDEPLOYING = 'FailedOperation.FunctionDeploying'
|
|
67
70
|
|
|
@@ -89,6 +92,9 @@ FAILEDOPERATION_RULEOPERATIONCONFLICT = 'FailedOperation.RuleOperationConflict'
|
|
|
89
92
|
# Unknown configuration group type.
|
|
90
93
|
FAILEDOPERATION_UNKNOWNCONFIGGROUPTYPE = 'FailedOperation.UnknownConfigGroupType'
|
|
91
94
|
|
|
95
|
+
#
|
|
96
|
+
FAILEDOPERATION_UPSTREAMCLIENTCERTIFICATEHASEXPIRED = 'FailedOperation.UpstreamClientCertificateHasExpired'
|
|
97
|
+
|
|
92
98
|
# Internal error.
|
|
93
99
|
INTERNALERROR = 'InternalError'
|
|
94
100
|
|
|
@@ -137,6 +143,9 @@ INVALIDPARAMETER_ACCESSREDIRECTREGEXERROR = 'InvalidParameter.AccessRedirectRege
|
|
|
137
143
|
# Too many attempts. Please try again later.
|
|
138
144
|
INVALIDPARAMETER_ACTIONINPROGRESS = 'InvalidParameter.ActionInProgress'
|
|
139
145
|
|
|
146
|
+
# Alias domain names do not support configuring a keyless certificate.
|
|
147
|
+
INVALIDPARAMETER_ALIASDOMAINNOTSUPPORTKEYLESS = 'InvalidParameter.AliasDomainNotSupportKeyless'
|
|
148
|
+
|
|
140
149
|
# Chinese SM certificates are not supported for alias domain names.
|
|
141
150
|
INVALIDPARAMETER_ALIASDOMAINNOTSUPPORTSMCERT = 'InvalidParameter.AliasDomainNotSupportSMCert'
|
|
142
151
|
|
|
@@ -152,18 +161,21 @@ INVALIDPARAMETER_CACHEKEYQUERYSTRINGREQUIRESFULLURLCACHEOFF = 'InvalidParameter.
|
|
|
152
161
|
# The query string has too many values.
|
|
153
162
|
INVALIDPARAMETER_CACHEKEYQUERYSTRINGTOOMANYVALUE = 'InvalidParameter.CacheKeyQueryStringTooManyValue'
|
|
154
163
|
|
|
155
|
-
#
|
|
164
|
+
# Invalid edge HTTPS certificate configuration. The certificate does not match the domain name.
|
|
156
165
|
INVALIDPARAMETER_CERTNOTMATCHDOMAIN = 'InvalidParameter.CertNotMatchDomain'
|
|
157
166
|
|
|
158
167
|
# Internal error.
|
|
159
168
|
INVALIDPARAMETER_CERTSYSTEMERROR = 'InvalidParameter.CertSystemError'
|
|
160
169
|
|
|
161
|
-
# The HTTPS certificate is about to expire.
|
|
170
|
+
# The edge HTTPS certificate is about to expire.
|
|
162
171
|
INVALIDPARAMETER_CERTTOEXPIRE = 'InvalidParameter.CertToExpire'
|
|
163
172
|
|
|
164
|
-
#
|
|
173
|
+
# Invalid edge HTTPS certificate configuration. The key length does not meet the minimum requirement RSA>=2048, DSA>=2048, DH>=2048, and EC>=225.
|
|
165
174
|
INVALIDPARAMETER_CERTTOOSHORTKEYSIZE = 'InvalidParameter.CertTooShortKeySize'
|
|
166
175
|
|
|
176
|
+
# The domain name to be changed is not bound to a certificate or keyless server. Please bind it first and then proceed.
|
|
177
|
+
INVALIDPARAMETER_CERTIFICATECONFLICTWITHKEYLESSSERVER = 'InvalidParameter.CertificateConflictWithKeylessServer'
|
|
178
|
+
|
|
167
179
|
# IPv6 access conflicts with client IP geographical location.
|
|
168
180
|
INVALIDPARAMETER_CLIENTIPCOUNTRYCONFLICTSWITHIPV6 = 'InvalidParameter.ClientIpCountryConflictsWithIpv6'
|
|
169
181
|
|
|
@@ -188,6 +200,9 @@ INVALIDPARAMETER_DOMAINONTRAFFICSCHEDULING = 'InvalidParameter.DomainOnTrafficSc
|
|
|
188
200
|
# Duplicate rules.
|
|
189
201
|
INVALIDPARAMETER_DUPLICATERULE = 'InvalidParameter.DuplicateRule'
|
|
190
202
|
|
|
203
|
+
#
|
|
204
|
+
INVALIDPARAMETER_EDGECLIENTCERTCHECKERROR = 'InvalidParameter.EdgeClientCertCheckError'
|
|
205
|
+
|
|
191
206
|
# The current conditions do not support the requested operation.
|
|
192
207
|
INVALIDPARAMETER_ERRACTIONUNSUPPORTTARGET = 'InvalidParameter.ErrActionUnsupportTarget'
|
|
193
208
|
|
|
@@ -356,7 +371,7 @@ INVALIDPARAMETER_INVALIDCACHEONLYONSWITCH = 'InvalidParameter.InvalidCacheOnlyOn
|
|
|
356
371
|
# Invalid node cache validity.
|
|
357
372
|
INVALIDPARAMETER_INVALIDCACHETIME = 'InvalidParameter.InvalidCacheTime'
|
|
358
373
|
|
|
359
|
-
#
|
|
374
|
+
# Invalid edge HTTPS certificate information.
|
|
360
375
|
INVALIDPARAMETER_INVALIDCERTINFO = 'InvalidParameter.InvalidCertInfo'
|
|
361
376
|
|
|
362
377
|
# Invalid client IP location configuration. HeaderName consists of 1-100 alphanumeric characters and cannot start or end with hyphens (-).
|
|
@@ -395,7 +410,7 @@ INVALIDPARAMETER_INVALIDFORCEREDIRECTTYPE = 'InvalidParameter.InvalidForceRedire
|
|
|
395
410
|
# Invalid parameter "https".
|
|
396
411
|
INVALIDPARAMETER_INVALIDHTTPS = 'InvalidParameter.InvalidHttps'
|
|
397
412
|
|
|
398
|
-
# Invalid HTTPS certificate.
|
|
413
|
+
# Invalid edge HTTPS certificate configuration. The certificate content is invalid.
|
|
399
414
|
INVALIDPARAMETER_INVALIDHTTPSCERTINFO = 'InvalidParameter.InvalidHttpsCertInfo'
|
|
400
415
|
|
|
401
416
|
# The cipher suite does not match the TLS version.
|
|
@@ -557,6 +572,24 @@ INVALIDPARAMETER_LENGTHEXCEEDSLIMIT = 'InvalidParameter.LengthExceedsLimit'
|
|
|
557
572
|
# The Cloud Load Balancer instance ID is required in the operation of modifying the origin server.
|
|
558
573
|
INVALIDPARAMETER_LOADBALANCEINSTANCEIDISREQUIRED = 'InvalidParameter.LoadBalanceInstanceIdIsRequired'
|
|
559
574
|
|
|
575
|
+
# The Layer-4 proxy service referencing a LoadBalancer is being deployed. Please edit later.
|
|
576
|
+
INVALIDPARAMETER_LOADBALANCERBINDL4NOTINSTABLESTATUS = 'InvalidParameter.LoadBalancerBindL4NotInStableStatus'
|
|
577
|
+
|
|
578
|
+
# The Layer-7 domain name service referencing a LoadBalancer is being deployed. Please edit later.
|
|
579
|
+
INVALIDPARAMETER_LOADBALANCERBINDL7NOTINSTABLESTATUS = 'InvalidParameter.LoadBalancerBindL7NotInStableStatus'
|
|
580
|
+
|
|
581
|
+
# The LoadBalancer names under the same site should be unique.
|
|
582
|
+
INVALIDPARAMETER_LOADBALANCERNAMEREPEATED = 'InvalidParameter.LoadBalancerNameRepeated'
|
|
583
|
+
|
|
584
|
+
# The LoadBalancer is used in a Layer-4 proxy.
|
|
585
|
+
INVALIDPARAMETER_LOADBALANCERUSEDINL4PROXY = 'InvalidParameter.LoadBalancerUsedInL4Proxy'
|
|
586
|
+
|
|
587
|
+
# The LoadBalancer is used in a Layer-7 domain name.
|
|
588
|
+
INVALIDPARAMETER_LOADBALANCERUSEDINL7DOMAIN = 'InvalidParameter.LoadBalancerUsedInL7Domain'
|
|
589
|
+
|
|
590
|
+
# The LoadBalancer is used in a rule engine.
|
|
591
|
+
INVALIDPARAMETER_LOADBALANCERUSEDINRULEENGINE = 'InvalidParameter.LoadBalancerUsedInRuleEngine'
|
|
592
|
+
|
|
560
593
|
# Modification parameters are missing.
|
|
561
594
|
INVALIDPARAMETER_MODIFYPARAMETERSMISSING = 'InvalidParameter.ModifyParametersMissing'
|
|
562
595
|
|
|
@@ -569,6 +602,9 @@ INVALIDPARAMETER_NOTSUPPORTTHISPRESET = 'InvalidParameter.NotSupportThisPreset'
|
|
|
569
602
|
# The domain name is configured to forward requests to the origin directly. iSmart Acceleration must be enabled.
|
|
570
603
|
INVALIDPARAMETER_OCDIRECTORIGINREQUIRESSMARTROUTING = 'InvalidParameter.OCDirectOriginRequiresSmartRouting'
|
|
571
604
|
|
|
605
|
+
# The type of the origin server group does not match the LoadBalancer type.
|
|
606
|
+
INVALIDPARAMETER_ORIGINGROUPTYPECANNOTMATCHLBTYPE = 'InvalidParameter.OriginGroupTypeCanNotMatchLBType'
|
|
607
|
+
|
|
572
608
|
# The origin address cannot be a private IP address.
|
|
573
609
|
INVALIDPARAMETER_ORIGINISINNERIP = 'InvalidParameter.OriginIsInnerIp'
|
|
574
610
|
|
|
@@ -656,6 +692,9 @@ INVALIDPARAMETER_SECURITY = 'InvalidParameter.Security'
|
|
|
656
692
|
# Configuration parameter error.
|
|
657
693
|
INVALIDPARAMETER_SETTINGINVALIDPARAM = 'InvalidParameter.SettingInvalidParam'
|
|
658
694
|
|
|
695
|
+
# Some bound origin server groups do not exist.
|
|
696
|
+
INVALIDPARAMETER_SOMEORIGINGROUPNOTEXIST = 'InvalidParameter.SomeOriginGroupNotExist'
|
|
697
|
+
|
|
659
698
|
# Shield Space is not bound with an origin.
|
|
660
699
|
INVALIDPARAMETER_SPACENOTBINDORIGIN = 'InvalidParameter.SpaceNotBindOrigin'
|
|
661
700
|
|
|
@@ -683,6 +722,9 @@ INVALIDPARAMETER_TOOMANYFILTERS = 'InvalidParameter.TooManyFilters'
|
|
|
683
722
|
# Invalid file upload link.
|
|
684
723
|
INVALIDPARAMETER_UPLOADURL = 'InvalidParameter.UploadUrl'
|
|
685
724
|
|
|
725
|
+
#
|
|
726
|
+
INVALIDPARAMETER_UPSTREAMCLIENTCERTCHECKERROR = 'InvalidParameter.UpstreamClientCertCheckError'
|
|
727
|
+
|
|
686
728
|
# The site is already bound.
|
|
687
729
|
INVALIDPARAMETER_ZONEHASBEENBOUND = 'InvalidParameter.ZoneHasBeenBound'
|
|
688
730
|
|
|
@@ -704,12 +746,27 @@ INVALIDPARAMETERVALUE = 'InvalidParameterValue'
|
|
|
704
746
|
# The domain name for this zone has been banned.
|
|
705
747
|
INVALIDPARAMETERVALUE_ACCESSBLACKLIST = 'InvalidParameterValue.AccessBlacklist'
|
|
706
748
|
|
|
749
|
+
#
|
|
750
|
+
INVALIDPARAMETERVALUE_ALIASDOMAINNOTSUPPORTEDGEMTLS = 'InvalidParameterValue.AliasDomainNotSupportEdgeMTLS'
|
|
751
|
+
|
|
752
|
+
#
|
|
753
|
+
INVALIDPARAMETERVALUE_ALIASDOMAINNOTSUPPORTUPSTREAMMTLS = 'InvalidParameterValue.AliasDomainNotSupportUpstreamMTLS'
|
|
754
|
+
|
|
707
755
|
#
|
|
708
756
|
INVALIDPARAMETERVALUE_CERTIFICATEVERIFYCLIENTMUSTCA = 'InvalidParameterValue.CertificateVerifyClientMustCa'
|
|
709
757
|
|
|
710
758
|
#
|
|
711
759
|
INVALIDPARAMETERVALUE_CERTIFICATEVERIFYCLIENTNEEDCERT = 'InvalidParameterValue.CertificateVerifyClientNeedCert'
|
|
712
760
|
|
|
761
|
+
#
|
|
762
|
+
INVALIDPARAMETERVALUE_CERTIFICATEVERIFYUPSTREAMCLIENTMUSTRSAORECC = 'InvalidParameterValue.CertificateVerifyUpstreamClientMustRSAorECC'
|
|
763
|
+
|
|
764
|
+
#
|
|
765
|
+
INVALIDPARAMETERVALUE_CERTIFICATEVERIFYUPSTREAMCLIENTMUSTSVR = 'InvalidParameterValue.CertificateVerifyUpstreamClientMustSVR'
|
|
766
|
+
|
|
767
|
+
#
|
|
768
|
+
INVALIDPARAMETERVALUE_CERTIFICATEVERIFYUPSTREAMCLIENTNEEDCERT = 'InvalidParameterValue.CertificateVerifyUpstreamClientNeedCert'
|
|
769
|
+
|
|
713
770
|
#
|
|
714
771
|
INVALIDPARAMETERVALUE_CLIENTCERTINFOQUOTALIMIT = 'InvalidParameterValue.ClientCertInfoQuotaLimit'
|
|
715
772
|
|
|
@@ -719,6 +776,9 @@ INVALIDPARAMETERVALUE_CONFLICTRECORD = 'InvalidParameterValue.ConflictRecord'
|
|
|
719
776
|
# DNS records conflict with DNSSEC.
|
|
720
777
|
INVALIDPARAMETERVALUE_CONFLICTWITHDNSSEC = 'InvalidParameterValue.ConflictWithDNSSEC'
|
|
721
778
|
|
|
779
|
+
#
|
|
780
|
+
INVALIDPARAMETERVALUE_CONFLICTWITHDOMAIN = 'InvalidParameterValue.ConflictWithDomain'
|
|
781
|
+
|
|
722
782
|
# This DNS record conflicts with NS records.
|
|
723
783
|
INVALIDPARAMETERVALUE_CONFLICTWITHNSRECORD = 'InvalidParameterValue.ConflictWithNSRecord'
|
|
724
784
|
|
|
@@ -758,6 +818,9 @@ INVALIDPARAMETERVALUE_INVALIDDOMAINNAME = 'InvalidParameterValue.InvalidDomainNa
|
|
|
758
818
|
# Invalid domain name. Please check the status.
|
|
759
819
|
INVALIDPARAMETERVALUE_INVALIDDOMAINSTATUS = 'InvalidParameterValue.InvalidDomainStatus'
|
|
760
820
|
|
|
821
|
+
# Invalid keyless server ID.
|
|
822
|
+
INVALIDPARAMETERVALUE_INVALIDKEYLESSSERVERID = 'InvalidParameterValue.InvalidKeylessServerId'
|
|
823
|
+
|
|
761
824
|
# Incorrect DNS proxy
|
|
762
825
|
INVALIDPARAMETERVALUE_INVALIDPROXYORIGIN = 'InvalidParameterValue.InvalidProxyOrigin'
|
|
763
826
|
|
|
@@ -785,10 +848,10 @@ INVALIDPARAMETERVALUE_PAGENAMEALREADYEXIST = 'InvalidParameterValue.PageNameAlre
|
|
|
785
848
|
# Does not match the specified regular expression.
|
|
786
849
|
INVALIDPARAMETERVALUE_REGEXMISMATCH = 'InvalidParameterValue.RegExMismatch'
|
|
787
850
|
|
|
788
|
-
#
|
|
851
|
+
# Edge mTLS is enabled. When the client uses an RSA or ECC algorithm certificate, the same algorithm certificate should also be configured in the edge HTTPS certificate.
|
|
789
852
|
INVALIDPARAMETERVALUE_SERVERCERTINFONEEDCONTAINRSAORECC = 'InvalidParameterValue.ServerCertInfoNeedContainRSAorECC'
|
|
790
853
|
|
|
791
|
-
#
|
|
854
|
+
# Edge mTLS is enabled. When the client uses a national encryption CA certificate, the national encryption certificate should also be configured in the edge HTTPS certificate.
|
|
792
855
|
INVALIDPARAMETERVALUE_SERVERCERTINFONEEDCONTAINSM2 = 'InvalidParameterValue.ServerCertInfoNeedContainSM2'
|
|
793
856
|
|
|
794
857
|
# Enter a valid shared CNAME prefix of up to 50 characters.
|
|
@@ -800,6 +863,9 @@ INVALIDPARAMETERVALUE_TOPLEVELDOMAINNOTSUPPORT = 'InvalidParameterValue.TopLevel
|
|
|
800
863
|
# Configuration item error.
|
|
801
864
|
INVALIDPARAMETERVALUE_UNRECOGNIZABLEVALUE = 'InvalidParameterValue.UnrecognizableValue'
|
|
802
865
|
|
|
866
|
+
#
|
|
867
|
+
INVALIDPARAMETERVALUE_UPSTREAMCLIENTCERTINFOQUOTALIMIT = 'InvalidParameterValue.UpstreamClientCertInfoQuotaLimit'
|
|
868
|
+
|
|
803
869
|
# The zone name format is incorrect. Please input a correctly formed domain name.
|
|
804
870
|
INVALIDPARAMETERVALUE_ZONENAMEINVALID = 'InvalidParameterValue.ZoneNameInvalid'
|
|
805
871
|
|
|
@@ -827,6 +893,9 @@ LIMITEXCEEDED_DAILYQUOTA = 'LimitExceeded.DailyQuota'
|
|
|
827
893
|
# The number of functions has reached the limit.
|
|
828
894
|
LIMITEXCEEDED_FUNCTIONLIMITEXCEEDED = 'LimitExceeded.FunctionLimitExceeded'
|
|
829
895
|
|
|
896
|
+
# The number of LoadBalancers exceeds the limit.
|
|
897
|
+
LIMITEXCEEDED_LOADBALANCINGCOUNTLIMITEXCEEDED = 'LimitExceeded.LoadBalancingCountLimitExceeded'
|
|
898
|
+
|
|
830
899
|
# Not supported by the plan.
|
|
831
900
|
LIMITEXCEEDED_PACKNOTALLOW = 'LimitExceeded.PackNotAllow'
|
|
832
901
|
|
|
@@ -869,6 +938,9 @@ OPERATIONDENIED_ACCELERATEMAINLANDMULTIPLYLAYERCONFLICT = 'OperationDenied.Accel
|
|
|
869
938
|
# An L7 DNS service referencing the origin group is being deployed. Please edit later.
|
|
870
939
|
OPERATIONDENIED_ACCELERATIONDOMAINSTATUSNOTINONLINE = 'OperationDenied.AccelerationDomainStatusNotInOnline'
|
|
871
940
|
|
|
941
|
+
# Currently, only the keyless certificate mode allows the private key of the certificate to be empty.
|
|
942
|
+
OPERATIONDENIED_CERTIFICATEPRIVATEKEYISEMPTY = 'OperationDenied.CertificatePrivateKeyIsEmpty'
|
|
943
|
+
|
|
872
944
|
# The current compliance status is banning.
|
|
873
945
|
OPERATIONDENIED_COMPLIANCEFORBIDDEN = 'OperationDenied.ComplianceForbidden'
|
|
874
946
|
|
|
@@ -914,6 +986,15 @@ OPERATIONDENIED_ENVNOTREADY = 'OperationDenied.EnvNotReady'
|
|
|
914
986
|
# The EdgeOne service of the site is disabled. Please enable it and try again.
|
|
915
987
|
OPERATIONDENIED_ERRZONEISALREADYPAUSED = 'OperationDenied.ErrZoneIsAlreadyPaused'
|
|
916
988
|
|
|
989
|
+
#
|
|
990
|
+
OPERATIONDENIED_HOSTSCLIENTCERTIFICATEINCONSISTENCY = 'OperationDenied.HostsClientCertificateInconsistency'
|
|
991
|
+
|
|
992
|
+
# The keyless server of the domain name to be changed is inconsistent. Please confirm that the keyless server is consistent before retrying.
|
|
993
|
+
OPERATIONDENIED_HOSTSKEYLESSSERVERINCONSISTENCY = 'OperationDenied.HostsKeylessServerInconsistency'
|
|
994
|
+
|
|
995
|
+
#
|
|
996
|
+
OPERATIONDENIED_HOSTSUPSTREAMCERTIFICATEINCONSISTENCY = 'OperationDenied.HostsUpstreamCertificateInconsistency'
|
|
997
|
+
|
|
917
998
|
# The security service must be enabled when you enable the DDoS Protection.
|
|
918
999
|
OPERATIONDENIED_INVALIDADVANCEDDEFENSESECURITYTYPE = 'OperationDenied.InvalidAdvancedDefenseSecurityType'
|
|
919
1000
|
|
|
@@ -926,6 +1007,12 @@ OPERATIONDENIED_IPV6ADVANCEDCONFLICT = 'OperationDenied.Ipv6AdvancedConflict'
|
|
|
926
1007
|
# The IPv6 feature and static IP cannot be enabled at the same time.
|
|
927
1008
|
OPERATIONDENIED_IPV6STATICIPCONFLICT = 'OperationDenied.Ipv6StaticIpConflict'
|
|
928
1009
|
|
|
1010
|
+
# The domain name to be changed has a different certificate or keyless server. Please confirm that the edge HTTPS certificate or keyless server is consistent before retrying.
|
|
1011
|
+
OPERATIONDENIED_KEYLESSCERTSWITCHTOFREECERTCONFLICT = 'OperationDenied.KeylessCertSwitchToFreeCertConflict'
|
|
1012
|
+
|
|
1013
|
+
# The keyless certificate mode requires the private key of the certificate to be empty.
|
|
1014
|
+
OPERATIONDENIED_KEYLESSMODECERTIFICATEPRIVATEKEYNEEDEMPTY = 'OperationDenied.KeylessModeCertificatePrivateKeyNeedEmpty'
|
|
1015
|
+
|
|
929
1016
|
# The layer-4 instance resource sales are skyrocketing and now the resources are sold out. Replenishing is in progress. Currently, new layer-4 proxies cannot be added. Please wait.
|
|
930
1017
|
OPERATIONDENIED_L4LACKOFRESOURCES = 'OperationDenied.L4LackOfResources'
|
|
931
1018
|
|
|
@@ -974,6 +1061,12 @@ OPERATIONDENIED_NODOMAINACCESSZONEONLYALLOWMODIFIEDTOCNAME = 'OperationDenied.No
|
|
|
974
1061
|
# You can only switch a site connected without a domain name to connecting via the CNAME. Other operations are not allowed.
|
|
975
1062
|
OPERATIONDENIED_NODOMAINACCESSZONEONLYSUPPORTMODIFYTYPE = 'OperationDenied.NoDomainAccessZoneOnlySupportModifyType'
|
|
976
1063
|
|
|
1064
|
+
# Currently, the keyless certificate feature is available only to users in the allowlist.
|
|
1065
|
+
OPERATIONDENIED_NOTINKEYLESSWHITELIST = 'OperationDenied.NotInKeylessWhiteList'
|
|
1066
|
+
|
|
1067
|
+
#
|
|
1068
|
+
OPERATIONDENIED_NOTINUPSTREAMMTLSWHITELIST = 'OperationDenied.NotInUpstreamMTLSWhiteList'
|
|
1069
|
+
|
|
977
1070
|
# The current user is not included in the whitelist for version management.
|
|
978
1071
|
OPERATIONDENIED_NOTINVERSIONCONTROLWHITELIST = 'OperationDenied.NotInVersionControlWhiteList'
|
|
979
1072
|
|
|
@@ -1031,6 +1124,12 @@ OPERATIONDENIED_SHAREDCNAMEUNSUPPORTEDIPV6 = 'OperationDenied.SharedCNAMEUnsuppo
|
|
|
1031
1124
|
# The static IP cannot be enabled for this instance's region.
|
|
1032
1125
|
OPERATIONDENIED_STATICIPAREACONFLICT = 'OperationDenied.StaticIpAreaConflict'
|
|
1033
1126
|
|
|
1127
|
+
#
|
|
1128
|
+
OPERATIONDENIED_UNSUPPORTTOCLOSEUPSTREAMMTLS = 'OperationDenied.UnSupportToCloseUpstreamMTLS'
|
|
1129
|
+
|
|
1130
|
+
#
|
|
1131
|
+
OPERATIONDENIED_USEUPSTREAMMTLSNEEDOPENHTTPS = 'OperationDenied.UseUpstreamMTLSNeedOpenHttps'
|
|
1132
|
+
|
|
1034
1133
|
# There is a test version in use. Please release the test version to the live environment, or roll back the test version and try again.
|
|
1035
1134
|
OPERATIONDENIED_VERSIONCONTROLISGRAYING = 'OperationDenied.VersionControlIsGraying'
|
|
1036
1135
|
|