tencentcloud-sdk-python 3.0.1346__py2.py3-none-any.whl → 3.0.1348__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 (63) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/advisor/v20200721/models.py +0 -26
  3. tencentcloud/batch/v20170312/models.py +8 -8
  4. tencentcloud/bh/v20230418/models.py +61 -23
  5. tencentcloud/cam/v20190116/models.py +2 -2
  6. tencentcloud/cdwdoris/v20211228/models.py +300 -0
  7. tencentcloud/cdwpg/v20201230/models.py +180 -168
  8. tencentcloud/chc/__init__.py +0 -0
  9. tencentcloud/chc/v20230418/__init__.py +0 -0
  10. tencentcloud/chc/v20230418/chc_client.py +854 -0
  11. tencentcloud/chc/v20230418/errorcodes.py +15 -0
  12. tencentcloud/chc/v20230418/models.py +9933 -0
  13. tencentcloud/ckafka/v20190819/models.py +8 -24
  14. tencentcloud/clb/v20180317/models.py +46 -16
  15. tencentcloud/cls/v20201016/models.py +0 -198
  16. tencentcloud/dbbrain/v20191016/models.py +0 -4
  17. tencentcloud/dbbrain/v20210527/dbbrain_client.py +92 -0
  18. tencentcloud/dbbrain/v20210527/models.py +1027 -210
  19. tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
  20. tencentcloud/dcdb/v20180411/models.py +0 -64
  21. tencentcloud/domain/v20180808/models.py +0 -2
  22. tencentcloud/ecdn/v20191012/ecdn_client.py +0 -217
  23. tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
  24. tencentcloud/ecdn/v20191012/models.py +4 -1047
  25. tencentcloud/emr/v20190103/models.py +15 -54
  26. tencentcloud/ess/v20201111/models.py +27 -6
  27. tencentcloud/essbasic/v20210526/models.py +21 -0
  28. tencentcloud/gs/v20191118/errorcodes.py +9 -0
  29. tencentcloud/gs/v20191118/gs_client.py +775 -12
  30. tencentcloud/gs/v20191118/models.py +4914 -477
  31. tencentcloud/hai/v20230812/models.py +0 -66
  32. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
  33. tencentcloud/iotvideo/v20211125/iotvideo_client.py +1 -1
  34. tencentcloud/iotvideoindustry/v20201201/models.py +0 -30
  35. tencentcloud/lcic/v20220817/lcic_client.py +1 -1
  36. tencentcloud/lcic/v20220817/models.py +56 -68
  37. tencentcloud/lke/v20231130/lke_client.py +2 -2
  38. tencentcloud/lke/v20231130/models.py +4 -8
  39. tencentcloud/lkeap/v20240522/lkeap_client.py +5 -0
  40. tencentcloud/mariadb/v20170312/models.py +2 -70
  41. tencentcloud/mmps/v20200710/models.py +0 -6
  42. tencentcloud/mqtt/v20240516/models.py +318 -208
  43. tencentcloud/organization/v20210331/models.py +30 -0
  44. tencentcloud/tbaas/v20180416/models.py +0 -46
  45. tencentcloud/tcb/v20180608/errorcodes.py +3 -0
  46. tencentcloud/tchd/v20230306/models.py +0 -2
  47. tencentcloud/tcr/v20190924/models.py +4 -148
  48. tencentcloud/tdmq/v20200217/models.py +0 -14
  49. tencentcloud/thpc/v20220401/models.py +0 -2
  50. tencentcloud/thpc/v20230321/models.py +49 -32
  51. tencentcloud/tione/v20211111/models.py +68 -0
  52. tencentcloud/tke/v20180525/models.py +0 -94
  53. tencentcloud/trocket/v20230308/models.py +0 -24
  54. tencentcloud/tsf/v20180326/models.py +196 -182
  55. tencentcloud/vcube/v20220410/models.py +51 -158
  56. tencentcloud/vcube/v20220410/vcube_client.py +2 -2
  57. tencentcloud/vod/v20180717/models.py +8 -46
  58. tencentcloud/wedata/v20210820/models.py +126 -0
  59. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/METADATA +1 -1
  60. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/RECORD +63 -58
  61. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/LICENSE +0 -0
  62. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/WHEEL +0 -0
  63. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/top_level.txt +0 -0
@@ -3423,7 +3423,6 @@ class ClusterRelationMeta(AbstractModel):
3423
3423
  def __init__(self):
