tencentcloud-sdk-python 3.0.1397__py2.py3-none-any.whl → 3.0.1399__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 (48) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
  3. tencentcloud/autoscaling/v20180419/models.py +4 -4
  4. tencentcloud/btoe/v20210514/btoe_client.py +39 -13
  5. tencentcloud/ccc/v20200210/ccc_client.py +23 -0
  6. tencentcloud/ccc/v20200210/models.py +136 -4
  7. tencentcloud/cdn/v20180606/models.py +2 -2
  8. tencentcloud/ckafka/v20190819/models.py +15 -0
  9. tencentcloud/clb/v20180317/models.py +30 -0
  10. tencentcloud/dbbrain/v20210527/errorcodes.py +9 -0
  11. tencentcloud/dnspod/v20210323/dnspod_client.py +46 -0
  12. tencentcloud/dnspod/v20210323/errorcodes.py +15 -0
  13. tencentcloud/dnspod/v20210323/models.py +874 -18
  14. tencentcloud/ess/v20201111/models.py +23 -2
  15. tencentcloud/essbasic/v20210526/models.py +29 -6
  16. tencentcloud/faceid/v20180301/models.py +108 -6
  17. tencentcloud/gs/v20191118/models.py +4 -0
  18. tencentcloud/hai/v20230812/errorcodes.py +6 -0
  19. tencentcloud/hai/v20230812/hai_client.py +23 -0
  20. tencentcloud/hai/v20230812/models.py +79 -0
  21. tencentcloud/ioa/v20220601/ioa_client.py +23 -0
  22. tencentcloud/ioa/v20220601/models.py +301 -2
  23. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +4 -4
  24. tencentcloud/lke/v20231130/lke_client.py +161 -0
  25. tencentcloud/lke/v20231130/models.py +1181 -67
  26. tencentcloud/lowcode/v20210108/models.py +64 -0
  27. tencentcloud/mps/v20190612/models.py +21 -0
  28. tencentcloud/ocr/v20181119/models.py +1096 -0
  29. tencentcloud/ocr/v20181119/ocr_client.py +106 -2
  30. tencentcloud/postgres/v20170312/models.py +2 -2
  31. tencentcloud/sms/v20190711/models.py +12 -28
  32. tencentcloud/sms/v20210111/models.py +12 -28
  33. tencentcloud/tat/v20201028/errorcodes.py +3 -0
  34. tencentcloud/tcss/v20201101/errorcodes.py +3 -0
  35. tencentcloud/tcss/v20201101/models.py +153 -0
  36. tencentcloud/tcss/v20201101/tcss_client.py +23 -0
  37. tencentcloud/teo/v20220901/models.py +2 -2
  38. tencentcloud/tke/v20180525/models.py +75 -0
  39. tencentcloud/trtc/v20190722/models.py +10 -6
  40. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  41. tencentcloud/vod/v20180717/models.py +30 -22
  42. tencentcloud/wedata/v20210820/models.py +8919 -2673
  43. tencentcloud/wedata/v20210820/wedata_client.py +141 -3
  44. {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1399.dist-info}/METADATA +1 -1
  45. {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1399.dist-info}/RECORD +48 -48
  46. {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1399.dist-info}/LICENSE +0 -0
  47. {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1399.dist-info}/WHEEL +0 -0
  48. {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1399.dist-info}/top_level.txt +0 -0
@@ -3032,6 +3032,10 @@ class Component(AbstractModel):
3032
3032
  <ul><li> <b>NotMakeImageCenter</b>:bool。是否设置图片居中。false:居中(默认)。 true : 不居中</li>
3033
3033
  <li> <b>FillMethod</b> : int. 填充方式。0-铺满(默认);1-等比例缩放</li></ul>
3034
3034
 
3035
+ <font color="red">ComponentType为SELECTOR时</font>,支持以下参数:
3036
+ <ul><li> <b>WordWrap</b>:bool。是否支持选择控件内容自动折行合成。false:不支持(默认)。 true : 支持自动折行合成</li>
3037
+ </ul>
3038
+
3035
3039
  <font color="red">ComponentType为SIGN_SIGNATURE、SIGN_PAGING_SIGNATURE类型时</font>,可以通过**ComponentTypeLimit**参数控制签名方式
3036
3040
  <ul><li> <b>HANDWRITE</b> : 需要实时手写的手写签名</li>
3037
3041
  <li> <b>HANDWRITTEN_ESIGN</b> : 长效手写签名, 是使用保存到个人中心的印章列表的手写签名(并且包含HANDWRITE)</li>
@@ -3127,7 +3131,6 @@ ChildrenComponent结构体定义:
3127
3131
  </pre>
3128
3132
  </ul>
3129
3133
 
3130
-
3131
3134
  :type ComponentExtra: str
