tencentcloud-sdk-python 3.0.1443__py2.py3-none-any.whl → 3.0.1445__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 might be problematic. Click here for more details.

Files changed (46) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/batch/v20170312/models.py +2 -2
  3. tencentcloud/clb/v20180317/models.py +422 -26
  4. tencentcloud/cls/v20201016/cls_client.py +1 -1
  5. tencentcloud/cls/v20201016/models.py +539 -172
  6. tencentcloud/emr/v20190103/errorcodes.py +3 -0
  7. tencentcloud/ess/v20201111/models.py +105 -0
  8. tencentcloud/essbasic/v20210526/models.py +60 -0
  9. tencentcloud/keewidb/v20220308/errorcodes.py +3 -0
  10. tencentcloud/keewidb/v20220308/models.py +2 -2
  11. tencentcloud/lcic/v20220817/errorcodes.py +15 -0
  12. tencentcloud/lcic/v20220817/models.py +67 -16
  13. tencentcloud/lke/v20231130/lke_client.py +1 -1
  14. tencentcloud/lke/v20231130/models.py +1998 -50
  15. tencentcloud/lkeap/v20240522/errorcodes.py +1 -1
  16. tencentcloud/mongodb/v20190725/models.py +4 -4
  17. tencentcloud/mps/v20190612/models.py +64 -0
  18. tencentcloud/ocr/v20181119/models.py +46 -16
  19. tencentcloud/partners/v20180321/models.py +4 -4
  20. tencentcloud/postgres/v20170312/errorcodes.py +0 -12
  21. tencentcloud/postgres/v20170312/models.py +191 -1527
  22. tencentcloud/postgres/v20170312/postgres_client.py +0 -75
  23. tencentcloud/sqlserver/v20180328/models.py +6 -6
  24. tencentcloud/sts/v20180813/sts_client.py +21 -7
  25. tencentcloud/tcbr/v20220217/models.py +151 -0
  26. tencentcloud/tcss/v20201101/models.py +45 -0
  27. tencentcloud/tke/v20180525/models.py +17 -2
  28. tencentcloud/trabbit/v20230418/models.py +75 -0
  29. tencentcloud/trocket/v20230308/models.py +319 -0
  30. tencentcloud/trocket/v20230308/trocket_client.py +25 -0
  31. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  32. tencentcloud/trtc/v20190722/models.py +6 -4
  33. tencentcloud/tsf/v20180326/errorcodes.py +15 -0
  34. tencentcloud/tsf/v20180326/models.py +989 -589
  35. tencentcloud/tsf/v20180326/tsf_client.py +1 -1
  36. tencentcloud/vod/v20180717/models.py +570 -10
  37. tencentcloud/vod/v20180717/vod_client.py +102 -0
  38. tencentcloud/waf/v20180125/errorcodes.py +6 -0
  39. tencentcloud/waf/v20180125/models.py +1926 -744
  40. tencentcloud/waf/v20180125/waf_client.py +161 -0
  41. tencentcloud/wedata/v20210820/models.py +204 -0
  42. {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/METADATA +1 -1
  43. {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/RECORD +46 -46
  44. {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/LICENSE +0 -0
  45. {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/WHEEL +0 -0
  46. {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/top_level.txt +0 -0
@@ -26,7 +26,7 @@ FAILEDOPERATION_ENGINESERVERERROR = 'FailedOperation.EngineServerError'
26
26
  # FailedOperation.FileDecodeFailed
27
27
  FAILEDOPERATION_FILEDECODEFAILED = 'FailedOperation.FileDecodeFailed'
28
28
 
29
- # FailedOperation.ImageDecodeFailed
29
+ # 图片解码失败
30
30
  FAILEDOPERATION_IMAGEDECODEFAILED = 'FailedOperation.ImageDecodeFailed'
31
31
 
32
32
  # 暂不支持解析该文件
@@ -88,7 +88,7 @@ class AssignProjectRequest(AbstractModel):
88
88
  r"""
89
89
  :param _InstanceIds: 实例 ID 列表,请登录[MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。
90
90
  :type InstanceIds: list of str
91
- :param _ProjectId: 项目ID,用户已创建项目的唯一ID,非自定义
91
+ :param _ProjectId: 项目ID,用户已创建项目的唯一ID。请在控制台账号中心的项目管理中复制项目 ID。
92
92
  :type ProjectId: int
93
93
  """
94
94
  self._InstanceIds = None
@@ -107,7 +107,7 @@ class AssignProjectRequest(AbstractModel):
107
107
 
108
108
  @property
109
109
  def ProjectId(self):
110
- """项目ID,用户已创建项目的唯一ID,非自定义
110
+ """项目ID,用户已创建项目的唯一ID。请在控制台账号中心的项目管理中复制项目 ID。
111
111
  :rtype: int
112
112
  """
113
113
  return self._ProjectId
@@ -137,7 +137,7 @@ class AssignProjectResponse(AbstractModel):
137
137
 
138
138
  def __init__(self):
139
139
  r"""
140
- :param _FlowIds: 返回的异步任务ID列表
140
+ :param _FlowIds: 返回的异步任务ID列表。
141
141
  :type FlowIds: list of int non-negative
142
142
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
143
143
  :type RequestId: str
@@ -147,7 +147,7 @@ class AssignProjectResponse(AbstractModel):
147
147
 
148
148
  @property
149
149
  def FlowIds(self):
150
- """返回的异步任务ID列表
150
+ """返回的异步任务ID列表。
151
151
  :rtype: list of int non-negative
152
152
  """
153
153
  return self._FlowIds
@@ -36564,6 +36564,10 @@ class HighlightSegmentItem(AbstractModel):
36564
36564
  :type BeginTime: str
36565
36565
  :param _EndTime: 直播切片对应直播结束时间点,采用 ISO 日期格式。
36566
36566
  :type EndTime: str
36567
+ :param _Title: 集锦标题。
36568
+ :type Title: str
36569
+ :param _Summary: 集锦概要。
36570
+ :type Summary: str
36567
36571
  """
36568
36572
  self._Confidence = None
36569
36573
  self._StartTimeOffset = None
@@ -36571,6 +36575,8 @@ class HighlightSegmentItem(AbstractModel):
36571
36575
  self._SegmentTags = None
36572
36576
  self._BeginTime = None
36573
36577
  self._EndTime = None
36578
+ self._Title = None
36579
+ self._Summary = None
36574
36580
 
36575
36581
  @property
36576
36582
  def Confidence(self):
@@ -36639,6 +36645,28 @@ class HighlightSegmentItem(AbstractModel):
36639
36645
  def EndTime(self, EndTime):
36640
36646
  self._EndTime = EndTime
36641
36647
 
36648
+ @property
36649
+ def Title(self):
36650
+ """集锦标题。
36651
+ :rtype: str
36652
+ """
36653
+ return self._Title
36654
+
36655
+ @Title.setter
36656
+ def Title(self, Title):
36657
+ self._Title = Title
36658
+
36659
+ @property
36660
+ def Summary(self):
36661
+ """集锦概要。
36662
+ :rtype: str
36663
+ """
36664
+ return self._Summary
36665
+
36666
+ @Summary.setter
36667
+ def Summary(self, Summary):
36668
+ self._Summary = Summary
36669
+
36642
36670
 
36643
36671
  def _deserialize(self, params):
36644
36672
  self._Confidence = params.get("Confidence")
@@ -36647,6 +36675,8 @@ class HighlightSegmentItem(AbstractModel):
36647
36675
  self._SegmentTags = params.get("SegmentTags")
36648
36676
  self._BeginTime = params.get("BeginTime")
36649
36677
  self._EndTime = params.get("EndTime")
36678
+ self._Title = params.get("Title")
36679
+ self._Summary = params.get("Summary")
36650
36680
  memeber_set = set(params.keys())
36651
36681
  for name, value in vars(self).items():
36652
36682
  property_name = name[1:]
@@ -42057,12 +42087,20 @@ class MediaAiAnalysisHighlightItem(AbstractModel):
42057
42087
  :type Duration: float
42058
42088
  :param _SegmentSet: 智能精彩集锦子片段列表。
42059
42089
  :type SegmentSet: list of HighlightSegmentItem
42090
+ :param _HighlightUrl: 智能精彩集锦地址。
42091
+ 注意:此字段可能返回 null,表示取不到有效值。
42092
+ :type HighlightUrl: str
42093
+ :param _CovImgUrl: 智能精彩集锦封面地址。
42094
+ 注意:此字段可能返回 null,表示取不到有效值。
42095
+ :type CovImgUrl: str
42060
42096
  """
42061
42097
  self._HighlightPath = None
42062
42098
  self._CovImgPath = None
42063
42099
  self._Confidence = None
42064
42100
  self._Duration = None
42065
42101
  self._SegmentSet = None
42102
+ self._HighlightUrl = None
42103
+ self._CovImgUrl = None
42066
42104
 
42067
42105
  @property
42068
42106
  def HighlightPath(self):
@@ -42119,6 +42157,30 @@ class MediaAiAnalysisHighlightItem(AbstractModel):
42119
42157
  def SegmentSet(self, SegmentSet):
42120
42158
  self._SegmentSet = SegmentSet
42121
42159
 
42160
+ @property
42161
+ def HighlightUrl(self):
42162
+ """智能精彩集锦地址。
42163
+ 注意:此字段可能返回 null,表示取不到有效值。
42164
+ :rtype: str
42165
+ """
42166
+ return self._HighlightUrl
42167
+
42168
+ @HighlightUrl.setter
42169
+ def HighlightUrl(self, HighlightUrl):
42170
+ self._HighlightUrl = HighlightUrl
42171
+
42172
+ @property
42173
+ def CovImgUrl(self):
42174
+ """智能精彩集锦封面地址。
42175
+ 注意:此字段可能返回 null,表示取不到有效值。
42176
+ :rtype: str
42177
+ """
42178
+ return self._CovImgUrl
42179
+
42180
+ @CovImgUrl.setter
42181
+ def CovImgUrl(self, CovImgUrl):
42182
+ self._CovImgUrl = CovImgUrl
42183
+
42122
42184
 
42123
42185
  def _deserialize(self, params):
42124
42186
  self._HighlightPath = params.get("HighlightPath")
@@ -42131,6 +42193,8 @@ class MediaAiAnalysisHighlightItem(AbstractModel):
42131
42193
  obj = HighlightSegmentItem()
42132
42194
  obj._deserialize(item)
42133
42195
  self._SegmentSet.append(obj)
42196
+ self._HighlightUrl = params.get("HighlightUrl")
42197
+ self._CovImgUrl = params.get("CovImgUrl")
42134
42198
  memeber_set = set(params.keys())
42135
42199
  for name, value in vars(self).items():
42136
42200
  property_name = name[1:]
@@ -8090,7 +8090,7 @@ RideHailingDriverLicense -- 网约车驾驶证
8090
8090
  RideHailingTransportLicense -- 网约车运输证
8091
8091
  WayBill -- 快递运单
8092
8092
  AccountOpeningPermit -- 银行开户许可证
8093
- InvoiceEng -- 海外发票模版
8093
+ InvoiceEng -- 国际发票模板
8094
8094
  Coin --钱币识别模板
8095
8095
  OnboardingDocuments -- 入职材料识别
8096
8096
  PropertyOwnershipCertificate -- 房产证识别
@@ -8188,7 +8188,7 @@ RideHailingDriverLicense -- 网约车驾驶证
8188
8188
  RideHailingTransportLicense -- 网约车运输证
8189
8189
  WayBill -- 快递运单
8190
8190
  AccountOpeningPermit -- 银行开户许可证
8191
- InvoiceEng -- 海外发票模版
8191
+ InvoiceEng -- 国际发票模板
8192
8192
  Coin --钱币识别模板
8193
8193
  OnboardingDocuments -- 入职材料识别
8194
8194
  PropertyOwnershipCertificate -- 房产证识别
@@ -8350,7 +8350,7 @@ ReceiptWeightNote -- 磅单收货单识别模板
8350
8350
  :type EnableCoord: bool
8351
8351
  :param _OutputParentKey: 是否开启父子key识别,默认是
8352
8352
  :type OutputParentKey: bool
8353
- :param _ConfigAdvanced: 模版的单个属性配置
8353
+ :param _ConfigAdvanced: 模板的单个属性配置
8354
8354
  :type ConfigAdvanced: :class:`tencentcloud.ocr.v20181119.models.ConfigAdvanced`
8355
8355
  """
8356
8356
  self._ImageUrl = None
@@ -8470,7 +8470,7 @@ ReceiptWeightNote -- 磅单收货单识别模板
8470
8470
 
8471
8471
  @property
8472
8472
  def ConfigAdvanced(self):
8473
- """模版的单个属性配置
8473
+ """模板的单个属性配置
8474
8474
  :rtype: :class:`tencentcloud.ocr.v20181119.models.ConfigAdvanced`
8475
8475
  """
8476
8476
  return self._ConfigAdvanced
@@ -8624,7 +8624,7 @@ flase:输出默认字段+自定义字段
8624
8624
  :type ReturnFullText: bool
8625
8625
  :param _ConfigId: 配置id支持:
8626
8626
  General -- 通用场景
8627
- InvoiceEng -- 国际invoice模版
8627
+ InvoiceEng -- 国际invoice模板
8628
8628
  WayBillEng --海运订单模板
8629
8629
  CustomsDeclaration -- 进出口报关单
8630
8630
  WeightNote -- 磅单
@@ -8634,18 +8634,18 @@ EntrustmentBook -- 海运托书
8634
8634
  Statement -- 对账单识别模板
8635
8635
  BookingConfirmation -- 配舱通知书识别模板
8636
8636
  AirWayBill -- 航空运单识别模板
8637
- Table -- 表格模版
8637
+ Table -- 表格模板
8638
8638
  SteelLabel -- 实物标签识别模板
8639
8639
  CarInsurance -- 车辆保险单识别模板
8640
8640
  MultiRealEstateCertificate -- 房产材料识别模板
8641
8641
  MultiRealEstateMaterial -- 房产证明识别模板
8642
- HongKongUtilityBill -- 香港水电煤单识别模板
8642
+ HongKongUtilityBill -- 中国香港水电煤单识别模板
8643
8643
  :type ConfigId: str
8644
8644
  :param _EnableCoord: 是否开启全文字段坐标值的识别
8645
8645
  :type EnableCoord: bool
8646
8646
  :param _OutputParentKey: 是否开启父子key识别,默认是
8647
8647
  :type OutputParentKey: bool
8648
- :param _ConfigAdvanced: 模版的单个属性配置
8648
+ :param _ConfigAdvanced: 模板的单个属性配置
8649
8649
  :type ConfigAdvanced: :class:`tencentcloud.ocr.v20181119.models.ConfigAdvanced`
8650
8650
  :param _OutputLanguage: cn时,添加的key为中文
8651
8651
  en时,添加的key为英语
@@ -8735,7 +8735,7 @@ flase:输出默认字段+自定义字段
8735
8735
  def ConfigId(self):
8736
8736
  """配置id支持:
8737
8737
  General -- 通用场景
8738
- InvoiceEng -- 国际invoice模版
8738
+ InvoiceEng -- 国际invoice模板
8739
8739
  WayBillEng --海运订单模板
8740
8740
  CustomsDeclaration -- 进出口报关单
8741
8741
  WeightNote -- 磅单
@@ -8745,12 +8745,12 @@ EntrustmentBook -- 海运托书
8745
8745
  Statement -- 对账单识别模板
8746
8746
  BookingConfirmation -- 配舱通知书识别模板
8747
8747
  AirWayBill -- 航空运单识别模板
8748
- Table -- 表格模版
8748
+ Table -- 表格模板
8749
8749
  SteelLabel -- 实物标签识别模板
8750
8750
  CarInsurance -- 车辆保险单识别模板
8751
8751
  MultiRealEstateCertificate -- 房产材料识别模板
8752
8752
  MultiRealEstateMaterial -- 房产证明识别模板
8753
- HongKongUtilityBill -- 香港水电煤单识别模板
8753
+ HongKongUtilityBill -- 中国香港水电煤单识别模板
8754
8754
  :rtype: str
8755
8755
  """
8756
8756
  return self._ConfigId
@@ -8783,7 +8783,7 @@ HongKongUtilityBill -- 香港水电煤单识别模板
8783
8783
 
8784
8784
  @property
8785
8785
  def ConfigAdvanced(self):
8786
- """模版的单个属性配置
8786
+ """模板的单个属性配置
8787
8787
  :rtype: :class:`tencentcloud.ocr.v20181119.models.ConfigAdvanced`
8788
8788
  """
8789
8789
  return self._ConfigAdvanced
@@ -10596,6 +10596,8 @@ class GeneralAccurateOCRRequest(AbstractModel):
10596
10596
  :type PdfPageNumber: int
10597
10597
  :param _EnableDetectText: 文本检测开关,默认为true。设置为false可直接进行单行识别,适用于仅包含正向单行文本的图片场景。
10598
10598
  :type EnableDetectText: bool
10599
+ :param _ConfigID: 配置ID支持: OCR -- 通用场景 MulOCR--多语种场景
10600
+ :type ConfigID: str
10599
10601
  """
10600
10602
  self._ImageBase64 = None
10601
10603
  self._ImageUrl = None
@@ -10604,6 +10606,7 @@ class GeneralAccurateOCRRequest(AbstractModel):
10604
10606
  self._IsPdf = None
10605
10607
  self._PdfPageNumber = None
10606
10608
  self._EnableDetectText = None
10609
+ self._ConfigID = None
10607
10610
 
10608
10611
  @property
10609
10612
  def ImageBase64(self):
@@ -10682,6 +10685,17 @@ class GeneralAccurateOCRRequest(AbstractModel):
10682
10685
  def EnableDetectText(self, EnableDetectText):
10683
10686
  self._EnableDetectText = EnableDetectText
10684
10687
 
10688
+ @property
10689
+ def ConfigID(self):
10690
+ """配置ID支持: OCR -- 通用场景 MulOCR--多语种场景
10691
+ :rtype: str
10692
+ """
10693
+ return self._ConfigID
10694
+
10695
+ @ConfigID.setter
10696
+ def ConfigID(self, ConfigID):
10697
+ self._ConfigID = ConfigID
10698
+
10685
10699
 
10686
10700
  def _deserialize(self, params):
10687
10701
  self._ImageBase64 = params.get("ImageBase64")
@@ -10691,6 +10705,7 @@ class GeneralAccurateOCRRequest(AbstractModel):
10691
10705
  self._IsPdf = params.get("IsPdf")
10692
10706
  self._PdfPageNumber = params.get("PdfPageNumber")
10693
10707
  self._EnableDetectText = params.get("EnableDetectText")
10708
+ self._ConfigID = params.get("ConfigID")
10694
10709
  memeber_set = set(params.keys())
10695
10710
  for name, value in vars(self).items():
10696
10711
  property_name = name[1:]
@@ -12533,10 +12548,10 @@ class HandwritingEssayOCRRequest(AbstractModel):
12533
12548
  :param _PdfPageNumber: 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为前3页。
12534
12549
  :type PdfPageNumber: int
12535
12550
  :param _ConfigId: 配置id支持:
12536
- ArticleRecognize -- 手写作文模版
12551
+ ArticleRecognize -- 手写作文模板
12537
12552
  默认:ArticleRecognize
12538
12553
  :type ConfigId: str
12539
- :param _Scene: 模版的单个属性配置
12554
+ :param _Scene: 模板的单个属性配置
12540
12555
  :type Scene: str
12541
12556
  """
12542
12557
  self._ImageUrl = None
@@ -12581,7 +12596,7 @@ ArticleRecognize -- 手写作文模版
12581
12596
  @property
12582
12597
  def ConfigId(self):
12583
12598
  """配置id支持:
12584
- ArticleRecognize -- 手写作文模版
12599
+ ArticleRecognize -- 手写作文模板
12585
12600
  默认:ArticleRecognize
12586
12601
  :rtype: str
12587
12602
  """
@@ -12593,7 +12608,7 @@ ArticleRecognize -- 手写作文模版
12593
12608
 
12594
12609
  @property
12595
12610
  def Scene(self):
12596
- """模版的单个属性配置
12611
+ """模板的单个属性配置
12597
12612
  :rtype: str
12598
12613
  """
12599
12614
  return self._Scene
@@ -36786,6 +36801,8 @@ class VatElectronicInfo(AbstractModel):
36786
36801
  :type TaxMark: str
36787
36802
  :param _CompanySealMark: 是否有公司印章(0:没有,1:有)
36788
36803
  :type CompanySealMark: int
36804
+ :param _InvoicePageIndex: 全电类型的多页pdf票据中,支持输出票面页码:当前第几页,一共第几页。
36805
+ :type InvoicePageIndex: str
36789
36806
  """
36790
36807
  self._Title = None
36791
36808
  self._Number = None
@@ -36809,6 +36826,7 @@ class VatElectronicInfo(AbstractModel):
36809
36826
  self._PretaxAmountMark = None
36810
36827
  self._TaxMark = None
36811
36828
  self._CompanySealMark = None
36829
+ self._InvoicePageIndex = None
36812
36830
 
36813
36831
  @property
36814
36832
  def Title(self):
@@ -37052,6 +37070,17 @@ class VatElectronicInfo(AbstractModel):
37052
37070
  def CompanySealMark(self, CompanySealMark):
37053
37071
  self._CompanySealMark = CompanySealMark
37054
37072
 
37073
+ @property
37074
+ def InvoicePageIndex(self):
37075
+ """全电类型的多页pdf票据中,支持输出票面页码:当前第几页,一共第几页。
37076
+ :rtype: str
37077
+ """
37078
+ return self._InvoicePageIndex
37079
+
37080
+ @InvoicePageIndex.setter
37081
+ def InvoicePageIndex(self, InvoicePageIndex):
37082
+ self._InvoicePageIndex = InvoicePageIndex
37083
+
37055
37084
 
37056
37085
  def _deserialize(self, params):
37057
37086
  self._Title = params.get("Title")
@@ -37081,6 +37110,7 @@ class VatElectronicInfo(AbstractModel):
37081
37110
  self._PretaxAmountMark = params.get("PretaxAmountMark")
37082
37111
  self._TaxMark = params.get("TaxMark")
37083
37112
  self._CompanySealMark = params.get("CompanySealMark")
37113
+ self._InvoicePageIndex = params.get("InvoicePageIndex")
37084
37114
  memeber_set = set(params.keys())
37085
37115
  for name, value in vars(self).items():
37086
37116
  property_name = name[1:]
@@ -2076,9 +2076,9 @@ class DescribeAgentAuditedClientsRequest(AbstractModel):
2076
2076
  :type HasOverdueBill: int
2077
2077
  :param _ClientRemark: 客户备注
2078
2078
  :type ClientRemark: str
2079
- :param _Offset: 偏移量
2079
+ :param _Offset: 偏移量 请保持必传
2080
2080
  :type Offset: int
2081
- :param _Limit: 限制数目
2081
+ :param _Limit: 限制数目 请保持必传,最大2000
2082
2082
  :type Limit: int
2083
2083
  :param _ClientType: 可以为new(自拓)/assign(指派)/old(官网)/direct(直销)/direct_newopp(直销(新商机))/空
2084
2084
  :type ClientType: str
@@ -2182,7 +2182,7 @@ class DescribeAgentAuditedClientsRequest(AbstractModel):
2182
2182
 
2183
2183
  @property
2184
2184
  def Offset(self):
2185
- """偏移量
2185
+ """偏移量 请保持必传
2186
2186
  :rtype: int
2187
2187
  """
2188
2188
  return self._Offset
@@ -2193,7 +2193,7 @@ class DescribeAgentAuditedClientsRequest(AbstractModel):
2193
2193
 
2194
2194
  @property
2195
2195
  def Limit(self):
2196
- """限制数目
2196
+ """限制数目 请保持必传,最大2000
2197
2197
  :rtype: int
2198
2198
  """
2199
2199
  return self._Limit
@@ -287,9 +287,6 @@ INVALIDINSTANCESTATUS = 'InvalidInstanceStatus'
287
287
  # 参数错误。
288
288
  INVALIDPARAMETER = 'InvalidParameter'
289
289
 
290
- # 实例名已存在。
291
- INVALIDPARAMETER_INSTANCENAMEEXIST = 'InvalidParameter.InstanceNameExist'
292
-
293
290
  # 参数检查失败。
294
291
  INVALIDPARAMETER_PARAMETERCHECKERROR = 'InvalidParameter.ParameterCheckError'
295
292
 
@@ -341,9 +338,6 @@ INVALIDPARAMETERVALUE_ILLEGALREGION = 'InvalidParameterValue.IllegalRegion'
341
338
  # 非法的Zone参数。
342
339
  INVALIDPARAMETERVALUE_ILLEGALZONE = 'InvalidParameterValue.IllegalZone'
343
340
 
344
- # 当前账号已存在。
345
- INVALIDPARAMETERVALUE_INSTANCENAMEEXIST = 'InvalidParameterValue.InstanceNameExist'
346
-
347
341
  # 当前实例不存在。
348
342
  INVALIDPARAMETERVALUE_INSTANCENOTEXIST = 'InvalidParameterValue.InstanceNotExist'
349
343
 
@@ -485,9 +479,6 @@ OPERATIONDENIED_INSUFFICIENTBALANCEERROR = 'OperationDenied.InsufficientBalanceE
485
479
  # 内核版本过低,导致实例无法创建tencentDBSuper账号。如果您想使用此功能,请升级内核版本。
486
480
  OPERATIONDENIED_KERNELVERSIONERROR = 'OperationDenied.KernelVersionError'
487
481
 
488
- # Serverless不支持当前可用区。
489
- OPERATIONDENIED_NOTSUPPORTZONEERROR = 'OperationDenied.NotSupportZoneError'
490
-
491
482
  # 不支持的付费类型。
492
483
  OPERATIONDENIED_PAYMODEERROR = 'OperationDenied.PayModeError'
493
484
 
@@ -512,9 +503,6 @@ OPERATIONDENIED_TRADEPERMISSIONERROR = 'OperationDenied.TradePermissionError'
512
503
  # 用户未进行实名认证,请先进行实名认证才可购买。
513
504
  OPERATIONDENIED_USERNOTAUTHENTICATEDERROR = 'OperationDenied.UserNotAuthenticatedError'
514
505
 
515
- # Serverless不支持该版本。
516
- OPERATIONDENIED_VERSIONNOTSUPPORTERROR = 'OperationDenied.VersionNotSupportError'
517
-
518
506
  # 您没有权限操作该VPC网络。
519
507
  OPERATIONDENIED_VPCDENIEDERROR = 'OperationDenied.VpcDeniedError'
520
508