tencentcloud-sdk-python-intl-en 3.0.1085__py2.py3-none-any.whl → 3.0.1087__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 (53) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/car/v20220110/models.py +2 -2
  3. tencentcloud/cbs/v20170312/models.py +2 -2
  4. tencentcloud/cdc/__init__.py +0 -0
  5. tencentcloud/cdc/v20201214/__init__.py +0 -0
  6. tencentcloud/cdc/v20201214/cdc_client.py +486 -0
  7. tencentcloud/cdc/v20201214/errorcodes.py +78 -0
  8. tencentcloud/cdc/v20201214/models.py +6084 -0
  9. tencentcloud/ciam/v20210420/errorcodes.py +2 -2
  10. tencentcloud/ciam/v20210420/models.py +2 -2
  11. tencentcloud/ckafka/v20190819/models.py +2 -2
  12. tencentcloud/cloudaudit/v20190319/errorcodes.py +3 -0
  13. tencentcloud/cloudaudit/v20190319/models.py +2 -2
  14. tencentcloud/cls/v20201016/models.py +177 -0
  15. tencentcloud/cmq/v20190304/models.py +74 -74
  16. tencentcloud/cvm/v20170312/errorcodes.py +6 -0
  17. tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
  18. tencentcloud/dnspod/v20210323/models.py +2 -2
  19. tencentcloud/eb/v20210416/models.py +47 -2
  20. tencentcloud/ecm/v20190719/models.py +2 -2
  21. tencentcloud/es/v20180416/models.py +2 -2
  22. tencentcloud/gme/v20180711/errorcodes.py +1 -1
  23. tencentcloud/gme/v20180711/models.py +2 -2
  24. tencentcloud/omics/v20221128/models.py +4 -0
  25. tencentcloud/organization/v20210331/errorcodes.py +96 -0
  26. tencentcloud/organization/v20210331/models.py +2110 -269
  27. tencentcloud/organization/v20210331/organization_client.py +417 -3
  28. tencentcloud/privatedns/v20201028/models.py +159 -35
  29. tencentcloud/privatedns/v20201028/privatedns_client.py +1 -1
  30. tencentcloud/sms/v20210111/errorcodes.py +4 -1
  31. tencentcloud/sqlserver/v20180328/errorcodes.py +3 -0
  32. tencentcloud/sqlserver/v20180328/models.py +2370 -1230
  33. tencentcloud/sqlserver/v20180328/sqlserver_client.py +96 -4
  34. tencentcloud/tat/v20201028/errorcodes.py +12 -0
  35. tencentcloud/tat/v20201028/models.py +38 -38
  36. tencentcloud/tchd/v20230306/models.py +2 -2
  37. tencentcloud/tdmq/v20200217/models.py +2 -2
  38. tencentcloud/tem/v20210701/models.py +2 -2
  39. tencentcloud/tiw/v20190919/errorcodes.py +3 -0
  40. tencentcloud/tiw/v20190919/models.py +102 -102
  41. tencentcloud/tke/v20180525/errorcodes.py +2 -2
  42. tencentcloud/vm/v20201229/errorcodes.py +14 -14
  43. tencentcloud/vm/v20201229/models.py +17 -2
  44. tencentcloud/vm/v20210922/models.py +2 -2
  45. tencentcloud/vod/v20180717/models.py +128 -11
  46. tencentcloud/waf/v20180125/errorcodes.py +3 -0
  47. tencentcloud/waf/v20180125/models.py +1680 -720
  48. tencentcloud/waf/v20180125/waf_client.py +83 -45
  49. tencentcloud/wedata/v20210820/models.py +6 -6
  50. {tencentcloud_sdk_python_intl_en-3.0.1085.dist-info → tencentcloud_sdk_python_intl_en-3.0.1087.dist-info}/METADATA +1 -1
  51. {tencentcloud_sdk_python_intl_en-3.0.1085.dist-info → tencentcloud_sdk_python_intl_en-3.0.1087.dist-info}/RECORD +53 -48
  52. {tencentcloud_sdk_python_intl_en-3.0.1085.dist-info → tencentcloud_sdk_python_intl_en-3.0.1087.dist-info}/WHEEL +0 -0
  53. {tencentcloud_sdk_python_intl_en-3.0.1085.dist-info → tencentcloud_sdk_python_intl_en-3.0.1087.dist-info}/top_level.txt +0 -0