3132
3135
  :param _IsFormType: **在通过接口拉取控件信息场景下**,为出参参数,此控件是否通过表单域定位方式生成,默认false-不是,**发起合同时候不要填写此字段留空即可**
3133
3136
  :type IsFormType: bool
@@ -3448,6 +3451,10 @@ ChildrenComponent结构体定义:
3448
3451
  <ul><li> <b>NotMakeImageCenter</b>:bool。是否设置图片居中。false:居中(默认)。 true : 不居中</li>
3449
3452
  <li> <b>FillMethod</b> : int. 填充方式。0-铺满(默认);1-等比例缩放</li></ul>
3450
3453
 
3454
+ <font color="red">ComponentType为SELECTOR时</font>,支持以下参数:
3455
+ <ul><li> <b>WordWrap</b>:bool。是否支持选择控件内容自动折行合成。false:不支持(默认)。 true : 支持自动折行合成</li>
3456
+ </ul>
3457
+
3451
3458
  <font color="red">ComponentType为SIGN_SIGNATURE、SIGN_PAGING_SIGNATURE类型时</font>,可以通过**ComponentTypeLimit**参数控制签名方式
3452
3459
  <ul><li> <b>HANDWRITE</b> : 需要实时手写的手写签名</li>
3453
3460
  <li> <b>HANDWRITTEN_ESIGN</b> : 长效手写签名, 是使用保存到个人中心的印章列表的手写签名(并且包含HANDWRITE)</li>
@@ -3543,7 +3550,6 @@ ChildrenComponent结构体定义:
3543
3550
  </pre>
3544
3551
  </ul>
3545
3552
 
3546
-
3547
3553
  :rtype: str
3548
3554
  """
3549
3555
  return self._ComponentExtra
@@ -5141,6 +5147,8 @@ class CreateBatchSignUrlRequest(AbstractModel):
5141
5147
  :param _CanBatchReject: 是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>
5142
5148
  注:`1. 合同组暂不支持批量拒签功能。2. 如果是链接直接跳转至详情页(JumpToDetail参数为true),也不支持批量拒签功能`
5143
5149
  :type CanBatchReject: bool
5150
+ :param _CanSkipReadFlow: 是否允许此链接中签署方批量确认已读文件。 <ul><li>false (默认): 不允许批量确认已读文件。</li> <li>true : 允许批量确认已读文件。</li></ul>注:`1. 此功能为白名单功能,使用前请联系对应客户经理进行开通。2. 使用此功能时,FlowIds参数必传。3. 对于企业签署方,如果有签名控件,则会使用用户首次选择的签名类型签署所有含有签名控件的合同。`
5151
+ :type CanSkipReadFlow: bool
5144
5152
  """
5145
5153
  self._Operator = None
5146
5154
  self._Name = None
@@ -5157,6 +5165,7 @@ class CreateBatchSignUrlRequest(AbstractModel):
5157
5165
  self._AutoJumpBack = None
5158
5166
  self._UrlUseEnv = None
5159
5167
  self._CanBatchReject = None
5168
+ self._CanSkipReadFlow = None
5160
5169
 
5161
5170
  @property
5162
5171
  def Operator(self):
@@ -5377,6 +5386,17 @@ class CreateBatchSignUrlRequest(AbstractModel):
5377
5386
  def CanBatchReject(self, CanBatchReject):
5378
5387
  self._CanBatchReject = CanBatchReject
5379
5388
 
5389
+ @property
5390
+ def CanSkipReadFlow(self):
5391
+ """是否允许此链接中签署方批量确认已读文件。 <ul><li>false (默认): 不允许批量确认已读文件。</li> <li>true : 允许批量确认已读文件。</li></ul>注:`1. 此功能为白名单功能,使用前请联系对应客户经理进行开通。2. 使用此功能时,FlowIds参数必传。3. 对于企业签署方,如果有签名控件,则会使用用户首次选择的签名类型签署所有含有签名控件的合同。`
5392
+ :rtype: bool
5393
+ """
5394
+ return self._CanSkipReadFlow
5395
+
5396
+ @CanSkipReadFlow.setter
5397
+ def CanSkipReadFlow(self, CanSkipReadFlow):
5398
+ self._CanSkipReadFlow = CanSkipReadFlow
5399
+
5380
5400
 
5381
5401
  def _deserialize(self, params):
5382
5402
  if params.get("Operator") is not None:
@@ -5400,6 +5420,7 @@ class CreateBatchSignUrlRequest(AbstractModel):
5400
5420
  self._AutoJumpBack = params.get("AutoJumpBack")
5401
5421
  self._UrlUseEnv = params.get("UrlUseEnv")
5402
5422
  self._CanBatchReject = params.get("CanBatchReject")
5423
+ self._CanSkipReadFlow = params.get("CanSkipReadFlow")
5403
5424
  memeber_set = set(params.keys())