3424
3424
  r"""
3425
3425
  :param _ClusterType: 集群类型
3426
- 注意:此字段可能返回 null,表示取不到有效值。
3427
3426
  :type ClusterType: str
3428
3427
  :param _ClusterIdList: 集群id列表
3429
3428
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3435,7 +3434,6 @@ class ClusterRelationMeta(AbstractModel):
3435
3434
  @property
3436
3435
  def ClusterType(self):
3437
3436
  """集群类型
3438
- 注意:此字段可能返回 null,表示取不到有效值。
3439
3437
  :rtype: str
3440
3438
  """
3441
3439
  return self._ClusterType
@@ -5604,7 +5602,6 @@ class CreateInstanceResponse(AbstractModel):
5604
5602
  def __init__(self):
5605
5603
  r"""
5606
5604
  :param _InstanceId: 实例ID
5607
- 注意:此字段可能返回 null,表示取不到有效值。
5608
5605
  :type InstanceId: str
5609
5606
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5610
5607
  :type RequestId: str
@@ -5615,7 +5612,6 @@ class CreateInstanceResponse(AbstractModel):
5615
5612
  @property
5616
5613
  def InstanceId(self):
5617
5614
  """实例ID
5618
- 注意:此字段可能返回 null,表示取不到有效值。
5619
5615
  :rtype: str
5620
5616
  """
5621
5617
  return self._InstanceId
@@ -11700,13 +11696,11 @@ class DescribeServiceNodeInfosResponse(AbstractModel):
11700
11696
  def __init__(self):
11701
11697
  r"""
11702
11698
  :param _TotalCnt: 总数量
11703
- 注意:此字段可能返回 null,表示取不到有效值。
11704
11699
  :type TotalCnt: int
11705
11700
  :param _ServiceNodeList: 进程信息
11706
11701
  注意:此字段可能返回 null,表示取不到有效值。
11707
11702
  :type ServiceNodeList: list of ServiceNodeDetailInfo
11708
11703
  :param _AliasInfo: 集群所有节点的别名序列化
11709
- 注意:此字段可能返回 null,表示取不到有效值。
11710
11704
  :type AliasInfo: str
11711
11705
  :param _SupportNodeFlagFilterList: 支持的FlagNode列表
11712
11706
  注意:此字段可能返回 null,表示取不到有效值。
@@ -11723,7 +11717,6 @@ class DescribeServiceNodeInfosResponse(AbstractModel):
11723
11717
  @property
11724
11718
  def TotalCnt(self):
11725
11719
  """总数量
11726
- 注意:此字段可能返回 null,表示取不到有效值。
11727
11720
  :rtype: int
11728
11721
  """
11729
11722
  return self._TotalCnt
@@ -11747,7 +11740,6 @@ class DescribeServiceNodeInfosResponse(AbstractModel):
11747
11740
  @property
11748
11741
  def AliasInfo(self):
11749
11742
  """集群所有节点的别名序列化
11750
- 注意:此字段可能返回 null,表示取不到有效值。
11751
11743
  :rtype: str
11752
11744
  """
11753
11745
  return self._AliasInfo
@@ -12867,7 +12859,6 @@ class DescribeYarnScheduleHistoryResponse(AbstractModel):
12867
12859
  注意:此字段可能返回 null,表示取不到有效值。
12868
12860
  :type Tasks: list of SchedulerTaskInfo
12869
12861
  :param _Total: 任务详情总数
12870
- 注意:此字段可能返回 null,表示取不到有效值。
12871
12862
  :type Total: int
12872
12863
  :param _SchedulerNameList: 调度类型筛选列表
12873
12864
  注意:此字段可能返回 null,表示取不到有效值。
@@ -12899,7 +12890,6 @@ class DescribeYarnScheduleHistoryResponse(AbstractModel):
12899
12890
  @property
12900
12891
  def Total(self):
12901
12892
  """任务详情总数
12902
- 注意:此字段可能返回 null,表示取不到有效值。
12903
12893
  :rtype: int