@@ -464,7 +464,7 @@ INVALIDPARAMETER_INVALIDPRIVATENETWORKCIDR = 'InvalidParameter.InvalidPrivateNet
464
464
  # The iage OS is not supported.
465
465
  INVALIDPARAMETER_OSNOTSUPPORT = 'InvalidParameter.OsNotSupport'
466
466
 
467
- # Invalid parameter.
467
+ # Parameter error.
468
468
  INVALIDPARAMETER_PARAM = 'InvalidParameter.Param'
469
469
 
470
470
  # The PROM instance does not exist.
@@ -530,7 +530,7 @@ RESOURCEUNAVAILABLE = 'ResourceUnavailable'
530
530
  # Abnormal cluster status.
531
531
  RESOURCEUNAVAILABLE_CLUSTERINABNORMALSTAT = 'ResourceUnavailable.ClusterInAbnormalStat'
532
532
 
533
- # The cluster’s status does support this operation.
533
+ # The cluster status does not support this operation.
534
534
  RESOURCEUNAVAILABLE_CLUSTERSTATE = 'ResourceUnavailable.ClusterState'
535
535
 
536
536
  # The node pool is in an abnormal status.
@@ -17,40 +17,40 @@
17
17
  # A CAM signature/authentication error occurred.
18
18
  AUTHFAILURE = 'AuthFailure'
19
19
 
20
- # `DryRun` Operation. It means that the request would have succeeded, but the `DryRun` parameter was used.
20
+ # DryRun operation, which means the DryRun parameter is passed in yet the request will still be successful.
21
21
  DRYRUNOPERATION = 'DryRunOperation'
22
22
 
23
- # The operation failed.
23
+ # Operation failed.
24
24
  FAILEDOPERATION = 'FailedOperation'
25
25
 
26
- # An internal error occurred.
26
+ # Internal error.
27
27
  INTERNALERROR = 'InternalError'
28
28
 
29
- # The parameter is incorrect.
29
+ # Parameter error.
30
30
  INVALIDPARAMETER = 'InvalidParameter'
31
31
 
32
- # The parameter value is incorrect.
32
+ # Invalid parameter value.
33
33
  INVALIDPARAMETERVALUE = 'InvalidParameterValue'
34
34
 
35
- # The quota limit is exceeded.
35
+ # The quota limit has been reached.
36
36
  LIMITEXCEEDED = 'LimitExceeded'
37
37
 
38
- # The parameter is missing.
38
+ # Missing parameter.
39
39
  MISSINGPARAMETER = 'MissingParameter'
40
40
 
41
- # The operation was denied.
41
+ # Operation denied.
42
42
  OPERATIONDENIED = 'OperationDenied'
43
43
 
44
44
  # The number of requests exceeds the frequency limit.
45
45
  REQUESTLIMITEXCEEDED = 'RequestLimitExceeded'
46
46
 
47
- # The resource is in use.
47
+ # The resource is occupied.
48
48
  RESOURCEINUSE = 'ResourceInUse'
49
49
 
50
- # The resource is insufficient.
50
+ # Insufficient resource.
51
51
  RESOURCEINSUFFICIENT = 'ResourceInsufficient'
52
52
 
53
- # The resource does not exist.
53
+ # The resource doesn’t exist.
54
54
  RESOURCENOTFOUND = 'ResourceNotFound'
55
55
 
56
56
  # The resource is unavailable.
@@ -59,14 +59,14 @@ RESOURCEUNAVAILABLE = 'ResourceUnavailable'
59
59
  # The resources have been sold out.
60
60
  RESOURCESSOLDOUT = 'ResourcesSoldOut'
61
61
 
62
- # The operation is unauthorized.
62
+ # Unauthorized operation.
63
63
  UNAUTHORIZEDOPERATION = 'UnauthorizedOperation'
64
64
 
65
65
  #
66
66
  UNAUTHORIZEDOPERATION_UNAUTHORIZED = 'UnauthorizedOperation.Unauthorized'
67
67
 
68
- # The parameter is unknown.
68
+ # Unknown parameter error.
69
69
  UNKNOWNPARAMETER = 'UnknownParameter'
70
70
 
71
- # The operation is not supported.
71
+ # Unsupported operation.
72
72
  UNSUPPORTEDOPERATION = 'UnsupportedOperation'
