tencentcloud-sdk-python-intl-en 3.0.1251__py2.py3-none-any.whl → 3.0.1253__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/bi/__init__.py +0 -0
- tencentcloud/bi/v20220105/__init__.py +0 -0
- tencentcloud/bi/v20220105/bi_client.py +72 -0
- tencentcloud/bi/v20220105/errorcodes.py +66 -0
- tencentcloud/bi/v20220105/models.py +959 -0
- tencentcloud/cfg/v20210820/models.py +30 -0
- tencentcloud/faceid/v20180301/models.py +36 -4
- tencentcloud/mps/v20190612/models.py +831 -106
- tencentcloud/mps/v20190612/mps_client.py +5 -6
- tencentcloud/sqlserver/v20180328/models.py +54 -32
- tencentcloud/teo/v20220901/errorcodes.py +46 -1
- tencentcloud/teo/v20220901/models.py +7726 -1879
- tencentcloud/teo/v20220901/teo_client.py +896 -29
- {tencentcloud_sdk_python_intl_en-3.0.1251.dist-info → tencentcloud_sdk_python_intl_en-3.0.1253.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1251.dist-info → tencentcloud_sdk_python_intl_en-3.0.1253.dist-info}/RECORD +18 -13
- {tencentcloud_sdk_python_intl_en-3.0.1251.dist-info → tencentcloud_sdk_python_intl_en-3.0.1253.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1251.dist-info → tencentcloud_sdk_python_intl_en-3.0.1253.dist-info}/top_level.txt +0 -0
@@ -2158,12 +2158,11 @@ class MpsClient(AbstractClient):
|
|
2158
2158
|
4. Sampled screenshot of videos.
|
2159
2159
|
5. Image sprite of videos.
|
2160
2160
|
6. Adaptive bitrate stream conversion for videos.
|
2161
|
-
7. Intelligent content moderation (pornography detection and sensitive information detection).
|
2162
|
-
8. Intelligent content analysis (tag, category, cover, frame tag, video splitting, highlight, opening and ending clips, and game tracking).
|
2163
|
-
9. Intelligent content recognition (human face, full text, text keyword, full speech, speech keyword, speech translation, and object).
|
2164
|
-
10. Media quality inspection
|
2165
|
-
|
2166
|
-
11. Smart subtitle (full speech, speech hotword, and speech translation).
|
2161
|
+
7. Intelligent content moderation (such as pornography detection and sensitive information detection).
|
2162
|
+
8. Intelligent content analysis (such as tag, category, cover, frame tag, video splitting, highlight, opening and ending clips, and game tracking).
|
2163
|
+
9. Intelligent content recognition (such as human face, full text, text keyword, full speech, speech keyword, speech translation, and object).
|
2164
|
+
10. Media quality inspection, such as media format diagnosis, audio/visual content moderation (such as jitter, blur, low lighting, overexposure, black edge, white edge, black screen, white screen, screen glitch, noise, mosaic, and QR code), and no-reference quality scoring.
|
2165
|
+
11. Smart subtitle (such as full speech, speech hotword, and speech translation).
|
2167
2166
|
|
2168
2167
|
:param request: Request instance for ProcessMedia.
|
2169
2168
|
:type request: :class:`tencentcloud.mps.v20190612.models.ProcessMediaRequest`
|
@@ -5235,7 +5235,7 @@ class DBInstance(AbstractModel):
|
|
5235
5235
|
:type VersionName: str
|
5236
5236
|
:param _RenewFlag: Instance renewal flag
|
5237
5237
|
:type RenewFlag: int
|
5238
|
-
:param _Model:
|
5238
|
+
:param _Model: Instance disaster recovery type. 1: dual-server high availability; 2: single-node; 3: cross-AZ; 4: cross-AZ cluster; 5: cluster; 6: multi-node cluster; 7: multi-node cross-AZ cluster.
|
5239
5239
|
:type Model: int
|
5240
5240
|
:param _Region: Instance region name, such as ap-guangzhou
|
5241
5241
|
:type Region: str
|
@@ -5259,19 +5259,19 @@ class DBInstance(AbstractModel):
|
|
5259
5259
|
:type UniqVpcId: str
|
5260
5260
|
:param _UniqSubnetId: Unique string-type ID of instance subnet in the format of `subnet-xxx`, which is an empty string if the basic network is used
|
5261
5261
|
:type UniqSubnetId: str
|
5262
|
-
:param _IsolateOperator:
|
5262
|
+
:param _IsolateOperator: Instance isolation operation.
|
5263
5263
|
:type IsolateOperator: str
|
5264
|
-
:param _SubFlag:
|
5264
|
+
:param _SubFlag: Publishing/Subscription flag. SUB: subscription instance; PUB: publishing instance. If this parameter is left blank, the instance is an ordinary instance that does not involve publishing or subscription.
|
5265
5265
|
:type SubFlag: str
|
5266
|
-
:param _ROFlag:
|
5266
|
+
:param _ROFlag: Read-only flag. RO: read-only instance; MASTER: primary instance bound to a read-only instance. If this parameter is left blank, the instance is not a read-only instance and is not in any read-only group.
|
5267
5267
|
:type ROFlag: str
|
5268
|
-
:param _HAFlag:
|
5268
|
+
:param _HAFlag: Disaster recovery type. MIRROR: image; ALWAYSON: Always On; SINGLE: single instance.
|
5269
5269
|
:type HAFlag: str
|
5270
5270
|
:param _ResourceTags: Note: This field may return null, indicating that no valid values can be obtained.
|
5271
5271
|
:type ResourceTags: list of ResourceTag
|
5272
|
-
:param _BackupModel:
|
5272
|
+
:param _BackupModel: Backup mode. master_pkg: backup on the primary node (default value); master_no_pkg: no backup on the primary node; slave_pkg: backup on secondary nodes (valid for Always On clusters); slave_no_pkg: no backup on secondary nodes (valid for Always On clusters). This parameter is invalid for read-only instances.
|
5273
5273
|
:type BackupModel: str
|
5274
|
-
:param _InstanceNote:
|
5274
|
+
:param _InstanceNote: Instance backup information.
|
5275
5275
|
:type InstanceNote: str
|
5276
5276
|
:param _BackupCycle: Backup cycle
|
5277
5277
|
:type BackupCycle: list of int
|
@@ -5279,7 +5279,8 @@ class DBInstance(AbstractModel):
|
|
5279
5279
|
:type BackupCycleType: str
|
5280
5280
|
:param _BackupSaveDays: Data (log) backup retention period
|
5281
5281
|
:type BackupSaveDays: int
|
5282
|
-
:param _InstanceType: Instance type.
|
5282
|
+
:param _InstanceType: Instance type. HA: high-availability instance; RO: read-only instance; SI: basic edition instance; BI: business intelligence service instance; cvmHA: high-availability instance with cloud disk; cvmRO: read-only instance with cloud disk; MultiHA: multi-node instance; cvmMultiHA: multi-node instance with cloud disk.
|
5283
|
+
|
5283
5284
|
:type InstanceType: str
|
5284
5285
|
:param _CrossRegions: The target region of cross-region backup. If this parameter left empty, it indicates that cross-region backup is disabled.
|
5285
5286
|
:type CrossRegions: list of str
|
@@ -5297,12 +5298,14 @@ class DBInstance(AbstractModel):
|
|
5297
5298
|
:type TimeZone: str
|
5298
5299
|
:param _IsDrZone: Whether the instance is deployed across AZs
|
5299
5300
|
:type IsDrZone: bool
|
5300
|
-
:param _SlaveZones:
|
5301
|
+
:param _SlaveZones: Secondary AZ information on the two-node instance.
|
5301
5302
|
:type SlaveZones: :class:`tencentcloud.sqlserver.v20180328.models.SlaveZones`
|
5302
|
-
:param _Architecture:
|
5303
|
+
:param _Architecture: Architecture flag. SINGLE: single-node; DOUBLE: two-node.
|
5303
5304
|
:type Architecture: str
|
5304
|
-
:param _Style:
|
5305
|
+
:param _Style: Type flag. EXCLUSIVE: exclusive; SHARED: shared.
|
5305
5306
|
:type Style: str
|
5307
|
+
:param _MultiSlaveZones:
|
5308
|
+
:type MultiSlaveZones: list of SlaveZones
|
5306
5309
|
"""
|
5307
5310
|
self._InstanceId = None
|
5308
5311
|
self._Name = None
|
@@ -5358,6 +5361,7 @@ class DBInstance(AbstractModel):
|
|
5358
5361
|
self._SlaveZones = None
|
5359
5362
|
self._Architecture = None
|
5360
5363
|
self._Style = None
|
5364
|
+
self._MultiSlaveZones = None
|
5361
5365
|
|
5362
5366
|
@property
|
5363
5367
|
def InstanceId(self):
|
@@ -5581,7 +5585,7 @@ class DBInstance(AbstractModel):
|
|
5581
5585
|
|
5582
5586
|
@property
|
5583
5587
|
def Model(self):
|
5584
|
-
"""
|
5588
|
+
"""Instance disaster recovery type. 1: dual-server high availability; 2: single-node; 3: cross-AZ; 4: cross-AZ cluster; 5: cluster; 6: multi-node cluster; 7: multi-node cross-AZ cluster.
|
5585
5589
|
:rtype: int
|
5586
5590
|
"""
|
5587
5591
|
return self._Model
|
@@ -5713,7 +5717,7 @@ class DBInstance(AbstractModel):
|
|
5713
5717
|
|
5714
5718
|
@property
|
5715
5719
|
def IsolateOperator(self):
|
5716
|
-
"""
|
5720
|
+
"""Instance isolation operation.
|
5717
5721
|
:rtype: str
|
5718
5722
|
"""
|
5719
5723
|
return self._IsolateOperator
|
@@ -5724,7 +5728,7 @@ class DBInstance(AbstractModel):
|
|
5724
5728
|
|
5725
5729
|
@property
|
5726
5730
|
def SubFlag(self):
|
5727
|
-
"""
|
5731
|
+
"""Publishing/Subscription flag. SUB: subscription instance; PUB: publishing instance. If this parameter is left blank, the instance is an ordinary instance that does not involve publishing or subscription.
|
5728
5732
|
:rtype: str
|
5729
5733
|
"""
|
5730
5734
|
return self._SubFlag
|
@@ -5735,7 +5739,7 @@ class DBInstance(AbstractModel):
|
|
5735
5739
|
|
5736
5740
|
@property
|
5737
5741
|
def ROFlag(self):
|
5738
|
-
"""
|
5742
|
+
"""Read-only flag. RO: read-only instance; MASTER: primary instance bound to a read-only instance. If this parameter is left blank, the instance is not a read-only instance and is not in any read-only group.
|
5739
5743
|
:rtype: str
|
5740
5744
|
"""
|
5741
5745
|
return self._ROFlag
|
@@ -5746,7 +5750,7 @@ class DBInstance(AbstractModel):
|
|
5746
5750
|
|
5747
5751
|
@property
|
5748
5752
|
def HAFlag(self):
|
5749
|
-
"""
|
5753
|
+
"""Disaster recovery type. MIRROR: image; ALWAYSON: Always On; SINGLE: single instance.
|
5750
5754
|
:rtype: str
|
5751
5755
|
"""
|
5752
5756
|
return self._HAFlag
|
@@ -5768,7 +5772,7 @@ class DBInstance(AbstractModel):
|
|
5768
5772
|
|
5769
5773
|
@property
|
5770
5774
|
def BackupModel(self):
|
5771
|
-
"""
|
5775
|
+
"""Backup mode. master_pkg: backup on the primary node (default value); master_no_pkg: no backup on the primary node; slave_pkg: backup on secondary nodes (valid for Always On clusters); slave_no_pkg: no backup on secondary nodes (valid for Always On clusters). This parameter is invalid for read-only instances.
|
5772
5776
|
:rtype: str
|
5773
5777
|
"""
|
5774
5778
|
return self._BackupModel
|
@@ -5779,7 +5783,7 @@ class DBInstance(AbstractModel):
|
|
5779
5783
|
|
5780
5784
|
@property
|
5781
5785
|
def InstanceNote(self):
|
5782
|
-
"""
|
5786
|
+
"""Instance backup information.
|
5783
5787
|
:rtype: str
|
5784
5788
|
"""
|
5785
5789
|
return self._InstanceNote
|
@@ -5823,7 +5827,8 @@ class DBInstance(AbstractModel):
|
|
5823
5827
|
|
5824
5828
|
@property
|
5825
5829
|
def InstanceType(self):
|
5826
|
-
"""Instance type.
|
5830
|
+
"""Instance type. HA: high-availability instance; RO: read-only instance; SI: basic edition instance; BI: business intelligence service instance; cvmHA: high-availability instance with cloud disk; cvmRO: read-only instance with cloud disk; MultiHA: multi-node instance; cvmMultiHA: multi-node instance with cloud disk.
|
5831
|
+
|
5827
5832
|
:rtype: str
|
5828
5833
|
"""
|
5829
5834
|
return self._InstanceType
|
@@ -5922,7 +5927,7 @@ class DBInstance(AbstractModel):
|
|
5922
5927
|
|
5923
5928
|
@property
|
5924
5929
|
def SlaveZones(self):
|
5925
|
-
"""
|
5930
|
+
"""Secondary AZ information on the two-node instance.
|
5926
5931
|
:rtype: :class:`tencentcloud.sqlserver.v20180328.models.SlaveZones`
|
5927
5932
|
"""
|
5928
5933
|
return self._SlaveZones
|
@@ -5933,7 +5938,7 @@ class DBInstance(AbstractModel):
|
|
5933
5938
|
|
5934
5939
|
@property
|
5935
5940
|
def Architecture(self):
|
5936
|
-
"""
|
5941
|
+
"""Architecture flag. SINGLE: single-node; DOUBLE: two-node.
|
5937
5942
|
:rtype: str
|
5938
5943
|
"""
|
5939
5944
|
return self._Architecture
|
@@ -5944,7 +5949,7 @@ class DBInstance(AbstractModel):
|
|
5944
5949
|
|
5945
5950
|
@property
|
5946
5951
|
def Style(self):
|
5947
|
-
"""
|
5952
|
+
"""Type flag. EXCLUSIVE: exclusive; SHARED: shared.
|
5948
5953
|
:rtype: str
|
5949
5954
|
"""
|
5950
5955
|
return self._Style
|
@@ -5953,6 +5958,17 @@ class DBInstance(AbstractModel):
|
|
5953
5958
|
def Style(self, Style):
|
5954
5959
|
self._Style = Style
|
5955
5960
|
|
5961
|
+
@property
|
5962
|
+
def MultiSlaveZones(self):
|
5963
|
+
"""
|
5964
|
+
:rtype: list of SlaveZones
|
5965
|
+
"""
|
5966
|
+
return self._MultiSlaveZones
|
5967
|
+
|
5968
|
+
@MultiSlaveZones.setter
|
5969
|
+
def MultiSlaveZones(self, MultiSlaveZones):
|
5970
|
+
self._MultiSlaveZones = MultiSlaveZones
|
5971
|
+
|
5956
5972
|
|
5957
5973
|
def _deserialize(self, params):
|
5958
5974
|
self._InstanceId = params.get("InstanceId")
|
@@ -6016,6 +6032,12 @@ class DBInstance(AbstractModel):
|
|
6016
6032
|
self._SlaveZones._deserialize(params.get("SlaveZones"))
|
6017
6033
|
self._Architecture = params.get("Architecture")
|
6018
6034
|
self._Style = params.get("Style")
|
6035
|
+
if params.get("MultiSlaveZones") is not None:
|
6036
|
+
self._MultiSlaveZones = []
|
6037
|
+
for item in params.get("MultiSlaveZones"):
|
6038
|
+
obj = SlaveZones()
|
6039
|
+
obj._deserialize(item)
|
6040
|
+
self._MultiSlaveZones.append(obj)
|
6019
6041
|
memeber_set = set(params.keys())
|
6020
6042
|
for name, value in vars(self).items():
|
6021
6043
|
property_name = name[1:]
|
@@ -9205,7 +9227,7 @@ class DescribeDBInstancesRequest(AbstractModel):
|
|
9205
9227
|
:type InstanceNameSet: list of str
|
9206
9228
|
:param _VersionSet: The list of instance version numbers, such as 2008R2, 2012SP3
|
9207
9229
|
:type VersionSet: list of str
|
9208
|
-
:param _Zone: Instance availability zone, such as ap-guangzhou-
|
9230
|
+
:param _Zone: Instance availability zone, such as ap-guangzhou-3
|
9209
9231
|
:type Zone: str
|
9210
9232
|
:param _TagKeys: The list of instance tags
|
9211
9233
|
:type TagKeys: list of str
|
@@ -9213,9 +9235,9 @@ class DescribeDBInstancesRequest(AbstractModel):
|
|
9213
9235
|
:type SearchKey: str
|
9214
9236
|
:param _UidSet: Unique Uid of an instance
|
9215
9237
|
:type UidSet: list of str
|
9216
|
-
:param _InstanceType: Instance type.
|
9238
|
+
:param _InstanceType: Instance type. HA: high-availability instance; RO: read-only instance; SI: basic edition instance; BI: business intelligence service instance; cvmHA: dual-server high-availability instance with cloud disk; cvmRO: read-only instance with cloud disk; MultiHA: multi-node instance; cvmMultiHA: multi-node instance with cloud disk.
|
9217
9239
|
:type InstanceType: str
|
9218
|
-
:param _PaginationType:
|
9240
|
+
:param _PaginationType: Pagination query method. offset - pagination query by offset; pageNumber - pagination query by number of pages. The default value is pageNumber.
|
9219
9241
|
:type PaginationType: str
|
9220
9242
|
"""
|
9221
9243
|
self._ProjectId = None
|
@@ -9371,7 +9393,7 @@ class DescribeDBInstancesRequest(AbstractModel):
|
|
9371
9393
|
|
9372
9394
|
@property
|
9373
9395
|
def Zone(self):
|
9374
|
-
"""Instance availability zone, such as ap-guangzhou-
|
9396
|
+
"""Instance availability zone, such as ap-guangzhou-3
|
9375
9397
|
:rtype: str
|
9376
9398
|
"""
|
9377
9399
|
return self._Zone
|
@@ -9415,7 +9437,7 @@ class DescribeDBInstancesRequest(AbstractModel):
|
|
9415
9437
|
|
9416
9438
|
@property
|
9417
9439
|
def InstanceType(self):
|
9418
|
-
"""Instance type.
|
9440
|
+
"""Instance type. HA: high-availability instance; RO: read-only instance; SI: basic edition instance; BI: business intelligence service instance; cvmHA: dual-server high-availability instance with cloud disk; cvmRO: read-only instance with cloud disk; MultiHA: multi-node instance; cvmMultiHA: multi-node instance with cloud disk.
|
9419
9441
|
:rtype: str
|
9420
9442
|
"""
|
9421
9443
|
return self._InstanceType
|
@@ -9426,7 +9448,7 @@ class DescribeDBInstancesRequest(AbstractModel):
|
|
9426
9448
|
|
9427
9449
|
@property
|
9428
9450
|
def PaginationType(self):
|
9429
|
-
"""
|
9451
|
+
"""Pagination query method. offset - pagination query by offset; pageNumber - pagination query by number of pages. The default value is pageNumber.
|
9430
9452
|
:rtype: str
|
9431
9453
|
"""
|
9432
9454
|
return self._PaginationType
|
@@ -12054,9 +12076,9 @@ class DescribeZonesResponse(AbstractModel):
|
|
12054
12076
|
|
12055
12077
|
def __init__(self):
|
12056
12078
|
r"""
|
12057
|
-
:param _TotalCount: Number of AZs returned
|
12079
|
+
:param _TotalCount: Number of AZs returned.
|
12058
12080
|
:type TotalCount: int
|
12059
|
-
:param _ZoneSet: Array of AZs
|
12081
|
+
:param _ZoneSet: Array of AZs.
|
12060
12082
|
:type ZoneSet: list of ZoneInfo
|
12061
12083
|
: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.
|
12062
12084
|
:type RequestId: str
|
@@ -12067,7 +12089,7 @@ class DescribeZonesResponse(AbstractModel):
|
|
12067
12089
|
|
12068
12090
|
@property
|
12069
12091
|
def TotalCount(self):
|
12070
|
-
"""Number of AZs returned
|
12092
|
+
"""Number of AZs returned.
|
12071
12093
|
:rtype: int
|
12072
12094
|
"""
|
12073
12095
|
return self._TotalCount
|
@@ -12078,7 +12100,7 @@ class DescribeZonesResponse(AbstractModel):
|
|
12078
12100
|
|
12079
12101
|
@property
|
12080
12102
|
def ZoneSet(self):
|
12081
|
-
"""Array of AZs
|
12103
|
+
"""Array of AZs.
|
12082
12104
|
:rtype: list of ZoneInfo
|
12083
12105
|
"""
|
12084
12106
|
return self._ZoneSet
|
@@ -35,21 +35,33 @@ FAILEDOPERATION_CONFIGCONDITIONUNKNOWNTARGET = 'FailedOperation.ConfigConditionU
|
|
35
35
|
# The value field of the condition expression cannot be empty in the configuration file.
|
36
36
|
FAILEDOPERATION_CONFIGCONDITIONVALUEEMPTYERROR = 'FailedOperation.ConfigConditionValueEmptyError'
|
37
37
|
|
38
|
+
# The keyword in the configuration file cannot be duplicated.
|
39
|
+
FAILEDOPERATION_CONFIGDUPLICATEKEYERROR = 'FailedOperation.ConfigDuplicateKeyError'
|
40
|
+
|
38
41
|
# The configuration file contains fields with inconsistent data types.
|
39
42
|
FAILEDOPERATION_CONFIGFIELDTYPEERROR = 'FailedOperation.ConfigFieldTypeError'
|
40
43
|
|
41
44
|
# Syntax error in the configuration file.
|
42
45
|
FAILEDOPERATION_CONFIGFORMATERROR = 'FailedOperation.ConfigFormatError'
|
43
46
|
|
47
|
+
# Version management configuration file JSON format error.
|
48
|
+
FAILEDOPERATION_CONFIGJSONFORMATERROR = 'FailedOperation.ConfigJSONFormatError'
|
49
|
+
|
44
50
|
# Incorrect format of the configuration file. Parsing failed.
|
45
51
|
FAILEDOPERATION_CONFIGMALFORMEDCONTENT = 'FailedOperation.ConfigMalformedContent'
|
46
52
|
|
47
53
|
# Parameter verification error in the configuration file.
|
48
54
|
FAILEDOPERATION_CONFIGPARAMVALIDATEERRORS = 'FailedOperation.ConfigParamValidateErrors'
|
49
55
|
|
56
|
+
# Time format parsing error.
|
57
|
+
FAILEDOPERATION_CONFIGTIMEPARSINGERROR = 'FailedOperation.ConfigTimeParsingError'
|
58
|
+
|
50
59
|
# The specified field in the configuration file is not recognized, indicating a possible spelling error or incorrect placement within the file structure.
|
51
60
|
FAILEDOPERATION_CONFIGUNKNOWNFIELD = 'FailedOperation.ConfigUnknownField'
|
52
61
|
|
62
|
+
# Unsupported configuration item Action.
|
63
|
+
FAILEDOPERATION_CONFIGUNSUPPORTEDACTION = 'FailedOperation.ConfigUnsupportedAction'
|
64
|
+
|
53
65
|
# The current configuration file version is not supported.
|
54
66
|
FAILEDOPERATION_CONFIGUNSUPPORTEDFORMATVERSION = 'FailedOperation.ConfigUnsupportedFormatVersion'
|
55
67
|
|
@@ -83,6 +95,12 @@ FAILEDOPERATION_MISSINGCONFIGCHUNK = 'FailedOperation.MissingConfigChunk'
|
|
83
95
|
# Operation failed.
|
84
96
|
FAILEDOPERATION_MODIFYFAILED = 'FailedOperation.ModifyFailed'
|
85
97
|
|
98
|
+
# The product will already be discontinued. operation denied.
|
99
|
+
FAILEDOPERATION_PRODUCTDISCONTINUED = 'FailedOperation.ProductDiscontinued'
|
100
|
+
|
101
|
+
# This product is not enabled. please enable it and try again.
|
102
|
+
FAILEDOPERATION_PRODUCTNOTACTIVATED = 'FailedOperation.ProductNotActivated'
|
103
|
+
|
86
104
|
# The real-time log authentication failed.
|
87
105
|
FAILEDOPERATION_REALTIMELOGAUTHFAILURE = 'FailedOperation.RealtimeLogAuthFailure'
|
88
106
|
|
@@ -92,6 +110,9 @@ FAILEDOPERATION_REALTIMELOGNOTFOUND = 'FailedOperation.RealtimeLogNotFound'
|
|
92
110
|
# Function rule operations conflict under this site.
|
93
111
|
FAILEDOPERATION_RULEOPERATIONCONFLICT = 'FailedOperation.RuleOperationConflict'
|
94
112
|
|
113
|
+
# The number of templates under this site exceeds the maximum quantity limit.
|
114
|
+
FAILEDOPERATION_TEMPLATEOVERLIMIT = 'FailedOperation.TemplateOverLimit'
|
115
|
+
|
95
116
|
# Unknown configuration group type.
|
96
117
|
FAILEDOPERATION_UNKNOWNCONFIGGROUPTYPE = 'FailedOperation.UnknownConfigGroupType'
|
97
118
|
|
@@ -134,6 +155,9 @@ INTERNALERROR_SYSTEMERROR = 'InternalError.SystemError'
|
|
134
155
|
# Unknown error.
|
135
156
|
INTERNALERROR_UNKNOWERROR = 'InternalError.UnknowError'
|
136
157
|
|
158
|
+
# Invalid Filter
|
159
|
+
INVALIDFILTER = 'InvalidFilter'
|
160
|
+
|
137
161
|
# Parameter error.
|
138
162
|
INVALIDPARAMETER = 'InvalidParameter'
|
139
163
|
|
@@ -293,7 +317,7 @@ INVALIDPARAMETER_ERRNILCONDITION = 'InvalidParameter.ErrNilCondition'
|
|
293
317
|
# The function name conflicts with that of another function under this account.
|
294
318
|
INVALIDPARAMETER_FUNCTIONNAMECONFLICT = 'InvalidParameter.FunctionNameConflict'
|
295
319
|
|
296
|
-
#
|
320
|
+
# The GroupBy parameter exceeds the limit.
|
297
321
|
INVALIDPARAMETER_GROUPBYLIMITEXCEEDED = 'InvalidParameter.GroupByLimitExceeded'
|
298
322
|
|
299
323
|
# To enable gRPC support, HTTP/2 support must be enabled as well.
|
@@ -590,6 +614,9 @@ INVALIDPARAMETER_LOADBALANCERBINDL4NOTINSTABLESTATUS = 'InvalidParameter.LoadBal
|
|
590
614
|
# The Layer-7 domain name service referencing a LoadBalancer is being deployed. Please edit later.
|
591
615
|
INVALIDPARAMETER_LOADBALANCERBINDL7NOTINSTABLESTATUS = 'InvalidParameter.LoadBalancerBindL7NotInStableStatus'
|
592
616
|
|
617
|
+
# The load balancer bound to the origin server group is unavailable.
|
618
|
+
INVALIDPARAMETER_LOADBALANCERBINDORIGINGROUPINVALID = 'InvalidParameter.LoadBalancerBindOriginGroupInvalid'
|
619
|
+
|
593
620
|
# The LoadBalancer names under the same site should be unique.
|
594
621
|
INVALIDPARAMETER_LOADBALANCERNAMEREPEATED = 'InvalidParameter.LoadBalancerNameRepeated'
|
595
622
|
|
@@ -869,6 +896,12 @@ INVALIDPARAMETERVALUE_SERVERCERTINFONEEDCONTAINSM2 = 'InvalidParameterValue.Serv
|
|
869
896
|
# Enter a valid shared CNAME prefix of up to 50 characters.
|
870
897
|
INVALIDPARAMETERVALUE_SHAREDCNAMEPREFIXNOTMATCH = 'InvalidParameterValue.SharedCNAMEPrefixNotMatch'
|
871
898
|
|
899
|
+
# The input template contains a template that is not a custom template.
|
900
|
+
INVALIDPARAMETERVALUE_TEMPLATENOTCUSTOM = 'InvalidParameterValue.TemplateNotCustom'
|
901
|
+
|
902
|
+
# The template contains non-existing templates. please check whether the template id is correct.
|
903
|
+
INVALIDPARAMETERVALUE_TEMPLATENOTFOUND = 'InvalidParameterValue.TemplateNotFound'
|
904
|
+
|
872
905
|
# The current domain suffix is not supported for access. Please contact us if you need to use it.
|
873
906
|
INVALIDPARAMETERVALUE_TOPLEVELDOMAINNOTSUPPORT = 'InvalidParameterValue.TopLevelDomainNotSupport'
|
874
907
|
|
@@ -890,6 +923,12 @@ INVALIDPARAMETERVALUE_ZONENAMENOTSUPPORTPUNYCODE = 'InvalidParameterValue.ZoneNa
|
|
890
923
|
# The zone does not support subdomain access. Please use second-level domains for zone access.
|
891
924
|
INVALIDPARAMETERVALUE_ZONENAMENOTSUPPORTSUBDOMAIN = 'InvalidParameterValue.ZoneNameNotSupportSubDomain'
|
892
925
|
|
926
|
+
# No corresponding site. please ensure correct information entry.
|
927
|
+
INVALIDPARAMETERVALUE_ZONENOTFOUND = 'InvalidParameterValue.ZoneNotFound'
|
928
|
+
|
929
|
+
# The site is disabled. check current site status.
|
930
|
+
INVALIDPARAMETERVALUE_ZONEPAUSED = 'InvalidParameterValue.ZonePaused'
|
931
|
+
|
893
932
|
# The site alias already exists.
|
894
933
|
INVALIDPARAMETERVALUE_ZONESAMEASNAME = 'InvalidParameterValue.ZoneSameAsName'
|
895
934
|
|
@@ -1133,6 +1172,9 @@ OPERATIONDENIED_RESOURCEHASBEENLOCKED = 'OperationDenied.ResourceHasBeenLocked'
|
|
1133
1172
|
# This operation conflicts with concurrent operations. Try again later.
|
1134
1173
|
OPERATIONDENIED_RESOURCELOCKEDTEMPORARY = 'OperationDenied.ResourceLockedTemporary'
|
1135
1174
|
|
1175
|
+
# Advanced protection resources are in high demand and sold out. urgently restocking. currently, advanced protection cannot be enabled. please wait patiently.
|
1176
|
+
OPERATIONDENIED_SECURITYLACKOFRESOURCES = 'OperationDenied.SecurityLackOfResources'
|
1177
|
+
|
1136
1178
|
# The domain name is bound with a shared CNAME and cannot be changed to "Cross-MLC-border acceleration". Please unbind the domain name from the shared CNAME first.
|
1137
1179
|
OPERATIONDENIED_SHAREDCNAMEUNSUPPORTEDACCELERATEMAINLAND = 'OperationDenied.SharedCNAMEUnsupportedAccelerateMainland'
|
1138
1180
|
|
@@ -1181,6 +1223,9 @@ RESOURCEINUSE_ALIASDOMAIN = 'ResourceInUse.AliasDomain'
|
|
1181
1223
|
# The alias domain name already exists.
|
1182
1224
|
RESOURCEINUSE_ALIASNAME = 'ResourceInUse.AliasName'
|
1183
1225
|
|
1226
|
+
# The domain name already exists as an acceleration domain name. repeated access is not supported.
|
1227
|
+
RESOURCEINUSE_ALREADYEXISTSASANACCELERATIONDOMAIN = 'ResourceInUse.AlreadyExistsAsAnAccelerationDomain'
|
1228
|
+
|
1184
1229
|
# Resources occupied by this account via CNAME.
|
1185
1230
|
RESOURCEINUSE_CNAME = 'ResourceInUse.Cname'
|
1186
1231
|
|