5404
5425
  for name, value in vars(self).items():
5405
5426
  property_name = name[1:]
@@ -3044,6 +3044,8 @@ class ChannelCreateBatchSignUrlRequest(AbstractModel):
3044
3044
  :param _CanBatchReject: 是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>
3045
3045
  注:`1. 合同组暂不支持批量拒签功能。2. 如果是链接直接跳转至详情页(JumpToDetail参数为true),也不支持批量拒签功能`
3046
3046
  :type CanBatchReject: bool
3047
+ :param _CanSkipReadFlow: 是否允许此链接中签署方批量确认已读文件。 <ul><li>false (默认): 不允许批量确认已读文件。</li> <li>true : 允许批量确认已读文件。</li></ul>注:`1. 此功能为白名单功能,使用前请联系对应客户经理进行开通。2. 使用此功能时,FlowIds参数必传。3. 对于企业签署方,如果有签名控件,则会使用用户首次选择的签名类型签署所有含有签名控件的合同。`
3048
+ :type CanSkipReadFlow: bool
3047
3049
  """
3048
3050
  self._Agent = None
3049
3051
  self._Name = None
@@ -3062,6 +3064,7 @@ class ChannelCreateBatchSignUrlRequest(AbstractModel):
3062
3064
  self._AutoJumpBack = None
3063
3065
  self._UrlUseEnv = None
3064
3066
  self._CanBatchReject = None
3067
+ self._CanSkipReadFlow = None
3065
3068
 
3066
3069
  @property
3067
3070
  def Agent(self):
@@ -3319,6 +3322,17 @@ class ChannelCreateBatchSignUrlRequest(AbstractModel):
3319
3322
  def CanBatchReject(self, CanBatchReject):
3320
3323
  self._CanBatchReject = CanBatchReject
3321
3324
 
3325
+ @property
3326
+ def CanSkipReadFlow(self):
3327
+ """是否允许此链接中签署方批量确认已读文件。 <ul><li>false (默认): 不允许批量确认已读文件。</li> <li>true : 允许批量确认已读文件。</li></ul>注:`1. 此功能为白名单功能,使用前请联系对应客户经理进行开通。2. 使用此功能时,FlowIds参数必传。3. 对于企业签署方,如果有签名控件,则会使用用户首次选择的签名类型签署所有含有签名控件的合同。`
3328
+ :rtype: bool
3329
+ """
3330
+ return self._CanSkipReadFlow
3331
+
3332
+ @CanSkipReadFlow.setter
3333
+ def CanSkipReadFlow(self, CanSkipReadFlow):
3334
+ self._CanSkipReadFlow = CanSkipReadFlow
3335
+
3322
3336
 
3323
3337
  def _deserialize(self, params):
3324
3338
  if params.get("Agent") is not None:
@@ -3344,6 +3358,7 @@ class ChannelCreateBatchSignUrlRequest(AbstractModel):
3344
3358
  self._AutoJumpBack = params.get("AutoJumpBack")
3345
3359
  self._UrlUseEnv = params.get("UrlUseEnv")
3346
3360
  self._CanBatchReject = params.get("CanBatchReject")
3361
+ self._CanSkipReadFlow = params.get("CanSkipReadFlow")
3347
3362
  memeber_set = set(params.keys())
3348
3363
  for name, value in vars(self).items():
3349
3364
  property_name = name[1:]
@@ -6797,7 +6812,7 @@ class ChannelCreatePrepareFlowRequest(AbstractModel):
6797
6812
  :type ResourceId: str
6798
6813
  :param _FlowOption: 合同流程配置信息,用于配置发起合同时定制化如是否允许修改,某些按钮的隐藏等逻辑
6799
6814
  :type FlowOption: :class:`tencentcloud.essbasic.v20210526.models.CreateFlowOption`
6800
- :param _FlowApproverList: 合同签署人信息
6815
+ :param _FlowApproverList: 已废弃,请用FlowInfo.Approvers
6801
6816
  :type FlowApproverList: list of CommonFlowApprover
6802
6817
  :param _FlowId: 合同Id:用于通过一个已发起的合同快速生成一个发起流程web链接
6803
6818
  注: `该参数必须是一个待发起审核的合同id,并且还未审核通过`
@@ -6898,13 +6913,17 @@ class ChannelCreatePrepareFlowRequest(AbstractModel):
6898
6913
 
6899
6914
  @property
6900
6915
  def FlowApproverList(self):
6901
- """合同签署人信息
6916
+ warnings.warn("parameter `FlowApproverList` is deprecated", DeprecationWarning)
6917
+
6918
+ """已废弃,请用FlowInfo.Approvers
6902
6919
  :rtype: list of CommonFlowApprover
6903
6920
  """
6904
6921
  return self._FlowApproverList
6905
6922
 
6906
6923
  @FlowApproverList.setter