@@ -409,6 +409,8 @@ Note: this field may return null, indicating that no valid values can be obtaine
409
409
  :param _SubLabel: This field is used to return a subtag under the current tag (Lable).
410
410
  Note: this field may return null, indicating that no valid values can be obtained.
411
411
  :type SubLabel: str
412
+ :param _Suggestion: This field returns the suggested action according to the check result. <br>Values: `Block`, `Review`, `Pass`.
413
+ :type Suggestion: str
412
414
  """
413
415
  self._Label = None
414
416
  self._Score = None
@@ -416,6 +418,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
416
418
  self._EndTime = None
417
419
  self._SubLabelCode = None
418
420
  self._SubLabel = None
421
+ self._Suggestion = None
419
422
 
420
423
  @property
421
424
  def Label(self):
@@ -485,6 +488,17 @@ Note: this field may return null, indicating that no valid values can be obtaine
485
488
  def SubLabel(self, SubLabel):
486
489
  self._SubLabel = SubLabel
487
490
 
491
+ @property
492
+ def Suggestion(self):
493
+ """This field returns the suggested action according to the check result. <br>Values: `Block`, `Review`, `Pass`.
494
+ :rtype: str
495
+ """
496
+ return self._Suggestion
497
+
498
+ @Suggestion.setter
499
+ def Suggestion(self, Suggestion):
500
+ self._Suggestion = Suggestion
501
+
488
502
 
489
503
  def _deserialize(self, params):
490
504
  self._Label = params.get("Label")
@@ -493,6 +507,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
493
507
  self._EndTime = params.get("EndTime")
494
508
  self._SubLabelCode = params.get("SubLabelCode")
495
509
  self._SubLabel = params.get("SubLabel")
510
+ self._Suggestion = params.get("Suggestion")
496
511
  memeber_set = set(params.keys())
497
512
  for name, value in vars(self).items():
498
513
  property_name = name[1:]
@@ -1130,7 +1145,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
1130
1145
  :param _Label: If the recognition result is normal, this parameter is returned with the value `Normal`. If malicious content is recognized, the tag with the highest priority in the result of `Labels` is returned.
1131
1146
  Note: This field may return `null`, indicating that no valid value can be obtained.
1132
1147
  :type Label: str
1133
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1148
+ :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.
1134
1149
  :type RequestId: str
1135
1150
  """
1136
1151
  self._TaskId = None
@@ -1361,7 +1376,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
1361
1376
 
1362
1377
  @property
1363
1378
  def RequestId(self):
1364
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1379
+ """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.
1365
1380
  :rtype: str
1366
1381
  """
1367
1382
  return self._RequestId
@@ -993,7 +993,7 @@ class CreateVideoModerationTaskResponse(AbstractModel):
993
993
  :param _Results: Task creation result
994
994
  Note: This field may return null, indicating that no valid values can be obtained.
995
995
  :type Results: list of TaskResult
996
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
996
+ :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.
997
997
  :type RequestId: str
998
998
  """
999
999
  self._Results = None
@@ -1013,7 +1013,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
1013
1013
 
1014
1014
  @property
1015
1015
  def RequestId(self):
1016
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1016
+ """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.
1017
1017
  :rtype: str
1018
1018
  """
1019
1019
  return self._RequestId
@@ -22905,18 +22905,22 @@ class CreateVodDomainRequest(AbstractModel):
22905
22905
  r"""
22906
22906
  :param _Domain: Domain name to add to VOD. Note: a wildcard domain name is not supported.
22907
22907
  :type Domain: str
22908
+ :param _SubAppId: <b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.</b>
22909
+ :type SubAppId: int
22908
22910
  :param _AccelerateArea: Region to enable acceleration. Valid values:
22909
22911
  <li>`Chinese Mainland`</li>
22910
22912
  <li>`Outside Chinese Mainland`</li>
22911
22913
  <li>`Global`</li>
22912
22914
  If `AccelerateArea` is not specified, VOD will enable acceleration in or outside Chinese mainland based on the regional information a user has configured with Tencent Cloud.
22913
22915
  :type AccelerateArea: str
