tencentcloud-sdk-python 3.0.1170__py2.py3-none-any.whl → 3.0.1172__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.
Files changed (38) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/errorcodes.py +6 -0
  3. tencentcloud/cdwdoris/v20211228/models.py +24 -0
  4. tencentcloud/ckafka/v20190819/models.py +77 -12
  5. tencentcloud/csip/v20221121/csip_client.py +46 -0
  6. tencentcloud/csip/v20221121/models.py +1133 -74
  7. tencentcloud/cynosdb/v20190107/models.py +534 -0
  8. tencentcloud/dlc/v20210125/dlc_client.py +23 -0
  9. tencentcloud/dlc/v20210125/models.py +45 -0
  10. tencentcloud/emr/v20190103/models.py +1 -1
  11. tencentcloud/ess/v20201111/ess_client.py +2 -2
  12. tencentcloud/ess/v20201111/models.py +3 -2
  13. tencentcloud/essbasic/v20210526/essbasic_client.py +13 -2
  14. tencentcloud/essbasic/v20210526/models.py +3 -2
  15. tencentcloud/gaap/v20180529/models.py +26 -0
  16. tencentcloud/iecp/v20210914/iecp_client.py +60 -20
  17. tencentcloud/ims/v20201229/ims_client.py +4 -3
  18. tencentcloud/lke/v20231130/errorcodes.py +33 -0
  19. tencentcloud/lke/v20231130/lke_client.py +69 -0
  20. tencentcloud/lke/v20231130/models.py +852 -0
  21. tencentcloud/monitor/v20180724/models.py +12 -0
  22. tencentcloud/ocr/v20181119/models.py +22 -16
  23. tencentcloud/redis/v20180412/models.py +33 -12
  24. tencentcloud/redis/v20180412/redis_client.py +2 -2
  25. tencentcloud/sms/v20210111/sms_client.py +33 -65
  26. tencentcloud/tke/v20180525/errorcodes.py +3 -0
  27. tencentcloud/tke/v20180525/models.py +263 -4
  28. tencentcloud/tke/v20180525/tke_client.py +23 -0
  29. tencentcloud/tse/v20201207/models.py +18 -1
  30. tencentcloud/tsf/v20180326/tsf_client.py +3 -1
  31. tencentcloud/waf/v20180125/models.py +103 -12
  32. tencentcloud/wedata/v20210820/models.py +164 -29
  33. tencentcloud/wedata/v20210820/wedata_client.py +24 -1
  34. {tencentcloud_sdk_python-3.0.1170.dist-info → tencentcloud_sdk_python-3.0.1172.dist-info}/METADATA +1 -1
  35. {tencentcloud_sdk_python-3.0.1170.dist-info → tencentcloud_sdk_python-3.0.1172.dist-info}/RECORD +38 -38
  36. {tencentcloud_sdk_python-3.0.1170.dist-info → tencentcloud_sdk_python-3.0.1172.dist-info}/LICENSE +0 -0
  37. {tencentcloud_sdk_python-3.0.1170.dist-info → tencentcloud_sdk_python-3.0.1172.dist-info}/WHEEL +0 -0
  38. {tencentcloud_sdk_python-3.0.1170.dist-info → tencentcloud_sdk_python-3.0.1172.dist-info}/top_level.txt +0 -0
@@ -5517,7 +5517,7 @@ class DescribeInstancesListRequest(AbstractModel):
5517
5517
  :type Limit: int
5518
5518
  :param _OrderField: 排序字段。取值范围:<li>clusterId:表示按照实例ID排序。</li><li>addTime:表示按照实例创建时间排序。</li><li>status:表示按照实例的状态码排序。</li>
5519
5519
  :type OrderField: str
5520
- :param _Asc: 按照OrderField升序或者降序进行排序。取值范围:<li>0:表示降序。</li><li>1:表示升序。</li>默认值为0。
5520
+ :param _Asc: 按照OrderField升序或者降序进行排序。取值范围:<li>0:表示升序。</li><li>1:表示降序。</li>默认值为0。
5521
5521
  :type Asc: int
5522
5522
  :param _Filters: 自定义查询