6907
6924
  def FlowApproverList(self, FlowApproverList):
6925
+ warnings.warn("parameter `FlowApproverList` is deprecated", DeprecationWarning)
6926
+
6908
6927
  self._FlowApproverList = FlowApproverList
6909
6928
 
6910
6929
  @property
@@ -12607,6 +12626,10 @@ class Component(AbstractModel):
12607
12626
  <ul><li> <b>NotMakeImageCenter</b>:bool。是否设置图片居中。false:居中(默认)。 true : 不居中</li>
12608
12627
  <li> <b>FillMethod</b> : int. 填充方式。0-铺满(默认);1-等比例缩放</li></ul>
12609
12628
 
12629
+ <font color="red">ComponentType为SELECTOR时</font>,支持以下参数:
12630
+ <ul><li> <b>WordWrap</b>:bool。是否支持选择控件内容自动折行合成。false:不支持(默认)。 true : 支持自动折行合成</li>
12631
+ </ul>
12632
+
12610
12633
  <font color="red">ComponentType为SIGN_SIGNATURE、SIGN_PAGING_SIGNATURE类型时</font>,可以**ComponentTypeLimit**参数控制签署方式
12611
12634
  <ul><li> <b>HANDWRITE</b> : 需要实时手写的手写签名</li>
12612
12635
  <li> <b>HANDWRITTEN_ESIGN</b> : 长效手写签名, 是使用保存到个人中心的印章列表的手写签名(并且包含HANDWRITE)</li>
@@ -12706,8 +12729,6 @@ ChildrenComponent结构体定义:
12706
12729
  </ul>
12707
12730
 
12708
12731
 
12709
-
12710
-
12711
12732
  :type ComponentExtra: str
12712
12733
  :param _ComponentValue: 控件填充vaule,ComponentType和传入值类型对应关系:
12713
12734
  <ul><li> <b>TEXT</b> : 文本内容</li>
@@ -13021,6 +13042,10 @@ ChildrenComponent结构体定义:
13021
13042
  <ul><li> <b>NotMakeImageCenter</b>:bool。是否设置图片居中。false:居中(默认)。 true : 不居中</li>
13022
13043
  <li> <b>FillMethod</b> : int. 填充方式。0-铺满(默认);1-等比例缩放</li></ul>
13023
13044
 
13045
+ <font color="red">ComponentType为SELECTOR时</font>,支持以下参数:
13046
+ <ul><li> <b>WordWrap</b>:bool。是否支持选择控件内容自动折行合成。false:不支持(默认)。 true : 支持自动折行合成</li>
13047
+ </ul>
13048
+
13024
13049
  <font color="red">ComponentType为SIGN_SIGNATURE、SIGN_PAGING_SIGNATURE类型时</font>,可以**ComponentTypeLimit**参数控制签署方式
13025
13050
  <ul><li> <b>HANDWRITE</b> : 需要实时手写的手写签名</li>
13026
13051
  <li> <b>HANDWRITTEN_ESIGN</b> : 长效手写签名, 是使用保存到个人中心的印章列表的手写签名(并且包含HANDWRITE)</li>
@@ -13120,8 +13145,6 @@ ChildrenComponent结构体定义:
13120
13145
  </ul>
13121
13146
 
13122
13147
 
13123
-
13124
-
13125
13148
  :rtype: str