12904
12894
  """
12905
12895
  return self._Total
@@ -13758,7 +13748,6 @@ class EmrListInstance(AbstractModel):
13758
13748
  :param _ClusterId: 集群ID
13759
13749
  :type ClusterId: str
13760
13750
  :param _StatusDesc: 常见状态描述:集群生产中,集群运行中,集群创建中,集群已关闭,集群已删除
13761
- 注意:此字段可能返回 null,表示取不到有效值。
13762
13751
  :type StatusDesc: str
13763
13752
  :param _ClusterName: 集群名字
13764
13753
  :type ClusterName: str
@@ -13779,65 +13768,49 @@ class EmrListInstance(AbstractModel):
13779
13768
  :param _Id: emr ID
13780
13769
  :type Id: int
13781
13770
  :param _ProductId: 产品ID
13782
- 注意:此字段可能返回 null,表示取不到有效值。
13783
13771
  :type ProductId: int
13784
13772
  :param _ProjectId: 项目ID
13785
- 注意:此字段可能返回 null,表示取不到有效值。
13786
13773
  :type ProjectId: int
13787
13774
  :param _RegionId: 区域
13788
- 注意:此字段可能返回 null,表示取不到有效值。
13789
13775
  :type RegionId: int
13790
13776
  :param _SubnetId: 子网ID
13791
- 注意:此字段可能返回 null,表示取不到有效值。
13792
13777
  :type SubnetId: int
13793
13778
  :param _VpcId: 网络ID
13794
- 注意:此字段可能返回 null,表示取不到有效值。
13795
13779
  :type VpcId: int
13796
13780
  :param _Zone: 地区
13797
- 注意:此字段可能返回 null,表示取不到有效值。
13798
13781
  :type Zone: str
13799
13782
  :param _Status: 状态码, 取值为-2(集群已删除), -1(集群已关闭), 0(集群生产中), 2(集群运行中), 3(集群创建中)
13800
- 注意:此字段可能返回 null,表示取不到有效值。
13801
13783
  :type Status: int
13802
13784
  :param _Tags: 实例标签
13803
13785
  注意:此字段可能返回 null,表示取不到有效值。
13804
13786
  :type Tags: list of Tag
13805
13787
  :param _AlarmInfo: 告警信息
13806
- 注意:此字段可能返回 null,表示取不到有效值。
13807
13788
  :type AlarmInfo: str
13808
13789
  :param _IsWoodpeckerCluster: 是否是woodpecker集群
13809
- 注意:此字段可能返回 null,表示取不到有效值。
13810
13790
  :type IsWoodpeckerCluster: int
13811
13791
  :param _VpcName: Vpc中文
13812
- 注意:此字段可能返回 null,表示取不到有效值。
13813
13792
  :type VpcName: str
13814
13793
  :param _SubnetName: 子网中文
13815
- 注意:此字段可能返回 null,表示取不到有效值。
13816
13794
  :type SubnetName: str
13817
13795
  :param _UniqVpcId: 字符串VpcId
13818
- 注意:此字段可能返回 null,表示取不到有效值。
13819
13796
  :type UniqVpcId: str
13820
13797
  :param _UniqSubnetId: 字符串子网
13821
- 注意:此字段可能返回 null,表示取不到有效值。
13822
13798
  :type UniqSubnetId: str
13823
13799
  :param _ClusterClass: 集群类型
13824
- 注意:此字段可能返回 null,表示取不到有效值。
13825
13800
  :type ClusterClass: str
13826
13801
  :param _IsMultiZoneCluster: 是否为跨AZ集群
13827
- 注意:此字段可能返回 null,表示取不到有效值。
13828
13802
  :type IsMultiZoneCluster: bool
13829
13803
  :param _IsHandsCluster: 是否手戳集群
13830
- 注意:此字段可能返回 null,表示取不到有效值。
13831
13804
  :type IsHandsCluster: bool
13832
13805
  :param _OutSideSoftInfo: 体外客户端组件信息
13833
13806
  注意:此字段可能返回 null,表示取不到有效值。
13834
13807
  :type OutSideSoftInfo: list of SoftDependInfo
13835
13808
  :param _IsSupportOutsideCluster: 当前集群的应用场景是否支持体外客户端
13836
- 注意:此字段可能返回 null,表示取不到有效值。
13837
13809
  :type IsSupportOutsideCluster: bool
13838
13810
  :param _IsDedicatedCluster: 是否专有集群场景集群
13839
- 注意:此字段可能返回 null,表示取不到有效值。
13840
13811
  :type IsDedicatedCluster: bool
13812
+ :param _IsSupportClone: 集群支持克隆
13813
+ :type IsSupportClone: bool
13841
13814
  """
13842
13815
  self._ClusterId = None
13843
13816
  self._StatusDesc = None
@@ -13870,6 +13843,7 @@ class EmrListInstance(AbstractModel):
13870
13843
  self._OutSideSoftInfo = None
13871
13844
  self._IsSupportOutsideCluster = None
13872
13845
  self._IsDedicatedCluster = None
13846
+ self._IsSupportClone = None
13873
13847
 
13874
13848
  @property
13875
13849
  def ClusterId(self):
