tencentcloud-sdk-python 3.0.1081__py2.py3-none-any.whl → 3.0.1082__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.

Files changed (38) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  3. tencentcloud/cdb/v20170320/errorcodes.py +3 -0
  4. tencentcloud/cdb/v20170320/models.py +38 -1
  5. tencentcloud/cdwdoris/v20211228/models.py +39 -0
  6. tencentcloud/cfw/v20190904/models.py +316 -26
  7. tencentcloud/cynosdb/v20190107/cynosdb_client.py +23 -0
  8. tencentcloud/cynosdb/v20190107/models.py +440 -0
  9. tencentcloud/dasb/v20191018/models.py +26 -0
  10. tencentcloud/emr/v20190103/models.py +26 -0
  11. tencentcloud/es/v20180416/models.py +12 -0
  12. tencentcloud/ess/v20201111/ess_client.py +36 -2
  13. tencentcloud/ess/v20201111/models.py +145 -0
  14. tencentcloud/essbasic/v20210526/essbasic_client.py +33 -0
  15. tencentcloud/essbasic/v20210526/models.py +119 -8
  16. tencentcloud/hai/v20230812/errorcodes.py +3 -0
  17. tencentcloud/kms/v20190118/models.py +1 -1
  18. tencentcloud/monitor/v20180724/models.py +26 -0
  19. tencentcloud/ocr/v20181119/models.py +2 -2
  20. tencentcloud/postgres/v20170312/models.py +5 -5
  21. tencentcloud/scf/v20180416/errorcodes.py +3 -0
  22. tencentcloud/tione/v20211111/errorcodes.py +9 -0
  23. tencentcloud/tione/v20211111/models.py +53 -34
  24. tencentcloud/tione/v20211111/tione_client.py +6 -6
  25. tencentcloud/tmt/v20180321/models.py +1 -1
  26. tencentcloud/tmt/v20180321/tmt_client.py +1 -1
  27. tencentcloud/trtc/v20190722/models.py +15 -3
  28. tencentcloud/trtc/v20190722/trtc_client.py +2 -2
  29. tencentcloud/vod/v20180717/models.py +67 -0
  30. tencentcloud/waf/v20180125/models.py +710 -162
  31. tencentcloud/waf/v20180125/waf_client.py +6 -7
  32. tencentcloud/wedata/v20210820/models.py +77152 -44096
  33. tencentcloud/wedata/v20210820/wedata_client.py +4504 -1488
  34. {tencentcloud_sdk_python-3.0.1081.dist-info → tencentcloud_sdk_python-3.0.1082.dist-info}/METADATA +1 -1
  35. {tencentcloud_sdk_python-3.0.1081.dist-info → tencentcloud_sdk_python-3.0.1082.dist-info}/RECORD +38 -38
  36. {tencentcloud_sdk_python-3.0.1081.dist-info → tencentcloud_sdk_python-3.0.1082.dist-info}/LICENSE +0 -0
  37. {tencentcloud_sdk_python-3.0.1081.dist-info → tencentcloud_sdk_python-3.0.1082.dist-info}/WHEEL +0 -0
  38. {tencentcloud_sdk_python-3.0.1081.dist-info → tencentcloud_sdk_python-3.0.1082.dist-info}/top_level.txt +0 -0
@@ -319,6 +319,10 @@ class ApproverInfo(AbstractModel):
319
319
  :type AddSignComponentsLimits: list of ComponentLimit
320
320
  :param _SignInstructionContent: 签署须知:支持传入富文本,最长字数:500个中文字符
321
321
  :type SignInstructionContent: str
