tencentcloud-sdk-python 3.0.1301__py2.py3-none-any.whl → 3.0.1303__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 (37) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/models.py +19 -0
  3. tencentcloud/apm/v20210622/errorcodes.py +10 -10
  4. tencentcloud/cat/v20180409/cat_client.py +1 -1
  5. tencentcloud/ccc/v20200210/ccc_client.py +25 -0
  6. tencentcloud/ccc/v20200210/models.py +159 -0
  7. tencentcloud/cdb/v20170320/models.py +15 -0
  8. tencentcloud/cdn/v20180606/models.py +2 -2
  9. tencentcloud/cdwdoris/v20211228/models.py +45 -118
  10. tencentcloud/config/v20220802/models.py +2 -2
  11. tencentcloud/cvm/v20170312/errorcodes.py +3 -0
  12. tencentcloud/dc/v20180410/models.py +2 -14
  13. tencentcloud/emr/v20190103/models.py +0 -6
  14. tencentcloud/ess/v20201111/ess_client.py +1 -1
  15. tencentcloud/ess/v20201111/models.py +20 -16
  16. tencentcloud/essbasic/v20210526/models.py +26 -76
  17. tencentcloud/hunyuan/v20230901/models.py +30 -0
  18. tencentcloud/monitor/v20180724/models.py +55 -4
  19. tencentcloud/monitor/v20180724/monitor_client.py +1 -1
  20. tencentcloud/mps/v20190612/errorcodes.py +6 -0
  21. tencentcloud/mps/v20190612/models.py +867 -8
  22. tencentcloud/mps/v20190612/mps_client.py +138 -0
  23. tencentcloud/ocr/v20181119/models.py +4 -4
  24. tencentcloud/pts/v20210728/models.py +0 -348
  25. tencentcloud/rum/v20210622/models.py +92 -2
  26. tencentcloud/ssl/v20191205/models.py +4 -4
  27. tencentcloud/ssl/v20191205/ssl_client.py +1 -1
  28. tencentcloud/teo/v20220901/models.py +6 -12
  29. tencentcloud/trtc/v20190722/models.py +15 -0
  30. tencentcloud/tse/v20201207/models.py +17 -0
  31. tencentcloud/vpc/v20170312/models.py +2 -12
  32. tencentcloud/wedata/v20210820/models.py +475 -0
  33. {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1303.dist-info}/METADATA +1 -1
  34. {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1303.dist-info}/RECORD +37 -37
  35. {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1303.dist-info}/LICENSE +0 -0
  36. {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1303.dist-info}/WHEEL +0 -0
  37. {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1303.dist-info}/top_level.txt +0 -0
@@ -1961,7 +1961,7 @@ class ListAggregateDiscoveredResourcesRequest(AbstractModel):
1961
1961
  :type MaxResults: int
1962
1962
  :param _AccountGroupId: 账号组ID
1963
1963
  :type AccountGroupId: str
1964
- :param _Filters: resourceName:资源名 resourceId :资源ID
1964
+ :param _Filters: resourceName:资源名 resourceId :资源ID resourceType:资源类型
1965
1965
  :type Filters: list of Filter
1966
1966
  :param _Tags: 标签
1967
1967
  :type Tags: list of Tag
@@ -2001,7 +2001,7 @@ class ListAggregateDiscoveredResourcesRequest(AbstractModel):
2001
2001
 
2002
2002
  @property
2003
2003
  def Filters(self):
2004
- """resourceName:资源名 resourceId :资源ID
2004
+ """resourceName:资源名 resourceId :资源ID resourceType:资源类型
2005
2005
  :rtype: list of Filter
