tencentcloud-sdk-python-intl-en 3.0.1078__py2.py3-none-any.whl → 3.0.1080__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 (25) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apigateway/v20180808/models.py +6 -6
  3. tencentcloud/ciam/v20220331/models.py +39 -7
  4. tencentcloud/gwlb/__init__.py +0 -0
  5. tencentcloud/gwlb/v20240906/__init__.py +0 -0
  6. tencentcloud/gwlb/v20240906/errorcodes.py +48 -0
  7. tencentcloud/gwlb/v20240906/gwlb_client.py +441 -0
  8. tencentcloud/gwlb/v20240906/models.py +3288 -0
  9. tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py +4 -1
  10. tencentcloud/intlpartnersmgt/v20220928/models.py +22 -8
  11. tencentcloud/mdp/v20200527/mdp_client.py +644 -0
  12. tencentcloud/mdp/v20200527/models.py +7008 -1158
  13. tencentcloud/ocr/v20181119/models.py +2 -2
  14. tencentcloud/teo/v20220901/errorcodes.py +108 -9
  15. tencentcloud/teo/v20220901/models.py +2047 -313
  16. tencentcloud/teo/v20220901/teo_client.py +120 -5
  17. tencentcloud/tke/v20180525/errorcodes.py +76 -1
  18. tencentcloud/tke/v20180525/models.py +4268 -875
  19. tencentcloud/tke/v20180525/tke_client.py +355 -10
  20. tencentcloud/tmt/v20180321/models.py +62 -36
  21. tencentcloud/vpc/v20170312/models.py +17 -2
  22. {tencentcloud_sdk_python_intl_en-3.0.1078.dist-info → tencentcloud_sdk_python_intl_en-3.0.1080.dist-info}/METADATA +1 -1
  23. {tencentcloud_sdk_python_intl_en-3.0.1078.dist-info → tencentcloud_sdk_python_intl_en-3.0.1080.dist-info}/RECORD +25 -20
  24. {tencentcloud_sdk_python_intl_en-3.0.1078.dist-info → tencentcloud_sdk_python_intl_en-3.0.1080.dist-info}/WHEEL +0 -0
  25. {tencentcloud_sdk_python_intl_en-3.0.1078.dist-info → tencentcloud_sdk_python_intl_en-3.0.1080.dist-info}/top_level.txt +0 -0
@@ -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.preprocess returns the preprocessed image data 2.portrait Return portrait image data 3."" Do not return image data SDK setting method reference: Config = Json.stringify({"RetImage":"preprocess"}) API 3.0 Explorer setting method reference: Config = {"RetImage":"portrait" }
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.preprocess returns the preprocessed image data 2.portrait Return portrait image data 3."" Do not return image data SDK setting method reference: Config = Json.stringify({"RetImage":"preprocess"}) API 3.0 Explorer setting method reference: Config = {"RetImage":"portrait" }
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
- # Failed to publish: The certificate has expired.
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
- # Mismatch between the HTTPS certificate and the domain name.
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
- # Certificate error.
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
- # Incorrect certificate information.
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