322
+ :param _Deadline: 签署人的签署截止时间,格式为Unix标准时间戳(秒)
323
+
324
+ 注: `若不设置此参数,则默认使用合同的截止时间,此参数暂不支持合同组子合同`
325
+ :type Deadline: int
322
326
  """
323
327
  self._ApproverType = None
324
328
  self._ApproverName = None
@@ -341,6 +345,7 @@ class ApproverInfo(AbstractModel):
341
345
  self._ApproverNeedSignReview = None
342
346
  self._AddSignComponentsLimits = None
343
347
  self._SignInstructionContent = None
348
+ self._Deadline = None
344
349
 
345
350
  @property
346
351
  def ApproverType(self):
@@ -510,6 +515,14 @@ class ApproverInfo(AbstractModel):
510
515
  def SignInstructionContent(self, SignInstructionContent):
511
516
  self._SignInstructionContent = SignInstructionContent
512
517
 
518
+ @property
519
+ def Deadline(self):
520
+ return self._Deadline
521
+
522
+ @Deadline.setter
523
+ def Deadline(self, Deadline):
524
+ self._Deadline = Deadline
525
+
513
526
 
514
527
  def _deserialize(self, params):
515
528
  self._ApproverType = params.get("ApproverType")
@@ -545,6 +558,7 @@ class ApproverInfo(AbstractModel):
545
558
  obj._deserialize(item)
546
559
  self._AddSignComponentsLimits.append(obj)
547
560
  self._SignInstructionContent = params.get("SignInstructionContent")
561
+ self._Deadline = params.get("Deadline")
548
562
  memeber_set = set(params.keys())
549
563
  for name, value in vars(self).items():
550
564
  property_name = name[1:]
@@ -14016,6 +14030,11 @@ class FlowCreateApprover(AbstractModel):
14016
14030
  注:
14017
14031
  `不指定该值时,默认为签署方自行选择。`
14018
14032
  :type SignTypeSelector: int
14033
+ :param _Deadline: Deadline
14034
+ 签署人的签署截止时间,格式为Unix标准时间戳(秒)
14035
+
14036
+ 注: `若不设置此参数,则默认使用合同的截止时间,此参数暂不支持合同组子合同`
14037
+ :type Deadline: int
14019
14038
  """
14020
14039
  self._ApproverType = None
14021
14040
  self._OrganizationName = None
@@ -14043,6 +14062,7 @@ class FlowCreateApprover(AbstractModel):
14043
14062
  self._ApproverVerifyTypes = None
14044
14063
  self._ApproverSignTypes = None
14045
14064
  self._SignTypeSelector = None
14065
+ self._Deadline = None
14046
14066
 
14047
14067
  @property
14048
14068
  def ApproverType(self):
@@ -14256,6 +14276,14 @@ class FlowCreateApprover(AbstractModel):
14256
14276
  def SignTypeSelector(self, SignTypeSelector):
14257
14277
  self._SignTypeSelector = SignTypeSelector
14258
14278
 
14279
+ @property
14280
+ def Deadline(self):
14281
+ return self._Deadline
14282
+
14283
+ @Deadline.setter
14284
+ def Deadline(self, Deadline):
14285
+ self._Deadline = Deadline
14286
+
14259
14287
 
14260
14288
  def _deserialize(self, params):
14261
14289
  self._ApproverType = params.get("ApproverType")
@@ -14298,6 +14326,7 @@ class FlowCreateApprover(AbstractModel):
14298
14326
  self._ApproverVerifyTypes = params.get("ApproverVerifyTypes")
14299
14327
  self._ApproverSignTypes = params.get("ApproverSignTypes")
14300
14328
  self._SignTypeSelector = params.get("SignTypeSelector")
14329
+ self._Deadline = params.get("Deadline")
14301
14330
  memeber_set = set(params.keys())
14302
14331
  for name, value in vars(self).items():
14303
14332
  property_name = name[1:]
@@ -16032,6 +16061,122 @@ class ModifyExtendedServiceResponse(AbstractModel):
16032
16061
  self._RequestId = params.get("RequestId")
16033
16062
 
16034
16063
 