2006
2006
  """
2007
2007
  return self._Filters
@@ -983,6 +983,9 @@ UNSUPPORTEDOPERATION_INSTANCESTATETERMINATED = 'UnsupportedOperation.InstanceSta
983
983
  # 请求不支持正在销毁的实例
984
984
  UNSUPPORTEDOPERATION_INSTANCESTATETERMINATING = 'UnsupportedOperation.InstanceStateTerminating'
985
985
 
986
+ # 实例类型不支持设置`GridDriverService` 状态
987
+ UNSUPPORTEDOPERATION_INSTANCETYPENOTSUPPORTGRIDLICENCE = 'UnsupportedOperation.InstanceTypeNotSupportGridLicence'
988
+
986
989
  # 实例类型不支持设置`EnableJumboFrame` 状态
987
990
  UNSUPPORTEDOPERATION_INSTANCETYPENOTSUPPORTJUMBOFRAME = 'UnsupportedOperation.InstanceTypeNotSupportJumboFrame'
988
991
 
@@ -2709,12 +2709,7 @@ class DescribeInternetAddressRequest(AbstractModel):
2709
2709
  :type Offset: int
2710
2710
  :param _Limit: 返回数量,默认为20,最大值100
2711
2711
  :type Limit: int
2712
- :param _Filters: 过滤条件:
2713
- <li>AddrType, 地址类型。0:BGP 1; 1: 电信, 2:移动, 3:联通</li>
2714
- <li>AddrProto地址类型。0:IPv4 1:IPv6</li>
2715
- <li>Status 地址状态。 0:使用中, 1:已停用, 2:已退还</li>
2716
- <li>Subnet 互联网公网地址,数组</li>
2717
- <InstanceIds>互联网公网地址ID,数组</li>
2712
+ :param _Filters: 过滤条件: <li>AddrType,地址类型。0:BGP 1;1: 电信;2:移动;3:联通</li> <li>AddrProto,地址类型。0:IPv4;1:IPv6</li> <li>Status,地址状态。 0:使用中;1:已停用; 2:已退还</li> <li>Subnet,互联网公网地址。数组</li> <li>InstanceIds,互联网公网地址ID。数组</li>
2718
2713
  :type Filters: list of Filter
2719
2714
  """
2720
2715
  self._Offset = None
@@ -2745,12 +2740,7 @@ class DescribeInternetAddressRequest(AbstractModel):
2745
2740
 
2746
2741
  @property
2747
2742
  def Filters(self):
2748
- """过滤条件:
2749
- <li>AddrType, 地址类型。0:BGP 1; 1: 电信, 2:移动, 3:联通</li>
2750
- <li>AddrProto地址类型。0:IPv4 1:IPv6</li>
2751
- <li>Status 地址状态。 0:使用中, 1:已停用, 2:已退还</li>
2752
- <li>Subnet 互联网公网地址,数组</li>
2753
- <InstanceIds>互联网公网地址ID,数组</li>
2743
+ """过滤条件: <li>AddrType,地址类型。0:BGP 1;1: 电信;2:移动;3:联通</li> <li>AddrProto,地址类型。0:IPv4;1:IPv6</li> <li>Status,地址状态。 0:使用中;1:已停用; 2:已退还</li> <li>Subnet,互联网公网地址。数组</li> <li>InstanceIds,互联网公网地址ID。数组</li>
2754
2744
  :rtype: list of Filter
2755
2745
  """
2756
2746
  return self._Filters
@@ -2789,7 +2779,6 @@ class DescribeInternetAddressResponse(AbstractModel):
2789
2779
  :param _TotalCount: 互联网公网地址数量
2790
2780
  :type TotalCount: int
2791
2781
  :param _Subnets: 互联网公网地址列表
2792
- 注意:此字段可能返回 null,表示取不到有效值。
2793
2782
  :type Subnets: list of InternetAddressDetail
2794
2783
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2795
2784
  :type RequestId: str
@@ -2812,7 +2801,6 @@ class DescribeInternetAddressResponse(AbstractModel):
2812
2801
  @property
2813
2802
  def Subnets(self):
2814
2803
  """互联网公网地址列表
2815
- 注意:此字段可能返回 null,表示取不到有效值。
2816
2804
  :rtype: list of InternetAddressDetail
2817
2805
  """
2818
2806
  return self._Subnets
@@ -4460,7 +4460,6 @@ class CreateCloudInstanceResponse(AbstractModel):
4460
4460
  def __init__(self):
4461
4461
  r"""
4462
4462
  :param _InstanceId: 实例ID
4463
- 注意:此字段可能返回 null,表示取不到有效值。
4464
4463
  :type InstanceId: str
4465
4464
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4466
4465
  :type RequestId: str
@@ -4471,7 +4470,6 @@ class CreateCloudInstanceResponse(AbstractModel):
4471
4470
  @property
4472
4471
  def InstanceId(self):
4473
4472
  """实例ID
4474
- 注意:此字段可能返回 null,表示取不到有效值。
4475
4473
  :rtype: str
4476
4474
  """