13126
13149
  """
13127
13150
  return self._ComponentExtra
@@ -163,10 +163,11 @@ class BankCard2EVerificationResponse(AbstractModel):
163
163
  '-13': '受限制的卡'。
164
164
  '-14': '密码错误次数超限'。
165
165
  '-15': '发卡行不支持此交易'。
166
+ '-18': '卡状态异常或卡号错误'。
166
167
 
167
168
  - 不计费结果码:
168
169
  '-2': '姓名校验不通过'。
169
- '-3': '银行卡号码有误'。
170
+ '-3': '银行卡号格式有误'。
170
171
  '-16': '验证中心服务繁忙'。
171
172
  '-17': '验证次数超限,请次日重试'。
172
173
 
@@ -198,10 +199,11 @@ class BankCard2EVerificationResponse(AbstractModel):
198
199
  '-13': '受限制的卡'。
199
200
  '-14': '密码错误次数超限'。
200
201
  '-15': '发卡行不支持此交易'。
202
+ '-18': '卡状态异常或卡号错误'。
201
203
 
202
204
  - 不计费结果码:
203
205
  '-2': '姓名校验不通过'。
204
- '-3': '银行卡号码有误'。
206
+ '-3': '银行卡号格式有误'。
205
207
  '-16': '验证中心服务繁忙'。
206
208
  '-17': '验证次数超限,请次日重试'。
207
209
 
@@ -386,11 +388,12 @@ class BankCard4EVerificationResponse(AbstractModel):
386
388
  '-15': '受限制的卡'。
387
389
  '-16': '密码错误次数超限'。
388
390
  '-17': '发卡行不支持此交易'。
391
+ '-21': '卡状态异常或卡号错误'。
389
392
 
390
393
  - 不收费结果码:
391
394
  '-2': '姓名校验不通过'。
392
395
  '-3': '身份证号码有误'。
393
- '-4': '银行卡号码有误'。
396
+ '-4': '银行卡号格式有误'。
394
397
  '-5': '手机号码不合法'。
395
398
  '-18': '验证中心服务繁忙'。
396
399
  '-19': '验证次数超限,请次日重试'。
@@ -423,11 +426,12 @@ class BankCard4EVerificationResponse(AbstractModel):
423
426
  '-15': '受限制的卡'。
424
427
  '-16': '密码错误次数超限'。
425
428
  '-17': '发卡行不支持此交易'。
429
+ '-21': '卡状态异常或卡号错误'。
426
430
 
427
431
  - 不收费结果码:
428
432
  '-2': '姓名校验不通过'。
429
433
  '-3': '身份证号码有误'。
430
- '-4': '银行卡号码有误'。
434
+ '-4': '银行卡号格式有误'。
431
435
  '-5': '手机号码不合法'。
432
436
  '-18': '验证中心服务繁忙'。
433
437
  '-19': '验证次数超限,请次日重试'。
@@ -598,11 +602,12 @@ class BankCardVerificationResponse(AbstractModel):
598
602
  '-14': '受限制的卡'。
599
603
  '-15': '密码错误次数超限'。
600
604
  '-16': '发卡行不支持此交易'。
605
+ '-20': '卡状态异常或卡号错误'。
601
606
 
602
607
  - 不收费结果码:
603
608
  '-2': '姓名校验不通过'。
604
609
  '-3': '身份证号码有误'。
605
- '-4': '银行卡号码有误'。
610
+ '-4': '银行卡号格式有误'。
606
611
  '-17': '验证中心服务繁忙'。
607
612
  '-18': '验证次数超限,请次日重试'。
608
613
  '-19': '该证件号暂不支持核验,当前仅支持二代身份证'。
@@ -634,11 +639,12 @@ class BankCardVerificationResponse(AbstractModel):
634
639
  '-14': '受限制的卡'。
635
640
  '-15': '密码错误次数超限'。
636
641
  '-16': '发卡行不支持此交易'。
642
+ '-20': '卡状态异常或卡号错误'。
637
643
 
638
644
  - 不收费结果码:
639
645
  '-2': '姓名校验不通过'。
640
646
  '-3': '身份证号码有误'。
641
- '-4': '银行卡号码有误'。
647
+ '-4': '银行卡号格式有误'。
642
648
  '-17': '验证中心服务繁忙'。
643
649
  '-18': '验证次数超限,请次日重试'。
644
650
  '-19': '该证件号暂不支持核验,当前仅支持二代身份证'。
@@ -920,11 +926,13 @@ class CheckBankCardInformationResponse(AbstractModel):
920
926
  - 收费结果码:
921
927
  0: 查询成功
922
928
  -1: 未查到信息
929
+ -5: 卡号无效
923
930
 
924
931
  - 不收费结果码:
925
932
  -2:验证中心服务繁忙
926
933
  -3:银行卡不存在
927
934
  -4:认证次数超过当日限制,请次日重试
935
+ -6: 暂不支持该银行卡种
928
936
 
929
937
  :type Result: str
930
938
  :param _Description: 业务结果描述。
@@ -953,11 +961,13 @@ class CheckBankCardInformationResponse(AbstractModel):
953
961
  - 收费结果码:
954
962
  0: 查询成功
955
963
  -1: 未查到信息
964
+ -5: 卡号无效
956
965
 
957
966
  - 不收费结果码:
958
967
  -2:验证中心服务繁忙
959
968
  -3:银行卡不存在
960
969
  -4:认证次数超过当日限制,请次日重试
970
+ -6: 暂不支持该银行卡种
961
971
 
962
972
  :rtype: str
963
973
  """
@@ -3551,8 +3561,12 @@ class DetectInfoVideoData(AbstractModel):
3551
3561
  :param _LivenessVideo: 活体视频的base64编码。
3552
3562
  注意:此字段可能返回 null,表示取不到有效值。
3553
3563
  :type LivenessVideo: str