5523
5523
  :type Filters: list of Filters
@@ -797,8 +797,8 @@ class EssClient(AbstractClient):
797
797
 
798
798
  **注意**
799
799
  1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。
800
- 2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
801
- 跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
800
+ 2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
801
+ 如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
802
802
  3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
803
803
 
804
804
  :param request: Request instance for CreateFlowSignUrl.
@@ -6088,12 +6088,13 @@ class CreateFlowSignUrlRequest(AbstractModel):
6088
6088
  :param _FlowApproverInfos: 流程签署人列表,其中结构体的ApproverName,ApproverMobile和ApproverType必传,企业签署人则需传OrganizationName,其他可不传。
6089
6089
 
6090
6090
  注:
6091
- `1. 签署人只能有手写签名、时间类型和印章类型的签署控件,其他类型的填写控件和签署控件暂时都未支持。`
6091
+ `1. 签署人只能有手写签名、时间类型、印章类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`
6092
6092
  `2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`
6093
6093
  :type FlowApproverInfos: list of FlowCreateApprover
6094
6094
  :param _Organization: 机构信息,暂未开放
6095
6095
  :type Organization: :class:`tencentcloud.ess.v20201111.models.OrganizationInfo`
6096
- :param _JumpUrl: 签署完之后的H5页面的跳转链接,此链接及支持http://和https://,最大长度1000个字符。(建议https协议)
6096
+ :param _JumpUrl: 签署完之后的H5页面的跳转链接,最大长度1000个字符。链接类型请参考 <a href="https://qian.tencent.com/developers/company/openqianh5" target="_blank">跳转电子签H5</a>
6097
+
6097
6098
  :type JumpUrl: str
6098
6099
  :param _UrlType: 链接类型,支持指定以下类型
6099
6100
  <ul><li>0 : 签署链接 (默认值)</li>
@@ -396,6 +396,10 @@ class EssbasicClient(AbstractClient):
396
396
 
397
397
  `4. 静默(自动)签署不支持合同签署方存在填写功能`
398
398
 
399
+ <font color="red">相关视频指引</font> <br>
400
+ 1. <a href="https://dyn.ess.tencent.cn/guide/apivideo/essbasic-UploadFiles.mp4" target="_blank">【上传文件代码】编写示例</a><br>
401
+ 1. <a href="https://dyn.ess.tencent.cn/guide/apivideo/essbasic-ChannelCreateFlowByFiles.mp4" target="_blank">【用PDF文件创建签署流程】编写示例</a><br>
402
+
399
403
  :param request: Request instance for ChannelCreateFlowByFiles.
400
404
  :type request: :class:`tencentcloud.essbasic.v20210526.models.ChannelCreateFlowByFilesRequest`
401
405
  :rtype: :class:`tencentcloud.essbasic.v20210526.models.ChannelCreateFlowByFilesResponse`
@@ -664,8 +668,8 @@ class EssbasicClient(AbstractClient):
664
668
 
665
669
  **注意**
666
670
  1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。
667
- 2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
668
- 跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
671
+ 2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
672
+ 如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
669
673
  3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
670
674
 
671
675
  :param request: Request instance for ChannelCreateFlowSignUrl.
@@ -1777,6 +1781,10 @@ class EssbasicClient(AbstractClient):
1777
1781
 
1778
1782
  5. <font color="red">在下一步创建签署链接前,建议等待DocumentFill </font> <a href="https://qian.tencent.com/developers/partner/callback_types_file_resources">PDF合成完成的回调</a>或者睡眠几秒,尤其是当模板中存在动态表格等复杂填写控件时,因为合成过程可能会耗费秒级别的时间。
1779
1783
 
1784
+
1785
+ <font color="red">相关视频指引</font> <br>
1786
+ 1. <a href="https://dyn.ess.tencent.cn/guide/apivideo/essbasic-CreateTemplates.mp4" target="_blank">创建模板&设置成本企业自动签署</a><br>
1787
+
1780
1788
  :param request: Request instance for CreateFlowsByTemplates.
1781
1789
  :type request: :class:`tencentcloud.essbasic.v20210526.models.CreateFlowsByTemplatesRequest`