16064
+ class ModifyFlowDeadlineRequest(AbstractModel):
16065
+ """ModifyFlowDeadline请求参数结构体
16066
+
16067
+ """
16068
+
16069
+ def __init__(self):
16070
+ r"""
16071
+ :param _Operator: 执行本接口操作的员工信息。
16072
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
16073
+ :type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
16074
+ :param _FlowId: 合同流程ID,为32位字符串。
16075
+ <ul><li>建议开发者妥善保存此流程ID,以便于顺利进行后续操作。</li>
16076
+ <li>可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。</li></ul>
16077
+ :type FlowId: str
16078
+ :param _Deadline: 签署流程或签署人新的签署截止时间,格式为Unix标准时间戳(秒)
16079
+ :type Deadline: int
16080
+ :param _Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
16081
+ :type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
16082
+ :param _RecipientId: 签署方角色编号,为32位字符串
16083
+ <ul><li>若指定了此参数,则只调整签署流程中此签署人的签署截止时间,否则调整合同整体的签署截止时间(合同截止时间+发起时未设置签署人截止时间的参与人的签署截止时间)</li>
16084
+ <li>通过[用PDF文件创建签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowByFiles)发起合同,或通过[模板发起合同-创建电子文档](https://qian.tencent.com/developers/companyApis/startFlows/CreateDocument)时,返回参数[Approvers](https://qian.tencent.com/developers/companyApis/dataTypes/#approveritem)会返回此信息,建议开发者妥善保存</li>
16085
+ <li>也可通过[查询合同流程的详情信息](https://qian.tencent.com/developers/companyApis/queryFlows/DescribeFlowInfo)接口查询签署人的RecipientId编号</li></ul>
16086
+ :type RecipientId: str
16087
+ """
16088
+ self._Operator = None
16089
+ self._FlowId = None
16090
+ self._Deadline = None
16091
+ self._Agent = None
16092
+ self._RecipientId = None
16093
+
16094
+ @property
16095
+ def Operator(self):
16096
+ return self._Operator
16097
+
16098
+ @Operator.setter
16099
+ def Operator(self, Operator):
16100
+ self._Operator = Operator
16101
+
16102
+ @property
16103
+ def FlowId(self):
16104
+ return self._FlowId
16105
+
16106
+ @FlowId.setter
16107
+ def FlowId(self, FlowId):
16108
+ self._FlowId = FlowId
16109
+
16110
+ @property
16111
+ def Deadline(self):
16112
+ return self._Deadline
16113
+
16114
+ @Deadline.setter
16115
+ def Deadline(self, Deadline):
16116
+ self._Deadline = Deadline
16117
+
16118
+ @property
16119
+ def Agent(self):
16120
+ return self._Agent
16121
+
16122
+ @Agent.setter
16123
+ def Agent(self, Agent):
16124
+ self._Agent = Agent
16125
+
16126
+ @property
16127
+ def RecipientId(self):
16128
+ return self._RecipientId
16129
+
16130
+ @RecipientId.setter
16131
+ def RecipientId(self, RecipientId):
16132
+ self._RecipientId = RecipientId
16133
+
16134
+
16135
+ def _deserialize(self, params):
16136
+ if params.get("Operator") is not None:
16137
+ self._Operator = UserInfo()
16138
+ self._Operator._deserialize(params.get("Operator"))
16139
+ self._FlowId = params.get("FlowId")
16140
+ self._Deadline = params.get("Deadline")
16141
+ if params.get("Agent") is not None:
16142
+ self._Agent = Agent()
16143
+ self._Agent._deserialize(params.get("Agent"))
16144
+ self._RecipientId = params.get("RecipientId")
16145
+ memeber_set = set(params.keys())
16146
+ for name, value in vars(self).items():
16147
+ property_name = name[1:]
16148
+ if property_name in memeber_set:
16149
+ memeber_set.remove(property_name)
16150
+ if len(memeber_set) > 0:
16151
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
16152
+
16153
+
16154
+
16155
+ class ModifyFlowDeadlineResponse(AbstractModel):
16156
+ """ModifyFlowDeadline返回参数结构体
16157
+
16158
+ """
16159
+
16160
+ def __init__(self):
16161
+ r"""
16162
+ :param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
16163
+ :type RequestId: str
16164
+ """
16165
+ self._RequestId = None
16166
+
16167
+ @property
16168
+ def RequestId(self):
16169
+ return self._RequestId
16170
+
16171
+ @RequestId.setter
16172
+ def RequestId(self, RequestId):
16173
+ self._RequestId = RequestId
16174
+
16175
+
16176
+ def _deserialize(self, params):
16177
+ self._RequestId = params.get("RequestId")
16178
+
16179
+
16035
16180
  class ModifyIntegrationDepartmentRequest(AbstractModel):
