tencentcloud-sdk-python 3.0.967__py2.py3-none-any.whl → 3.0.969__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/asr/v20190614/errorcodes.py +3 -0
- tencentcloud/billing/v20180709/billing_client.py +69 -0
- tencentcloud/billing/v20180709/models.py +334 -0
- tencentcloud/cdwch/v20200915/models.py +60 -0
- tencentcloud/ckafka/v20190819/models.py +12 -0
- tencentcloud/cvm/v20170312/cvm_client.py +2 -2
- tencentcloud/cvm/v20170312/errorcodes.py +3 -0
- tencentcloud/cvm/v20170312/models.py +13 -0
- tencentcloud/cwp/v20180228/models.py +17 -0
- tencentcloud/dcdb/v20180411/models.py +13 -1
- tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
- tencentcloud/eis/v20210601/errorcodes.py +3 -0
- tencentcloud/es/v20180416/errorcodes.py +114 -0
- tencentcloud/es/v20180416/models.py +39 -1
- tencentcloud/ess/v20201111/ess_client.py +69 -2
- tencentcloud/ess/v20201111/models.py +732 -75
- tencentcloud/essbasic/v20210526/essbasic_client.py +5 -0
- tencentcloud/essbasic/v20210526/models.py +43 -5
- tencentcloud/faceid/v20180301/models.py +4 -0
- tencentcloud/ft/v20200304/errorcodes.py +3 -0
- tencentcloud/iotvideo/v20201215/models.py +12 -0
- tencentcloud/iotvideo/v20211125/models.py +36 -0
- tencentcloud/iss/v20230517/errorcodes.py +3 -0
- tencentcloud/iss/v20230517/models.py +9 -6
- tencentcloud/lcic/v20220817/models.py +26 -0
- tencentcloud/mariadb/v20170312/models.py +13 -1
- tencentcloud/memcached/v20190318/models.py +1 -1
- tencentcloud/mna/v20210119/models.py +1 -1
- tencentcloud/ms/v20180408/ms_client.py +3 -3
- tencentcloud/nlp/v20190408/nlp_client.py +1 -1
- tencentcloud/ocr/v20181119/models.py +2 -0
- tencentcloud/redis/v20180412/models.py +1 -1
- tencentcloud/ssl/v20191205/models.py +62 -0
- tencentcloud/tem/v20210701/models.py +4 -4
- tencentcloud/teo/v20220901/errorcodes.py +6 -0
- tencentcloud/teo/v20220901/models.py +1 -1
- tencentcloud/teo/v20220901/teo_client.py +1 -1
- tencentcloud/tse/v20201207/models.py +2 -2
- tencentcloud/tsf/v20180326/errorcodes.py +3 -0
- tencentcloud/wedata/v20210820/models.py +1 -1
- {tencentcloud_sdk_python-3.0.967.dist-info → tencentcloud_sdk_python-3.0.969.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.967.dist-info → tencentcloud_sdk_python-3.0.969.dist-info}/RECORD +46 -46
- {tencentcloud_sdk_python-3.0.967.dist-info → tencentcloud_sdk_python-3.0.969.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.967.dist-info → tencentcloud_sdk_python-3.0.969.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.967.dist-info → tencentcloud_sdk_python-3.0.969.dist-info}/top_level.txt +0 -0
|
@@ -393,6 +393,11 @@ class EssbasicClient(AbstractClient):
|
|
|
393
393
|
- B端企业的签署方式是静默签署
|
|
394
394
|
- B端企业是非首位签署
|
|
395
395
|
|
|
396
|
+
通过一码多扫二维码发起的合同,合同涉及到的回调消息可参考文档[合同发起及签署相关回调
|
|
397
|
+
]( https://qian.tencent.com/developers/partner/callback_types_contracts_sign)
|
|
398
|
+
|
|
399
|
+
用户通过签署二维码发起合同时,因企业额度不足导致失败 会触发签署二维码相关回调,具体参考文档[签署二维码相关回调](https://qian.tencent.com/developers/partner/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)
|
|
400
|
+
|
|
396
401
|
:param request: Request instance for ChannelCreateMultiFlowSignQRCode.
|
|
397
402
|
:type request: :class:`tencentcloud.essbasic.v20210526.models.ChannelCreateMultiFlowSignQRCodeRequest`
|
|
398
403
|
:rtype: :class:`tencentcloud.essbasic.v20210526.models.ChannelCreateMultiFlowSignQRCodeResponse`
|
|
@@ -429,6 +429,8 @@ class BaseFlowInfo(AbstractModel):
|
|
|
429
429
|
<br/>false:不开启发起方发起前审核
|
|
430
430
|
<br/>当指定NeedCreateReview=true,则提交审核后,需要使用接口:ChannelCreateFlowSignReview,来完成发起前审核,审核通过后,可以继续查看,签署合同
|
|
431
431
|
:type NeedCreateReview: bool
|
|
432
|
+
:param _Components: 填写控件:文件发起使用
|
|
433
|
+
:type Components: list of Component
|
|
432
434
|
"""
|
|
433
435
|
self._FlowName = None
|
|
434
436
|
self._FlowType = None
|
|
@@ -441,6 +443,7 @@ class BaseFlowInfo(AbstractModel):
|
|
|
441
443
|
self._UserData = None
|
|
442
444
|
self._CcInfos = None
|
|
443
445
|
self._NeedCreateReview = None
|
|
446
|
+
self._Components = None
|
|
444
447
|
|
|
445
448
|
@property
|
|
446
449
|
def FlowName(self):
|
|
@@ -530,6 +533,14 @@ class BaseFlowInfo(AbstractModel):
|
|
|
530
533
|
def NeedCreateReview(self, NeedCreateReview):
|
|
531
534
|
self._NeedCreateReview = NeedCreateReview
|
|
532
535
|
|
|
536
|
+
@property
|
|
537
|
+
def Components(self):
|
|
538
|
+
return self._Components
|
|
539
|
+
|
|
540
|
+
@Components.setter
|
|
541
|
+
def Components(self, Components):
|
|
542
|
+
self._Components = Components
|
|
543
|
+
|
|
533
544
|
|
|
534
545
|
def _deserialize(self, params):
|
|
535
546
|
self._FlowName = params.get("FlowName")
|
|
@@ -553,6 +564,12 @@ class BaseFlowInfo(AbstractModel):
|
|
|
553
564
|
obj._deserialize(item)
|
|
554
565
|
self._CcInfos.append(obj)
|
|
555
566
|
self._NeedCreateReview = params.get("NeedCreateReview")
|
|
567
|
+
if params.get("Components") is not None:
|
|
568
|
+
self._Components = []
|
|
569
|
+
for item in params.get("Components"):
|
|
570
|
+
obj = Component()
|
|
571
|
+
obj._deserialize(item)
|
|
572
|
+
self._Components.append(obj)
|
|
556
573
|
memeber_set = set(params.keys())
|
|
557
574
|
for name, value in vars(self).items():
|
|
558
575
|
property_name = name[1:]
|
|
@@ -2589,9 +2606,9 @@ class ChannelCreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
2589
2606
|
:param _Restrictions: 指定的签署二维码签署人
|
|
2590
2607
|
<br/>指定后,只允许知道的人操作和签署
|
|
2591
2608
|
:type Restrictions: list of ApproverRestriction
|
|
2592
|
-
:param _CallbackUrl:
|
|
2593
|
-
|
|
2594
|
-
|
|
2609
|
+
:param _CallbackUrl: 已废弃,回调配置统一使用企业应用管理-应用集成-第三方应用中的配置
|
|
2610
|
+
<br/> 通过一码多扫二维码发起的合同,回调消息可参考文档 https://qian.tencent.com/developers/partner/callback_types_contracts_sign
|
|
2611
|
+
<br/> 用户通过签署二维码发起合同时,因企业额度不足导致失败 会触发签署二维码相关回调,具体参考文档 https://qian.tencent.com/developers/partner/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
|
|
2595
2612
|
:type CallbackUrl: str
|
|
2596
2613
|
:param _ApproverRestrictions: 限制二维码用户条件(已弃用)
|
|
2597
2614
|
:type ApproverRestrictions: :class:`tencentcloud.essbasic.v20210526.models.ApproverRestriction`
|
|
@@ -2667,10 +2684,14 @@ class ChannelCreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
2667
2684
|
|
|
2668
2685
|
@property
|
|
2669
2686
|
def CallbackUrl(self):
|
|
2687
|
+
warnings.warn("parameter `CallbackUrl` is deprecated", DeprecationWarning)
|
|
2688
|
+
|
|
2670
2689
|
return self._CallbackUrl
|
|
2671
2690
|
|
|
2672
2691
|
@CallbackUrl.setter
|
|
2673
2692
|
def CallbackUrl(self, CallbackUrl):
|
|
2693
|
+
warnings.warn("parameter `CallbackUrl` is deprecated", DeprecationWarning)
|
|
2694
|
+
|
|
2674
2695
|
self._CallbackUrl = CallbackUrl
|
|
2675
2696
|
|
|
2676
2697
|
@property
|
|
@@ -2876,7 +2897,7 @@ class ChannelCreatePrepareFlowRequest(AbstractModel):
|
|
|
2876
2897
|
r"""
|
|
2877
2898
|
:param _ResourceId: 资源id,与ResourceType对应
|
|
2878
2899
|
:type ResourceId: str
|
|
2879
|
-
:param _ResourceType:
|
|
2900
|
+
:param _ResourceType: 资源类型,与ResourceId对应1:模板 2: 文件
|
|
2880
2901
|
:type ResourceType: int
|
|
2881
2902
|
:param _FlowInfo: 合同流程基础信息
|
|
2882
2903
|
:type FlowInfo: :class:`tencentcloud.essbasic.v20210526.models.BaseFlowInfo`
|
|
@@ -5667,6 +5688,8 @@ class CommonFlowApprover(AbstractModel):
|
|
|
5667
5688
|
:type NotifyType: str
|
|
5668
5689
|
:param _ApproverOption: 签署人配置
|
|
5669
5690
|
:type ApproverOption: :class:`tencentcloud.essbasic.v20210526.models.CommonApproverOption`
|
|
5691
|
+
:param _SignComponents: 签署控件:文件发起使用
|
|
5692
|
+
:type SignComponents: list of Component
|
|
5670
5693
|
"""
|
|
5671
5694
|
self._NotChannelOrganization = None
|
|
5672
5695
|
self._ApproverType = None
|
|
@@ -5682,6 +5705,7 @@ class CommonFlowApprover(AbstractModel):
|
|
|
5682
5705
|
self._IsFullText = None
|
|
5683
5706
|
self._NotifyType = None
|
|
5684
5707
|
self._ApproverOption = None
|
|
5708
|
+
self._SignComponents = None
|
|
5685
5709
|
|
|
5686
5710
|
@property
|
|
5687
5711
|
def NotChannelOrganization(self):
|
|
@@ -5799,6 +5823,14 @@ class CommonFlowApprover(AbstractModel):
|
|
|
5799
5823
|
def ApproverOption(self, ApproverOption):
|
|
5800
5824
|
self._ApproverOption = ApproverOption
|
|
5801
5825
|
|
|
5826
|
+
@property
|
|
5827
|
+
def SignComponents(self):
|
|
5828
|
+
return self._SignComponents
|
|
5829
|
+
|
|
5830
|
+
@SignComponents.setter
|
|
5831
|
+
def SignComponents(self, SignComponents):
|
|
5832
|
+
self._SignComponents = SignComponents
|
|
5833
|
+
|
|
5802
5834
|
|
|
5803
5835
|
def _deserialize(self, params):
|
|
5804
5836
|
self._NotChannelOrganization = params.get("NotChannelOrganization")
|
|
@@ -5817,6 +5849,12 @@ class CommonFlowApprover(AbstractModel):
|
|
|
5817
5849
|
if params.get("ApproverOption") is not None:
|
|
5818
5850
|
self._ApproverOption = CommonApproverOption()
|
|
5819
5851
|
self._ApproverOption._deserialize(params.get("ApproverOption"))
|
|
5852
|
+
if params.get("SignComponents") is not None:
|
|
5853
|
+
self._SignComponents = []
|
|
5854
|
+
for item in params.get("SignComponents"):
|
|
5855
|
+
obj = Component()
|
|
5856
|
+
obj._deserialize(item)
|
|
5857
|
+
self._SignComponents.append(obj)
|
|
5820
5858
|
memeber_set = set(params.keys())
|
|
5821
5859
|
for name, value in vars(self).items():
|
|
5822
5860
|
property_name = name[1:]
|
|
@@ -8834,7 +8872,7 @@ class FlowApproverInfo(AbstractModel):
|
|
|
8834
8872
|
4-非第三方平台子客企业:Name、Mobile必传,OrgName必传,且NotChannelOrganization=True。
|
|
8835
8873
|
|
|
8836
8874
|
RecipientId参数:
|
|
8837
|
-
从DescribeTemplates接口中,可以得到模板下的签署方Recipient列表,根据模板自定义的Rolename在此结构体中确定其RecipientId
|
|
8875
|
+
从DescribeTemplates接口中,可以得到模板下的签署方Recipient列表,根据模板自定义的Rolename在此结构体中确定其RecipientId。
|
|
8838
8876
|
|
|
8839
8877
|
"""
|
|
8840
8878
|
|
|
@@ -5090,10 +5090,14 @@ class IntentionVerifyData(AbstractModel):
|
|
|
5090
5090
|
|
|
5091
5091
|
@property
|
|
5092
5092
|
def AsrResultSimilarity(self):
|
|
5093
|
+
warnings.warn("parameter `AsrResultSimilarity` is deprecated", DeprecationWarning)
|
|
5094
|
+
|
|
5093
5095
|
return self._AsrResultSimilarity
|
|
5094
5096
|
|
|
5095
5097
|
@AsrResultSimilarity.setter
|
|
5096
5098
|
def AsrResultSimilarity(self, AsrResultSimilarity):
|
|
5099
|
+
warnings.warn("parameter `AsrResultSimilarity` is deprecated", DeprecationWarning)
|
|
5100
|
+
|
|
5097
5101
|
self._AsrResultSimilarity = AsrResultSimilarity
|
|
5098
5102
|
|
|
5099
5103
|
|
|
@@ -71,6 +71,9 @@ FAILEDOPERATION_JOBNOTEXIST = 'FailedOperation.JobNotExist'
|
|
|
71
71
|
# 任务已停止处理,请重新提交任务。
|
|
72
72
|
FAILEDOPERATION_JOBSTOPPROCESSING = 'FailedOperation.JobStopProcessing'
|
|
73
73
|
|
|
74
|
+
# FailedOperation.ParameterValueError
|
|
75
|
+
FAILEDOPERATION_PARAMETERVALUEERROR = 'FailedOperation.ParameterValueError'
|
|
76
|
+
|
|
74
77
|
# 整个请求体太大(通常主要是图片)。
|
|
75
78
|
FAILEDOPERATION_REQUESTENTITYTOOLARGE = 'FailedOperation.RequestEntityTooLarge'
|
|
76
79
|
|
|
@@ -4254,10 +4254,13 @@ class DescribeCloudStorageRequest(AbstractModel):
|
|
|
4254
4254
|
:type DeviceName: str
|
|
4255
4255
|
:param _UserId: 云存用户ID
|
|
4256
4256
|
:type UserId: str
|
|
4257
|
+
:param _ChannelId: 通道ID 非NVR设备不填 NVR设备必填 默认为无
|
|
4258
|
+
:type ChannelId: int
|
|
4257
4259
|
"""
|
|
4258
4260
|
self._ProductId = None
|
|
4259
4261
|
self._DeviceName = None
|
|
4260
4262
|
self._UserId = None
|
|
4263
|
+
self._ChannelId = None
|
|
4261
4264
|
|
|
4262
4265
|
@property
|
|
4263
4266
|
def ProductId(self):
|
|
@@ -4283,11 +4286,20 @@ class DescribeCloudStorageRequest(AbstractModel):
|
|
|
4283
4286
|
def UserId(self, UserId):
|
|
4284
4287
|
self._UserId = UserId
|
|
4285
4288
|
|
|
4289
|
+
@property
|
|
4290
|
+
def ChannelId(self):
|
|
4291
|
+
return self._ChannelId
|
|
4292
|
+
|
|
4293
|
+
@ChannelId.setter
|
|
4294
|
+
def ChannelId(self, ChannelId):
|
|
4295
|
+
self._ChannelId = ChannelId
|
|
4296
|
+
|
|
4286
4297
|
|
|
4287
4298
|
def _deserialize(self, params):
|
|
4288
4299
|
self._ProductId = params.get("ProductId")
|
|
4289
4300
|
self._DeviceName = params.get("DeviceName")
|
|
4290
4301
|
self._UserId = params.get("UserId")
|
|
4302
|
+
self._ChannelId = params.get("ChannelId")
|
|
4291
4303
|
memeber_set = set(params.keys())
|
|
4292
4304
|
for name, value in vars(self).items():
|
|
4293
4305
|
property_name = name[1:]
|
|
@@ -2262,6 +2262,8 @@ lye1y30d:低功耗事件30天年套餐。
|
|
|
2262
2262
|
:type PackageQueue: str
|
|
2263
2263
|
:param _OrderId: 订单id
|
|
2264
2264
|
:type OrderId: str
|
|
2265
|
+
:param _ChannelId: 通道ID
|
|
2266
|
+
:type ChannelId: int
|
|
2265
2267
|
"""
|
|
2266
2268
|
self._ProductId = None
|
|
2267
2269
|
self._DeviceName = None
|
|
@@ -2269,6 +2271,7 @@ lye1y30d:低功耗事件30天年套餐。
|
|
|
2269
2271
|
self._Override = None
|
|
2270
2272
|
self._PackageQueue = None
|
|
2271
2273
|
self._OrderId = None
|
|
2274
|
+
self._ChannelId = None
|
|
2272
2275
|
|
|
2273
2276
|
@property
|
|
2274
2277
|
def ProductId(self):
|
|
@@ -2318,6 +2321,14 @@ lye1y30d:低功耗事件30天年套餐。
|
|
|
2318
2321
|
def OrderId(self, OrderId):
|
|
2319
2322
|
self._OrderId = OrderId
|
|
2320
2323
|
|
|
2324
|
+
@property
|
|
2325
|
+
def ChannelId(self):
|
|
2326
|
+
return self._ChannelId
|
|
2327
|
+
|
|
2328
|
+
@ChannelId.setter
|
|
2329
|
+
def ChannelId(self, ChannelId):
|
|
2330
|
+
self._ChannelId = ChannelId
|
|
2331
|
+
|
|
2321
2332
|
|
|
2322
2333
|
def _deserialize(self, params):
|
|
2323
2334
|
self._ProductId = params.get("ProductId")
|
|
@@ -2326,6 +2337,7 @@ lye1y30d:低功耗事件30天年套餐。
|
|
|
2326
2337
|
self._Override = params.get("Override")
|
|
2327
2338
|
self._PackageQueue = params.get("PackageQueue")
|
|
2328
2339
|
self._OrderId = params.get("OrderId")
|
|
2340
|
+
self._ChannelId = params.get("ChannelId")
|
|
2329
2341
|
memeber_set = set(params.keys())
|
|
2330
2342
|
for name, value in vars(self).items():
|
|
2331
2343
|
property_name = name[1:]
|
|
@@ -4763,10 +4775,13 @@ class DescribeCloudStorageDateRequest(AbstractModel):
|
|
|
4763
4775
|
:type DeviceName: str
|
|
4764
4776
|
:param _UserId: 用户ID
|
|
4765
4777
|
:type UserId: str
|
|
4778
|
+
:param _ChannelId: 通道ID
|
|
4779
|
+
:type ChannelId: int
|
|
4766
4780
|
"""
|
|
4767
4781
|
self._ProductId = None
|
|
4768
4782
|
self._DeviceName = None
|
|
4769
4783
|
self._UserId = None
|
|
4784
|
+
self._ChannelId = None
|
|
4770
4785
|
|
|
4771
4786
|
@property
|
|
4772
4787
|
def ProductId(self):
|
|
@@ -4792,11 +4807,20 @@ class DescribeCloudStorageDateRequest(AbstractModel):
|
|
|
4792
4807
|
def UserId(self, UserId):
|
|
4793
4808
|
self._UserId = UserId
|
|
4794
4809
|
|
|
4810
|
+
@property
|
|
4811
|
+
def ChannelId(self):
|
|
4812
|
+
return self._ChannelId
|
|
4813
|
+
|
|
4814
|
+
@ChannelId.setter
|
|
4815
|
+
def ChannelId(self, ChannelId):
|
|
4816
|
+
self._ChannelId = ChannelId
|
|
4817
|
+
|
|
4795
4818
|
|
|
4796
4819
|
def _deserialize(self, params):
|
|
4797
4820
|
self._ProductId = params.get("ProductId")
|
|
4798
4821
|
self._DeviceName = params.get("DeviceName")
|
|
4799
4822
|
self._UserId = params.get("UserId")
|
|
4823
|
+
self._ChannelId = params.get("ChannelId")
|
|
4800
4824
|
memeber_set = set(params.keys())
|
|
4801
4825
|
for name, value in vars(self).items():
|
|
4802
4826
|
property_name = name[1:]
|
|
@@ -5706,6 +5730,8 @@ class DescribeCloudStorageTimeRequest(AbstractModel):
|
|
|
5706
5730
|
:type EndTime: int
|
|
5707
5731
|
:param _UserId: 用户ID
|
|
5708
5732
|
:type UserId: str
|
|
5733
|
+
:param _ChannelId: 通道ID
|
|
5734
|
+
:type ChannelId: int
|
|
5709
5735
|
"""
|
|
5710
5736
|
self._ProductId = None
|
|
5711
5737
|
self._DeviceName = None
|
|
@@ -5713,6 +5739,7 @@ class DescribeCloudStorageTimeRequest(AbstractModel):
|
|
|
5713
5739
|
self._StartTime = None
|
|
5714
5740
|
self._EndTime = None
|
|
5715
5741
|
self._UserId = None
|
|
5742
|
+
self._ChannelId = None
|
|
5716
5743
|
|
|
5717
5744
|
@property
|
|
5718
5745
|
def ProductId(self):
|
|
@@ -5762,6 +5789,14 @@ class DescribeCloudStorageTimeRequest(AbstractModel):
|
|
|
5762
5789
|
def UserId(self, UserId):
|
|
5763
5790
|
self._UserId = UserId
|
|
5764
5791
|
|
|
5792
|
+
@property
|
|
5793
|
+
def ChannelId(self):
|
|
5794
|
+
return self._ChannelId
|
|
5795
|
+
|
|
5796
|
+
@ChannelId.setter
|
|
5797
|
+
def ChannelId(self, ChannelId):
|
|
5798
|
+
self._ChannelId = ChannelId
|
|
5799
|
+
|
|
5765
5800
|
|
|
5766
5801
|
def _deserialize(self, params):
|
|
5767
5802
|
self._ProductId = params.get("ProductId")
|
|
@@ -5770,6 +5805,7 @@ class DescribeCloudStorageTimeRequest(AbstractModel):
|
|
|
5770
5805
|
self._StartTime = params.get("StartTime")
|
|
5771
5806
|
self._EndTime = params.get("EndTime")
|
|
5772
5807
|
self._UserId = params.get("UserId")
|
|
5808
|
+
self._ChannelId = params.get("ChannelId")
|
|
5773
5809
|
memeber_set = set(params.keys())
|
|
5774
5810
|
for name, value in vars(self).items():
|
|
5775
5811
|
property_name = name[1:]
|
|
@@ -446,6 +446,9 @@ RESOURCENOTFOUND_PLANNOTEXIST = 'ResourceNotFound.PlanNotExist'
|
|
|
446
446
|
# 取回任务不存在
|
|
447
447
|
RESOURCENOTFOUND_RETRIEVETASKNOTEXIST = 'ResourceNotFound.RetrieveTaskNotExist'
|
|
448
448
|
|
|
449
|
+
# 视频流不存在或已关闭
|
|
450
|
+
RESOURCENOTFOUND_STREAMNOTEXISTORCLOSE = 'ResourceNotFound.StreamNotExistOrClose'
|
|
451
|
+
|
|
449
452
|
# 模板不存在
|
|
450
453
|
RESOURCENOTFOUND_TEMPLATENOTEXIST = 'ResourceNotFound.TemplateNotExist'
|
|
451
454
|
|
|
@@ -9955,7 +9955,7 @@ class ListRecordBackupPlanDevicesData(AbstractModel):
|
|
|
9955
9955
|
:type TotalCount: int
|
|
9956
9956
|
:param _List: 设备通道信息列表
|
|
9957
9957
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9958
|
-
:type List:
|
|
9958
|
+
:type List: list of RecordPlanChannelInfo
|
|
9959
9959
|
"""
|
|
9960
9960
|
self._PageNumber = None
|
|
9961
9961
|
self._PageSize = None
|
|
@@ -10000,8 +10000,11 @@ class ListRecordBackupPlanDevicesData(AbstractModel):
|
|
|
10000
10000
|
self._PageSize = params.get("PageSize")
|
|
10001
10001
|
self._TotalCount = params.get("TotalCount")
|
|
10002
10002
|
if params.get("List") is not None:
|
|
10003
|
-
self._List =
|
|
10004
|
-
|
|
10003
|
+
self._List = []
|
|
10004
|
+
for item in params.get("List"):
|
|
10005
|
+
obj = RecordPlanChannelInfo()
|
|
10006
|
+
obj._deserialize(item)
|
|
10007
|
+
self._List.append(obj)
|
|
10005
10008
|
memeber_set = set(params.keys())
|
|
10006
10009
|
for name, value in vars(self).items():
|
|
10007
10010
|
property_name = name[1:]
|
|
@@ -10028,9 +10031,9 @@ class ListRecordBackupPlanDevicesRequest(AbstractModel):
|
|
|
10028
10031
|
:param _OrganizationName: 按照组织名称查询(为空时,不参考该参数)
|
|
10029
10032
|
:type OrganizationName: str
|
|
10030
10033
|
:param _PageSize: 每页最大数量
|
|
10031
|
-
:type PageSize:
|
|
10032
|
-
:param _PageNumber:
|
|
10033
|
-
:type PageNumber:
|
|
10034
|
+
:type PageSize: int
|
|
10035
|
+
:param _PageNumber: 分页页数
|
|
10036
|
+
:type PageNumber: int
|
|
10034
10037
|
"""
|
|
10035
10038
|
self._PlanId = None
|
|
10036
10039
|
self._DeviceName = None
|
|
@@ -4815,6 +4815,9 @@ class DescribeUserResponse(AbstractModel):
|
|
|
4815
4815
|
:type Name: str
|
|
4816
4816
|
:param _Avatar: 用户头像Url。
|
|
4817
4817
|
:type Avatar: str
|
|
4818
|
+
:param _OriginId: 用户在客户系统的Id
|
|
4819
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4820
|
+
:type OriginId: str
|
|
4818
4821
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4819
4822
|
:type RequestId: str
|
|
4820
4823
|
"""
|
|
@@ -4822,6 +4825,7 @@ class DescribeUserResponse(AbstractModel):
|
|
|
4822
4825
|
self._UserId = None
|
|
4823
4826
|
self._Name = None
|
|
4824
4827
|
self._Avatar = None
|
|
4828
|
+
self._OriginId = None
|
|
4825
4829
|
self._RequestId = None
|
|
4826
4830
|
|
|
4827
4831
|
@property
|
|
@@ -4856,6 +4860,14 @@ class DescribeUserResponse(AbstractModel):
|
|
|
4856
4860
|
def Avatar(self, Avatar):
|
|
4857
4861
|
self._Avatar = Avatar
|
|
4858
4862
|
|
|
4863
|
+
@property
|
|
4864
|
+
def OriginId(self):
|
|
4865
|
+
return self._OriginId
|
|
4866
|
+
|
|
4867
|
+
@OriginId.setter
|
|
4868
|
+
def OriginId(self, OriginId):
|
|
4869
|
+
self._OriginId = OriginId
|
|
4870
|
+
|
|
4859
4871
|
@property
|
|
4860
4872
|
def RequestId(self):
|
|
4861
4873
|
return self._RequestId
|
|
@@ -4870,6 +4882,7 @@ class DescribeUserResponse(AbstractModel):
|
|
|
4870
4882
|
self._UserId = params.get("UserId")
|
|
4871
4883
|
self._Name = params.get("Name")
|
|
4872
4884
|
self._Avatar = params.get("Avatar")
|
|
4885
|
+
self._OriginId = params.get("OriginId")
|
|
4873
4886
|
self._RequestId = params.get("RequestId")
|
|
4874
4887
|
|
|
4875
4888
|
|
|
@@ -8488,11 +8501,15 @@ class UserInfo(AbstractModel):
|
|
|
8488
8501
|
:param _Avatar: 用户头像Url。
|
|
8489
8502
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8490
8503
|
:type Avatar: str
|
|
8504
|
+
:param _OriginId: 用户在客户系统的Id
|
|
8505
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8506
|
+
:type OriginId: str
|
|
8491
8507
|
"""
|
|
8492
8508
|
self._SdkAppId = None
|
|
8493
8509
|
self._UserId = None
|
|
8494
8510
|
self._Name = None
|
|
8495
8511
|
self._Avatar = None
|
|
8512
|
+
self._OriginId = None
|
|
8496
8513
|
|
|
8497
8514
|
@property
|
|
8498
8515
|
def SdkAppId(self):
|
|
@@ -8526,12 +8543,21 @@ class UserInfo(AbstractModel):
|
|
|
8526
8543
|
def Avatar(self, Avatar):
|
|
8527
8544
|
self._Avatar = Avatar
|
|
8528
8545
|
|
|
8546
|
+
@property
|
|
8547
|
+
def OriginId(self):
|
|
8548
|
+
return self._OriginId
|
|
8549
|
+
|
|
8550
|
+
@OriginId.setter
|
|
8551
|
+
def OriginId(self, OriginId):
|
|
8552
|
+
self._OriginId = OriginId
|
|
8553
|
+
|
|
8529
8554
|
|
|
8530
8555
|
def _deserialize(self, params):
|
|
8531
8556
|
self._SdkAppId = params.get("SdkAppId")
|
|
8532
8557
|
self._UserId = params.get("UserId")
|
|
8533
8558
|
self._Name = params.get("Name")
|
|
8534
8559
|
self._Avatar = params.get("Avatar")
|
|
8560
|
+
self._OriginId = params.get("OriginId")
|
|
8535
8561
|
memeber_set = set(params.keys())
|
|
8536
8562
|
for name, value in vars(self).items():
|
|
8537
8563
|
property_name = name[1:]
|
|
@@ -1667,7 +1667,7 @@ class CreateHourDBInstanceRequest(AbstractModel):
|
|
|
1667
1667
|
|
|
1668
1668
|
def __init__(self):
|
|
1669
1669
|
r"""
|
|
1670
|
-
:param _Zones:
|
|
1670
|
+
:param _Zones: 节点可用区分布,可填写多个可用区。
|
|
1671
1671
|
:type Zones: list of str
|
|
1672
1672
|
:param _NodeCount: 节点个数
|
|
1673
1673
|
:type NodeCount: int
|
|
@@ -1705,6 +1705,8 @@ innodb_page_size(innodb数据页,默认16K),sync_mode(同步模式:0
|
|
|
1705
1705
|
:type RollbackInstanceId: str
|
|
1706
1706
|
:param _RollbackTime: 回档时间
|
|
1707
1707
|
:type RollbackTime: str
|
|
1708
|
+
:param _DcnSyncMode: DCN同步模式,0:普通DCN同步,1:一致性同步
|
|
1709
|
+
:type DcnSyncMode: int
|
|
1708
1710
|
"""
|
|
1709
1711
|
self._Zones = None
|
|
1710
1712
|
self._NodeCount = None
|
|
@@ -1724,6 +1726,7 @@ innodb_page_size(innodb数据页,默认16K),sync_mode(同步模式:0
|
|
|
1724
1726
|
self._InitParams = None
|
|
1725
1727
|
self._RollbackInstanceId = None
|
|
1726
1728
|
self._RollbackTime = None
|
|
1729
|
+
self._DcnSyncMode = None
|
|
1727
1730
|
|
|
1728
1731
|
@property
|
|
1729
1732
|
def Zones(self):
|
|
@@ -1869,6 +1872,14 @@ innodb_page_size(innodb数据页,默认16K),sync_mode(同步模式:0
|
|
|
1869
1872
|
def RollbackTime(self, RollbackTime):
|
|
1870
1873
|
self._RollbackTime = RollbackTime
|
|
1871
1874
|
|
|
1875
|
+
@property
|
|
1876
|
+
def DcnSyncMode(self):
|
|
1877
|
+
return self._DcnSyncMode
|
|
1878
|
+
|
|
1879
|
+
@DcnSyncMode.setter
|
|
1880
|
+
def DcnSyncMode(self, DcnSyncMode):
|
|
1881
|
+
self._DcnSyncMode = DcnSyncMode
|
|
1882
|
+
|
|
1872
1883
|
|
|
1873
1884
|
def _deserialize(self, params):
|
|
1874
1885
|
self._Zones = params.get("Zones")
|
|
@@ -1899,6 +1910,7 @@ innodb_page_size(innodb数据页,默认16K),sync_mode(同步模式:0
|
|
|
1899
1910
|
self._InitParams.append(obj)
|
|
1900
1911
|
self._RollbackInstanceId = params.get("RollbackInstanceId")
|
|
1901
1912
|
self._RollbackTime = params.get("RollbackTime")
|
|
1913
|
+
self._DcnSyncMode = params.get("DcnSyncMode")
|
|
1902
1914
|
memeber_set = set(params.keys())
|
|
1903
1915
|
for name, value in vars(self).items():
|
|
1904
1916
|
property_name = name[1:]
|
|
@@ -249,7 +249,7 @@ class InstanceListInfo(AbstractModel):
|
|
|
249
249
|
:type Tags: list of TagInfo
|
|
250
250
|
:param _InstanceId: 实例ID
|
|
251
251
|
:type InstanceId: str
|
|
252
|
-
:param _RegionId: 地域id 1--广州 4--上海 5-- 香港 6--多伦多 7--上海金融 8--北京 9-- 新加坡 11--深圳金融 15--美西(硅谷)16--成都 17--德国 18--韩国 19--重庆 21--印度 22--美东(弗吉尼亚)23--泰国
|
|
252
|
+
:param _RegionId: 地域id 1--广州 4--上海 5-- 香港 6--多伦多 7--上海金融 8--北京 9-- 新加坡 11--深圳金融 15--美西(硅谷)16--成都 17--德国 18--韩国 19--重庆 21--印度 22--美东(弗吉尼亚)23--泰国 25--日本
|
|
253
253
|
:type RegionId: int
|
|
254
254
|
:param _InstanceDesc: 实例描述信息
|
|
255
255
|
:type InstanceDesc: str
|
|
@@ -471,7 +471,7 @@ class MsClient(AbstractClient):
|
|
|
471
471
|
|
|
472
472
|
|
|
473
473
|
def RequestLocalTask(self, request):
|
|
474
|
-
"""client
|
|
474
|
+
"""client任务请求
|
|
475
475
|
|
|
476
476
|
:param request: Request instance for RequestLocalTask.
|
|
477
477
|
:type request: :class:`tencentcloud.ms.v20180408.models.RequestLocalTaskRequest`
|
|
@@ -494,7 +494,7 @@ class MsClient(AbstractClient):
|
|
|
494
494
|
|
|
495
495
|
|
|
496
496
|
def UpdateClientState(self, request):
|
|
497
|
-
"""更新client
|
|
497
|
+
"""更新client状态,需要白名单
|
|
498
498
|
|
|
499
499
|
:param request: Request instance for UpdateClientState.
|
|
500
500
|
:type request: :class:`tencentcloud.ms.v20180408.models.UpdateClientStateRequest`
|
|
@@ -517,7 +517,7 @@ class MsClient(AbstractClient):
|
|
|
517
517
|
|
|
518
518
|
|
|
519
519
|
def UpdateLocalTaskResult(self, request):
|
|
520
|
-
"""
|
|
520
|
+
"""更新本地任务执行结果
|
|
521
521
|
|
|
522
522
|
:param request: Request instance for UpdateLocalTaskResult.
|
|
523
523
|
:type request: :class:`tencentcloud.ms.v20180408.models.UpdateLocalTaskResultRequest`
|
|
@@ -165,7 +165,7 @@ class NlpClient(AbstractClient):
|
|
|
165
165
|
|
|
166
166
|
|
|
167
167
|
def GenerateKeywordSentence(self, request):
|
|
168
|
-
"""
|
|
168
|
+
"""根据提供的关键词,生成简洁明了的关键句子,便于用户快速获取核心观点。
|
|
169
169
|
|
|
170
170
|
:param request: Request instance for GenerateKeywordSentence.
|
|
171
171
|
:type request: :class:`tencentcloud.nlp.v20190408.models.GenerateKeywordSentenceRequest`
|
|
@@ -1216,9 +1216,11 @@ class BizLicenseOCRResponse(AbstractModel):
|
|
|
1216
1216
|
:type SetDate: str
|
|
1217
1217
|
:param _RecognizeWarnCode: Code 告警码列表和释义:
|
|
1218
1218
|
-9102 黑白复印件告警
|
|
1219
|
+
-9104 翻拍件告警
|
|
1219
1220
|
:type RecognizeWarnCode: list of int
|
|
1220
1221
|
:param _RecognizeWarnMsg: 告警码说明:
|
|
1221
1222
|
WARN_COPY_CARD 黑白复印件告警
|
|
1223
|
+
WARN_RESHOOT_SCREENED_CARD 翻拍件告警
|
|
1222
1224
|
:type RecognizeWarnMsg: list of str
|
|
1223
1225
|
:param _IsDuplication: 是否为副本。1为是,-1为不是。
|
|
1224
1226
|
:type IsDuplication: int
|
|
@@ -9781,7 +9781,7 @@ class InstanceSet(AbstractModel):
|
|
|
9781
9781
|
:type Appid: int
|
|
9782
9782
|
:param _ProjectId: 项目 ID。
|
|
9783
9783
|
:type ProjectId: int
|
|
9784
|
-
:param _RegionId: 地域 ID。<ul><li>1:广州。</li><li>4:上海。</li><li>5:中国香港。</li><li>6:多伦多。</li> <li>7:上海金融。</li> <li>8:北京。</li> <li>9:新加坡。</li> <li>11:深圳金融。</li> <li>15:美西(硅谷)。</li><li>16:成都。</li><li>17:法兰克福。</li><li>18:首尔。</li><li>19:重庆。</li><li>21:孟买。</li><li>22:美东(弗吉尼亚)。</li><li>23:曼谷。</li><li>
|
|
9784
|
+
:param _RegionId: 地域 ID。<ul><li>1:广州。</li><li>4:上海。</li><li>5:中国香港。</li><li>6:多伦多。</li> <li>7:上海金融。</li> <li>8:北京。</li> <li>9:新加坡。</li> <li>11:深圳金融。</li> <li>15:美西(硅谷)。</li><li>16:成都。</li><li>17:法兰克福。</li><li>18:首尔。</li><li>19:重庆。</li><li>21:孟买。</li><li>22:美东(弗吉尼亚)。</li><li>23:曼谷。</li><li>25:东京。</li></ul>
|
|
9785
9785
|
:type RegionId: int
|
|
9786
9786
|
:param _ZoneId: 区域 ID。
|
|
9787
9787
|
:type ZoneId: int
|