1782
1790
  :rtype: :class:`tencentcloud.essbasic.v20210526.models.CreateFlowsByTemplatesResponse`
@@ -2185,6 +2193,9 @@ class EssbasicClient(AbstractClient):
2185
2193
  >1. 查询条件TemplateId、TemplateName与ChannelTemplateId可同时存在,即可查询同时满足这些条件的模板。
2186
2194
  >2. TemplateId 和TemplateIds互为独立,若两个参数都传入,则以TemplateId为准
2187
2195
 
2196
+ <font color="red">相关视频指引</font> <br>
2197
+ 1. <a href="https://dyn.ess.tencent.cn/guide/apivideo/essbasic-CreateTemplates.mp4" target="_blank">创建模板&设置成本企业自动签署</a><br>
2198
+
2188
2199
  :param request: Request instance for DescribeTemplates.
2189
2200
  :type request: :class:`tencentcloud.essbasic.v20210526.models.DescribeTemplatesRequest`
2190
2201
  :rtype: :class:`tencentcloud.essbasic.v20210526.models.DescribeTemplatesResponse`
@@ -3931,14 +3931,15 @@ class ChannelCreateFlowSignUrlRequest(AbstractModel):
3931
3931
  :param _FlowApproverInfos: 流程签署人列表,其中结构体的Name,Mobile和ApproverType必传,企业签署人则还需传OrganizationName、OpenId、OrganizationOpenId,其他可不传。
3932
3932
 
3933
3933
  注:
3934
- `1. 签署人只能有手写签名、时间类型和印章类型的签署控件,其他类型的填写控件和签署控件暂时都未支持。`
3934
+ `1. 签署人只能有手写签名、时间类型、印章类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`
3935
3935
  `2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`
3936
3936
  :type FlowApproverInfos: list of FlowApproverInfo
3937
3937
  :param _Operator: 用户信息,暂未开放
3938
3938
  :type Operator: :class:`tencentcloud.essbasic.v20210526.models.UserInfo`
3939
3939
  :param _Organization: 机构信息,暂未开放
3940
3940
  :type Organization: :class:`tencentcloud.essbasic.v20210526.models.OrganizationInfo`
3941
- :param _JumpUrl: 签署完之后的H5页面的跳转链接,此链接及支持http://和https://,最大长度1000个字符。(建议https协议)
3941
+ :param _JumpUrl: 签署完之后的H5页面的跳转链接,最大长度1000个字符。链接类型请参考 <a href="https://qian.tencent.com/developers/company/openqianh5" target="_blank">跳转电子签H5</a>
3942
+
3942
3943
  :type JumpUrl: str
3943
3944
  :param _UrlType: 链接类型,支持指定以下类型
3944
3945
  <ul><li>0 : 签署链接 (默认值)</li>
@@ -10248,6 +10248,12 @@ class DomainRuleSet(AbstractModel):
10248
10248
  :param _IsDefaultServer: 是否为默认域名
10249
10249
  注意:此字段可能返回 null,表示取不到有效值。
10250
10250
  :type IsDefaultServer: bool