@@ -13885,7 +13859,6 @@ class EmrListInstance(AbstractModel):
13885
13859
  @property
13886
13860
  def StatusDesc(self):
13887
13861
  """常见状态描述:集群生产中,集群运行中,集群创建中,集群已关闭,集群已删除
13888
- 注意:此字段可能返回 null,表示取不到有效值。
13889
13862
  :rtype: str
13890
13863
  """
13891
13864
  return self._StatusDesc
@@ -13996,7 +13969,6 @@ class EmrListInstance(AbstractModel):
13996
13969
  @property
13997
13970
  def ProductId(self):
13998
13971
  """产品ID
13999
- 注意:此字段可能返回 null,表示取不到有效值。
14000
13972
  :rtype: int
14001
13973
  """
14002
13974
  return self._ProductId
@@ -14008,7 +13980,6 @@ class EmrListInstance(AbstractModel):
14008
13980
  @property
14009
13981
  def ProjectId(self):
14010
13982
  """项目ID
14011
- 注意:此字段可能返回 null,表示取不到有效值。
14012
13983
  :rtype: int
14013
13984
  """
14014
13985
  return self._ProjectId
@@ -14020,7 +13991,6 @@ class EmrListInstance(AbstractModel):
14020
13991
  @property
14021
13992
  def RegionId(self):
14022
13993
  """区域
14023
- 注意:此字段可能返回 null,表示取不到有效值。
14024
13994
  :rtype: int
14025
13995
  """
14026
13996
  return self._RegionId
@@ -14032,7 +14002,6 @@ class EmrListInstance(AbstractModel):
14032
14002
  @property
14033
14003
  def SubnetId(self):
14034
14004
  """子网ID
14035
- 注意:此字段可能返回 null,表示取不到有效值。
14036
14005
  :rtype: int
14037
14006
  """
14038
14007
  return self._SubnetId
@@ -14044,7 +14013,6 @@ class EmrListInstance(AbstractModel):
14044
14013
  @property
14045
14014
  def VpcId(self):
14046
14015
  """网络ID
14047
- 注意:此字段可能返回 null,表示取不到有效值。
14048
14016
  :rtype: int
14049
14017
  """
14050
14018
  return self._VpcId
@@ -14056,7 +14024,6 @@ class EmrListInstance(AbstractModel):
14056
14024
  @property
14057
14025
  def Zone(self):
14058
14026
  """地区
14059
- 注意:此字段可能返回 null,表示取不到有效值。
14060
14027
  :rtype: str
14061
14028
  """
14062
14029
  return self._Zone
@@ -14068,7 +14035,6 @@ class EmrListInstance(AbstractModel):
14068
14035
  @property
14069
14036
  def Status(self):
14070
14037
  """状态码, 取值为-2(集群已删除), -1(集群已关闭), 0(集群生产中), 2(集群运行中), 3(集群创建中)
14071
- 注意:此字段可能返回 null,表示取不到有效值。
14072
14038
  :rtype: int
14073
14039
  """
14074
14040
  return self._Status
@@ -14092,7 +14058,6 @@ class EmrListInstance(AbstractModel):
14092
14058
  @property
14093
14059
  def AlarmInfo(self):
14094
14060
  """告警信息
14095
- 注意:此字段可能返回 null,表示取不到有效值。
14096
14061
  :rtype: str
14097
14062
  """
14098
14063
  return self._AlarmInfo
@@ -14104,7 +14069,6 @@ class EmrListInstance(AbstractModel):
14104
14069
  @property
14105
14070
  def IsWoodpeckerCluster(self):
14106
14071
  """是否是woodpecker集群
14107
- 注意:此字段可能返回 null,表示取不到有效值。
14108
14072
  :rtype: int
14109
14073
  """
14110
14074
  return self._IsWoodpeckerCluster
@@ -14116,7 +14080,6 @@ class EmrListInstance(AbstractModel):
14116
14080
  @property
14117
14081
  def VpcName(self):
14118
14082
  """Vpc中文
14119
- 注意:此字段可能返回 null,表示取不到有效值。
14120
14083
  :rtype: str
14121
14084
  """
14122
14085
  return self._VpcName
@@ -14128,7 +14091,6 @@ class EmrListInstance(AbstractModel):
14128
14091
  @property
14129
14092
  def SubnetName(self):
14130
14093
  """子网中文
14131
- 注意:此字段可能返回 null,表示取不到有效值。
14132
14094
  :rtype: str
14133
14095
  """
14134
14096
  return self._SubnetName
