tencentcloud-sdk-python 3.0.1317__py2.py3-none-any.whl → 3.0.1318__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 (28) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/antiddos/v20200309/models.py +2 -2
  3. tencentcloud/ccc/v20200210/models.py +4 -4
  4. tencentcloud/emr/v20190103/models.py +16 -1
  5. tencentcloud/ess/v20201111/errorcodes.py +3 -0
  6. tencentcloud/ess/v20201111/ess_client.py +73 -0
  7. tencentcloud/ess/v20201111/models.py +695 -85
  8. tencentcloud/gme/v20180711/models.py +64 -26
  9. tencentcloud/hunyuan/v20230901/models.py +8 -16
  10. tencentcloud/lcic/v20220817/lcic_client.py +21 -1
  11. tencentcloud/lcic/v20220817/models.py +0 -16
  12. tencentcloud/lighthouse/v20200324/models.py +0 -10
  13. tencentcloud/lkeap/v20240522/lkeap_client.py +2 -1
  14. tencentcloud/lkeap/v20240522/models.py +2 -2
  15. tencentcloud/mps/v20190612/models.py +60 -0
  16. tencentcloud/ocr/v20181119/models.py +42 -4
  17. tencentcloud/redis/v20180412/models.py +0 -40
  18. tencentcloud/smop/v20201203/models.py +0 -34
  19. tencentcloud/vms/v20200902/models.py +0 -2
  20. tencentcloud/vpc/v20170312/errorcodes.py +42 -0
  21. tencentcloud/vpc/v20170312/models.py +1846 -49
  22. tencentcloud/vpc/v20170312/vpc_client.py +278 -0
  23. tencentcloud/wedata/v20210820/models.py +142 -0
  24. {tencentcloud_sdk_python-3.0.1317.dist-info → tencentcloud_sdk_python-3.0.1318.dist-info}/METADATA +1 -1
  25. {tencentcloud_sdk_python-3.0.1317.dist-info → tencentcloud_sdk_python-3.0.1318.dist-info}/RECORD +28 -28
  26. {tencentcloud_sdk_python-3.0.1317.dist-info → tencentcloud_sdk_python-3.0.1318.dist-info}/LICENSE +0 -0
  27. {tencentcloud_sdk_python-3.0.1317.dist-info → tencentcloud_sdk_python-3.0.1318.dist-info}/WHEEL +0 -0
  28. {tencentcloud_sdk_python-3.0.1317.dist-info → tencentcloud_sdk_python-3.0.1318.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.1317'
17
+ __version__ = '3.0.1318'
@@ -4214,7 +4214,7 @@ class CreateBoundIPRequest(AbstractModel):
4214
4214
  :type UnBoundDevList: list of BoundIpInfo
4215
4215
  :param _CopyPolicy: 已弃用,不填
4216
4216
  :type CopyPolicy: str
4217
- :param _FilterRegion: 如果该资源实例为域名化资产则,该参数必填
4217
+ :param _FilterRegion: 如果该资源实例为域名化资产以及跨地域绑定则,该参数必填
4218
4218
  :type FilterRegion: str
4219
4219
  """
4220
4220
  self._Business = None
@@ -4281,7 +4281,7 @@ class CreateBoundIPRequest(AbstractModel):
4281
4281
 
4282
4282
  @property
4283
4283
  def FilterRegion(self):
4284
- """如果该资源实例为域名化资产则,该参数必填
4284
+ """如果该资源实例为域名化资产以及跨地域绑定则,该参数必填
4285
4285
  :rtype: str
4286
4286
  """
4287
4287
  return self._FilterRegion
@@ -14247,7 +14247,7 @@ class TelCdrInfo(AbstractModel):
14247
14247
  电话呼出 210 notInService 不在服务区
14248
14248
 
14249
14249
  电话呼入&呼出 211 clientError 客户端错误
14250
-
14250
+ 电话呼出 212 carrierBlocked 运营商拦截
14251
14251
  :type EndStatus: int
14252
14252
  :param _SkillGroup: 技能组名称
14253
14253
  :type SkillGroup: str
@@ -14322,7 +14322,7 @@ class TelCdrInfo(AbstractModel):
14322
14322
  电话呼出 210 notInService 不在服务区
14323
14323
 
14324
14324
  电话呼入&呼出 211 clientError 客户端错误
14325
-
14325
+ 电话呼出 212 carrierBlocked 运营商拦截
14326
14326
  :type EndStatusString: str
14327
14327
  :param _StartTimestamp: 会话开始时间戳,UNIX 秒级时间戳
14328
14328
  :type StartTimestamp: int
@@ -14546,7 +14546,7 @@ NotExists
14546
14546
  电话呼出 210 notInService 不在服务区
14547
14547
 
14548
14548
  电话呼入&呼出 211 clientError 客户端错误
14549
-
14549
+ 电话呼出 212 carrierBlocked 运营商拦截
14550
14550
  :rtype: int
14551
14551
  """
14552
14552
  return self._EndStatus
@@ -14720,7 +14720,7 @@ NotExists
14720
14720
  电话呼出 210 notInService 不在服务区
14721
14721
 
14722
14722
  电话呼入&呼出 211 clientError 客户端错误
14723
-
14723
+ 电话呼出 212 carrierBlocked 运营商拦截
14724
14724
  :rtype: str
14725
14725
  """
14726
14726
  return self._EndStatusString
@@ -27187,7 +27187,7 @@ class RunJobFlowResponse(AbstractModel):
27187
27187
 
27188
27188
 
27189
27189
  class SLInstanceInfo(AbstractModel):
27190
- """Serverless HBase 实例信息
27190
+ """Serverless HBase实例信息
27191
27191
 
27192
27192
  """
27193
27193
 
@@ -27199,6 +27199,8 @@ class SLInstanceInfo(AbstractModel):
27199
27199
  :type Id: int
27200
27200
  :param _StatusDesc: 状态描述
27201
27201
  :type StatusDesc: str
27202
+ :param _HealthStatus: 健康状态
27203
+ :type HealthStatus: str
27202
27204
  :param _ClusterName: 实例名称
27203
27205
  :type ClusterName: str
27204
27206
  :param _RegionId: 地域ID
@@ -27235,6 +27237,7 @@ class SLInstanceInfo(AbstractModel):
27235
27237
  self._ClusterId = None
27236
27238
  self._Id = None
27237
27239
  self._StatusDesc = None
27240
+ self._HealthStatus = None
27238
27241
  self._ClusterName = None
27239
27242
  self._RegionId = None
27240
27243
  self._ZoneId = None
@@ -27284,6 +27287,17 @@ class SLInstanceInfo(AbstractModel):
27284
27287
  def StatusDesc(self, StatusDesc):
27285
27288
  self._StatusDesc = StatusDesc
27286
27289
 
27290
+ @property
27291
+ def HealthStatus(self):
27292
+ """健康状态
27293
+ :rtype: str
27294
+ """
27295
+ return self._HealthStatus
27296
+
27297
+ @HealthStatus.setter
27298
+ def HealthStatus(self, HealthStatus):
27299
+ self._HealthStatus = HealthStatus
27300
+
27287
27301
  @property
27288
27302
  def ClusterName(self):
27289
27303
  """实例名称
@@ -27456,6 +27470,7 @@ class SLInstanceInfo(AbstractModel):
27456
27470
  self._ClusterId = params.get("ClusterId")
27457
27471
  self._Id = params.get("Id")
27458
27472
  self._StatusDesc = params.get("StatusDesc")
27473
+ self._HealthStatus = params.get("HealthStatus")
27459
27474
  self._ClusterName = params.get("ClusterName")
27460
27475
  self._RegionId = params.get("RegionId")
27461
27476
  self._ZoneId = params.get("ZoneId")
@@ -23,6 +23,9 @@ FAILEDOPERATION = 'FailedOperation'
23
23
  # 年龄限制无法使用电子签服务,请联系客服咨询处理。
24
24
  FAILEDOPERATION_AGENOTACHIEVENORMALLEGAL = 'FailedOperation.AgeNotAchieveNormalLegal'
25
25
 
26
+ # 套餐余额不足。
27
+ FAILEDOPERATION_BALANCENOTENOUGH = 'FailedOperation.BalanceNotEnough'
28
+
26
29
  # 签署流程已有关联文档,请检查参数修改后重试。
27
30
  FAILEDOPERATION_FLOWHASDOCUMENT = 'FailedOperation.FlowHasDocument'
28
31
 
@@ -600,6 +600,31 @@ class EssClient(AbstractClient):
600
600
  raise TencentCloudSDKException(type(e).__name__, str(e))
601
601
 
602
602
 
603
+ def CreateFileCounterSign(self, request):
604
+ """此接口用于发起数字文件CA加签操作。可以使用同步或者异步模式进行。
605
+
606
+ **注意: 1. 文件类型暂时仅支持PDF类型文件。2. 此接口为『数字文件CA加签服务』白名单功能,使用前请联系对接的客户经理沟通。**
607
+
608
+ :param request: Request instance for CreateFileCounterSign.
609
+ :type request: :class:`tencentcloud.ess.v20201111.models.CreateFileCounterSignRequest`
610
+ :rtype: :class:`tencentcloud.ess.v20201111.models.CreateFileCounterSignResponse`
611
+
612
+ """
613
+ try:
614
+ params = request._serialize()
615
+ headers = request.headers
616
+ body = self.call("CreateFileCounterSign", params, headers=headers)
617
+ response = json.loads(body)
618
+ model = models.CreateFileCounterSignResponse()
619
+ model._deserialize(response["Response"])
620
+ return model
621
+ except Exception as e:
622
+ if isinstance(e, TencentCloudSDKException):
623
+ raise
624
+ else:
625
+ raise TencentCloudSDKException(type(e).__name__, str(e))
626
+
627
+
603
628
  def CreateFlow(self, request):
604
629
  """通过模板创建签署流程<br/>
605
630
  适用场景:在标准制式的合同场景中,可通过提前预制好模板文件,每次调用模板文件的id,补充合同内容信息及签署信息生成电子合同。
@@ -2210,6 +2235,31 @@ class EssClient(AbstractClient):
2210
2235
  raise TencentCloudSDKException(type(e).__name__, str(e))
2211
2236
 
2212
2237
 
2238
+ def DescribeFileCounterSignResult(self, request):
2239
+ """文件CA加签任务结果查询接口,用于查询 CreateFileCounterSign接口 发起的异步加签任务。
2240
+
2241
+ 注意:`此接口为『数字文件CA加签服务』白名单功能,使用前请联系对接的客户经理沟通。`
2242
+
2243
+ :param request: Request instance for DescribeFileCounterSignResult.
2244
+ :type request: :class:`tencentcloud.ess.v20201111.models.DescribeFileCounterSignResultRequest`
2245
+ :rtype: :class:`tencentcloud.ess.v20201111.models.DescribeFileCounterSignResultResponse`
2246
+
2247
+ """
2248
+ try:
2249
+ params = request._serialize()
2250
+ headers = request.headers
2251
+ body = self.call("DescribeFileCounterSignResult", params, headers=headers)
2252
+ response = json.loads(body)
2253
+ model = models.DescribeFileCounterSignResultResponse()
2254
+ model._deserialize(response["Response"])
2255
+ return model
2256
+ except Exception as e:
2257
+ if isinstance(e, TencentCloudSDKException):
2258
+ raise
2259
+ else:
2260
+ raise TencentCloudSDKException(type(e).__name__, str(e))
2261
+
2262
+
2213
2263
  def DescribeFileUrls(self, request):
2214
2264
  """本接口(DescribeFileUrls)用于查询文件的下载URL。
2215
2265
  适用场景:通过传参合同流程编号,下载对应的合同PDF文件流到本地。
@@ -3102,6 +3152,29 @@ class EssClient(AbstractClient):
3102
3152
  raise TencentCloudSDKException(type(e).__name__, str(e))
3103
3153
 
3104
3154
 
3155
+ def VerifyDigitFile(self, request):
3156
+ """对加签后的文件进行数字签名验证,判断数字签名是否有效。
3157
+
3158
+ :param request: Request instance for VerifyDigitFile.
3159
+ :type request: :class:`tencentcloud.ess.v20201111.models.VerifyDigitFileRequest`
3160
+ :rtype: :class:`tencentcloud.ess.v20201111.models.VerifyDigitFileResponse`
3161
+
3162
+ """
3163
+ try:
3164
+ params = request._serialize()
3165
+ headers = request.headers
3166
+ body = self.call("VerifyDigitFile", params, headers=headers)
3167
+ response = json.loads(body)
3168
+ model = models.VerifyDigitFileResponse()
3169
+ model._deserialize(response["Response"])
3170
+ return model
3171
+ except Exception as e:
3172
+ if isinstance(e, TencentCloudSDKException):
3173
+ raise
3174
+ else:
3175
+ raise TencentCloudSDKException(type(e).__name__, str(e))
3176
+
3177
+
3105
3178
  def VerifyPdf(self, request):
3106
3179
  """对合同流程文件进行数字签名验证,判断数字签名是否有效,合同文件内容是否被篡改。
3107
3180