3564
+ :param _LivenessVideos: 当次token中所有用户活体视频的COS存储路径,仅当您开启数据存储服务且“IsReturnAllVideo”入参取值为true 时返回。
3565
+ 注意:此字段可能返回 null,表示取不到有效值。
3566
+ :type LivenessVideos: list of VideoDetailData
3554
3567
  """
3555
3568
  self._LivenessVideo = None
3569
+ self._LivenessVideos = None
3556
3570
 
3557
3571
  @property
3558
3572
  def LivenessVideo(self):
@@ -3566,9 +3580,27 @@ class DetectInfoVideoData(AbstractModel):
3566
3580
  def LivenessVideo(self, LivenessVideo):
3567
3581
  self._LivenessVideo = LivenessVideo
3568
3582
 
3583
+ @property
3584
+ def LivenessVideos(self):
3585
+ """当次token中所有用户活体视频的COS存储路径,仅当您开启数据存储服务且“IsReturnAllVideo”入参取值为true 时返回。
3586
+ 注意:此字段可能返回 null,表示取不到有效值。
3587
+ :rtype: list of VideoDetailData
3588
+ """
3589
+ return self._LivenessVideos
3590
+
3591
+ @LivenessVideos.setter
3592
+ def LivenessVideos(self, LivenessVideos):
3593
+ self._LivenessVideos = LivenessVideos
3594
+
3569
3595
 
3570
3596
  def _deserialize(self, params):
3571
3597
  self._LivenessVideo = params.get("LivenessVideo")
3598
+ if params.get("LivenessVideos") is not None:
3599
+ self._LivenessVideos = []
3600
+ for item in params.get("LivenessVideos"):
3601
+ obj = VideoDetailData()
3602
+ obj._deserialize(item)
3603
+ self._LivenessVideos.append(obj)
3572
3604
  memeber_set = set(params.keys())
3573
3605
  for name, value in vars(self).items():
3574
3606
  property_name = name[1:]
@@ -4111,6 +4143,8 @@ class GetDetectInfoEnhancedRequest(AbstractModel):
4111
4143
  :type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
4112
4144
  :param _IsEncryptResponse: 是否对回包整体进行加密。
4113
4145
  :type IsEncryptResponse: bool
4146
+ :param _IsReturnAllVideo: 是否需要返回认证中间过程的刷脸重试视频,默认不开启,多段视频需要存储到COS空间中,因此开启后还需要额外开启数据存储服务才可生效。详见[数据存储指引](https://cloud.tencent.com/document/product/1007/104229)。
4147
+ :type IsReturnAllVideo: bool
4114
4148
  """
4115
4149
  self._BizToken = None
4116
4150
  self._RuleId = None
@@ -4121,6 +4155,7 @@ class GetDetectInfoEnhancedRequest(AbstractModel):
4121
4155
  self._IsEncrypt = None
4122
4156
  self._Encryption = None
4123
4157
  self._IsEncryptResponse = None
4158
+ self._IsReturnAllVideo = None
4124
4159
 
4125
4160
  @property
4126
4161
  def BizToken(self):
@@ -4233,6 +4268,17 @@ class GetDetectInfoEnhancedRequest(AbstractModel):
4233
4268
  def IsEncryptResponse(self, IsEncryptResponse):
4234
4269
  self._IsEncryptResponse = IsEncryptResponse
4235
4270
 
4271
+ @property
4272
+ def IsReturnAllVideo(self):
4273
+ """是否需要返回认证中间过程的刷脸重试视频,默认不开启,多段视频需要存储到COS空间中,因此开启后还需要额外开启数据存储服务才可生效。详见[数据存储指引](https://cloud.tencent.com/document/product/1007/104229)。
4274
+ :rtype: bool
4275
+ """
4276
+ return self._IsReturnAllVideo
4277
+
4278
+ @IsReturnAllVideo.setter
4279
+ def IsReturnAllVideo(self, IsReturnAllVideo):
4280
+ self._IsReturnAllVideo = IsReturnAllVideo
4281
+
4236
4282
 
4237
4283
  def _deserialize(self, params):
4238
4284
  self._BizToken = params.get("BizToken")
@@ -4246,6 +4292,7 @@ class GetDetectInfoEnhancedRequest(AbstractModel):
4246
4292
  self._Encryption = Encryption()
4247
4293
  self._Encryption._deserialize(params.get("Encryption"))
4248
4294
  self._IsEncryptResponse = params.get("IsEncryptResponse")
4295
+ self._IsReturnAllVideo = params.get("IsReturnAllVideo")
4249
4296
  memeber_set = set(params.keys())
4250
4297
  for name, value in vars(self).items():
4251
4298
  property_name = name[1:]
@@ -10783,6 +10830,61 @@ class RuleIdConfig(AbstractModel):
10783
10830
 
10784
10831
 
10785
10832
 