10251
+ :param _TLSCiphers: TLS套件包
10252
+ 注意:此字段可能返回 null,表示取不到有效值。
10253
+ :type TLSCiphers: str
10254
+ :param _TLSSupportVersion: TLS版本
10255
+ 注意:此字段可能返回 null,表示取不到有效值。
10256
+ :type TLSSupportVersion: list of str
10251
10257
  """
10252
10258
  self._Domain = None
10253
10259
  self._RuleSet = None
@@ -10271,6 +10277,8 @@ class DomainRuleSet(AbstractModel):
10271
10277
  self._BanStatus = None
10272
10278
  self._Http3Supported = None
10273
10279
  self._IsDefaultServer = None
10280
+ self._TLSCiphers = None
10281
+ self._TLSSupportVersion = None
10274
10282
 
10275
10283
  @property
10276
10284
  def Domain(self):
@@ -10448,6 +10456,22 @@ class DomainRuleSet(AbstractModel):
10448
10456
  def IsDefaultServer(self, IsDefaultServer):
10449
10457
  self._IsDefaultServer = IsDefaultServer
10450
10458
 
10459
+ @property
10460
+ def TLSCiphers(self):
10461
+ return self._TLSCiphers
10462
+
10463
+ @TLSCiphers.setter
10464
+ def TLSCiphers(self, TLSCiphers):
10465
+ self._TLSCiphers = TLSCiphers
10466
+
10467
+ @property
10468
+ def TLSSupportVersion(self):
10469
+ return self._TLSSupportVersion
10470
+
10471
+ @TLSSupportVersion.setter
10472
+ def TLSSupportVersion(self, TLSSupportVersion):
10473
+ self._TLSSupportVersion = TLSSupportVersion
10474
+
10451
10475
 
10452
10476
  def _deserialize(self, params):
10453
10477
  self._Domain = params.get("Domain")
@@ -10487,6 +10511,8 @@ class DomainRuleSet(AbstractModel):
10487
10511
  self._BanStatus = params.get("BanStatus")
10488
10512
  self._Http3Supported = params.get("Http3Supported")
10489
10513
  self._IsDefaultServer = params.get("IsDefaultServer")
10514
+ self._TLSCiphers = params.get("TLSCiphers")
10515
+ self._TLSSupportVersion = params.get("TLSSupportVersion")
10490
10516
  memeber_set = set(params.keys())
10491
10517
  for name, value in vars(self).items():
10492
10518
  property_name = name[1:]
@@ -27,7 +27,9 @@ class IecpClient(AbstractClient):
27
27
 
28
28
 
29
29
  def ApplyMarketComponent(self, request):
30
- """从组件市场选中组件并添加到应用模板列表
30
+ """产品停售,预下线
31
+
32
+ 从组件市场选中组件并添加到应用模板列表
31
33
 
32
34
  :param request: Request instance for ApplyMarketComponent.
33
35
  :type request: :class:`tencentcloud.iecp.v20210914.models.ApplyMarketComponentRequest`
@@ -73,7 +75,9 @@ class IecpClient(AbstractClient):
73
75
 
74
76
 
75
77
  def CreateApplicationVisualization(self, request):
76
- """创建可视化创建应用模板
78
+ """产品停售,预下线
79
+
80
+ 创建可视化创建应用模板
77
81
 
78
82
  :param request: Request instance for CreateApplicationVisualization.
79
83
  :type request: :class:`tencentcloud.iecp.v20210914.models.CreateApplicationVisualizationRequest`
@@ -211,7 +215,9 @@ class IecpClient(AbstractClient):
211
215
 
212
216
 
213
217
  def CreateEdgeUnitApplicationVisualization(self, request):
214
- """可视化创建应用
218
+ """产品停售,预下线
219
+
220
+ 可视化创建应用
215
221
 
216
222
  :param request: Request instance for CreateEdgeUnitApplicationVisualization.
217
223
  :type request: :class:`tencentcloud.iecp.v20210914.models.CreateEdgeUnitApplicationVisualizationRequest`
@@ -234,7 +240,9 @@ class IecpClient(AbstractClient):
234
240
 
235
241
 
236
242
  def CreateEdgeUnitApplicationYaml(self, request):
237
- """yaml方式创建应用
243
+ """产品停售,预下线
244
+
245
+ yaml方式创建应用
238
246
 
239
247
  :param request: Request instance for CreateEdgeUnitApplicationYaml.
240
248
  :type request: :class:`tencentcloud.iecp.v20210914.models.CreateEdgeUnitApplicationYamlRequest`
@@ -441,7 +449,9 @@ class IecpClient(AbstractClient):
441
449
 
442
450
 
443
451
  def DeleteApplications(self, request):
444
- """删除应用模板
452
+ """产品停售,预下线
453
+
454
+ 删除应用模板
445
455
 
446
456
  :param request: Request instance for DeleteApplications.
447
457
  :type request: :class:`tencentcloud.iecp.v20210914.models.DeleteApplicationsRequest`
@@ -556,7 +566,9 @@ class IecpClient(AbstractClient):
556
566
 
557
567
 
558
568
  def DeleteEdgeUnitApplications(self, request):
559
- """删除应用列表
569
+ """产品停售,预下线
570
+
571
+ 删除应用列表
560
572
 
561
573
  :param request: Request instance for DeleteEdgeUnitApplications.
562
574
  :type request: :class:`tencentcloud.iecp.v20210914.models.DeleteEdgeUnitApplicationsRequest`
@@ -809,7 +821,9 @@ class IecpClient(AbstractClient):
809
821
 
810
822
 
811
823
  def DescribeApplicationVisualization(self, request):
812
- """获取应用模板可视化配置信息
824
+ """产品停售,预下线
825
+
826
+ 获取应用模板可视化配置信息
813
827
 
814
828
  :param request: Request instance for DescribeApplicationVisualization.
815
829
  :type request: :class:`tencentcloud.iecp.v20210914.models.DescribeApplicationVisualizationRequest`
@@ -832,7 +846,9 @@ class IecpClient(AbstractClient):
832
846
 
833
847
 
834
848
  def DescribeApplicationYaml(self, request):
835
- """查询应用模板Yaml
849
+ """产品停售,预下线
850
+
851
+ 查询应用模板Yaml
836
852
 
837
853
  :param request: Request instance for DescribeApplicationYaml.
838
854
  :type request: :class:`tencentcloud.iecp.v20210914.models.DescribeApplicationYamlRequest`
@@ -855,7 +871,9 @@ class IecpClient(AbstractClient):
855
871
 
856
872
 
857
873
  def DescribeApplicationYamlError(self, request):
858
- """检查应用模板的Yaml配置
874
+ """产品停售,预下线
875
+
876
+ 检查应用模板的Yaml配置
859
877
 
860
878
  :param request: Request instance for DescribeApplicationYamlError.
861
879
  :type request: :class:`tencentcloud.iecp.v20210914.models.DescribeApplicationYamlErrorRequest`
@@ -878,7 +896,9 @@ class IecpClient(AbstractClient):
878
896
 
879
897
 
880
898
  def DescribeApplications(self, request):
881
- """获取应用模板列表
899
+ """产品停售,预下线
900
+
901
+ 获取应用模板列表
882
902
 
883
903
  :param request: Request instance for DescribeApplications.
884
904
  :type request: :class:`tencentcloud.iecp.v20210914.models.DescribeApplicationsRequest`
@@ -1223,7 +1243,9 @@ class IecpClient(AbstractClient):
1223
1243
 
1224
1244
 
1225
1245
  def DescribeEdgeUnitApplicationEvents(self, request):
1226
- """获取应用事件列表
1246
+ """产品停售,预下线
1247
+
1248
+ 获取应用事件列表
1227
1249
 
1228
1250
  :param request: Request instance for DescribeEdgeUnitApplicationEvents.
1229
1251
  :type request: :class:`tencentcloud.iecp.v20210914.models.DescribeEdgeUnitApplicationEventsRequest`
@@ -1246,7 +1268,9 @@ class IecpClient(AbstractClient):
1246
1268
 
1247
1269
 
1248
1270
  def DescribeEdgeUnitApplicationLogs(self, request):
1249
- """获取应用日志
1271
+ """产品停售,预下线
1272
+
1273
+ 获取应用日志
1250
1274
 
1251
1275
  :param request: Request instance for DescribeEdgeUnitApplicationLogs.
1252
1276
  :type request: :class:`tencentcloud.iecp.v20210914.models.DescribeEdgeUnitApplicationLogsRequest`
@@ -1269,7 +1293,9 @@ class IecpClient(AbstractClient):
1269
1293
 
1270
1294
 
1271
1295
  def DescribeEdgeUnitApplicationPodContainers(self, request):
1272
- """获取应用容器状态
1296
+ """产品停售,预下线
1297
+
1298
+ 获取应用容器状态
1273
1299
 
1274
1300
  :param request: Request instance for DescribeEdgeUnitApplicationPodContainers.
1275
1301
  :type request: :class:`tencentcloud.iecp.v20210914.models.DescribeEdgeUnitApplicationPodContainersRequest`
@@ -1292,7 +1318,9 @@ class IecpClient(AbstractClient):
1292
1318
 
1293
1319
 
1294
1320
  def DescribeEdgeUnitApplicationPods(self, request):
1295
- """获取应用下Pod状态
1321
+ """产品停售,预下线
1322
+
1323
+ 获取应用下Pod状态
1296
1324
 
1297
1325
  :param request: Request instance for DescribeEdgeUnitApplicationPods.
1298
1326
  :type request: :class:`tencentcloud.iecp.v20210914.models.DescribeEdgeUnitApplicationPodsRequest`
@@ -1315,7 +1343,9 @@ class IecpClient(AbstractClient):
1315
1343
 
1316
1344
 
1317
1345
  def DescribeEdgeUnitApplicationVisualization(self, request):
1318
- """获取单元可视化配置信息
1346
+ """产品停售,预下线
1347
+
1348
+ 获取单元可视化配置信息
1319
1349
 
1320
1350
  :param request: Request instance for DescribeEdgeUnitApplicationVisualization.
1321
1351
  :type request: :class:`tencentcloud.iecp.v20210914.models.DescribeEdgeUnitApplicationVisualizationRequest`
@@ -1338,7 +1368,9 @@ class IecpClient(AbstractClient):
1338
1368
 
1339
1369
 
1340
1370
  def DescribeEdgeUnitApplicationYaml(self, request):
1341
- """获取应用的Yaml配置
1371
+ """产品停售,预下线
1372
+
1373
+ 获取应用的Yaml配置
1342
1374
 
1343
1375
  :param request: Request instance for DescribeEdgeUnitApplicationYaml.
1344
1376
  :type request: :class:`tencentcloud.iecp.v20210914.models.DescribeEdgeUnitApplicationYamlRequest`
@@ -1361,7 +1393,9 @@ class IecpClient(AbstractClient):
1361
1393
 
1362
1394
 
1363
1395
  def DescribeEdgeUnitApplicationYamlError(self, request):
1364
- """检查单元应用的Yaml配置
1396
+ """产品停售,预下线
1397
+
1398
+ 检查单元应用的Yaml配置
1365
1399
 
1366
1400
  :param request: Request instance for DescribeEdgeUnitApplicationYamlError.
1367
1401
  :type request: :class:`tencentcloud.iecp.v20210914.models.DescribeEdgeUnitApplicationYamlErrorRequest`
@@ -1407,7 +1441,9 @@ class IecpClient(AbstractClient):
1407
1441
 
1408
1442
 
1409
1443
  def DescribeEdgeUnitCloud(self, request):
1410
- """查询边缘集群详情
1444
+ """产品停售,预下线
1445
+
1446
+ 查询边缘集群详情
1411
1447
 
1412
1448
  :param request: Request instance for DescribeEdgeUnitCloud.
1413
1449
  :type request: :class:`tencentcloud.iecp.v20210914.models.DescribeEdgeUnitCloudRequest`
@@ -2005,7 +2041,9 @@ class IecpClient(AbstractClient):
2005
2041
 
2006
2042
 
2007
2043
  def ModifyApplicationBasicInfo(self, request):
2008
- """修改应用模板基本信息
2044
+ """产品停售,预下线
2045
+
2046
+ 修改应用模板基本信息
2009
2047
 
2010
2048
  :param request: Request instance for ModifyApplicationBasicInfo.
2011
2049
  :type request: :class:`tencentcloud.iecp.v20210914.models.ModifyApplicationBasicInfoRequest`
@@ -2028,7 +2066,9 @@ class IecpClient(AbstractClient):
2028
2066
 
2029
2067
 
2030
2068
  def ModifyApplicationVisualization(self, request):
2031
- """修改应用模板配置
2069
+ """产品停售,预下线
2070
+
2071
+ 修改应用模板配置
2032
2072
 
2033
2073
  :param request: Request instance for ModifyApplicationVisualization.
2034
2074
  :type request: :class:`tencentcloud.iecp.v20210914.models.ModifyApplicationVisualizationRequest`
@@ -41,7 +41,8 @@ class ImsClient(AbstractClient):
41
41
  - 支持用户自定义选择图片风险库,打击自定义识别类型的违规图片(目前仅支持黑名单配置);
42
42
  - 支持在审核图片内容时同时关联账号或设备信息,可识别违规风险账号或设备。
43
43
  ### 接口调用说明:
44
- - 图片尺寸支持:**长或者宽 >50分辨率**和**长或者宽<40000分辨率**,并且**图片长宽比<90:1;**
44
+ - 图片文件大小支持:**文件<100M**
45
+ - 图片尺寸支持:**长和宽 需>50分辨率且<40000分辨率,并且图片长宽比<90:1;**
45
46
  - 图片文件分辨率支持:建议**分辨率大于256x256**,否则可能会影响识别效果;
46
47
  - 图片文件支持格式:PNG、JPG、JPEG、BMP、GIF、WEBP格式;
47
48
  - 图片文件链接支持的传输协议:HTTP、HTTPS;
@@ -84,8 +85,8 @@ class ImsClient(AbstractClient):
84
85
  - 支持在审核图片内容时同时关联账号或设备信息,可识别违规风险账号或设备。
85
86
 
86
87
  ### 接口调用说明:
87
- - 图片文件大小支持:**文件 < 5M**
88
- - 图片默认尺寸支持:**长或者宽 >50分辨率**和**长或者宽<10000分辨率**
88
+ - 图片文件大小支持:**文件 < 30M**
89
+ - 图片默认尺寸支持:**长和宽 需>50分辨率且<10000分辨率,并且图片长宽比<90:1;**
89
90
  - 图片文件分辨率支持:建议**分辨率大于256x256**,否则可能会影响识别效果;
90
91
  - 图片文件支持格式:PNG、JPG、JPEG、BMP、GIF、WEBP格式;
91
92
  - 图片文件链接支持的传输协议:HTTP、HTTPS;
@@ -17,14 +17,47 @@
17
17
  # 操作失败。
18
18
  FAILEDOPERATION = 'FailedOperation'
19
19
 
20
+ # 文件下载失败。
21
+ FAILEDOPERATION_DOWNLOADERROR = 'FailedOperation.DownLoadError'
22
+
23
+ # 文件解码失败
24
+ FAILEDOPERATION_FILEDECODEFAILED = 'FailedOperation.FileDecodeFailed'
25
+
26
+ # 图片解码失败。
27
+ FAILEDOPERATION_IMAGEDECODEFAILED = 'FailedOperation.ImageDecodeFailed'
28
+
29
+ # OCR识别失败。
30
+ FAILEDOPERATION_OCRFAILED = 'FailedOperation.OcrFailed'
31
+
32
+ # 未知错误。
33
+ FAILEDOPERATION_UNKNOWERROR = 'FailedOperation.UnKnowError'
34
+
35
+ # 服务未开通。
36
+ FAILEDOPERATION_UNOPENERROR = 'FailedOperation.UnOpenError'
37
+
20
38
  # 内部错误。
21
39
  INTERNALERROR = 'InternalError'
22
40
 
23
41
  # 参数错误。
24
42
  INVALIDPARAMETER = 'InvalidParameter'
25
43
 
44
+ # 参数值错误。
45
+ INVALIDPARAMETERVALUE_INVALIDPARAMETERVALUELIMIT = 'InvalidParameterValue.InvalidParameterValueLimit'
46
+
26
47
  # 超过配额限制。
27
48
  LIMITEXCEEDED = 'LimitExceeded'
28
49
 
50
+ # 文件内容太大。
51
+ LIMITEXCEEDED_TOOLARGEFILEERROR = 'LimitExceeded.TooLargeFileError'
52
+
29
53
  # 请求的次数超过了频率限制。
30
54
  REQUESTLIMITEXCEEDED = 'RequestLimitExceeded'
55
+
56
+ # 帐号已欠费。
57
+ RESOURCEUNAVAILABLE_INARREARS = 'ResourceUnavailable.InArrears'
58
+
59
+ # 账号资源包耗尽。
60
+ RESOURCEUNAVAILABLE_RESOURCEPACKAGERUNOUT = 'ResourceUnavailable.ResourcePackageRunOut'
61
+
62
+ # 计费状态异常。
63
+ RESOURCESSOLDOUT_CHARGESTATUSEXCEPTION = 'ResourcesSoldOut.ChargeStatusException'
@@ -187,6 +187,29 @@ class LkeClient(AbstractClient):
187
187
  raise TencentCloudSDKException(type(e).__name__, str(e))
188
188
 
189
189
 
190
+ def CreateReconstructDocumentFlow(self, request):
191
+ """文档解析,异步接口。
192
+
193
+ :param request: Request instance for CreateReconstructDocumentFlow.
194
+ :type request: :class:`tencentcloud.lke.v20231130.models.CreateReconstructDocumentFlowRequest`
195
+ :rtype: :class:`tencentcloud.lke.v20231130.models.CreateReconstructDocumentFlowResponse`
196
+
197
+ """
198
+ try:
199
+ params = request._serialize()
200
+ headers = request.headers
201
+ body = self.call("CreateReconstructDocumentFlow", params, headers=headers)
202
+ response = json.loads(body)
203
+ model = models.CreateReconstructDocumentFlowResponse()
204
+ model._deserialize(response["Response"])
205
+ return model
206
+ except Exception as e:
207
+ if isinstance(e, TencentCloudSDKException):
208
+ raise
209
+ else:
210
+ raise TencentCloudSDKException(type(e).__name__, str(e))
211
+
212
+
190
213
  def CreateRejectedQuestion(self, request):
191
214
  """创建拒答问题
