tencentcloud-sdk-python 3.0.1397__py2.py3-none-any.whl → 3.0.1398__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 (33) 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/ckafka/v20190819/models.py +15 -0
  6. tencentcloud/ess/v20201111/models.py +15 -0
  7. tencentcloud/essbasic/v20210526/models.py +21 -2
  8. tencentcloud/faceid/v20180301/models.py +92 -0
  9. tencentcloud/gs/v20191118/models.py +4 -0
  10. tencentcloud/hai/v20230812/errorcodes.py +6 -0
  11. tencentcloud/hai/v20230812/hai_client.py +23 -0
  12. tencentcloud/hai/v20230812/models.py +79 -0
  13. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
  14. tencentcloud/mps/v20190612/models.py +21 -0
  15. tencentcloud/ocr/v20181119/models.py +68 -0
  16. tencentcloud/postgres/v20170312/models.py +2 -2
  17. tencentcloud/sms/v20190711/models.py +28 -28
  18. tencentcloud/sms/v20210111/models.py +20 -28
  19. tencentcloud/tat/v20201028/errorcodes.py +3 -0
  20. tencentcloud/tcss/v20201101/errorcodes.py +3 -0
  21. tencentcloud/tcss/v20201101/models.py +153 -0
  22. tencentcloud/tcss/v20201101/tcss_client.py +23 -0
  23. tencentcloud/tke/v20180525/models.py +75 -0
  24. tencentcloud/trtc/v20190722/models.py +6 -2
  25. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  26. tencentcloud/vod/v20180717/models.py +30 -22
  27. tencentcloud/wedata/v20210820/models.py +8919 -2673
  28. tencentcloud/wedata/v20210820/wedata_client.py +141 -3
  29. {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1398.dist-info}/METADATA +1 -1
  30. {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1398.dist-info}/RECORD +33 -33
  31. {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1398.dist-info}/LICENSE +0 -0
  32. {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1398.dist-info}/WHEEL +0 -0
  33. {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1398.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.1397'
17
+ __version__ = '3.0.1398'
@@ -287,6 +287,9 @@ INVALIDPARAMETERVALUE_STARTTIMEBEFORECURRENTTIME = 'InvalidParameterValue.StartT
287
287
  # 子网信息不合法。
288
288
  INVALIDPARAMETERVALUE_SUBNETIDS = 'InvalidParameterValue.SubnetIds'
289
289
 
290
+ # 子网不在指定本地专用集群中。
291
+ INVALIDPARAMETERVALUE_SUBNETNOTINDEDICATEDCLUSTER = 'InvalidParameterValue.SubnetNotInDedicatedCluster'
292
+
290
293
  # 负载均衡器四层监听器的后端端口重复。
291
294
  INVALIDPARAMETERVALUE_TARGETPORTDUPLICATED = 'InvalidParameterValue.TargetPortDuplicated'
292
295
 
@@ -5815,7 +5815,7 @@ class DescribeRefreshActivitiesRequest(AbstractModel):
5815
5815
  :param _RefreshActivityIds: 刷新活动ID列表。ID形如:`asr-5l2ejpfo`。每次请求的上限为100。参数不支持同时指定`RefreshActivityIds`和`Filters`。
5816
5816
  :type RefreshActivityIds: list of str
5817
5817
  :param _Filters: 过滤条件。
5818
- <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>
5818
+ <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
5819
5819
  <li> refresh-activity-status-code - String - 是否必填:否 -(过滤条件)按照刷新活动状态过滤。(INIT:初始化中 | RUNNING:运行中 | SUCCESSFUL:活动成功 | FAILED_PAUSE:失败暂停 | AUTO_PAUSE:自动暂停 | MANUAL_PAUSE:手动暂停 | CANCELLED:活动取消 | FAILED:活动失败)</li>
5820
5820
  <li> refresh-activity-type - String - 是否必填:否 -(过滤条件)按照刷新活动类型过滤。(NORMAL:正常刷新活动 | ROLLBACK:回滚刷新活动)</li>
5821
5821
  <li> refresh-activity-id - String - 是否必填:否 -(过滤条件)按照刷新活动ID过滤。</li>
@@ -5845,7 +5845,7 @@ class DescribeRefreshActivitiesRequest(AbstractModel):
5845
5845
  @property
5846
5846
  def Filters(self):
5847
5847
  """过滤条件。
5848
- <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>
5848
+ <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
5849
5849
  <li> refresh-activity-status-code - String - 是否必填:否 -(过滤条件)按照刷新活动状态过滤。(INIT:初始化中 | RUNNING:运行中 | SUCCESSFUL:活动成功 | FAILED_PAUSE:失败暂停 | AUTO_PAUSE:自动暂停 | MANUAL_PAUSE:手动暂停 | CANCELLED:活动取消 | FAILED:活动失败)</li>
5850
5850
  <li> refresh-activity-type - String - 是否必填:否 -(过滤条件)按照刷新活动类型过滤。(NORMAL:正常刷新活动 | ROLLBACK:回滚刷新活动)</li>
5851
5851
  <li> refresh-activity-id - String - 是否必填:否 -(过滤条件)按照刷新活动ID过滤。</li>
@@ -13977,7 +13977,7 @@ class StartInstanceRefreshRequest(AbstractModel):
13977
13977
  :type AutoScalingGroupId: str
13978
13978
  :param _RefreshSettings: 刷新设置。
13979
13979
  :type RefreshSettings: :class:`tencentcloud.autoscaling.v20180419.models.RefreshSettings`
13980
- :param _RefreshMode: 刷新模式。取值范围:
13980
+ :param _RefreshMode: 刷新模式。默认值为 ROLLING_UPDATE_RESET,取值范围:
13981
13981
  <li>ROLLING_UPDATE_RESET:重装系统进行滚动更新</li>
13982
13982
  <li>ROLLING_UPDATE_REPLACE:新建实例替换进行滚动更新,该模式暂不支持回滚接口</li>
13983
13983
  :type RefreshMode: str
@@ -14010,7 +14010,7 @@ class StartInstanceRefreshRequest(AbstractModel):
14010
14010
 
14011
14011
  @property
14012
14012
  def RefreshMode(self):
14013
- """刷新模式。取值范围:
14013
+ """刷新模式。默认值为 ROLLING_UPDATE_RESET,取值范围:
14014
14014
  <li>ROLLING_UPDATE_RESET:重装系统进行滚动更新</li>
14015
14015
  <li>ROLLING_UPDATE_REPLACE:新建实例替换进行滚动更新,该模式暂不支持回滚接口</li>
14016
14016
  :rtype: str
@@ -27,7 +27,9 @@ class BtoeClient(AbstractClient):
27
27
 
28
28
 
29
29
  def CreateAudioDeposit(self, request):
30
- """用户通过本接口向BTOE写入待存证的音频原文件或下载URL,BTOE对音频原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。音频类型支持格式:mp3、wav、wma、midi、flac;原文件上传大小不超过5 MB,下载URL文件大小不超过25 MB。
30
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
31
+
32
+ 用户通过本接口向BTOE写入待存证的音频原文件或下载URL,BTOE对音频原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。音频类型支持格式:mp3、wav、wma、midi、flac;原文件上传大小不超过5 MB,下载URL文件大小不超过25 MB。
31
33
 
32
34
  :param request: Request instance for CreateAudioDeposit.
33
35
  :type request: :class:`tencentcloud.btoe.v20210514.models.CreateAudioDepositRequest`
@@ -50,7 +52,9 @@ class BtoeClient(AbstractClient):
50
52
 
51
53
 
52
54
  def CreateDataDeposit(self, request):
53
- """用户通过本接口向BTOE写入待存证的业务数据明文,业务数据明文存证写入后不可修改,BTOE对业务数据明文存证生成含有电子签章的区块链存证电子凭证。
55
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
56
+
57
+ 用户通过本接口向BTOE写入待存证的业务数据明文,业务数据明文存证写入后不可修改,BTOE对业务数据明文存证生成含有电子签章的区块链存证电子凭证。
54
58
 
55
59
  :param request: Request instance for CreateDataDeposit.
56
60
  :type request: :class:`tencentcloud.btoe.v20210514.models.CreateDataDepositRequest`
@@ -73,7 +77,9 @@ class BtoeClient(AbstractClient):
73
77
 
74
78
 
75
79
  def CreateDocDeposit(self, request):
76
- """用户通过本接口向BTOE写入待存证的文档原文件或下载URL,BTOE对文档原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。文档类型支持格式:doc、docx、xls、xlsx、ppt、pptx、 pdf、html、txt、md、csv;原文件上传大小不超过5 MB,下载URL文件大小不超过10 MB。
80
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
81
+
82
+ 用户通过本接口向BTOE写入待存证的文档原文件或下载URL,BTOE对文档原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。文档类型支持格式:doc、docx、xls、xlsx、ppt、pptx、 pdf、html、txt、md、csv;原文件上传大小不超过5 MB,下载URL文件大小不超过10 MB。
77
83
 
78
84
  :param request: Request instance for CreateDocDeposit.
79
85
  :type request: :class:`tencentcloud.btoe.v20210514.models.CreateDocDepositRequest`
@@ -96,7 +102,9 @@ class BtoeClient(AbstractClient):
96
102
 
97
103
 
98
104
  def CreateHashDeposit(self, request):
99
- """用户通过本接口向BTOE写入待存证的原文数据Hash值,BTOE对业务数据Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。
105
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
106
+
107
+ 用户通过本接口向BTOE写入待存证的原文数据Hash值,BTOE对业务数据Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。
100
108
 
101
109
  :param request: Request instance for CreateHashDeposit.
102
110
  :type request: :class:`tencentcloud.btoe.v20210514.models.CreateHashDepositRequest`
@@ -119,7 +127,9 @@ class BtoeClient(AbstractClient):
119
127
 
120
128
 
121
129
  def CreateHashDepositNoCert(self, request):
122
- """用户通过本接口向BTOE写入待存证的原文数据Hash值,BTOE对业务数据Hash值存证上链,本接口不生成区块链存证电子凭证。
130
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品云API接口下线。
131
+
132
+ 用户通过本接口向BTOE写入待存证的原文数据Hash值,BTOE对业务数据Hash值存证上链,本接口不生成区块链存证电子凭证。
123
133
 
124
134
  :param request: Request instance for CreateHashDepositNoCert.
125
135
  :type request: :class:`tencentcloud.btoe.v20210514.models.CreateHashDepositNoCertRequest`
@@ -142,7 +152,9 @@ class BtoeClient(AbstractClient):
142
152
 
143
153
 
144
154
  def CreateHashDepositNoSeal(self, request):
145
- """用户通过本接口向BTOE写入待存证的原文数据Hash值,BTOE对业务数据Hash值存证上链,并生成无电子签章的区块链存证电子凭证。
155
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
156
+
157
+ 用户通过本接口向BTOE写入待存证的原文数据Hash值,BTOE对业务数据Hash值存证上链,并生成无电子签章的区块链存证电子凭证。
146
158
 
147
159
  :param request: Request instance for CreateHashDepositNoSeal.
148
160
  :type request: :class:`tencentcloud.btoe.v20210514.models.CreateHashDepositNoSealRequest`
@@ -165,7 +177,9 @@ class BtoeClient(AbstractClient):
165
177
 
166
178
 
167
179
  def CreateImageDeposit(self, request):
168
- """用户通过本接口向BTOE写入待存证的图片原文件或下载URL,BTOE对图片原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。图片类型支持格式:png、jpg、jpeg、bmp、gif、svg;原文件上传大小不超过5 MB,下载URL文件大小不超过10 MB。
180
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
181
+
182
+ 用户通过本接口向BTOE写入待存证的图片原文件或下载URL,BTOE对图片原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。图片类型支持格式:png、jpg、jpeg、bmp、gif、svg;原文件上传大小不超过5 MB,下载URL文件大小不超过10 MB。
169
183
 
170
184
  :param request: Request instance for CreateImageDeposit.
171
185
  :type request: :class:`tencentcloud.btoe.v20210514.models.CreateImageDepositRequest`
@@ -188,7 +202,9 @@ class BtoeClient(AbstractClient):
188
202
 
189
203
 
190
204
  def CreateVideoDeposit(self, request):
191
- """用户通过本接口向BTOE写入待存证的视频的原文件或下载URL,BTOE对视频原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。视频文件支持格式:mp4、avi、mkv、mov、flv,wmv,rmvb,3gp;文件大小限制:直接上传原文件不大于5MB。
205
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
206
+
207
+ 用户通过本接口向BTOE写入待存证的视频的原文件或下载URL,BTOE对视频原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。视频文件支持格式:mp4、avi、mkv、mov、flv,wmv,rmvb,3gp;文件大小限制:直接上传原文件不大于5MB。
192
208
 
193
209
  :param request: Request instance for CreateVideoDeposit.
194
210
  :type request: :class:`tencentcloud.btoe.v20210514.models.CreateVideoDepositRequest`
@@ -211,7 +227,9 @@ class BtoeClient(AbstractClient):
211
227
 
212
228
 
213
229
  def GetDepositCert(self, request):
214
- """用户通过存证编码向BTOE查询存证电子凭证信息。
230
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品api接口下线。
231
+
232
+ 用户通过存证编码向BTOE查询存证电子凭证信息。
215
233
 
216
234
  :param request: Request instance for GetDepositCert.
217
235
  :type request: :class:`tencentcloud.btoe.v20210514.models.GetDepositCertRequest`
@@ -234,7 +252,9 @@ class BtoeClient(AbstractClient):
234
252
 
235
253
 
236
254
  def GetDepositFile(self, request):
237
- """用户通过存证编码向BTOE获取存证文件的下载URL。
255
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
256
+
257
+ 用户通过存证编码向BTOE获取存证文件的下载URL。
238
258
  -注:Hash类存证、业务数据明文存证不产生存证文件。
239
259
 
240
260
  :param request: Request instance for GetDepositFile.
@@ -258,7 +278,9 @@ class BtoeClient(AbstractClient):
258
278
 
259
279
 
260
280
  def GetDepositInfo(self, request):
261
- """用户通过存证编码向BTOE查询存证基本信息。
281
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
282
+
283
+ 用户通过存证编码向BTOE查询存证基本信息。
262
284
 
263
285
  :param request: Request instance for GetDepositInfo.
264
286
  :type request: :class:`tencentcloud.btoe.v20210514.models.GetDepositInfoRequest`
@@ -281,7 +303,9 @@ class BtoeClient(AbstractClient):
281
303
 
282
304
 
283
305
  def VerifyEvidenceBlockChainTxHash(self, request):
284
- """用户向BTOE核验存证结果中的区块链交易hash的真实性
306
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
307
+
308
+ 用户向BTOE核验存证结果中的区块链交易hash的真实性
285
309
 
286
310
  :param request: Request instance for VerifyEvidenceBlockChainTxHash.
287
311
  :type request: :class:`tencentcloud.btoe.v20210514.models.VerifyEvidenceBlockChainTxHashRequest`
@@ -304,7 +328,9 @@ class BtoeClient(AbstractClient):
304
328
 
305
329
 
306
330
  def VerifyEvidenceHash(self, request):
307
- """用户存证内容hash向BTOE核验存证记录的真实性。
331
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
332
+
333
+ 用户存证内容hash向BTOE核验存证记录的真实性。
308
334
 
309
335
  :param request: Request instance for VerifyEvidenceHash.
310
336
  :type request: :class:`tencentcloud.btoe.v20210514.models.VerifyEvidenceHashRequest`
@@ -23646,9 +23646,12 @@ class ModifyDatahubTaskRequest(AbstractModel):
23646
23646
  :type TaskId: str
23647
23647
  :param _TaskName: 任务名称
23648
23648
  :type TaskName: str
23649
+ :param _Description: 任务描述信息
23650
+ :type Description: str
23649
23651
  """
23650
23652
  self._TaskId = None
23651
23653
  self._TaskName = None
23654
+ self._Description = None
23652
23655
 
23653
23656
  @property
23654
23657
  def TaskId(self):
@@ -23672,10 +23675,22 @@ class ModifyDatahubTaskRequest(AbstractModel):
23672
23675
  def TaskName(self, TaskName):
23673
23676
  self._TaskName = TaskName
23674
23677
 
23678
+ @property
23679
+ def Description(self):
23680
+ """任务描述信息
23681
+ :rtype: str
23682
+ """
23683
+ return self._Description
23684
+
23685
+ @Description.setter
23686
+ def Description(self, Description):
23687
+ self._Description = Description
23688
+
23675
23689
 
23676
23690
  def _deserialize(self, params):
23677
23691
  self._TaskId = params.get("TaskId")
23678
23692
  self._TaskName = params.get("TaskName")
23693
+ self._Description = params.get("Description")
23679
23694
  memeber_set = set(params.keys())
23680
23695
  for name, value in vars(self).items():
23681
23696
  property_name = name[1:]
@@ -5141,6 +5141,8 @@ class CreateBatchSignUrlRequest(AbstractModel):
5141
5141
  :param _CanBatchReject: 是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>
5142
5142
  注:`1. 合同组暂不支持批量拒签功能。2. 如果是链接直接跳转至详情页(JumpToDetail参数为true),也不支持批量拒签功能`
5143
5143
  :type CanBatchReject: bool
5144
+ :param _CanSkipReadFlow: 是否允许此链接中签署方批量确认已读文件。 <ul><li>false (默认): 批量确认已读文件。</li> <li>true : 允许批量确认已读文件。</li></ul>注:`1. 此功能为白名单功能,使用前请联系对应客户经理进行开通。2. 使用此功能时,FlowIds参数必传。3. 对于企业签署方,如果有签名控件,则会使用用户首次选择的签名类型签署所有含有签名控件的合同。`
5145
+ :type CanSkipReadFlow: bool
5144
5146
  """
5145
5147
  self._Operator = None
5146
5148
  self._Name = None
@@ -5157,6 +5159,7 @@ class CreateBatchSignUrlRequest(AbstractModel):
5157
5159
  self._AutoJumpBack = None
5158
5160
  self._UrlUseEnv = None
5159
5161
  self._CanBatchReject = None
5162
+ self._CanSkipReadFlow = None
5160
5163
 
5161
5164
  @property
5162
5165
  def Operator(self):
@@ -5377,6 +5380,17 @@ class CreateBatchSignUrlRequest(AbstractModel):
5377
5380
  def CanBatchReject(self, CanBatchReject):
5378
5381
  self._CanBatchReject = CanBatchReject
5379
5382
 
5383
+ @property
5384
+ def CanSkipReadFlow(self):
5385
+ """是否允许此链接中签署方批量确认已读文件。 <ul><li>false (默认): 批量确认已读文件。</li> <li>true : 允许批量确认已读文件。</li></ul>注:`1. 此功能为白名单功能,使用前请联系对应客户经理进行开通。2. 使用此功能时,FlowIds参数必传。3. 对于企业签署方,如果有签名控件,则会使用用户首次选择的签名类型签署所有含有签名控件的合同。`
5386
+ :rtype: bool
5387
+ """
5388
+ return self._CanSkipReadFlow
5389
+
5390
+ @CanSkipReadFlow.setter
5391
+ def CanSkipReadFlow(self, CanSkipReadFlow):
5392
+ self._CanSkipReadFlow = CanSkipReadFlow
5393
+
5380
5394
 
5381
5395
  def _deserialize(self, params):
5382
5396
  if params.get("Operator") is not None:
@@ -5400,6 +5414,7 @@ class CreateBatchSignUrlRequest(AbstractModel):
5400
5414
  self._AutoJumpBack = params.get("AutoJumpBack")
5401
5415
  self._UrlUseEnv = params.get("UrlUseEnv")
5402
5416
  self._CanBatchReject = params.get("CanBatchReject")
5417
+ self._CanSkipReadFlow = params.get("CanSkipReadFlow")
5403
5418
  memeber_set = set(params.keys())
5404
5419
  for name, value in vars(self).items():
5405
5420
  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
@@ -3551,8 +3551,12 @@ class DetectInfoVideoData(AbstractModel):
3551
3551
  :param _LivenessVideo: 活体视频的base64编码。
3552
3552
  注意:此字段可能返回 null,表示取不到有效值。
3553
3553
  :type LivenessVideo: str
3554
+ :param _LivenessVideos: 当次token中所有用户活体视频的COS存储路径,仅当您开启数据存储服务且“IsReturnAllVideo”入参取值为true 时返回。
3555
+ 注意:此字段可能返回 null,表示取不到有效值。
3556
+ :type LivenessVideos: list of VideoDetailData
3554
3557
  """
3555
3558
  self._LivenessVideo = None
3559
+ self._LivenessVideos = None
3556
3560
 
3557
3561
  @property
3558
3562
  def LivenessVideo(self):
@@ -3566,9 +3570,27 @@ class DetectInfoVideoData(AbstractModel):
3566
3570
  def LivenessVideo(self, LivenessVideo):
3567
3571
  self._LivenessVideo = LivenessVideo
3568
3572
 
3573
+ @property
3574
+ def LivenessVideos(self):
3575
+ """当次token中所有用户活体视频的COS存储路径,仅当您开启数据存储服务且“IsReturnAllVideo”入参取值为true 时返回。
3576
+ 注意:此字段可能返回 null,表示取不到有效值。
3577
+ :rtype: list of VideoDetailData
3578
+ """
3579
+ return self._LivenessVideos
3580
+
3581
+ @LivenessVideos.setter
3582
+ def LivenessVideos(self, LivenessVideos):
3583
+ self._LivenessVideos = LivenessVideos
3584
+
3569
3585
 
3570
3586
  def _deserialize(self, params):
3571
3587
  self._LivenessVideo = params.get("LivenessVideo")
3588
+ if params.get("LivenessVideos") is not None:
3589
+ self._LivenessVideos = []
3590
+ for item in params.get("LivenessVideos"):
3591
+ obj = VideoDetailData()
3592
+ obj._deserialize(item)
3593
+ self._LivenessVideos.append(obj)
3572
3594
  memeber_set = set(params.keys())
3573
3595
  for name, value in vars(self).items():
3574
3596
  property_name = name[1:]
@@ -4111,6 +4133,8 @@ class GetDetectInfoEnhancedRequest(AbstractModel):
4111
4133
  :type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
4112
4134
  :param _IsEncryptResponse: 是否对回包整体进行加密。
4113
4135
  :type IsEncryptResponse: bool
4136
+ :param _IsReturnAllVideo: 是否需要返回认证中间过程的刷脸重试视频,默认不开启,多段视频需要存储到COS空间中,因此开启后还需要额外开启数据存储服务才可生效。详见[数据存储指引](https://cloud.tencent.com/document/product/1007/104229)。
4137
+ :type IsReturnAllVideo: bool
4114
4138
  """
4115
4139
  self._BizToken = None
4116
4140
  self._RuleId = None
@@ -4121,6 +4145,7 @@ class GetDetectInfoEnhancedRequest(AbstractModel):
4121
4145
  self._IsEncrypt = None
4122
4146
  self._Encryption = None
4123
4147
  self._IsEncryptResponse = None
4148
+ self._IsReturnAllVideo = None
4124
4149
 
4125
4150
  @property
4126
4151
  def BizToken(self):
@@ -4233,6 +4258,17 @@ class GetDetectInfoEnhancedRequest(AbstractModel):
4233
4258
  def IsEncryptResponse(self, IsEncryptResponse):
4234
4259
  self._IsEncryptResponse = IsEncryptResponse
4235
4260
 
4261
+ @property
4262
+ def IsReturnAllVideo(self):
4263
+ """是否需要返回认证中间过程的刷脸重试视频,默认不开启,多段视频需要存储到COS空间中,因此开启后还需要额外开启数据存储服务才可生效。详见[数据存储指引](https://cloud.tencent.com/document/product/1007/104229)。
4264
+ :rtype: bool
4265
+ """
4266
+ return self._IsReturnAllVideo
4267
+
4268
+ @IsReturnAllVideo.setter
4269
+ def IsReturnAllVideo(self, IsReturnAllVideo):
4270
+ self._IsReturnAllVideo = IsReturnAllVideo
4271
+
4236
4272
 
4237
4273
  def _deserialize(self, params):
4238
4274
  self._BizToken = params.get("BizToken")
@@ -4246,6 +4282,7 @@ class GetDetectInfoEnhancedRequest(AbstractModel):
4246
4282
  self._Encryption = Encryption()
4247
4283
  self._Encryption._deserialize(params.get("Encryption"))
4248
4284
  self._IsEncryptResponse = params.get("IsEncryptResponse")
4285
+ self._IsReturnAllVideo = params.get("IsReturnAllVideo")
4249
4286
  memeber_set = set(params.keys())
4250
4287
  for name, value in vars(self).items():
4251
4288
  property_name = name[1:]
@@ -10783,6 +10820,61 @@ class RuleIdConfig(AbstractModel):
10783
10820
 
10784
10821
 
10785
10822
 
10823
+ class VideoDetailData(AbstractModel):
10824
+ """核身过程视频信息。
10825
+
10826
+ """
10827
+
10828
+ def __init__(self):
10829
+ r"""
10830
+ :param _Seq: 本次活体一比一请求的唯一标记。
10831
+ 注意:此字段可能返回 null,表示取不到有效值。
10832
+ :type Seq: str
10833
+ :param _Video: 活体视频的base64编码。
10834
+ 注意:此字段可能返回 null,表示取不到有效值。
10835
+ :type Video: str
10836
+ """
10837
+ self._Seq = None
10838
+ self._Video = None
10839
+
10840
+ @property
10841
+ def Seq(self):
10842
+ """本次活体一比一请求的唯一标记。
10843
+ 注意:此字段可能返回 null,表示取不到有效值。
10844
+ :rtype: str
10845
+ """
10846
+ return self._Seq
10847
+
10848
+ @Seq.setter
10849
+ def Seq(self, Seq):
10850
+ self._Seq = Seq
10851
+
10852
+ @property
10853
+ def Video(self):
10854
+ """活体视频的base64编码。
10855
+ 注意:此字段可能返回 null,表示取不到有效值。
10856
+ :rtype: str
10857
+ """
10858
+ return self._Video
10859
+
10860
+ @Video.setter
10861
+ def Video(self, Video):
10862
+ self._Video = Video
10863
+
10864
+
10865
+ def _deserialize(self, params):
10866
+ self._Seq = params.get("Seq")
10867
+ self._Video = params.get("Video")
10868
+ memeber_set = set(params.keys())
10869
+ for name, value in vars(self).items():
10870
+ property_name = name[1:]
10871
+ if property_name in memeber_set:
10872
+ memeber_set.remove(property_name)
10873
+ if len(memeber_set) > 0:
10874
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
10875
+
10876
+
10877
+
10786
10878
  class WeChatBillDetail(AbstractModel):
10787
10879
  """账单详情
10788
10880
 
@@ -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
 
@@ -947,7 +947,7 @@ class IotexplorerClient(AbstractClient):
947
947
 
948
948
 
949
949
  def DeleteTopicRule(self, request):
950
- """删除规则
950
+ """删除规则。
951
951
 
952
952
  :param request: Request instance for DeleteTopicRule.
953
953
  :type request: :class:`tencentcloud.iotexplorer.v20190423.models.DeleteTopicRuleRequest`