10833
+ class VideoDetailData(AbstractModel):
10834
+ """核身过程视频信息。
10835
+
10836
+ """
10837
+
10838
+ def __init__(self):
10839
+ r"""
10840
+ :param _Seq: 本次活体一比一请求的唯一标记。
10841
+ 注意:此字段可能返回 null,表示取不到有效值。
10842
+ :type Seq: str
10843
+ :param _Video: 活体视频的base64编码。
10844
+ 注意:此字段可能返回 null,表示取不到有效值。
10845
+ :type Video: str
10846
+ """
10847
+ self._Seq = None
10848
+ self._Video = None
10849
+
10850
+ @property
10851
+ def Seq(self):
10852
+ """本次活体一比一请求的唯一标记。
10853
+ 注意:此字段可能返回 null,表示取不到有效值。
10854
+ :rtype: str
10855
+ """
10856
+ return self._Seq
10857
+
10858
+ @Seq.setter
10859
+ def Seq(self, Seq):
10860
+ self._Seq = Seq
10861
+
10862
+ @property
10863
+ def Video(self):
10864
+ """活体视频的base64编码。
10865
+ 注意:此字段可能返回 null,表示取不到有效值。
10866
+ :rtype: str
10867
+ """
10868
+ return self._Video
10869
+
10870
+ @Video.setter
10871
+ def Video(self, Video):
10872
+ self._Video = Video
10873
+
10874
+
10875
+ def _deserialize(self, params):
10876
+ self._Seq = params.get("Seq")
10877
+ self._Video = params.get("Video")
10878
+ memeber_set = set(params.keys())
10879
+ for name, value in vars(self).items():
10880
+ property_name = name[1:]
10881
+ if property_name in memeber_set:
10882
+ memeber_set.remove(property_name)
10883
+ if len(memeber_set) > 0:
10884
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
10885
+
10886
+
10887
+
10786
10888
  class WeChatBillDetail(AbstractModel):
10787
10889
  """账单详情
10788
10890
 
@@ -4714,6 +4714,8 @@ class DescribeAndroidInstancesRequest(AbstractModel):
4714
4714
  :param _Filters: 字段过滤器。Filter 的 Name 有以下值:
4715
4715
  Name:实例名称
4716
4716
  UserId:实例用户ID
4717
+ HostSerialNumber:宿主机序列号
4718
+ HostServerSerialNumber:机箱序列号
4717
4719
  :type Filters: list of Filter
4718
4720
  """
4719
4721
  self._Offset = None
@@ -4807,6 +4809,8 @@ UserId:实例用户ID
4807
4809
  """字段过滤器。Filter 的 Name 有以下值:
4808
4810
  Name:实例名称
4809
4811
  UserId:实例用户ID
4812
+ HostSerialNumber:宿主机序列号
4813
+ HostServerSerialNumber:机箱序列号
4810
4814
  :rtype: list of Filter
4811
4815
  """
4812
4816
  return self._Filters
@@ -47,9 +47,15 @@ INVALIDPARAMETERVALUE_APPLICATIONIDNOTFOUND = 'InvalidParameterValue.Application
47
47
  # 算力套餐类型不存在
48
48
  INVALIDPARAMETERVALUE_BUNDLETYPENOTFOUND = 'InvalidParameterValue.BundleTypeNotFound'
49
49
 
50
+ # 云盘大小设置必须大于实例当前的云盘大小
51
+ INVALIDPARAMETERVALUE_DISKSIZEMUSTLARGETHANCURRENTDISKSIZE = 'InvalidParameterValue.DiskSizeMustLargeThanCurrentDiskSize'
52
+
50
53
  # 云盘大小需要大于应用所需云盘最小大小
51
54
  INVALIDPARAMETERVALUE_DISKSIZEMUSTLARGERTHANAPPLICATIONMINREQUIREDSIZE = 'InvalidParameterValue.DiskSizeMustLargerThanApplicationMinRequiredSize'
52
55
 
56
+ # 云盘大小达到上限值
57
+ INVALIDPARAMETERVALUE_DISKSIZEREACHLIMIT = 'InvalidParameterValue.DiskSizeReachLimit'
58
+
53
59
  # 列表入参中存在重复值
54
60
  INVALIDPARAMETERVALUE_DUPLICATED = 'InvalidParameterValue.Duplicated'
55
61
 
@@ -279,6 +279,29 @@ class HaiClient(AbstractClient):
279
279
  raise TencentCloudSDKException(type(e).__name__, str(e))
280
280
 
281
281
 
282
+ def ResizeInstanceDisk(self, request):
283
+ """本接口(ResizeInstanceDisk)用于对指定HAI实例进行扩容云硬盘操作。
284
+
285
+ :param request: Request instance for ResizeInstanceDisk.
286
+ :type request: :class:`tencentcloud.hai.v20230812.models.ResizeInstanceDiskRequest`
287
+ :rtype: :class:`tencentcloud.hai.v20230812.models.ResizeInstanceDiskResponse`
288
+
289
+ """
290
+ try:
291
+ params = request._serialize()
292
+ headers = request.headers
293
+ body = self.call("ResizeInstanceDisk", params, headers=headers)
294
+ response = json.loads(body)
295
+ model = models.ResizeInstanceDiskResponse()
296
+ model._deserialize(response["Response"])
297
+ return model
298
+ except Exception as e:
299
+ if isinstance(e, TencentCloudSDKException):
300
+ raise
301
+ else:
302
+ raise TencentCloudSDKException(type(e).__name__, str(e))
303
+
304
+
282
305
  def RunInstances(self, request):