@@ -14140,7 +14102,6 @@ class EmrListInstance(AbstractModel):
14140
14102
  @property
14141
14103
  def UniqVpcId(self):
14142
14104
  """字符串VpcId
14143
- 注意:此字段可能返回 null,表示取不到有效值。
14144
14105
  :rtype: str
14145
14106
  """
14146
14107
  return self._UniqVpcId
@@ -14152,7 +14113,6 @@ class EmrListInstance(AbstractModel):
14152
14113
  @property
14153
14114
  def UniqSubnetId(self):
14154
14115
  """字符串子网
14155
- 注意:此字段可能返回 null,表示取不到有效值。
14156
14116
  :rtype: str
14157
14117
  """
14158
14118
  return self._UniqSubnetId
@@ -14164,7 +14124,6 @@ class EmrListInstance(AbstractModel):
14164
14124
  @property
14165
14125
  def ClusterClass(self):
14166
14126
  """集群类型
14167
- 注意:此字段可能返回 null,表示取不到有效值。
14168
14127
  :rtype: str
14169
14128
  """
14170
14129
  return self._ClusterClass
@@ -14176,7 +14135,6 @@ class EmrListInstance(AbstractModel):
14176
14135
  @property
14177
14136
  def IsMultiZoneCluster(self):
14178
14137
  """是否为跨AZ集群
14179
- 注意:此字段可能返回 null,表示取不到有效值。
14180
14138
  :rtype: bool
14181
14139
  """
14182
14140
  return self._IsMultiZoneCluster
@@ -14188,7 +14146,6 @@ class EmrListInstance(AbstractModel):
14188
14146
  @property
14189
14147
  def IsHandsCluster(self):
14190
14148
  """是否手戳集群
14191
- 注意:此字段可能返回 null,表示取不到有效值。
14192
14149
  :rtype: bool
14193
14150
  """
14194
14151
  return self._IsHandsCluster
@@ -14212,7 +14169,6 @@ class EmrListInstance(AbstractModel):
14212
14169
  @property
14213
14170
  def IsSupportOutsideCluster(self):
14214
14171
  """当前集群的应用场景是否支持体外客户端
14215
- 注意:此字段可能返回 null,表示取不到有效值。
14216
14172
  :rtype: bool
14217
14173
  """
14218
14174
  return self._IsSupportOutsideCluster
@@ -14224,7 +14180,6 @@ class EmrListInstance(AbstractModel):
14224
14180
  @property
14225
14181
  def IsDedicatedCluster(self):
14226
14182
  """是否专有集群场景集群
14227
- 注意:此字段可能返回 null,表示取不到有效值。
14228
14183
  :rtype: bool
14229
14184
  """
14230
14185
  return self._IsDedicatedCluster
@@ -14233,6 +14188,17 @@ class EmrListInstance(AbstractModel):
14233
14188
  def IsDedicatedCluster(self, IsDedicatedCluster):
14234
14189
  self._IsDedicatedCluster = IsDedicatedCluster
14235
14190
 
14191
+ @property
14192
+ def IsSupportClone(self):
14193
+ """集群支持克隆
14194
+ :rtype: bool
14195
+ """
14196
+ return self._IsSupportClone
14197
+
14198
+ @IsSupportClone.setter
14199
+ def IsSupportClone(self, IsSupportClone):
14200
+ self._IsSupportClone = IsSupportClone
14201
+
14236
14202
 
14237
14203
  def _deserialize(self, params):
14238
14204
  self._ClusterId = params.get("ClusterId")
@@ -14276,6 +14242,7 @@ class EmrListInstance(AbstractModel):
14276
14242
  self._OutSideSoftInfo.append(obj)
14277
14243
  self._IsSupportOutsideCluster = params.get("IsSupportOutsideCluster")
14278
14244
  self._IsDedicatedCluster = params.get("IsDedicatedCluster")
14245
+ self._IsSupportClone = params.get("IsSupportClone")
14279
14246
  memeber_set = set(params.keys())
14280
14247
  for name, value in vars(self).items():
14281
14248
  property_name = name[1:]
@@ -21729,10 +21696,8 @@ class ModifyYarnDeployResponse(AbstractModel):
21729
21696
  def __init__(self):