192
215
 
@@ -832,6 +855,29 @@ class LkeClient(AbstractClient):
832
855
  raise TencentCloudSDKException(type(e).__name__, str(e))
833
856
 
834
857
 
858
+ def GetReconstructDocumentResult(self, request):
859
+ """获取文档解析任务执行结果
860
+
861
+ :param request: Request instance for GetReconstructDocumentResult.
862
+ :type request: :class:`tencentcloud.lke.v20231130.models.GetReconstructDocumentResultRequest`
863
+ :rtype: :class:`tencentcloud.lke.v20231130.models.GetReconstructDocumentResultResponse`
864
+
865
+ """
866
+ try:
867
+ params = request._serialize()
868
+ headers = request.headers
869
+ body = self.call("GetReconstructDocumentResult", params, headers=headers)
870
+ response = json.loads(body)
871
+ model = models.GetReconstructDocumentResultResponse()
872
+ model._deserialize(response["Response"])
873
+ return model
874
+ except Exception as e:
875
+ if isinstance(e, TencentCloudSDKException):
876
+ raise
877
+ else:
878
+ raise TencentCloudSDKException(type(e).__name__, str(e))
879
+
880
+
835
881
  def GetTaskStatus(self, request):
836
882
  """获取任务状态
837
883
 
@@ -1569,6 +1615,29 @@ class LkeClient(AbstractClient):
1569
1615
  raise TencentCloudSDKException(type(e).__name__, str(e))
1570
1616
 
1571
1617
 
1618
+ def ReconstructDocument(self, request):
1619
+ """支持将图片或PDF文件转换成Markdown格式文件,可解析包括表格、公式、图片、标题、段落、页眉、页脚等内容元素,并将内容智能转换成阅读顺序。
1620
+
1621
+ :param request: Request instance for ReconstructDocument.
1622
+ :type request: :class:`tencentcloud.lke.v20231130.models.ReconstructDocumentRequest`
1623
+ :rtype: :class:`tencentcloud.lke.v20231130.models.ReconstructDocumentResponse`
1624
+
1625
+ """
1626
+ try:
1627
+ params = request._serialize()
1628
+ headers = request.headers
1629
+ body = self.call("ReconstructDocument", params, headers=headers)
1630
+ response = json.loads(body)
1631
+ model = models.ReconstructDocumentResponse()
1632
+ model._deserialize(response["Response"])
1633
+ return model
1634
+ except Exception as e:
1635
+ if isinstance(e, TencentCloudSDKException):
1636
+ raise
1637
+ else:
1638
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1639
+
1640
+
1572
1641
  def ResetSession(self, request):
1573
1642
  """重置会话
1574
1643