16036
16181
  """ModifyIntegrationDepartment请求参数结构体
16037
16182
 
@@ -2264,6 +2264,39 @@ class EssbasicClient(AbstractClient):
2264
2264
  raise TencentCloudSDKException(type(e).__name__, str(e))
2265
2265
 
2266
2266
 
2267
+ def ModifyFlowDeadline(self, request):
2268
+ """在已发起的签署流程中,我们支持对签署截止日期进行延期操作,主要涉及以下两个维度:
2269
+ 1. 合同(流程)维度:只需要传递流程ID。这将对尚未设定签署截止时间的合同(流程)和发起合同(流程)时的签署人进行延期操作。
2270
+ 2. 签署人维度:需要传递流程ID和签署人ID。此操作将对签署人进行延期操作,尤其对于有序的合同(流程),签署截止时间不能超过后一位合同(流程)签署人的流程截止时间。
2271
+
2272
+ 此接口有如下限制条件:
2273
+ 1. 执行操作的员工需为发起方企业的超级管理员、法定代表人或签署流程的发起人。
2274
+ 2. 在延长整个签署流程时,签署流程应至少还有一方未签署(即签署流程不能处于已全部签署完成、已拒签、已过期、已撤回、拒绝填写、已解除等合同状态)。
2275
+ 3. 在延长整个签署流程时,新的签署截止日期应晚于合同已设定的签署截止日期和当前日期。
2276
+ 4. 在延长签署方的截止时间时,签署方不能处于流程完结或已终止状态(即签署人不能处于已签署、已拒签、已过期、已撤回、拒绝填写、已解除等状态)。
2277
+ 5. 在延长签署方的截止时间时,签署方的新签署截止日期应晚于当前日期和签署方已设定的截止日期。若为有序合同,还应早于或等于下一签署人的截止日期,且早于签署流程整体的截止日期。
2278
+ 6. 不支持操作合同组合同。
2279
+
2280
+ :param request: Request instance for ModifyFlowDeadline.
2281
+ :type request: :class:`tencentcloud.essbasic.v20210526.models.ModifyFlowDeadlineRequest`
2282
+ :rtype: :class:`tencentcloud.essbasic.v20210526.models.ModifyFlowDeadlineResponse`
2283
+
2284
+ """
2285
+ try:
2286
+ params = request._serialize()
2287
+ headers = request.headers
2288
+ body = self.call("ModifyFlowDeadline", params, headers=headers)
2289
+ response = json.loads(body)
2290
+ model = models.ModifyFlowDeadlineResponse()
2291
+ model._deserialize(response["Response"])
2292
+ return model
2293
+ except Exception as e:
2294
+ if isinstance(e, TencentCloudSDKException):
2295
+ raise
2296
+ else:
2297
+ raise TencentCloudSDKException(type(e).__name__, str(e))
2298
+
2299
+
2267
2300
  def OperateChannelTemplate(self, request):
2268
2301
  """此接口(OperateChannelTemplate)用于针对第三方应用平台模板库中的模板对子客企业发布授权的查询和设置。
2269
2302
  平台模板库中的模板的位置在控制台 企业应用管理 中下面的应用模板库管理目录, 可以参照下图位置
@@ -1355,6 +1355,7 @@ class ChannelBillUsageDetail(AbstractModel):
1355
1355
  <li>**OrgEssAuth**: 签署企业实名</li>
1356
1356
  <li>**FlowNotify**: 短信通知</li>
1357
1357
  <li>**AuthService**: 企业工商信息查询</li>
1358
+ <li>**NoAuthSign**: 形式签</li>
1358
1359
  </ul>
1359
1360
  :type QuotaType: str
1360
1361
  :param _UseCount: 合同使用量
@@ -3801,16 +3802,22 @@ class ChannelCreateFlowSignReviewRequest(AbstractModel):
3801
3802
 
3802
3803
  def __init__(self):
