tencentcloud-sdk-python 3.0.1168__py2.py3-none-any.whl → 3.0.1170__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/cdb/v20170320/models.py +4 -2
  3. tencentcloud/cds/v20180420/cds_client.py +0 -25
  4. tencentcloud/cds/v20180420/models.py +0 -55
  5. tencentcloud/cdwch/v20200915/models.py +39 -0
  6. tencentcloud/ciam/v20220331/models.py +26 -1
  7. tencentcloud/cls/v20201016/cls_client.py +3 -3
  8. tencentcloud/cynosdb/v20190107/cynosdb_client.py +3 -1
  9. tencentcloud/cynosdb/v20190107/models.py +70 -0
  10. tencentcloud/domain/v20180808/models.py +6 -6
  11. tencentcloud/ess/v20201111/ess_client.py +1 -0
  12. tencentcloud/ess/v20201111/models.py +17 -14
  13. tencentcloud/essbasic/v20210526/models.py +23 -2
  14. tencentcloud/lighthouse/v20200324/errorcodes.py +3 -0
  15. tencentcloud/mongodb/v20190725/models.py +37 -0
  16. tencentcloud/redis/v20180412/models.py +342 -2
  17. tencentcloud/redis/v20180412/redis_client.py +92 -0
  18. tencentcloud/ssl/v20191205/models.py +1 -1
  19. tencentcloud/tcaplusdb/v20190823/models.py +66 -0
  20. tencentcloud/tcm/v20210413/models.py +45 -0
  21. tencentcloud/tdmq/v20200217/models.py +13 -0
  22. tencentcloud/tke/v20180525/errorcodes.py +3 -0
  23. tencentcloud/tke/v20180525/models.py +1 -1
  24. tencentcloud/tke/v20180525/tke_client.py +3 -1
  25. tencentcloud/trtc/v20190722/models.py +10 -2
  26. tencentcloud/trtc/v20190722/trtc_client.py +1 -3
  27. tencentcloud/tse/v20201207/models.py +337 -0
  28. tencentcloud/tsf/v20180326/models.py +18 -0
  29. tencentcloud/tts/v20190823/models.py +1 -1
  30. tencentcloud/waf/v20180125/models.py +172 -0
  31. tencentcloud/waf/v20180125/waf_client.py +23 -0
  32. tencentcloud/wedata/v20210820/models.py +107 -0
  33. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  34. {tencentcloud_sdk_python-3.0.1168.dist-info → tencentcloud_sdk_python-3.0.1170.dist-info}/METADATA +1 -1
  35. {tencentcloud_sdk_python-3.0.1168.dist-info → tencentcloud_sdk_python-3.0.1170.dist-info}/RECORD +38 -38
  36. {tencentcloud_sdk_python-3.0.1168.dist-info → tencentcloud_sdk_python-3.0.1170.dist-info}/LICENSE +0 -0
  37. {tencentcloud_sdk_python-3.0.1168.dist-info → tencentcloud_sdk_python-3.0.1170.dist-info}/WHEEL +0 -0
  38. {tencentcloud_sdk_python-3.0.1168.dist-info → tencentcloud_sdk_python-3.0.1170.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1168'
17
+ __version__ = '3.0.1170'
@@ -6501,7 +6501,8 @@ class CreateDBInstanceHourRequest(AbstractModel):
6501
6501
  :type Memory: int
6502
6502
  :param _Volume: 实例硬盘大小,单位:GB,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的硬盘范围。
6503
6503
  :type Volume: int
6504
- :param _EngineVersion: MySQL 版本,值包括:5.5、5.6 、5.7 、8.0,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
6504
+ :param _EngineVersion: MySQL 版本,值包括:5.5、5.6、5.7、8.0,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
6505
+ 说明:若此参数不填,则默认值为5.6。
6505
6506
  :type EngineVersion: str
6506
6507
  :param _UniqVpcId: 私有网络 ID,如果不传则默认选择基础网络,请使用 [查询私有网络列表](/document/api/215/15778) 。
6507
6508
  :type UniqVpcId: str
@@ -7045,7 +7046,8 @@ class CreateDBInstanceRequest(AbstractModel):
7045
7046
  :type InstanceRole: str
7046
7047
  :param _MasterInstanceId: 实例 ID,购买只读实例时必填,该字段表示只读实例的主实例ID,请使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口查询云数据库实例 ID。
7047
7048
  :type MasterInstanceId: str
7048
- :param _EngineVersion: MySQL 版本,值包括:5.5、5.6 、5.7和8.0,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
7049
+ :param _EngineVersion: MySQL 版本,值包括:5.5、5.6、5.7和8.0,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
7050
+ 说明:若此参数不填,则默认值为5.6。
7049
7051
  :type EngineVersion: str
7050
7052
  :param _Password: 设置 root 账号密码,密码规则:8 - 64 个字符,至少包含字母、数字、字符(支持的字符:_+-&=!@#$%^*())中的两种,购买主实例时可指定该参数,购买只读实例或者灾备实例时指定该参数无意义。
7051
7053
  :type Password: str
@@ -26,31 +26,6 @@ class CdsClient(AbstractClient):
26
26
  _service = 'cds'
27
27
 
28
28
 
29
- def DescribeDasbImageIds(self, request):
30
- """这些接口是传统版堡垒机接口.数审未用到,堡垒机的已全部迁移到dasb下,cds这边预下线
31
-
32
- 获取镜像列表
33
-
34
- :param request: Request instance for DescribeDasbImageIds.
35
- :type request: :class:`tencentcloud.cds.v20180420.models.DescribeDasbImageIdsRequest`
36
- :rtype: :class:`tencentcloud.cds.v20180420.models.DescribeDasbImageIdsResponse`
37
-
38
- """
39
- try:
40
- params = request._serialize()
41
- headers = request.headers
42
- body = self.call("DescribeDasbImageIds", params, headers=headers)
43
- response = json.loads(body)
44
- model = models.DescribeDasbImageIdsResponse()
45
- model._deserialize(response["Response"])
46
- return model
47
- except Exception as e:
48
- if isinstance(e, TencentCloudSDKException):
49
- raise
50
- else:
51
- raise TencentCloudSDKException(type(e).__name__, str(e))
52
-
53
-
54
29
  def DescribeDbauditInstanceType(self, request):
55
30
  """本接口 (DescribeDbauditInstanceType) 用于查询可售卖的产品规格列表。
56
31
 
@@ -340,61 +340,6 @@ class DbauditTypesInfo(AbstractModel):
340
340
 
341
341
 
342
342
 
343
- class DescribeDasbImageIdsRequest(AbstractModel):
344
- """DescribeDasbImageIds请求参数结构体
345
-
346
- """
347
-
348
-
349
- class DescribeDasbImageIdsResponse(AbstractModel):
350
- """DescribeDasbImageIds返回参数结构体
351
-
352
- """
353
-
354
- def __init__(self):
355
- r"""
356
- :param _BaseImageId: 基础镜像ID
357
- :type BaseImageId: str
358
- :param _AiImageId: AI镜像ID
359
- :type AiImageId: str
360
- :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
361
- :type RequestId: str
362
- """
363
- self._BaseImageId = None
364
- self._AiImageId = None
365
- self._RequestId = None
366
-
367
- @property
368
- def BaseImageId(self):
369
- return self._BaseImageId
370
-
371
- @BaseImageId.setter
372
- def BaseImageId(self, BaseImageId):
373
- self._BaseImageId = BaseImageId
374
-
375
- @property
376
- def AiImageId(self):
377
- return self._AiImageId
378
-
379
- @AiImageId.setter
380
- def AiImageId(self, AiImageId):
381
- self._AiImageId = AiImageId
382
-
383
- @property
384
- def RequestId(self):
385
- return self._RequestId
386
-
387
- @RequestId.setter
388
- def RequestId(self, RequestId):
389
- self._RequestId = RequestId
390
-
391
-
392
- def _deserialize(self, params):
393
- self._BaseImageId = params.get("BaseImageId")
394
- self._AiImageId = params.get("AiImageId")
395
- self._RequestId = params.get("RequestId")
396
-
397
-
398
343
  class DescribeDbauditInstanceTypeRequest(AbstractModel):
399
344
  """DescribeDbauditInstanceType请求参数结构体
400
345
 
@@ -3476,6 +3476,15 @@ Modify 集群变更中;
3476
3476
  :param _HasEsIndex: true
3477
3477
  注意:此字段可能返回 null,表示取不到有效值。
3478
3478
  :type HasEsIndex: bool
3479
+ :param _IsSecondaryZone: true
3480
+ 注意:此字段可能返回 null,表示取不到有效值。
3481
+ :type IsSecondaryZone: bool
3482
+ :param _SecondaryZoneInfo: desc
3483
+ 注意:此字段可能返回 null,表示取不到有效值。
3484
+ :type SecondaryZoneInfo: str
3485
+ :param _ClickHouseKeeper: 是否clickhouse-keeper
3486
+ 注意:此字段可能返回 null,表示取不到有效值。
3487
+ :type ClickHouseKeeper: bool
3479
3488
  """
3480
3489
  self._InstanceId = None
3481
3490
  self._InstanceName = None
@@ -3523,6 +3532,9 @@ Modify 集群变更中;
3523
3532
  self._EsIndexUsername = None
3524
3533
  self._EsIndexPassword = None
3525
3534
  self._HasEsIndex = None
3535
+ self._IsSecondaryZone = None
3536
+ self._SecondaryZoneInfo = None
3537
+ self._ClickHouseKeeper = None
3526
3538
 
3527
3539
  @property
3528
3540
  def InstanceId(self):
@@ -3892,6 +3904,30 @@ Modify 集群变更中;
3892
3904
  def HasEsIndex(self, HasEsIndex):
3893
3905
  self._HasEsIndex = HasEsIndex
3894
3906
 
3907
+ @property
3908
+ def IsSecondaryZone(self):
3909
+ return self._IsSecondaryZone
3910
+
3911
+ @IsSecondaryZone.setter
3912
+ def IsSecondaryZone(self, IsSecondaryZone):
3913
+ self._IsSecondaryZone = IsSecondaryZone
3914
+
3915
+ @property
3916
+ def SecondaryZoneInfo(self):
3917
+ return self._SecondaryZoneInfo
3918
+
3919
+ @SecondaryZoneInfo.setter
3920
+ def SecondaryZoneInfo(self, SecondaryZoneInfo):
3921
+ self._SecondaryZoneInfo = SecondaryZoneInfo
3922
+
3923
+ @property
3924
+ def ClickHouseKeeper(self):
3925
+ return self._ClickHouseKeeper
3926
+
3927
+ @ClickHouseKeeper.setter
3928
+ def ClickHouseKeeper(self, ClickHouseKeeper):
3929
+ self._ClickHouseKeeper = ClickHouseKeeper
3930
+
3895
3931
 
3896
3932
  def _deserialize(self, params):
3897
3933
  self._InstanceId = params.get("InstanceId")
@@ -3956,6 +3992,9 @@ Modify 集群变更中;
3956
3992
  self._EsIndexUsername = params.get("EsIndexUsername")
3957
3993
  self._EsIndexPassword = params.get("EsIndexPassword")
3958
3994
  self._HasEsIndex = params.get("HasEsIndex")
3995
+ self._IsSecondaryZone = params.get("IsSecondaryZone")
3996
+ self._SecondaryZoneInfo = params.get("SecondaryZoneInfo")
3997
+ self._ClickHouseKeeper = params.get("ClickHouseKeeper")
3959
3998
  memeber_set = set(params.keys())
3960
3999
  for name, value in vars(self).items():
3961
4000
  property_name = name[1:]
@@ -1396,7 +1396,7 @@ class Filter(AbstractModel):
1396
1396
 
1397
1397
  class ImportUser(AbstractModel):
1398
1398
  """导入用户信息
1399
- 1、UserName,PhoneNumber ,Email ,WechatOpenId ,WechatUnionId ,AlipayUserId ,QqOpenId ,QqUnionId 八个属性中,导入时必须包含其中一个属性并遵守初始化自定义属性的正则表达式规则。UserName,PhoneNumber,Email的正则表达式在控制台的自定义属性中可以查询到。
1399
+ 1、UserName,PhoneNumber ,Email ,WechatOpenId ,WechatUnionId ,AlipayUserId ,QqOpenId ,QqUnionId ,WeComUserId 九个属性中,导入时必须包含其中一个属性并遵守初始化自定义属性的正则表达式规则。UserName,PhoneNumber,Email的正则表达式在控制台的自定义属性中可以查询到。
1400
1400
  2、对于密码的导入,导入的密码支持明文导入,MD5密文导入,SHA1密文导入,BCRYPT密文导入 ,这个需要在PasswordEncryptTypeEnum 字段中指定。
1401
1401
  3、IdentityVerified,IdentityVerificationMethod 支持导入,
1402
1402
  IdentityVerified 为true,IdentityVerificationMethod必传;
@@ -1431,6 +1431,8 @@ class ImportUser(AbstractModel):
1431
1431
  :type WechatUnionId: str
1432
1432
  :param _AlipayUserId: 支付宝alipayUserId
1433
1433
  :type AlipayUserId: str
1434
+ :param _WeComUserId: 企业微信weComUserId
1435
+ :type WeComUserId: str
1434
1436
  :param _Description: 描述
1435
1437
  :type Description: str
1436
1438
  :param _Birthdate: 生日
@@ -1482,6 +1484,7 @@ class ImportUser(AbstractModel):
1482
1484
  self._WechatOpenId = None
1483
1485
  self._WechatUnionId = None
1484
1486
  self._AlipayUserId = None
1487
+ self._WeComUserId = None
1485
1488
  self._Description = None
1486
1489
  self._Birthdate = None
1487
1490
  self._Name = None
@@ -1598,6 +1601,14 @@ class ImportUser(AbstractModel):
1598
1601
  def AlipayUserId(self, AlipayUserId):
1599
1602
  self._AlipayUserId = AlipayUserId
1600
1603
 
1604
+ @property
1605
+ def WeComUserId(self):
1606
+ return self._WeComUserId
1607
+
1608
+ @WeComUserId.setter
1609
+ def WeComUserId(self, WeComUserId):
1610
+ self._WeComUserId = WeComUserId
1611
+
1601
1612
  @property
1602
1613
  def Description(self):
1603
1614
  return self._Description
@@ -1764,6 +1775,7 @@ class ImportUser(AbstractModel):
1764
1775
  self._WechatOpenId = params.get("WechatOpenId")
1765
1776
  self._WechatUnionId = params.get("WechatUnionId")
1766
1777
  self._AlipayUserId = params.get("AlipayUserId")
1778
+ self._WeComUserId = params.get("WeComUserId")
1767
1779
  self._Description = params.get("Description")
1768
1780
  self._Birthdate = params.get("Birthdate")
1769
1781
  self._Name = params.get("Name")
@@ -4060,6 +4072,9 @@ class User(AbstractModel):
4060
4072
  :param _AlipayUserId: 支付宝的AlipayUserId
4061
4073
  注意:此字段可能返回 null,表示取不到有效值。
4062
4074
  :type AlipayUserId: str
4075
+ :param _WeComUserId: 企业微信的WeComUserId
4076
+ 注意:此字段可能返回 null,表示取不到有效值。
4077
+ :type WeComUserId: str
4063
4078
  :param _Description: 描述
4064
4079
  注意:此字段可能返回 null,表示取不到有效值。
4065
4080
  :type Description: str
@@ -4144,6 +4159,7 @@ class User(AbstractModel):
4144
4159
  self._WechatOpenId = None
4145
4160
  self._WechatUnionId = None
4146
4161
  self._AlipayUserId = None
4162
+ self._WeComUserId = None
4147
4163
  self._Description = None
4148
4164
  self._Name = None
4149
4165
  self._Locale = None
@@ -4326,6 +4342,14 @@ class User(AbstractModel):
4326
4342
  def AlipayUserId(self, AlipayUserId):
4327
4343
  self._AlipayUserId = AlipayUserId
4328
4344
 
4345
+ @property
4346
+ def WeComUserId(self):
4347
+ return self._WeComUserId
4348
+
4349
+ @WeComUserId.setter
4350
+ def WeComUserId(self, WeComUserId):
4351
+ self._WeComUserId = WeComUserId
4352
+
4329
4353
  @property
4330
4354
  def Description(self):
4331
4355
  return self._Description
@@ -4521,6 +4545,7 @@ class User(AbstractModel):
4521
4545
  self._WechatOpenId = params.get("WechatOpenId")
4522
4546
  self._WechatUnionId = params.get("WechatUnionId")
4523
4547
  self._AlipayUserId = params.get("AlipayUserId")
4548
+ self._WeComUserId = params.get("WeComUserId")
4524
4549
  self._Description = params.get("Description")
4525
4550
  self._Name = params.get("Name")
4526
4551
  self._Locale = params.get("Locale")
@@ -1477,7 +1477,7 @@ class ClsClient(AbstractClient):
1477
1477
 
1478
1478
 
1479
1479
  def DescribePartitions(self, request):
1480
- """本接口用于获取主题分区列表。
1480
+ """该接口已废弃,如需获取分区数量,请使用DescribeTopics接口。
1481
1481
 
1482
1482
  :param request: Request instance for DescribePartitions.
1483
1483
  :type request: :class:`tencentcloud.cls.v20201016.models.DescribePartitionsRequest`
@@ -1615,7 +1615,7 @@ class ClsClient(AbstractClient):
1615
1615
 
1616
1616
 
1617
1617
  def MergePartition(self, request):
1618
- """本接口用于合并一个读写态的主题分区,合并时指定一个主题分区 ID,日志服务会自动合并范围右相邻的分区。
1618
+ """该接口已废弃,如需修改分区数量,请使用ModifyTopic接口。
1619
1619
 
1620
1620
  :param request: Request instance for MergePartition.
1621
1621
  :type request: :class:`tencentcloud.cls.v20201016.models.MergePartitionRequest`
@@ -2216,7 +2216,7 @@ class ClsClient(AbstractClient):
2216
2216
 
2217
2217
 
2218
2218
  def SplitPartition(self, request):
2219
- """本接口用于分裂主题分区
2219
+ """该接口已废弃,如需修改分区数量,请使用ModifyTopic接口。
2220
2220
 
2221
2221
  :param request: Request instance for SplitPartition.
2222
2222
  :type request: :class:`tencentcloud.cls.v20201016.models.SplitPartitionRequest`
@@ -1706,7 +1706,9 @@ class CynosdbClient(AbstractClient):
1706
1706
 
1707
1707
 
1708
1708
  def DescribeRollbackTimeValidity(self, request):
1709
- """指定时间和集群查询是否可回滚
1709
+ """历史废弃接口,从云API下线
1710
+
1711
+ 指定时间和集群查询是否可回滚
1710
1712
 
1711
1713
  :param request: Request instance for DescribeRollbackTimeValidity.
1712
1714
  :type request: :class:`tencentcloud.cynosdb.v20190107.models.DescribeRollbackTimeValidityRequest`
@@ -26366,6 +26366,16 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
26366
26366
  :type DealMode: int
26367
26367
  :param _PayMode: 计算节点付费模式:0-按量计费,1-预付费
26368
26368
  :type PayMode: int
26369
+ :param _TimeSpan: 时间
26370
+ :type TimeSpan: int
26371
+ :param _TimeUnit: 单位
26372
+ :type TimeUnit: str
26373
+ :param _RollbackDatabases: 回档库信息
26374
+ :type RollbackDatabases: list of RollbackDatabase
26375
+ :param _RollbackTables: 回档表信息
26376
+ :type RollbackTables: list of RollbackTable
26377
+ :param _OriginalROInstanceList: 原ro实例信息
26378
+ :type OriginalROInstanceList: list of str
26369
26379
  """
26370
26380
  self._Zone = None
26371
26381
  self._OriginalClusterId = None
@@ -26388,6 +26398,11 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
26388
26398
  self._InstanceInitInfos = None
26389
26399
  self._DealMode = None
26390
26400
  self._PayMode = None
26401
+ self._TimeSpan = None
26402
+ self._TimeUnit = None
26403
+ self._RollbackDatabases = None
26404
+ self._RollbackTables = None
26405
+ self._OriginalROInstanceList = None
26391
26406
 
26392
26407
  @property
26393
26408
  def Zone(self):
@@ -26557,6 +26572,46 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
26557
26572
  def PayMode(self, PayMode):
26558
26573
  self._PayMode = PayMode
26559
26574
 
26575
+ @property
26576
+ def TimeSpan(self):
26577
+ return self._TimeSpan
26578
+
26579
+ @TimeSpan.setter
26580
+ def TimeSpan(self, TimeSpan):
26581
+ self._TimeSpan = TimeSpan
26582
+
26583
+ @property
26584
+ def TimeUnit(self):
26585
+ return self._TimeUnit
26586
+
26587
+ @TimeUnit.setter
26588
+ def TimeUnit(self, TimeUnit):
26589
+ self._TimeUnit = TimeUnit
26590
+
26591
+ @property
26592
+ def RollbackDatabases(self):
26593
+ return self._RollbackDatabases
26594
+
26595
+ @RollbackDatabases.setter
26596
+ def RollbackDatabases(self, RollbackDatabases):
26597
+ self._RollbackDatabases = RollbackDatabases
26598
+
26599
+ @property
26600
+ def RollbackTables(self):
26601
+ return self._RollbackTables
26602
+
26603
+ @RollbackTables.setter
26604
+ def RollbackTables(self, RollbackTables):
26605
+ self._RollbackTables = RollbackTables
26606
+
26607
+ @property
26608
+ def OriginalROInstanceList(self):
26609
+ return self._OriginalROInstanceList
26610
+
26611
+ @OriginalROInstanceList.setter
26612
+ def OriginalROInstanceList(self, OriginalROInstanceList):
26613
+ self._OriginalROInstanceList = OriginalROInstanceList
26614
+
26560
26615
 
26561
26616
  def _deserialize(self, params):
26562
26617
  self._Zone = params.get("Zone")
@@ -26595,6 +26650,21 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
26595
26650
  self._InstanceInitInfos.append(obj)
26596
26651
  self._DealMode = params.get("DealMode")
26597
26652
  self._PayMode = params.get("PayMode")
26653
+ self._TimeSpan = params.get("TimeSpan")
26654
+ self._TimeUnit = params.get("TimeUnit")
26655
+ if params.get("RollbackDatabases") is not None:
26656
+ self._RollbackDatabases = []
26657
+ for item in params.get("RollbackDatabases"):
26658
+ obj = RollbackDatabase()
26659
+ obj._deserialize(item)
26660
+ self._RollbackDatabases.append(obj)
26661
+ if params.get("RollbackTables") is not None:
26662
+ self._RollbackTables = []
26663
+ for item in params.get("RollbackTables"):
26664
+ obj = RollbackTable()
26665
+ obj._deserialize(item)
26666
+ self._RollbackTables.append(obj)
26667
+ self._OriginalROInstanceList = params.get("OriginalROInstanceList")
26598
26668
  memeber_set = set(params.keys())
26599
26669
  for name, value in vars(self).items():
26600
26670
  property_name = name[1:]
@@ -480,7 +480,7 @@ class BiddingAppointResult(AbstractModel):
480
480
  :param _AppointNum: 预约人数
481
481
  注意:此字段可能返回 null,表示取不到有效值。
482
482
  :type AppointNum: int
483
- :param _Status: 1 已预约,2 竞价中,3 等待出价 4 等待支付 5 失败 6 转移中,7 转移成功 8 持有者索回
483
+ :param _Status: 1 已预约,2 竞价中,3 等待出价 4 竞价失败 5 等待支付 6 等待转移,7 转移中 8 交易成功 9 预约持有者赎回 10 竞价持有者赎回 11 其他阶段持有者赎回 12 违约
484
484
  注意:此字段可能返回 null,表示取不到有效值。
485
485
  :type Status: int
486
486
  """
@@ -695,7 +695,7 @@ class BiddingResult(AbstractModel):
695
695
  :param _BiddingNum: 出价次数
696
696
  注意:此字段可能返回 null,表示取不到有效值。
697
697
  :type BiddingNum: int
698
- :param _Status: 1 已预约,2 竞价中,3 支付尾款 4 交割 5 交易失败 6 交易成功,7 已过期
698
+ :param _Status: 2 竞价中 3 等待出价 4 竞价失败 10 竞价持有者赎回
699
699
  注意:此字段可能返回 null,表示取不到有效值。
700
700
  :type Status: int
701
701
  """
@@ -2798,7 +2798,7 @@ class DescribeBiddingAppointDetailResponse(AbstractModel):
2798
2798
  :type AppointPrice: int
2799
2799
  :param _AppointBondPrice: 预约保证金
2800
2800
  :type AppointBondPrice: int
2801
- :param _Status: 1 已预约,2 竞价中,3 等待出价 4 等待支付 5 失败 6 转移中,7 转移成功 8 持有者索回
2801
+ :param _Status: 1 已预约,2 竞价中,3 等待出价 4 竞价失败 5 等待支付 6 等待转移,7 转移中 8 交易成功 9 预约持有者赎回 10 竞价持有者赎回 11 其他阶段持有者赎回 12 违约
2802
2802
  :type Status: int
2803
2803
  :param _BiddingBondRefund: 预约保证金是否已经退回
2804
2804
  yes:退回 no: 未退回
@@ -3138,7 +3138,7 @@ class DescribeBiddingDetailResponse(AbstractModel):
3138
3138
  :type CurrentNickname: str
3139
3139
  :param _BiddingBondPrice: 竞价保证金
3140
3140
  :type BiddingBondPrice: int
3141
- :param _Status: 1 已预约,2 竞价中,3 支付尾款 4 交割 5 交易失败 6 交易成功,7 已过期
3141
+ :param _Status: 2 竞价中 3 等待出价 4 竞价失败 10 竞价持有者赎回
3142
3142
  :type Status: int
3143
3143
  :param _BiddingFlag: 竞价标识,1 领先,2 落后
3144
3144
  :type BiddingFlag: int
@@ -3317,7 +3317,7 @@ class DescribeBiddingListRequest(AbstractModel):
3317
3317
  :type PageSize: int
3318
3318
  :param _Domain: 域名
3319
3319
  :type Domain: str
3320
- :param _Status: 2 竞价中 3 等待出价 4 交易失败 10 竞价阶段持有者赎回
3320
+ :param _Status: 2 竞价中 3 等待出价 4 竞价失败 10 竞价持有者赎回
3321
3321
  :type Status: list of int non-negative
3322
3322
  :param _SortField: 排序字段:BiddingEndTime 竞价结束时间
3323
3323
  BiddingPrice 我的价格
@@ -3510,7 +3510,7 @@ class DescribeBiddingSuccessfulDetailResponse(AbstractModel):
3510
3510
  :type BiddingBondRefund: str
3511
3511
  :param _BiddingBondPrice: 保证金
3512
3512
  :type BiddingBondPrice: float
3513
- :param _Status: 状态:1 竞价中,2 待出价,3 竞价失败, 4 等待支付 5 等待转移, 6 转移中,7 交易成功,8 持有者索回,9 已违约
3513
+ :param _Status: 状态:5 等待支付 6 等待转移, 7 转移中,8 交易成功,11 尾款阶段持有者索回,12 已违约
3514
3514
  :type Status: int
3515
3515
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3516
3516
  :type RequestId: str
@@ -1007,6 +1007,7 @@ class EssClient(AbstractClient):
1007
1007
  3. 用户通过一码多签签署码发起合同时,因企业额度不足导致失败 会触发签署二维码相关回调,具体参考文档[签署二维码相关回调](https://qian.tencent.com/developers/company/callback_types_commons#%E7%AD%BE%E7%BD%B2%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%9B%B8%E5%85%B3%E5%9B%9E%E8%B0%83)
1008
1008
 
1009
1009
  签署码的样式如下图:
1010
+
1010
1011
  ![image](https://qcloudimg.tencent-cloud.cn/raw/27317cf5aacb094fb1dc6f94179a5148.png )
1011
1012
 
1012
1013
  :param request: Request instance for CreateMultiFlowSignQRCode.
@@ -3344,7 +3344,7 @@ class CreateConvertTaskApiRequest(AbstractModel):
3344
3344
  注: `目前,此接口仅支持单个文件进行转换。`
3345
3345
  :type ResourceId: str
3346
3346
  :param _Operator: 执行本接口操作的员工信息。
3347
- 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
3347
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
3348
3348
  :type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
3349
3349
  :param _Agent: 代理企业和员工的信息。
3350
3350
  在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
@@ -9013,10 +9013,10 @@ class CreateSchemeUrlRequest(AbstractModel):
9013
9013
  :type FlowGroupId: str
9014
9014
  :param _PathType: 要跳转到的页面类型
9015
9015
 
9016
- <ul><li> **0** : 腾讯电子签小程序个人首页 (默认)</li>
9017
- <li> **1** : 腾讯电子签小程序流程合同的详情页 (即合同签署页面)</li>
9018
- <li> **2** : 腾讯电子签小程序合同列表页</li><li> **3** : 腾讯电子签小程序合同封面页
9019
- 注:`生成动态签署人补充链接时,必须指定为封面页`</li></ul>
9016
+ <ul><li> **0** : 腾讯电子签小程序个人首页 (默认) <a href="https://qcloudimg.tencent-cloud.cn/raw/a2667ea84ec993cc060321afe3191d65.jpg" target="_blank" >点击查看示例页面</a></li>
9017
+ <li> **1** : 腾讯电子签小程序流程合同的详情页 (即合同签署页面)<a href="https://qcloudimg.tencent-cloud.cn/raw/446a679f09b1b7f40eb84e67face8acc.jpg" target="_blank" >点击查看示例页面</a></li>
9018
+ <li> **2** : 腾讯电子签小程序合同列表页 <a href="https://qcloudimg.tencent-cloud.cn/raw/c7b80e44c1d68ae3270a6fc4939c7214.jpg" target="_blank" >点击查看示例页面</a> </li>
9019
+ <li> **3** : 腾讯电子签小程序合同封面页 (注:`生成动态签署人补充链接时,必须指定为封面页`)<a href="https://qcloudimg.tencent-cloud.cn/raw/0d22cc587be4bf084877c151350c3bf7.jpg" target="_blank" >点击查看示例页面</a></li></ul>
9020
9020
  :type PathType: int
9021
9021
  :param _AutoJumpBack: 签署完成后是否自动回跳
9022
9022
  <ul><li>**false**:否, 签署完成不会自动跳转回来(默认)</li><li>**true**:是, 签署完成会自动跳转回来</li></ul>
@@ -9499,8 +9499,11 @@ class CreateSealRequest(AbstractModel):
9499
9499
  <li> **40_30**: 椭圆形印章40mm x 30mm, 当SealStyle是椭圆的时候才有效</li></ul>
9500
9500
  :type SealSize: str
9501
9501
  :param _TaxIdentifyCode: 企业税号
9502
- 注: `1.印章类型SealType是INVOICE类型时,此参数才会生效`
9503
- `2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号`
9502
+ 注:
9503
+ <ul>
9504
+ <li>1.印章类型SealType是INVOICE类型时,此参数才会生效</li>
9505
+ <li>2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(<font color="red">如果是通过授权书授权方式认证的企业,此参数必传不能为空</font>)</li>
9506
+ </ul>
9504
9507
  :type TaxIdentifyCode: str
9505
9508
  """
9506
9509
  self._Operator = None
@@ -14895,14 +14898,14 @@ class EmbedUrlOption(AbstractModel):
14895
14898
  def __init__(self):
14896
14899
  r"""
14897
14900
  :param _ShowFlowDetailComponent: 合同详情预览,允许展示控件信息
14898
- <br/>true:允许在合同详情页展示控件
14899
- <br/>false:不允许在合同详情页展示控件
14900
- <br/>默认false,合同详情页不展示控件
14901
+ <ul>
14902
+ <li><b>true</b>:允许在合同详情页展示控件</li>
14903
+ <li><b>false</b>:(默认)不允许在合同详情页展示控件</li>
14904
+ </ul>
14901
14905
  :type ShowFlowDetailComponent: bool
14902
14906
  :param _ShowTemplateComponent: 模板预览,允许展示模板控件信息
14903
- <br/>true:允许在模板预览页展示控件
14904
- <br/>false:不允许在模板预览页展示控件
14905
- <br/>默认false,模板预览页不展示控件
14907
+ <ul><li> <b>true</b> :允许在模板预览页展示控件</li>
14908
+ <li> <b>false</b> :(默认)不允许在模板预览页展示控件</li></ul>
14906
14909
  :type ShowTemplateComponent: bool
14907
14910
  """
14908
14911
  self._ShowFlowDetailComponent = None
@@ -17715,7 +17718,7 @@ class GetTaskResultApiRequest(AbstractModel):
17715
17718
  得到的转换任务id
17716
17719
  :type TaskId: str
17717
17720
  :param _Operator: 执行本接口操作的员工信息。
17718
- 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
17721
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
17719
17722
  :type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
17720
17723
  :param _Agent: 代理企业和员工的信息。
17721
17724
  在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
@@ -10857,11 +10857,19 @@ class CreatePartnerAutoSignAuthUrlRequest(AbstractModel):
10857
10857
  注:该参数需要开通“基于子客授权第三方应用可文件发起子客自动签署”,请联系运营经理开通
10858
10858
 
10859
10859
  :type PlatformAppAuthorization: bool
10860
+ :param _SealTypes: 指定印章类型,指定后只能选择该类型的印章进行授权
10861
+ 支持以下印章类型:
10862
+ - OFFICIAL : 企业公章
10863
+ - CONTRACT : 合同专用章
10864
+ - FINANCE : 财务专用章
10865
+ - PERSONNEL : 人事专用章
10866
+ :type SealTypes: list of str
10860
10867
  """
10861
10868
  self._Agent = None
10862
10869
  self._AuthorizedOrganizationId = None
10863
10870
  self._AuthorizedOrganizationName = None
10864
10871
  self._PlatformAppAuthorization = None
10872
+ self._SealTypes = None
10865
10873
 
10866
10874
  @property
10867
10875
  def Agent(self):
@@ -10895,6 +10903,14 @@ class CreatePartnerAutoSignAuthUrlRequest(AbstractModel):
10895
10903
  def PlatformAppAuthorization(self, PlatformAppAuthorization):
10896
10904
  self._PlatformAppAuthorization = PlatformAppAuthorization
10897
10905
 
10906
+ @property
10907
+ def SealTypes(self):
10908
+ return self._SealTypes
10909
+
10910
+ @SealTypes.setter
10911
+ def SealTypes(self, SealTypes):
10912
+ self._SealTypes = SealTypes
10913
+
10898
10914
 
10899
10915
  def _deserialize(self, params):
10900
10916
  if params.get("Agent") is not None:
@@ -10903,6 +10919,7 @@ class CreatePartnerAutoSignAuthUrlRequest(AbstractModel):
10903
10919
  self._AuthorizedOrganizationId = params.get("AuthorizedOrganizationId")
10904
10920
  self._AuthorizedOrganizationName = params.get("AuthorizedOrganizationName")
10905
10921
  self._PlatformAppAuthorization = params.get("PlatformAppAuthorization")
10922
+ self._SealTypes = params.get("SealTypes")
10906
10923
  memeber_set = set(params.keys())
10907
10924
  for name, value in vars(self).items():
10908
10925
  property_name = name[1:]
@@ -11036,8 +11053,12 @@ class CreateSealByImageRequest(AbstractModel):
11036
11053
  <li> **40_30**: 椭圆形印章40mm x 30mm, 当SealStyle是椭圆的时候才有效</li></ul>
11037
11054
  :type SealSize: str
11038
11055
  :param _TaxIdentifyCode: 企业税号
11039
- 注: `1.印章类型SealType是INVOICE类型时,此参数才会生效`
11040
- `2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号`
11056
+
11057
+ 注:
11058
+ <ul>
11059
+ <li>1.印章类型SealType是INVOICE类型时,此参数才会生效</li>
11060
+ <li>2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(<font color="red">如果是通过授权书授权方式认证的企业,此参数必传不能为空</font>)</li>
11061
+ </ul>
11041
11062
  :type TaxIdentifyCode: str
11042
11063
  """
11043
11064
  self._Agent = None
@@ -596,6 +596,9 @@ RESOURCEUNAVAILABLE_DOCKERUNAVAILABLE = 'ResourceUnavailable.DockerUnavailable'
596
596
  # 防火墙模板在使用中,不支持该操作。
597
597
  RESOURCEUNAVAILABLE_FIREWALLTEMPLATEINUSE = 'ResourceUnavailable.FirewallTemplateInUse'
598
598
 
599
+ # 当前套餐不支持通过API购买。
600
+ RESOURCEUNAVAILABLE_INVALIDPURCHASEREQUESTSOURCE = 'ResourceUnavailable.InvalidPurchaseRequestSource'
601
+
599
602
  # TAT agent不可用。
600
603
  RESOURCEUNAVAILABLE_TATAGENTUNAVAILABLE = 'ResourceUnavailable.TATAgentUnavailable'
601
604