4477
4475
  return self._InstanceId
@@ -4907,7 +4905,6 @@ class CreateClusterResponse(AbstractModel):
4907
4905
  def __init__(self):
4908
4906
  r"""
4909
4907
  :param _InstanceId: 实例ID
4910
- 注意:此字段可能返回 null,表示取不到有效值。
4911
4908
  :type InstanceId: str
4912
4909
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4913
4910
  :type RequestId: str
@@ -4918,7 +4915,6 @@ class CreateClusterResponse(AbstractModel):
4918
4915
  @property
4919
4916
  def InstanceId(self):
4920
4917
  """实例ID
4921
- 注意:此字段可能返回 null,表示取不到有效值。
4922
4918
  :rtype: str
4923
4919
  """
4924
4920
  return self._InstanceId
@@ -21011,7 +21007,6 @@ class MonthRepeatStrategy(AbstractModel):
21011
21007
  def __init__(self):
21012
21008
  r"""
21013
21009
  :param _ExecuteAtTimeOfDay: 重复任务执行的具体时刻,例如"01:02:00"
21014
- 注意:此字段可能返回 null,表示取不到有效值。
21015
21010
  :type ExecuteAtTimeOfDay: str
21016
21011
  :param _DaysOfMonthRange: 每月中的天数时间段描述,长度只能为2,例如[2,10]表示每月2-10号。
21017
21012
  注意:此字段可能返回 null,表示取不到有效值。
@@ -21023,7 +21018,6 @@ class MonthRepeatStrategy(AbstractModel):
21023
21018
  @property
21024
21019
  def ExecuteAtTimeOfDay(self):
21025
21020
  """重复任务执行的具体时刻,例如"01:02:00"
21026
- 注意:此字段可能返回 null,表示取不到有效值。
21027
21021
  :rtype: str
21028
21022
  """
21029
21023
  return self._ExecuteAtTimeOfDay
@@ -284,7 +284,7 @@ class EssClient(AbstractClient):
284
284
 
285
285
  注:
286
286
 
287
- 1. **此接口需要购买单独的实名套餐包方可调用,如有需求请联系对接人员评估**
287
+ 1. 此接口需要 <font color="red"><b>购买单独的实名套餐包</b></font>方可调用,如有需求请联系对接人员评估
288
288
 