22914
- :param _SubAppId: <b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.</b>
22915
- :type SubAppId: int
22916
+ :param _Type: Domain type. Valid values:
22917
+ <li>`VOD`: Domain name distributed using the VOD product;</li> <li>`EdgeOne`: Domain name distributed using the EdgeOne product.</li>default value: VOD.
22918
+ :type Type: str
22916
22919
  """
22917
22920
  self._Domain = None
22918
- self._AccelerateArea = None
22919
22921
  self._SubAppId = None
22922
+ self._AccelerateArea = None
22923
+ self._Type = None
22920
22924
 
22921
22925
  @property
22922
22926
  def Domain(self):
@@ -22929,6 +22933,17 @@ If `AccelerateArea` is not specified, VOD will enable acceleration in or outside
22929
22933
  def Domain(self, Domain):
22930
22934
  self._Domain = Domain
22931
22935
 
22936
+ @property
22937
+ def SubAppId(self):
22938
+ """<b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.</b>
22939
+ :rtype: int
22940
+ """
22941
+ return self._SubAppId
22942
+
22943
+ @SubAppId.setter
22944
+ def SubAppId(self, SubAppId):
22945
+ self._SubAppId = SubAppId
22946
+
22932
22947
  @property
22933
22948
  def AccelerateArea(self):
22934
22949
  """Region to enable acceleration. Valid values:
@@ -22945,21 +22960,23 @@ If `AccelerateArea` is not specified, VOD will enable acceleration in or outside
22945
22960
  self._AccelerateArea = AccelerateArea
22946
22961
 
22947
22962
  @property
22948
- def SubAppId(self):
22949
- """<b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.</b>
22950
- :rtype: int
22963
+ def Type(self):
22964
+ """Domain type. Valid values:
22965
+ <li>`VOD`: Domain name distributed using the VOD product;</li> <li>`EdgeOne`: Domain name distributed using the EdgeOne product.</li>default value: VOD.
22966
+ :rtype: str
22951
22967
  """
22952
- return self._SubAppId
22968
+ return self._Type
22953
22969
 
22954
- @SubAppId.setter
22955
- def SubAppId(self, SubAppId):
22956
- self._SubAppId = SubAppId
22970
+ @Type.setter
22971
+ def Type(self, Type):
22972
+ self._Type = Type
22957
22973
 
22958
22974
 
22959
22975
  def _deserialize(self, params):
22960
22976
  self._Domain = params.get("Domain")
22961
- self._AccelerateArea = params.get("AccelerateArea")
22962
22977
  self._SubAppId = params.get("SubAppId")
22978
+ self._AccelerateArea = params.get("AccelerateArea")
22979
+ self._Type = params.get("Type")
22963
22980
  memeber_set = set(params.keys())
22964
22981
  for name, value in vars(self).items():
22965
22982
  property_name = name[1:]
@@ -33410,6 +33427,11 @@ Note: this field may return `null`, indicating that no valid value is obtained.
33410
33427
  :param _QUICConfig: The QUIC configuration for the domain.
33411
33428
  Note: This field may return null, indicating that no valid values can be obtained.
33412
33429
  :type QUICConfig: :class:`tencentcloud.vod.v20180717.models.DomainQUICConfig`
33430
+ :param _IPFilterPolicy:
33431
+ :type IPFilterPolicy: :class:`tencentcloud.vod.v20180717.models.IPFilterPolicy`
33432
+ :param _Type: Domain type. Valid values:
33433
+ <li>`VOD`: Domain name distributed using the VOD product;</li> <li>`EdgeOne`: Domain name distributed using the EdgeOne product.</li>
33434
+ :type Type: str
33413
33435
  """
33414
33436
  self._Domain = None
33415
33437
  self._AccelerateAreaInfos = None
@@ -33419,6 +33441,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
33419
33441
  self._RefererAuthPolicy = None
33420
33442
  self._CreateTime = None
33421
33443
  self._QUICConfig = None
33444
+ self._IPFilterPolicy = None
33445
+ self._Type = None
33422
33446
 
33423
33447
  @property
33424
33448
  def Domain(self):
@@ -33517,6 +33541,29 @@ Note: This field may return null, indicating that no valid values can be obtaine
33517
33541
  def QUICConfig(self, QUICConfig):
33518
33542
  self._QUICConfig = QUICConfig
33519
33543
 