21730
21697
  r"""
21731
21698
  :param _IsDraft: 为false不点亮部署生效、重置
21732
- 注意:此字段可能返回 null,表示取不到有效值。
21733
21699
  :type IsDraft: bool
21734
21700
  :param _ErrorMsg: 错误信息,预留
21735
- 注意:此字段可能返回 null,表示取不到有效值。
21736
21701
  :type ErrorMsg: str
21737
21702
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21738
21703
  :type RequestId: str
@@ -21744,7 +21709,6 @@ class ModifyYarnDeployResponse(AbstractModel):
21744
21709
  @property
21745
21710
  def IsDraft(self):
21746
21711
  """为false不点亮部署生效、重置
21747
- 注意:此字段可能返回 null,表示取不到有效值。
21748
21712
  :rtype: bool
21749
21713
  """
21750
21714
  return self._IsDraft
@@ -21756,7 +21720,6 @@ class ModifyYarnDeployResponse(AbstractModel):
21756
21720
  @property
21757
21721
  def ErrorMsg(self):
21758
21722
  """错误信息,预留
21759
- 注意:此字段可能返回 null,表示取不到有效值。
21760
21723
  :rtype: str
21761
21724
  """
21762
21725
  return self._ErrorMsg
@@ -27194,7 +27157,6 @@ class RepeatStrategy(AbstractModel):
27194
27157
  注意:此字段可能返回 null,表示取不到有效值。
27195
27158
  :type NotRepeat: :class:`tencentcloud.emr.v20190103.models.NotRepeatStrategy`
27196
27159
  :param _Expire: 规则过期时间,超过该时间后,规则将自动置为暂停状态,形式为"2020-07-23 00:00:00"。必须填写
27197
- 注意:此字段可能返回 null,表示取不到有效值。
27198
27160
  :type Expire: str
27199
27161
  :param _StartTime: 周期性规则开始时间
27200
27162
  :type StartTime: str
@@ -27269,7 +27231,6 @@ class RepeatStrategy(AbstractModel):
27269
27231
  @property
27270
27232
  def Expire(self):
27271
27233
  """规则过期时间,超过该时间后,规则将自动置为暂停状态,形式为"2020-07-23 00:00:00"。必须填写
27272
- 注意:此字段可能返回 null,表示取不到有效值。
27273
27234
  :rtype: str
27274
27235
  """
27275
27236
  return self._Expire
@@ -7366,7 +7366,7 @@ class CreateFlowByFilesRequest(AbstractModel):
7366
7366
  <li> 如果企业通知腾讯电子签平台审核未通过,平台将继续阻塞签署方的签署动作,直到企业通知平台审核通过。</li></ul>
7367
7367
  注:`此功能可用于与企业内部的审批流程进行关联,支持手动、静默签署合同`
7368
7368
  :type NeedSignReview: bool
7369
- :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)
7369
+ :param _FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
7370
7370
  :type FlowDisplayType: int
7371
7371
  :param _OpenDynamicSignFlow: 是否开启动态签署合同:
7372
7372
  <ul><li> **true**:开启动态签署合同,可在签署过程中追加签署人(必须满足:1,发起方企业开启了模块化计费能力;2,发起方企业在企业应用管理中开启了动态签署人2.0能力) 。</li>
@@ -7700,7 +7700,7 @@ class CreateFlowByFilesRequest(AbstractModel):
7700
7700
 
7701
7701
  @property
7702
7702
  def FlowDisplayType(self):
7703
- """在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <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)
7703
+ """在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
7704
7704
  :rtype: int
7705
7705
  """
7706
7706
  return self._FlowDisplayType
@@ -8830,9 +8830,14 @@ class CreateFlowOption(AbstractModel):
8830
8830
  :param _CustomCreateFlowDescription: 定制化发起合同弹窗的描述信息,描述信息最长500字符
8831
8831
 
8832
8832
  :type CustomCreateFlowDescription: str
8833
- :param _ForbidAddApprover: 禁止添加签署方,若为true则在发起流程的可嵌入页面隐藏“添加签署人按钮”
8833
+ :param _ForbidAddApprover: 禁止添加签署方,若为true则在发起流程的可嵌入页面隐藏“添加签署人按钮”
8834
8834
 
8835
8835
  :type ForbidAddApprover: bool