283
306
  """本接口 (RunInstances) 用于创建一个或多个指定配置的实例。
284
307
 
@@ -2760,6 +2760,85 @@ class ResetInstancesPasswordResponse(AbstractModel):
2760
2760
  self._RequestId = params.get("RequestId")
2761
2761
 
2762
2762
 
2763
+ class ResizeInstanceDiskRequest(AbstractModel):
2764
+ """ResizeInstanceDisk请求参数结构体
2765
+
2766
+ """
2767
+
2768
+ def __init__(self):
2769
+ r"""
2770
+ :param _InstanceId: 需要扩容云盘的HAI实例ID
2771
+ :type InstanceId: str
2772
+ :param _DiskSize: 扩容云硬盘大小,单位为GB,必须大于当前云硬盘大小。
2773
+ :type DiskSize: int
2774
+ """
2775
+ self._InstanceId = None
2776
+ self._DiskSize = None
2777
+
2778
+ @property
2779
+ def InstanceId(self):
2780
+ """需要扩容云盘的HAI实例ID
2781
+ :rtype: str
2782
+ """
2783
+ return self._InstanceId
2784
+
2785
+ @InstanceId.setter
2786
+ def InstanceId(self, InstanceId):
2787
+ self._InstanceId = InstanceId
2788
+
2789
+ @property
2790
+ def DiskSize(self):
2791
+ """扩容云硬盘大小,单位为GB,必须大于当前云硬盘大小。
2792
+ :rtype: int
2793
+ """
2794
+ return self._DiskSize
2795
+
2796
+ @DiskSize.setter
2797
+ def DiskSize(self, DiskSize):
2798
+ self._DiskSize = DiskSize
2799
+
2800
+
2801
+ def _deserialize(self, params):
2802
+ self._InstanceId = params.get("InstanceId")
2803
+ self._DiskSize = params.get("DiskSize")
2804
+ memeber_set = set(params.keys())
2805
+ for name, value in vars(self).items():
2806
+ property_name = name[1:]
2807
+ if property_name in memeber_set:
2808
+ memeber_set.remove(property_name)
2809
+ if len(memeber_set) > 0:
2810
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
2811
+
2812
+
2813
+
2814
+ class ResizeInstanceDiskResponse(AbstractModel):
2815
+ """ResizeInstanceDisk返回参数结构体
2816
+
2817
+ """
2818
+
2819
+ def __init__(self):
2820
+ r"""
2821
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2822
+ :type RequestId: str
2823
+ """
2824
+ self._RequestId = None
2825
+
2826
+ @property
2827
+ def RequestId(self):
2828
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2829
+ :rtype: str
2830
+ """
2831
+ return self._RequestId
2832
+
2833
+ @RequestId.setter
2834
+ def RequestId(self, RequestId):
2835
+ self._RequestId = RequestId
2836
+
2837
+
2838
+ def _deserialize(self, params):
2839
+ self._RequestId = params.get("RequestId")
2840
+
2841
+
2763
2842
  class RunInstancesRequest(AbstractModel):
2764
2843
  """RunInstances请求参数结构体
2765
2844
 
@@ -249,6 +249,29 @@ class IoaClient(AbstractClient):
249
249
  model = models.DescribeSoftCensusListByDeviceResponse()
250
250
  model._deserialize(response["Response"])
251
251
  return model
252
+ except Exception as e:
253
+ if isinstance(e, TencentCloudSDKException):
254
+ raise
255
+ else:
256
+ raise TencentCloudSDKException(type(e).__name__, str(e))
257
+
258
+
259
+ def DescribeSoftwareInformation(self, request):
260
+ """查看指定终端的软件详情列表,私有化调用path为:capi/Software/DescribeSoftwareInformation
261
+
262
+ :param request: Request instance for DescribeSoftwareInformation.
263
+ :type request: :class:`tencentcloud.ioa.v20220601.models.DescribeSoftwareInformationRequest`
264
+ :rtype: :class:`tencentcloud.ioa.v20220601.models.DescribeSoftwareInformationResponse`
265
+
266
+ """
267
+ try:
268
+ params = request._serialize()
269
+ headers = request.headers
270
+ body = self.call("DescribeSoftwareInformation", params, headers=headers)
271
+ response = json.loads(body)
272
+ model = models.DescribeSoftwareInformationResponse()
273
+ model._deserialize(response["Response"])
274
+ return model
252
275
  except Exception as e:
253
276
  if isinstance(e, TencentCloudSDKException):
254
277
  raise