289
289
  2. 如果生成的链接是APP链接,跳转到小程序的实现,参考微信官方文档(分为<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>
290
290
 
@@ -1845,7 +1845,7 @@ class BillUsageDetail(AbstractModel):
1845
1845
  <li>**7**: 还没有预发起</li>
1846
1846
  <li>**8**: 等待填写</li>
1847
1847
  <li>**9**: 部分填写 </li>
1848
- <li>**10**: 拒填</li>
1848
+ <li>**10**: 拒签</li>
1849
1849
  <li>**11**: 已解除</li>
1850
1850
  </ul>
1851
1851
  :type Status: int
@@ -1954,7 +1954,7 @@ class BillUsageDetail(AbstractModel):
1954
1954
  <li>**7**: 还没有预发起</li>
1955
1955
  <li>**8**: 等待填写</li>
1956
1956
  <li>**9**: 部分填写 </li>
1957
- <li>**10**: 拒填</li>
1957
+ <li>**10**: 拒签</li>
1958
1958
  <li>**11**: 已解除</li>
1959
1959
  </ul>
1960
1960
  :rtype: int
@@ -3960,7 +3960,6 @@ class CreateBatchCancelFlowUrlResponse(AbstractModel):
3960
3960
  :type FailMessages: list of str
3961
3961
  :param _UrlExpireOn: 签署连接过期时间字符串:年月日-时分秒
3962
3962
 
3963
- 例如:2023-07-28 17:25:59
3964
3963
  :type UrlExpireOn: str
3965
3964
  :param _TaskId: 批量撤销任务编号,为32位字符串,可用于[查询批量撤销签署流程任务结果](https://qian.tencent.com/developers/companyApis/operateFlows/CreateBatchCancelFlowUrl) 或关联[批量撤销任务结果回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign#%E4%B9%9D-%E6%89%B9%E9%87%8F%E6%92%A4%E9%94%80%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)
3966
3965
  :type TaskId: str
@@ -4000,7 +3999,6 @@ class CreateBatchCancelFlowUrlResponse(AbstractModel):
4000
3999
  def UrlExpireOn(self):
4001
4000
  """签署连接过期时间字符串:年月日-时分秒
4002
4001
 
4003
- 例如:2023-07-28 17:25:59
4004
4002
  :rtype: str
4005
4003
  """
4006
4004
  return self._UrlExpireOn
@@ -7629,11 +7627,10 @@ class CreateFlowEvidenceReportResponse(AbstractModel):
7629
7627
 
7630
7628
  <ul><li>**EvidenceStatusExecuting**: 出证任务在执行中</li>
7631
7629
  <li>**EvidenceStatusSuccess**: 出证任务执行成功</li>
7632
- <li>**EvidenceStatusFailed** : 出征任务执行失败</li></ul>
7630
+ <li>**EvidenceStatusFailed** : 出证任务执行失败</li></ul>
7633
7631
  :type Status: str
7634
7632
  :param _ReportUrl: 此字段已经废除,不再使用.
7635
7633
  出证的PDF下载地址请调用DescribeChannelFlowEvidenceReport接口获取
7636
- 注意:此字段可能返回 null,表示取不到有效值。
7637
7634
  :type ReportUrl: str
7638
7635
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7639
7636
  :type RequestId: str
@@ -7660,7 +7657,7 @@ class CreateFlowEvidenceReportResponse(AbstractModel):
7660
7657
 
7661
7658
  <ul><li>**EvidenceStatusExecuting**: 出证任务在执行中</li>
7662
7659
  <li>**EvidenceStatusSuccess**: 出证任务执行成功</li>
7663
- <li>**EvidenceStatusFailed** : 出征任务执行失败</li></ul>
7660
+ <li>**EvidenceStatusFailed** : 出证任务执行失败</li></ul>
7664
7661
  :rtype: str
7665
7662
  """
7666
7663
  return self._Status
@@ -7675,7 +7672,6 @@ class CreateFlowEvidenceReportResponse(AbstractModel):
7675
7672
 
7676
7673
  """此字段已经废除,不再使用.
7677
7674
  出证的PDF下载地址请调用DescribeChannelFlowEvidenceReport接口获取
7678
- 注意:此字段可能返回 null,表示取不到有效值。
7679
7675
  :rtype: str
7680
7676
  """
7681
7677
  return self._ReportUrl
@@ -9480,6 +9476,12 @@ class CreateFlowSignUrlRequest(AbstractModel):
9480
9476
  :type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
9481
9477
  :param _FlowApproverInfos: 流程签署人列表中,结构体的ApproverName、ApproverMobile和ApproverType为必传字段。如果是企业签署人,还需传递OrganizationName。
9482
9478
 
9479
+ 此结构体和CreateFlow发起接口参与方结构体复用,除了上述参数外,可传递的参数有:
9480
+ 1. RecipientId: 发起合同会返回,可以直接用于指定需要生成链接的签署方。
9481
+ 2. ApproverSignTypes: 指定签署方签署时候的认证方式,仅此链接生效。
9482
+ 3. SignTypeSelector: 可以指定签署方签署合同的认证校验方式的选择模式。
9483
+ 4. Intention: 指定H5签署视频核身的意图配置,仅视频签署需要使用。
9484
+
9483
9485
  注:
9484
9486
  1. 签署人<b>只能使用手写签名、时间类型、印章类型、签批类型的签署控件和内容填写控件</b>,其他类型的签署控件暂时不支持。
9485
9487
  2. 生成发起方预览链接时,该字段(FlowApproverInfos)可以传空或者不传。
@@ -9551,6 +9553,12 @@ class CreateFlowSignUrlRequest(AbstractModel):
9551
9553
  def FlowApproverInfos(self):
9552
9554
  """流程签署人列表中,结构体的ApproverName、ApproverMobile和ApproverType为必传字段。如果是企业签署人,还需传递OrganizationName。
9553
9555
 
9556
+ 此结构体和CreateFlow发起接口参与方结构体复用,除了上述参数外,可传递的参数有:
9557
+ 1. RecipientId: 发起合同会返回,可以直接用于指定需要生成链接的签署方。
9558
+ 2. ApproverSignTypes: 指定签署方签署时候的认证方式,仅此链接生效。
9559
+ 3. SignTypeSelector: 可以指定签署方签署合同的认证校验方式的选择模式。
9560
+ 4. Intention: 指定H5签署视频核身的意图配置,仅视频签署需要使用。
9561
+
9554
9562
  注:
9555
9563
  1. 签署人<b>只能使用手写签名、时间类型、印章类型、签批类型的签署控件和内容填写控件</b>,其他类型的签署控件暂时不支持。
9556
9564
  2. 生成发起方预览链接时,该字段(FlowApproverInfos)可以传空或者不传。
@@ -18638,7 +18646,7 @@ class DescribeFlowEvidenceReportResponse(AbstractModel):
18638
18646
 
18639
18647
  <ul><li>**EvidenceStatusExecuting**: 出证任务在执行中</li>
18640
18648
  <li>**EvidenceStatusSuccess**: 出证任务执行成功</li>
18641
- <li>**EvidenceStatusFailed** : 出征任务执行失败</li></ul>
18649
+ <li>**EvidenceStatusFailed** : 出证任务执行失败</li></ul>
18642
18650
  :type Status: str
18643
18651
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18644
18652
  :type RequestId: str
@@ -18664,7 +18672,7 @@ class DescribeFlowEvidenceReportResponse(AbstractModel):
18664
18672
 
18665
18673
  <ul><li>**EvidenceStatusExecuting**: 出证任务在执行中</li>
18666
18674
  <li>**EvidenceStatusSuccess**: 出证任务执行成功</li>
18667
- <li>**EvidenceStatusFailed** : 出征任务执行失败</li></ul>
18675
+ <li>**EvidenceStatusFailed** : 出证任务执行失败</li></ul>
18668
18676
  :rtype: str
18669
18677
  """
18670
18678
  return self._Status
@@ -24611,7 +24619,6 @@ class FlowGroupInfo(AbstractModel):
24611
24619
  可登录腾讯电子签控制台,在 "模板"->"模板中心"->"列表展示设置"选中模板 ID 中查看某个模板的TemplateId(在页面中展示为模板ID)。
24612
24620
  :type TemplateId: str
24613
24621
  :param _FlowType: 签署流程的类型(如销售合同/入职合同等),最大长度200个字符
24614
- 示例值:劳务合同
24615
24622
  :type FlowType: str
24616
24623
  :param _FlowDescription: 签署流程描述,最大长度1000个字符
24617
24624
  :type FlowDescription: str
@@ -24647,7 +24654,7 @@ false:有序签
24647
24654
  示例值:true
24648
24655
  :type NeedSignReview: bool
24649
24656
  :param _AutoSignScene: 个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
24650
- 示例值:E_PRESCRIPTION_AUTO_SIGN
24657
+
24651
24658
  :type AutoSignScene: str
24652
24659
  :param _FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
24653
24660
  :type FlowDisplayType: int
@@ -24719,7 +24726,6 @@ false:有序签
24719
24726
  @property
24720
24727
  def FlowType(self):
24721
24728
  """签署流程的类型(如销售合同/入职合同等),最大长度200个字符
24722
- 示例值:劳务合同
24723
24729
  :rtype: str
24724
24730
  """
24725
24731
  return self._FlowType
@@ -24831,7 +24837,7 @@ false:有序签
24831
24837
  @property
24832
24838
  def AutoSignScene(self):
24833
24839
  """个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
24834
- 示例值:E_PRESCRIPTION_AUTO_SIGN
24840
+
24835
24841
  :rtype: str
24836
24842
  """
24837
24843
  return self._AutoSignScene
@@ -31207,7 +31213,6 @@ class SuccessUpdateStaffData(AbstractModel):
31207
31213
  可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查看某位员工的UserId(在页面中展示为用户ID)。
31208
31214
  :type UserId: str
31209
31215
  :param _Url: H5端员工实名链接
31210
-
31211
31216
  只有入参 InvitationNotifyType = H5的时候才会进行返回。
31212
31217
  :type Url: str
31213
31218
  """
@@ -31253,7 +31258,6 @@ class SuccessUpdateStaffData(AbstractModel):
31253
31258
  @property
31254
31259
  def Url(self):
31255
31260
  """H5端员工实名链接
31256
-
31257
31261
  只有入参 InvitationNotifyType = H5的时候才会进行返回。
31258
31262
  :rtype: str
31259
31263
  """