8836
+ :param _ForbidEditApprover: 是否可以编辑签署人包括新增,修改,删除
8837
+ <ul><li>(默认) false -可以编辑签署人</li> <li> true - 禁止编辑签署人</li></ul>
8838
+
8839
+ 注意:如果设置参数为 true, 则 参数签署人 [FlowApproverList](https://qian.tencent.com/developers/partnerApis/embedPages/ChannelCreatePrepareFlow) 不能为空
8840
+ :type ForbidEditApprover: bool
8836
8841
  :param _ForbidEditFlowProperties: 禁止设置设置签署流程属性 (顺序、合同签署认证方式等),若为true则在发起流程的可嵌入页面隐藏签署流程设置面板
8837
8842
 
8838
8843
  :type ForbidEditFlowProperties: bool
@@ -8908,6 +8913,7 @@ class CreateFlowOption(AbstractModel):
8908
8913
  self._ForbidEditFillComponent = None
8909
8914
  self._CustomCreateFlowDescription = None
8910
8915
  self._ForbidAddApprover = None
8916
+ self._ForbidEditApprover = None
8911
8917
  self._ForbidEditFlowProperties = None
8912
8918
  self._HideComponentTypes = None
8913
8919
  self._ShowComponentTypes = None
@@ -9040,7 +9046,7 @@ class CreateFlowOption(AbstractModel):
9040
9046
 
9041
9047
  @property
9042
9048
  def ForbidAddApprover(self):
9043
- """ 禁止添加签署方,若为true则在发起流程的可嵌入页面隐藏“添加签署人按钮”
9049
+ """ 禁止添加签署方,若为true则在发起流程的可嵌入页面隐藏“添加签署人按钮”
9044
9050
 
9045
9051
  :rtype: bool
9046
9052
  """
@@ -9050,6 +9056,20 @@ class CreateFlowOption(AbstractModel):
9050
9056
  def ForbidAddApprover(self, ForbidAddApprover):
9051
9057
  self._ForbidAddApprover = ForbidAddApprover
9052
9058
 
9059
+ @property
9060
+ def ForbidEditApprover(self):
9061
+ """是否可以编辑签署人包括新增,修改,删除
9062
+ <ul><li>(默认) false -可以编辑签署人</li> <li> true - 禁止编辑签署人</li></ul>
9063
+
9064
+ 注意:如果设置参数为 true, 则 参数签署人 [FlowApproverList](https://qian.tencent.com/developers/partnerApis/embedPages/ChannelCreatePrepareFlow) 不能为空
9065
+ :rtype: bool
9066
+ """
9067
+ return self._ForbidEditApprover
9068
+
9069
+ @ForbidEditApprover.setter
9070
+ def ForbidEditApprover(self, ForbidEditApprover):
9071
+ self._ForbidEditApprover = ForbidEditApprover
9072
+
9053
9073
  @property
9054
9074
  def ForbidEditFlowProperties(self):
9055
9075
  """ 禁止设置设置签署流程属性 (顺序、合同签署认证方式等),若为true则在发起流程的可嵌入页面隐藏签署流程设置面板
@@ -9171,6 +9191,7 @@ class CreateFlowOption(AbstractModel):
9171
9191
  self._ForbidEditFillComponent = params.get("ForbidEditFillComponent")
9172
9192
  self._CustomCreateFlowDescription = params.get("CustomCreateFlowDescription")
9173
9193
  self._ForbidAddApprover = params.get("ForbidAddApprover")
9194
+ self._ForbidEditApprover = params.get("ForbidEditApprover")
9174
9195
  self._ForbidEditFlowProperties = params.get("ForbidEditFlowProperties")
9175
9196
  self._HideComponentTypes = params.get("HideComponentTypes")
9176
9197
  self._ShowComponentTypes = params.get("ShowComponentTypes")
@@ -9405,7 +9426,7 @@ class CreateFlowRequest(AbstractModel):
9405
9426
  :param _CallbackUrl: 暂未开放
9406
9427
  :type CallbackUrl: str
9407
9428
  :param _FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下:
9408
- <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>
9429
+ <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>
9409
9430
 
9410
9431
  效果如下:
9411
9432
  ![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
@@ -9676,7 +9697,7 @@ class CreateFlowRequest(AbstractModel):
9676
9697
  @property
9677
9698
  def FlowDisplayType(self):
9678
9699
  """在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下:
9679
- <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>
9700
+ <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>
9680
9701
 
9681
9702
  效果如下:
9682
9703
  ![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
@@ -15682,6 +15682,11 @@ class CreateFlowOption(AbstractModel):
15682
15682
  **true**:允许
15683
15683
  **false**:(默认)不允许
15684
15684
  :type CanSkipAddApprover: bool
15685
+ :param _ForbidEditApprover: 是否可以编辑签署人包括新增,修改,删除
15686
+ <ul><li>(默认) false -可以编辑签署人</li> <li> true - 禁止编辑签署人</li></ul>
15687
+
15688
+ 注意:如果设置参数为 true, 则 参数签署人 [FlowApproverList](https://qian.tencent.com/developers/partnerApis/embedPages/ChannelCreatePrepareFlow) 不能为空
15689
+ :type ForbidEditApprover: bool
15685
15690
  :param _CustomCreateFlowDescription: 定制化发起合同弹窗的描述信息,长度不能超过500,只能由中文、字母、数字和标点组成。
15686
15691
  :type CustomCreateFlowDescription: str
15687
15692
  :param _ForbidEditFillComponent: 禁止编辑填写控件
@@ -15703,6 +15708,7 @@ class CreateFlowOption(AbstractModel):
15703
15708
  self._HideShowFlowType = None
15704
15709
  self._HideShowDeadline = None
15705
15710
  self._CanSkipAddApprover = None
15711
+ self._ForbidEditApprover = None
15706
15712
  self._CustomCreateFlowDescription = None
15707
15713
  self._ForbidEditFillComponent = None
15708
15714
  self._SkipUploadFile = None
@@ -15773,6 +15779,20 @@ class CreateFlowOption(AbstractModel):
15773
15779
  def CanSkipAddApprover(self, CanSkipAddApprover):
15774
15780
  self._CanSkipAddApprover = CanSkipAddApprover
15775
15781
 
15782
+ @property
15783
+ def ForbidEditApprover(self):
15784
+ """是否可以编辑签署人包括新增,修改,删除
15785
+ <ul><li>(默认) false -可以编辑签署人</li> <li> true - 禁止编辑签署人</li></ul>
15786
+
15787
+ 注意:如果设置参数为 true, 则 参数签署人 [FlowApproverList](https://qian.tencent.com/developers/partnerApis/embedPages/ChannelCreatePrepareFlow) 不能为空
15788
+ :rtype: bool
15789
+ """
15790
+ return self._ForbidEditApprover
15791
+
15792
+ @ForbidEditApprover.setter
15793
+ def ForbidEditApprover(self, ForbidEditApprover):
15794
+ self._ForbidEditApprover = ForbidEditApprover
15795
+
15776
15796
  @property
15777
15797
  def CustomCreateFlowDescription(self):
15778
15798
  """定制化发起合同弹窗的描述信息,长度不能超过500,只能由中文、字母、数字和标点组成。
@@ -15831,6 +15851,7 @@ class CreateFlowOption(AbstractModel):
15831
15851
  self._HideShowFlowType = params.get("HideShowFlowType")
15832
15852
  self._HideShowDeadline = params.get("HideShowDeadline")
15833
15853
  self._CanSkipAddApprover = params.get("CanSkipAddApprover")
15854
+ self._ForbidEditApprover = params.get("ForbidEditApprover")
15834
15855
  self._CustomCreateFlowDescription = params.get("CustomCreateFlowDescription")
15835
15856
  self._ForbidEditFillComponent = params.get("ForbidEditFillComponent")
15836
15857
  self._SkipUploadFile = params.get("SkipUploadFile")
@@ -35,6 +35,9 @@ FAILEDOPERATION_TOOFREQUENTLY = 'FailedOperation.TooFrequently'
35
35
  # 内部错误。
36
36
  INTERNALERROR = 'InternalError'
37
37
 
38
+ # 参数错误。
39
+ INVALIDPARAMETER = 'InvalidParameter'
40
+
38
41
  # Json解析失败。
39
42
  INVALIDPARAMETER_JSONPARSEERROR = 'InvalidParameter.JsonParseError'
40
43
 
@@ -47,6 +50,9 @@ LIMITEXCEEDED_ROLE = 'LimitExceeded.Role'
47
50
  # 操作被拒绝。
48
51
  OPERATIONDENIED = 'OperationDenied'
49
52
 
53
+ # 资源不存在。
54
+ RESOURCENOTFOUND = 'ResourceNotFound'
55
+
50
56
  # 没有空闲机器。
51
57
  RESOURCENOTFOUND_NOIDLE = 'ResourceNotFound.NoIdle'
52
58
 
@@ -59,6 +65,9 @@ RESOURCEUNAVAILABLE_ACCESSFAILED = 'ResourceUnavailable.AccessFailed'
59
65
  # 机器还在初始化中。
60
66
  RESOURCEUNAVAILABLE_INITIALIZATION = 'ResourceUnavailable.Initialization'
61
67
 
68
+ # 操作不支持。
69
+ UNSUPPORTEDOPERATION = 'UnsupportedOperation'
70
+
62
71
  # 机器未运行。
63
72
  UNSUPPORTEDOPERATION_NOTRUNNING = 'UnsupportedOperation.NotRunning'
64
73