33544
+ @property
33545
+ def IPFilterPolicy(self):
33546
+ """
33547
+ :rtype: :class:`tencentcloud.vod.v20180717.models.IPFilterPolicy`
33548
+ """
33549
+ return self._IPFilterPolicy
33550
+
33551
+ @IPFilterPolicy.setter
33552
+ def IPFilterPolicy(self, IPFilterPolicy):
33553
+ self._IPFilterPolicy = IPFilterPolicy
33554
+
33555
+ @property
33556
+ def Type(self):
33557
+ """Domain type. Valid values:
33558
+ <li>`VOD`: Domain name distributed using the VOD product;</li> <li>`EdgeOne`: Domain name distributed using the EdgeOne product.</li>
33559
+ :rtype: str
33560
+ """
33561
+ return self._Type
33562
+
33563
+ @Type.setter
33564
+ def Type(self, Type):
33565
+ self._Type = Type
33566
+
33520
33567
 
33521
33568
  def _deserialize(self, params):
33522
33569
  self._Domain = params.get("Domain")
@@ -33540,6 +33587,10 @@ Note: This field may return null, indicating that no valid values can be obtaine
33540
33587
  if params.get("QUICConfig") is not None:
33541
33588
  self._QUICConfig = DomainQUICConfig()
33542
33589
  self._QUICConfig._deserialize(params.get("QUICConfig"))
33590
+ if params.get("IPFilterPolicy") is not None:
33591
+ self._IPFilterPolicy = IPFilterPolicy()
33592
+ self._IPFilterPolicy._deserialize(params.get("IPFilterPolicy"))
33593
+ self._Type = params.get("Type")
33543
33594
  memeber_set = set(params.keys())
33544
33595
  for name, value in vars(self).items():
33545
33596
  property_name = name[1:]
@@ -39036,6 +39087,72 @@ class HwPrivateAccess(AbstractModel):
39036
39087
 
39037
39088
 
39038
39089
 
39090
+ class IPFilterPolicy(AbstractModel):
39091
+ """
39092
+
39093
+ """
39094
+
39095
+ def __init__(self):
39096
+ r"""
39097
+ :param _Status:
39098
+ :type Status: str
39099
+ :param _FilterType:
39100
+ :type FilterType: str
39101
+ :param _IPList:
39102
+ :type IPList: list of str
39103
+ """
39104
+ self._Status = None
39105
+ self._FilterType = None
39106
+ self._IPList = None
39107
+
39108
+ @property
39109
+ def Status(self):
39110
+ """
39111
+ :rtype: str
39112
+ """
39113
+ return self._Status
39114
+
39115
+ @Status.setter
39116
+ def Status(self, Status):
39117
+ self._Status = Status
39118
+
39119
+ @property
39120
+ def FilterType(self):
39121
+ """
39122
+ :rtype: str
39123
+ """
39124
+ return self._FilterType
39125
+
39126
+ @FilterType.setter
39127
+ def FilterType(self, FilterType):
39128
+ self._FilterType = FilterType
39129
+
39130
+ @property
39131
+ def IPList(self):
39132
+ """
39133
+ :rtype: list of str
39134
+ """
39135
+ return self._IPList
39136
+
39137
+ @IPList.setter
39138
+ def IPList(self, IPList):
39139
+ self._IPList = IPList
39140
+
39141
+
39142
+ def _deserialize(self, params):
39143
+ self._Status = params.get("Status")
39144
+ self._FilterType = params.get("FilterType")
39145
+ self._IPList = params.get("IPList")
39146
+ memeber_set = set(params.keys())
39147
+ for name, value in vars(self).items():
39148
+ property_name = name[1:]
39149
+ if property_name in memeber_set:
39150
+ memeber_set.remove(property_name)
39151
+ if len(memeber_set) > 0:
39152
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
39153
+
39154
+
39155
+
39039
39156
  class ImageBlur(AbstractModel):
39040
39157
  """Image blurring parameters.
39041
39158
 
@@ -26,6 +26,9 @@ DRYRUNOPERATION = 'DryRunOperation'
26
26
  # Operation failed.
27
27
  FAILEDOPERATION = 'FailedOperation'
28
28
 
29
+ # CKafka internal error.
30
+ FAILEDOPERATION_CKAFKAINTERNALERROR = 'FailedOperation.CKafkaInternalError'
31
+
29
32
  # Failed to call the CLS API.
30
33
  FAILEDOPERATION_CLSDBOPERATIONFAILED = 'FailedOperation.CLSDBOperationFailed'
31
34