3803
3804
  r"""
3804
- :param _Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
3805
+ :param _Agent: 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
3806
+
3807
+ 此接口下面信息必填。
3808
+ <ul>
3809
+ <li>渠道应用标识: Agent.AppId</li>
3810
+ <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
3811
+ <li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
3812
+ </ul>
3813
+ 第三方平台子客企业和员工必须已经经过实名认证
3805
3814
  :type Agent: :class:`tencentcloud.essbasic.v20210526.models.Agent`
3806
3815
  :param _FlowId: 合同流程ID,为32位字符串。
3807
- <ul><li>建议开发者妥善保存此流程ID,以便于顺利进行后续操作。</li>
3808
- <li>可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。</li></ul>
3809
3816
  :type FlowId: str
3810
3817
  :param _ReviewType: 企业内部审核结果
3811
- <ul><li>PASS: 审核通过</li>
3812
- <li>REJECT: 审核拒绝</li>
3813
- <li>SIGN_REJECT:拒签(流程结束)</li></ul>
3818
+ <ul><li>PASS: 审核通过(流程可以继续签署或者发起)</li>
3819
+ <li>REJECT: 审核拒绝(流程状态不变,可以继续调用审核接口通过审核)</li>
3820
+ <li>SIGN_REJECT:拒签(流程终止,流程状态变为拒签状态)</li></ul>
3814
3821
  :type ReviewType: str
3815
3822
  :param _ReviewMessage: 审核结果原因
3816
3823
  <ul><li>字符串长度不超过200</li>
@@ -6511,6 +6518,7 @@ class ChannelDescribeBillUsageDetailRequest(AbstractModel):
6511
6518
  <li>**OrgEssAuth**: 签署企业实名</li>
6512
6519
  <li>**FlowNotify**: 短信通知</li>
6513
6520
  <li>**AuthService**: 企业工商信息查询</li>
6521
+ <li>**NoAuthSign**: 形式签</li>
6514
6522
  </ul>
6515
6523
  :type QuotaType: str
6516
6524
  :param _Offset: 指定分页返回第几页的数据,如果不传默认返回第一页,页码从 0 开始,即首页为 0
@@ -13670,8 +13678,9 @@ class FlowApproverInfo(AbstractModel):
13670
13678
  :type ApproverType: str
13671
13679
  :param _RecipientId: 签署流程签署人在模板中对应的签署人Id;在非单方签署、以及非B2C签署的场景下必传,用于指定当前签署方在签署流程中的位置;
13672
13680
  :type RecipientId: str
13673
- :param _Deadline: 本签署人在此合同流程的签署截止时间,格式为Unix标准时间戳(秒),如果未设置签署截止时间,则默认为合同流程创建后的365天时截止。
13674
- 如果在签署截止时间前未完成签署,则合同状态会变为已过期,导致合同作废。
13681
+ :param _Deadline: 签署人的签署截止时间,格式为Unix标准时间戳(秒)
13682
+
13683
+ 注: `若不设置此参数,则默认使用合同的截止时间,此参数暂不支持合同组子合同`
13675
13684
  :type Deadline: int
13676
13685
  :param _CallbackUrl: 签署完回调url,最大长度1000个字符
13677
13686
  :type CallbackUrl: str
@@ -15560,6 +15569,108 @@ class ModifyExtendedServiceResponse(AbstractModel):
15560
15569
  self._RequestId = params.get("RequestId")
15561
15570
 
15562
15571
 
15572
+ class ModifyFlowDeadlineRequest(AbstractModel):
15573
+ """ModifyFlowDeadline请求参数结构体
15574
+
15575
+ """
15576
+
15577
+ def __init__(self):
15578
+ r"""
15579
+ :param _Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
15580
+ :type Agent: :class:`tencentcloud.essbasic.v20210526.models.Agent`
15581
+ :param _FlowId: 合同流程ID,为32位字符串。
15582
+ <ul><li>建议开发者妥善保存此流程ID,以便于顺利进行后续操作。</li>
15583
+ <li>可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。</li></ul>
15584
+ :type FlowId: str
15585
+ :param _Deadline: 签署流程或签署人新的签署截止时间,格式为Unix标准时间戳(秒)
15586
+
15587
+ :type Deadline: int
15588
+ :param _RecipientId: 签署方角色编号,为32位字符串
15589
+ <ul><li>若指定了此参数,则只调整签署流程中此签署人的签署截止时间,否则调整合同整体的签署截止时间(合同截止时间+发起时未设置签署人截止时间的参与人的签署截止时间)</li>
15590
+ <li>通过[用PDF文件创建签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowByFiles)发起合同,或通过[模板发起合同-创建电子文档](https://qian.tencent.com/developers/companyApis/startFlows/CreateDocument)时,返回参数[Approvers](https://qian.tencent.com/developers/companyApis/dataTypes/#approveritem)会返回此信息,建议开发者妥善保存</li>
15591
+ <li>也可通过[查询合同流程的详情信息](https://qian.tencent.com/developers/companyApis/queryFlows/DescribeFlowInfo)接口查询签署人的RecipientId编号</li></ul>
15592
+ :type RecipientId: str
15593
+ """
15594
+ self._Agent = None
15595
+ self._FlowId = None
15596
+ self._Deadline = None
15597
+ self._RecipientId = None
15598
+
15599
+ @property
15600
+ def Agent(self):
15601
+ return self._Agent
15602
+
15603
+ @Agent.setter
15604
+ def Agent(self, Agent):
15605
+ self._Agent = Agent
15606
+
15607
+ @property
15608
+ def FlowId(self):
15609
+ return self._FlowId
15610
+
15611
+ @FlowId.setter
15612
+ def FlowId(self, FlowId):
15613
+ self._FlowId = FlowId
15614
+
15615
+ @property
15616
+ def Deadline(self):
15617
+ return self._Deadline
15618
+
15619
+ @Deadline.setter
15620
+ def Deadline(self, Deadline):
15621
+ self._Deadline = Deadline
15622
+
15623
+ @property
15624
+ def RecipientId(self):
15625
+ return self._RecipientId
15626
+
15627
+ @RecipientId.setter
15628
+ def RecipientId(self, RecipientId):
15629
+ self._RecipientId = RecipientId
15630
+
15631
+
15632
+ def _deserialize(self, params):
15633
+ if params.get("Agent") is not None:
15634
+ self._Agent = Agent()
15635
+ self._Agent._deserialize(params.get("Agent"))
15636
+ self._FlowId = params.get("FlowId")
15637
+ self._Deadline = params.get("Deadline")
15638
+ self._RecipientId = params.get("RecipientId")
15639
+ memeber_set = set(params.keys())
15640
+ for name, value in vars(self).items():
15641
+ property_name = name[1:]
15642
+ if property_name in memeber_set:
15643
+ memeber_set.remove(property_name)
15644
+ if len(memeber_set) > 0:
15645
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
15646
+
15647
+
15648
+
15649
+ class ModifyFlowDeadlineResponse(AbstractModel):
15650
+ """ModifyFlowDeadline返回参数结构体
15651
+
15652
+ """
15653
+
15654
+ def __init__(self):
15655
+ r"""
15656
+ :param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
15657
+ :type RequestId: str
15658
+ """
15659
+ self._RequestId = None
15660
+
15661
+ @property
15662
+ def RequestId(self):
15663
+ return self._RequestId
15664
+
15665
+ @RequestId.setter
15666
+ def RequestId(self, RequestId):
15667
+ self._RequestId = RequestId
15668
+
15669
+
15670
+ def _deserialize(self, params):
15671
+ self._RequestId = params.get("RequestId")
15672
+
15673
+
15563
15674
  class NeedReviewApproverInfo(AbstractModel):
15564
15675
  """需要进行签署审核的签署人信息
15565
15676
 
@@ -17,6 +17,9 @@
17
17
  # 欠费账户不能创建实例
18
18
  FAILEDOPERATION_ARREARSACCOUNTCANNOTRUNINSTANCES = 'FailedOperation.ArrearsAccountCannotRunInstances'
19
19
 
20
+ # 并发操作实例失败
21
+ FAILEDOPERATION_OPERATEINSTANCEREPEATEDLY = 'FailedOperation.OperateInstanceRepeatedly'
22
+
20
23
  # 内部错误。
21
24
  INTERNALERROR = 'InternalError'
22
25
 
@@ -236,7 +236,7 @@ class AsymmetricSm2DecryptRequest(AbstractModel):
236
236
  r"""
237
237
  :param _KeyId: CMK的唯一标识
238
238
  :type KeyId: str
239
- :param _Ciphertext: 使用PublicKey加密的密文,Base64编码。密文长度不能超过256字节。
239
+ :param _Ciphertext: 使用PublicKey加密的密文,Base64编码,原始密文格式需要为C1C3C2_ASN1。原始密文长度不能超过256字节。
240
240
  :type Ciphertext: str
241
241
  """
242
242
  self._KeyId = None
@@ -16869,12 +16869,16 @@ running 初始化完成,运行中
16869
16869
  :param _EksClusterId: 实例eks集群ID
16870
16870
  注意:此字段可能返回 null,表示取不到有效值。
16871
16871
  :type EksClusterId: str
16872
+ :param _SecurityGroupId: eks集群内pod的安全组
16873
+ 注意:此字段可能返回 null,表示取不到有效值。
16874
+ :type SecurityGroupId: str
16872
16875
  :param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
16873
16876
  :type RequestId: str
16874
16877
  """
16875
16878
  self._Status = None
16876
16879
  self._Steps = None
16877
16880
  self._EksClusterId = None
16881
+ self._SecurityGroupId = None
16878
16882
  self._RequestId = None
16879
16883
 
16880
16884
  @property
@@ -16901,6 +16905,14 @@ running 初始化完成,运行中
16901
16905
  def EksClusterId(self, EksClusterId):
16902
16906
  self._EksClusterId = EksClusterId
16903
16907
 
16908
+ @property
16909
+ def SecurityGroupId(self):
16910
+ return self._SecurityGroupId
16911
+
16912
+ @SecurityGroupId.setter
16913
+ def SecurityGroupId(self, SecurityGroupId):
16914
+ self._SecurityGroupId = SecurityGroupId
16915
+
16904
16916
  @property
16905
16917
  def RequestId(self):
16906
16918
  return self._RequestId
@@ -16919,6 +16931,7 @@ running 初始化完成,运行中
16919
16931
  obj._deserialize(item)
16920
16932
  self._Steps.append(obj)
16921
16933
  self._EksClusterId = params.get("EksClusterId")
16934
+ self._SecurityGroupId = params.get("SecurityGroupId")
16922
16935
  self._RequestId = params.get("RequestId")
16923
16936
 
16924
16937
 
@@ -24530,6 +24543,9 @@ abnormal = 异常
24530
24543
  :param _Name: agent名称
24531
24544
  注意:此字段可能返回 null,表示取不到有效值。
24532
24545
  :type Name: str
24546
+ :param _EnableExternal: 是否已开启公网访问,true 开启,false 未开启
24547
+ 注意:此字段可能返回 null,表示取不到有效值。
24548
+ :type EnableExternal: bool
24533
24549
  """
24534
24550
  self._ClusterType = None
24535
24551
  self._ClusterId = None
@@ -24540,6 +24556,7 @@ abnormal = 异常
24540
24556
  self._VpcId = None
24541
24557
  self._FailedReason = None
24542
24558
  self._Name = None
24559
+ self._EnableExternal = None
24543
24560
 
24544
24561
  @property
24545
24562
  def ClusterType(self):
@@ -24613,6 +24630,14 @@ abnormal = 异常
24613
24630
  def Name(self, Name):
24614
24631
  self._Name = Name
24615
24632
 
24633
+ @property
24634
+ def EnableExternal(self):
24635
+ return self._EnableExternal
24636
+
24637
+ @EnableExternal.setter
24638
+ def EnableExternal(self, EnableExternal):
24639
+ self._EnableExternal = EnableExternal
24640
+
24616
24641
 
24617
24642
  def _deserialize(self, params):
24618
24643
  self._ClusterType = params.get("ClusterType")
@@ -24629,6 +24654,7 @@ abnormal = 异常
24629
24654
  self._VpcId = params.get("VpcId")
24630
24655
  self._FailedReason = params.get("FailedReason")
24631
24656
  self._Name = params.get("Name")
24657
+ self._EnableExternal = params.get("EnableExternal")
24632
24658
  memeber_set = set(params.keys())
24633
24659
  for name, value in vars(self).items():
24634
24660
  property_name = name[1:]
@@ -1467,7 +1467,7 @@ class BizLicenseOCRRequest(AbstractModel):
1467
1467
  图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
1468
1468
  非腾讯云存储的 Url 速度和稳定性可能受一定影响。
1469
1469
  :type ImageUrl: str
1470
- :param _EnableCopyWarn: 是否返回黑白复印件告警码,默认为false
1470
+ :param _EnableCopyWarn: 是否返回告警码,默认为false
1471
1471
  :type EnableCopyWarn: bool
1472
1472
  """
1473
1473
  self._ImageBase64 = None
@@ -1546,7 +1546,7 @@ class BizLicenseOCRResponse(AbstractModel):
1546
1546
  :type RecognizeWarnCode: list of int
1547
1547
  :param _RecognizeWarnMsg: 告警码说明:
1548
1548
  WARN_COPY_CARD 黑白复印件告警
1549
- WARN_RESHOOT_SCREENED_CARD 翻拍件告警
1549
+ WARN_RESHOOT_CARD翻拍件告警
1550
1550
  :type RecognizeWarnMsg: list of str
1551
1551
  :param _IsDuplication: 是否为副本。1为是,-1为不是。
1552
1552
  :type IsDuplication: int
@@ -11331,8 +11331,8 @@ class ModifyDBInstanceSpecRequest(AbstractModel):
11331
11331
  :param _Storage: 修改后的实例磁盘大小,单位GiB。
11332
11332
  :type Storage: int
11333
11333
  :param _AutoVoucher: 是否自动使用代金券:
11334
- <li>0:否
11335
- <li>1:是
11334
+ <li>0:否</li>
11335
+ <li>1:是</li>
11336
11336
  默认值:0
11337
11337
  :type AutoVoucher: int
11338
11338
  :param _VoucherIds: 代金券ID列表,目前仅支持指定一张代金券。
@@ -11340,9 +11340,9 @@ class ModifyDBInstanceSpecRequest(AbstractModel):
11340
11340
  :param _ActivityId: 活动ID。
11341
11341
  :type ActivityId: int
11342
11342
  :param _SwitchTag: 指定实例配置完成变更后的切换时间。
11343
- <li>0:立即切换
11344
- <li>1:指定时间切换
11345
- <li>2:维护时间窗口内切换
11343
+ <li>0:立即切换 </li>
11344
+ <li>1:指定时间切换</li>
11345
+ <li>2:维护时间窗口内</li>切换
11346
11346
  默认值:0
11347
11347
  :type SwitchTag: int
11348
11348
  :param _SwitchStartTime: 切换开始时间,时间格式:HH:MM:SS,例如:01:00:00。当SwitchTag为0或2时,该参数失效。
@@ -44,6 +44,9 @@ FAILEDOPERATION_CALLROLEFAILED = 'FailedOperation.CallRoleFailed'
44
44
  # CLS服务未注册。
45
45
  FAILEDOPERATION_CLSSERVICEUNREGISTERED = 'FailedOperation.ClsServiceUnregistered'
46
46
 
47
+ # 函数集群不存在。
48
+ FAILEDOPERATION_CLUSTERNOTFOUND = 'FailedOperation.ClusterNotFound'
49
+
47
50
  # CopyAsyncRun 传参异常。
48
51
  FAILEDOPERATION_COPYASYNCRUN = 'FailedOperation.CopyAsyncRun'
49
52
 
@@ -287,6 +287,9 @@ INVALIDPARAMETER_VALIDATEERROR = 'InvalidParameter.ValidateError'
287
287
  # 参数取值错误。
288
288
  INVALIDPARAMETERVALUE = 'InvalidParameterValue'
289
289
 
290
+ # 当前任务选择了平台CFS的内置代码,且未正确配置/opt/ml/output/data输出路径,任务无法提交
291
+ INVALIDPARAMETERVALUE_AIMARKETOUTPUTCONFIGEMPTY = 'InvalidParameterValue.AIMarketOutputConfigEmpty'
292
+
290
293
  # AI市场公共算法版本Id不存在
291
294
  INVALIDPARAMETERVALUE_AIMARKETPUBLICALGOVERSIONNOTEXIST = 'InvalidParameterValue.AIMarketPublicAlgoVersionNotExist'
292
295
 
@@ -380,6 +383,9 @@ INVALIDPARAMETERVALUE_NOTALLOWEDTOCREATENOTEBOOKWITHBAREMETALRESOURCEGROUP = 'In
380
383
  # 分页查询limit超出限制
381
384
  INVALIDPARAMETERVALUE_PAGELIMITEXCEEDED = 'InvalidParameterValue.PageLimitExceeded'
382
385
 
386
+ # 查询vpc信息失败
387
+ INVALIDPARAMETERVALUE_QUERYVPCINFOFAILED = 'InvalidParameterValue.QueryVPCInfoFailed'
388
+
383
389
  # RDMA配置不合法
384
390
  INVALIDPARAMETERVALUE_RDMACONFIGILLEGAL = 'InvalidParameterValue.RDMAConfigIllegal'
385
391
 
@@ -443,6 +449,9 @@ OPERATIONDENIED_RESOURCEGROUPINSUFFICIENT = 'OperationDenied.ResourceGroupInsuff
443
449
  # 子网不合法。
444
450
  OPERATIONDENIED_SUBNETILLEGAL = 'OperationDenied.SubnetIllegal'
445
451
 
452
+ # 太极应用组存量资源不足,不满足训练要求
453
+ OPERATIONDENIED_TAIJIAPPLICATIONGROUPINSUFFICIENT = 'OperationDenied.TAIJIApplicationGroupInsufficient'
454
+
446
455
  # 白名单免费配额不足。
447
456
  OPERATIONDENIED_WHITELISTQUOTAEXCEED = 'OperationDenied.WhitelistQuotaExceed'
448
457