tencentcloud-sdk-python 3.0.1434__py2.py3-none-any.whl → 3.0.1435__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 (27) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/bi/v20220105/models.py +156 -2
  3. tencentcloud/cam/v20190116/cam_client.py +23 -0
  4. tencentcloud/cam/v20190116/errorcodes.py +15 -0
  5. tencentcloud/cam/v20190116/models.py +180 -0
  6. tencentcloud/cdb/v20170320/cdb_client.py +2 -1
  7. tencentcloud/cdb/v20170320/models.py +62 -44
  8. tencentcloud/cfs/v20190719/cfs_client.py +299 -0
  9. tencentcloud/cfs/v20190719/errorcodes.py +54 -0
  10. tencentcloud/cfs/v20190719/models.py +4437 -1976
  11. tencentcloud/clb/v20180317/models.py +44 -14
  12. tencentcloud/cls/v20201016/models.py +348 -132
  13. tencentcloud/ctem/v20231128/models.py +405 -15
  14. tencentcloud/kms/v20190118/models.py +2 -2
  15. tencentcloud/live/v20180801/models.py +2 -2
  16. tencentcloud/lowcode/v20210108/lowcode_client.py +92 -0
  17. tencentcloud/lowcode/v20210108/models.py +423 -0
  18. tencentcloud/ssl/v20191205/errorcodes.py +1 -1
  19. tencentcloud/ssl/v20191205/models.py +39 -24
  20. tencentcloud/teo/v20220901/models.py +42 -2
  21. tencentcloud/wedata/v20210820/models.py +321 -15
  22. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  23. {tencentcloud_sdk_python-3.0.1434.dist-info → tencentcloud_sdk_python-3.0.1435.dist-info}/METADATA +1 -1
  24. {tencentcloud_sdk_python-3.0.1434.dist-info → tencentcloud_sdk_python-3.0.1435.dist-info}/RECORD +27 -27
  25. {tencentcloud_sdk_python-3.0.1434.dist-info → tencentcloud_sdk_python-3.0.1435.dist-info}/LICENSE +0 -0
  26. {tencentcloud_sdk_python-3.0.1434.dist-info → tencentcloud_sdk_python-3.0.1435.dist-info}/WHEEL +0 -0
  27. {tencentcloud_sdk_python-3.0.1434.dist-info → tencentcloud_sdk_python-3.0.1435.dist-info}/top_level.txt +0 -0
@@ -2406,13 +2406,13 @@ null:用户上传证书(没有套餐类型),
2406
2406
  :type StatusMsg: str
2407
2407
  :param _VerifyType: 验证类型:DNS_AUTO = 自动DNS验证,DNS = 手动DNS验证,FILE = 文件验证,DNS_PROXY = DNS代理验证。FILE_PROXY = 文件代理验证
2408
2408
  :type VerifyType: str
2409
- :param _CertBeginTime: 证书生效时间。
2409
+ :param _CertBeginTime: 证书生效时间。时区为GMT+8:00
2410
2410
  :type CertBeginTime: str
2411
- :param _CertEndTime: 证书过期时间。
2411
+ :param _CertEndTime: 证书过期时间。时区为GMT+8:00
2412
2412
  :type CertEndTime: str
2413
2413
  :param _ValidityPeriod: 证书有效期,单位(月)。
2414
2414
  :type ValidityPeriod: str
2415
- :param _InsertTime: 创建时间。
2415
+ :param _InsertTime: 创建时间。时区为GMT+8:00
2416
2416
  :type InsertTime: str
2417
2417
  :param _CertificateId: 证书 ID。
2418
2418
  :type CertificateId: str
@@ -2468,9 +2468,9 @@ null:用户上传证书(没有套餐类型),
2468
2468
  :type ReplaceOriCertIsDelete: bool
2469
2469
  :param _IsExpiring: 是否即将过期, 证书即将到期的30天内为即将过期
2470
2470
  :type IsExpiring: bool
2471
- :param _DVAuthDeadline: DV证书添加验证截止时间
2471
+ :param _DVAuthDeadline: DV证书添加验证截止时间,时区为GMT+8:00
2472
2472
  :type DVAuthDeadline: str
2473
- :param _ValidationPassedTime: 域名验证通过时间
2473
+ :param _ValidationPassedTime: 域名验证通过时间,时区为GMT+8:00
2474
2474
  :type ValidationPassedTime: str
2475
2475
  :param _CertSANs: 证书关联的多域名
2476
2476
  :type CertSANs: list of str
@@ -2486,7 +2486,7 @@ null:用户上传证书(没有套餐类型),
2486
2486
  :type KeyPasswordCustomFlag: bool
2487
2487
  :param _SupportDownloadType: 支持下载的WEB服务器类型: nginx、apache、iis、tomcat、jks、root、other
2488
2488
  :type SupportDownloadType: :class:`tencentcloud.ssl.v20191205.models.SupportDownloadType`
2489
- :param _CertRevokedTime: 证书吊销完成时间
2489
+ :param _CertRevokedTime: 证书吊销完成时间,时区为GMT+8:00
2490
2490
  :type CertRevokedTime: str
2491
2491
  :param _HostingResourceTypes: 托管资源类型列表
2492
2492
  :type HostingResourceTypes: list of str
@@ -2787,7 +2787,7 @@ null:用户上传证书(没有套餐类型),
2787
2787
 
2788
2788
  @property
2789
2789
  def CertBeginTime(self):
2790
- """证书生效时间。
2790
+ """证书生效时间。时区为GMT+8:00
2791
2791
  :rtype: str
2792
2792
  """
2793
2793
  return self._CertBeginTime
@@ -2798,7 +2798,7 @@ null:用户上传证书(没有套餐类型),
2798
2798
 
2799
2799
  @property
2800
2800
  def CertEndTime(self):
2801
- """证书过期时间。
2801
+ """证书过期时间。时区为GMT+8:00
2802
2802
  :rtype: str
2803
2803
  """
2804
2804
  return self._CertEndTime
@@ -2820,7 +2820,7 @@ null:用户上传证书(没有套餐类型),
2820
2820
 
2821
2821
  @property
2822
2822
  def InsertTime(self):
2823
- """创建时间。
2823
+ """创建时间。时区为GMT+8:00
2824
2824
  :rtype: str
2825
2825
  """
2826
2826
  return self._InsertTime
@@ -3128,7 +3128,7 @@ null:用户上传证书(没有套餐类型),
3128
3128
 
3129
3129
  @property
3130
3130
  def DVAuthDeadline(self):
3131
- """DV证书添加验证截止时间
3131
+ """DV证书添加验证截止时间,时区为GMT+8:00
3132
3132
  :rtype: str
3133
3133
  """
3134
3134
  return self._DVAuthDeadline
@@ -3139,7 +3139,7 @@ null:用户上传证书(没有套餐类型),
3139
3139
 
3140
3140
  @property
3141
3141
  def ValidationPassedTime(self):
3142
- """域名验证通过时间
3142
+ """域名验证通过时间,时区为GMT+8:00
3143
3143
  :rtype: str
3144
3144
  """
3145
3145
  return self._ValidationPassedTime
@@ -3227,7 +3227,7 @@ null:用户上传证书(没有套餐类型),
3227
3227
 
3228
3228
  @property
3229
3229
  def CertRevokedTime(self):
3230
- """证书吊销完成时间
3230
+ """证书吊销完成时间,时区为GMT+8:00
3231
3231
  :rtype: str
3232
3232
  """
3233
3233
  return self._CertRevokedTime
@@ -6740,6 +6740,8 @@ class DeployRecordDetail(AbstractModel):
6740
6740
  :type Algorithm: str
6741
6741
  :param _OldAlgorithm: 原证书加密算法
6742
6742
  :type OldAlgorithm: str
6743
+ :param _InstanceStatus: 实例状态,不同云产品状态不一样
6744
+ :type InstanceStatus: str
6743
6745
  """
6744
6746
  self._Id = None
6745
6747
  self._CertId = None
@@ -6765,6 +6767,7 @@ class DeployRecordDetail(AbstractModel):
6765
6767
  self._Url = None
6766
6768
  self._Algorithm = None
6767
6769
  self._OldAlgorithm = None
6770
+ self._InstanceStatus = None
6768
6771
 
6769
6772
  @property
6770
6773
  def Id(self):
@@ -7030,6 +7033,17 @@ class DeployRecordDetail(AbstractModel):
7030
7033
  def OldAlgorithm(self, OldAlgorithm):
7031
7034
  self._OldAlgorithm = OldAlgorithm
7032
7035
 
7036
+ @property
7037
+ def InstanceStatus(self):
7038
+ """实例状态,不同云产品状态不一样
7039
+ :rtype: str
7040
+ """
7041
+ return self._InstanceStatus
7042
+
7043
+ @InstanceStatus.setter
7044
+ def InstanceStatus(self, InstanceStatus):
7045
+ self._InstanceStatus = InstanceStatus
7046
+
7033
7047
 
7034
7048
  def _deserialize(self, params):
7035
7049
  self._Id = params.get("Id")
@@ -7056,6 +7070,7 @@ class DeployRecordDetail(AbstractModel):
7056
7070
  self._Url = params.get("Url")
7057
7071
  self._Algorithm = params.get("Algorithm")
7058
7072
  self._OldAlgorithm = params.get("OldAlgorithm")
7073
+ self._InstanceStatus = params.get("InstanceStatus")
7059
7074
  memeber_set = set(params.keys())
7060
7075
  for name, value in vars(self).items():
7061
7076
  property_name = name[1:]
@@ -9520,16 +9535,16 @@ null:用户上传证书(没有套餐类型),
9520
9535
  :param _VulnerabilityStatus: 漏洞扫描状态。
9521
9536
  注意:此字段可能返回 null,表示取不到有效值。
9522
9537
  :type VulnerabilityStatus: str
9523
- :param _CertBeginTime: 证书生效时间。
9538
+ :param _CertBeginTime: 证书生效时间。时区为GMT+8:00
9524
9539
  注意:此字段可能返回 null,表示取不到有效值。
9525
9540
  :type CertBeginTime: str
9526
- :param _CertEndTime: 证书失效时间。
9541
+ :param _CertEndTime: 证书失效时间。时区为GMT+8:00
9527
9542
  注意:此字段可能返回 null,表示取不到有效值。
9528
9543
  :type CertEndTime: str
9529
9544
  :param _ValidityPeriod: 证书有效期:单位(月)。
9530
9545
  注意:此字段可能返回 null,表示取不到有效值。
9531
9546
  :type ValidityPeriod: str
9532
- :param _InsertTime: 申请时间。
9547
+ :param _InsertTime: 申请时间。时区为GMT+8:00
9533
9548
  注意:此字段可能返回 null,表示取不到有效值。
9534
9549
  :type InsertTime: str
9535
9550
  :param _OrderId: 订单 ID。
@@ -9586,7 +9601,7 @@ null:用户上传证书(没有套餐类型),
9586
9601
  :param _CACommonNames: CA证书的所有通用名称。仅证书类型CertificateType为CA有效
9587
9602
  注意:此字段可能返回 null,表示取不到有效值。
9588
9603
  :type CACommonNames: list of str
9589
- :param _CAEndTimes: CA证书所有的到期时间。仅证书类型CertificateType为CA有效
9604
+ :param _CAEndTimes: CA证书所有的到期时间。仅证书类型CertificateType为CA有效,时区为GMT+8:00
9590
9605
  注意:此字段可能返回 null,表示取不到有效值。
9591
9606
  :type CAEndTimes: list of str
9592
9607
  :param _DvRevokeAuthDetail: DV证书吊销验证值
@@ -9879,7 +9894,7 @@ null:用户上传证书(没有套餐类型),
9879
9894
 
9880
9895
  @property
9881
9896
  def CertBeginTime(self):
9882
- """证书生效时间。
9897
+ """证书生效时间。时区为GMT+8:00
9883
9898
  注意:此字段可能返回 null,表示取不到有效值。
9884
9899
  :rtype: str
9885
9900
  """
@@ -9891,7 +9906,7 @@ null:用户上传证书(没有套餐类型),
9891
9906
 
9892
9907
  @property
9893
9908
  def CertEndTime(self):
9894
- """证书失效时间。
9909
+ """证书失效时间。时区为GMT+8:00
9895
9910
  注意:此字段可能返回 null,表示取不到有效值。
9896
9911
  :rtype: str
9897
9912
  """
@@ -9915,7 +9930,7 @@ null:用户上传证书(没有套餐类型),
9915
9930
 
9916
9931
  @property
9917
9932
  def InsertTime(self):
9918
- """申请时间。
9933
+ """申请时间。时区为GMT+8:00
9919
9934
  注意:此字段可能返回 null,表示取不到有效值。
9920
9935
  :rtype: str
9921
9936
  """
@@ -10143,7 +10158,7 @@ null:用户上传证书(没有套餐类型),
10143
10158
 
10144
10159
  @property
10145
10160
  def CAEndTimes(self):
10146
- """CA证书所有的到期时间。仅证书类型CertificateType为CA有效
10161
+ """CA证书所有的到期时间。仅证书类型CertificateType为CA有效,时区为GMT+8:00
10147
10162
  注意:此字段可能返回 null,表示取不到有效值。
10148
10163
  :rtype: list of str
10149
10164
  """
@@ -10799,7 +10814,7 @@ class DescribeDeployedResourcesRequest(AbstractModel):
10799
10814
  r"""
10800
10815
  :param _CertificateIds: 证书ID
10801
10816
  :type CertificateIds: list of str
10802
- :param _ResourceType: 资源类型:clb,cdn,live,waf,antiddos,teo
10817
+ :param _ResourceType: 资源类型:clb,cdn,live,vod,waf,antiddos,teo
10803
10818
  :type ResourceType: str
10804
10819
  """
10805
10820
  self._CertificateIds = None
@@ -10818,7 +10833,7 @@ class DescribeDeployedResourcesRequest(AbstractModel):
10818
10833
 
10819
10834
  @property
10820
10835
  def ResourceType(self):
10821
- """资源类型:clb,cdn,live,waf,antiddos,teo
10836
+ """资源类型:clb,cdn,live,vod,waf,antiddos,teo
10822
10837
  :rtype: str
10823
10838
  """
10824
10839
  return self._ResourceType
@@ -12224,7 +12239,7 @@ class DescribeHostDeployRecordDetailResponse(AbstractModel):
12224
12239
  :type FailedTotalCount: int
12225
12240
  :param _RunningTotalCount: 部署中总数
12226
12241
  :type RunningTotalCount: int
12227
- :param _PendingTotalCount: 带部署总数
12242
+ :param _PendingTotalCount: 待部署总数
12228
12243
  :type PendingTotalCount: int
12229
12244
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12230
12245
  :type RequestId: str
@@ -12294,7 +12309,7 @@ class DescribeHostDeployRecordDetailResponse(AbstractModel):
12294
12309
 
12295
12310
  @property
12296
12311
  def PendingTotalCount(self):
12297
- """带部署总数
12312
+ """待部署总数
12298
12313
  :rtype: int
12299
12314
  """
12300
12315
  return self._PendingTotalCount
@@ -47936,7 +47936,7 @@ class Task(AbstractModel):
47936
47936
  :param _Status: 状态。取值有:
47937
47937
  <li>processing:处理中;</li>
47938
47938
  <li>success:成功;</li>
47939
- <li> failed:失败;</li>
47939
+ <li>failed:失败;</li>
47940
47940
  <li>timeout:超时;</li>
47941
47941
  <li>canceled:已取消。</li>
47942
47942
  :type Status: str
@@ -47944,6 +47944,15 @@ class Task(AbstractModel):
47944
47944
  :type CreateTime: str
47945
47945
  :param _UpdateTime: 任务完成时间。
47946
47946
  :type UpdateTime: str
47947
+ :param _FailType: 刷新、预热失败类型。取值有:
47948
+ <li>taskFailed:任务失败;</li>
47949
+ <li>quotaExceeded:配额超限;</li>
47950
+ <li>downloadManifestFailed:下载描述文件失败;</li>
47951
+ <li>accessDenied:访问被拒绝。</li>
47952
+ <li>originPullFailed:回源失败。</li>
47953
+ :type FailType: str
47954
+ :param _FailMessage: 刷新、预热失败描述。
47955
+ :type FailMessage: str
47947
47956
  """
47948
47957
  self._JobId = None
47949
47958
  self._Target = None
@@ -47952,6 +47961,8 @@ class Task(AbstractModel):
47952
47961
  self._Status = None
47953
47962
  self._CreateTime = None
47954
47963
  self._UpdateTime = None
47964
+ self._FailType = None
47965
+ self._FailMessage = None
47955
47966
 
47956
47967
  @property
47957
47968
  def JobId(self):
@@ -48004,7 +48015,7 @@ class Task(AbstractModel):
48004
48015
  """状态。取值有:
48005
48016
  <li>processing:处理中;</li>
48006
48017
  <li>success:成功;</li>
48007
- <li> failed:失败;</li>
48018
+ <li>failed:失败;</li>
48008
48019
  <li>timeout:超时;</li>
48009
48020
  <li>canceled:已取消。</li>
48010
48021
  :rtype: str
@@ -48037,6 +48048,33 @@ class Task(AbstractModel):
48037
48048
  def UpdateTime(self, UpdateTime):
48038
48049
  self._UpdateTime = UpdateTime
48039
48050
 
48051
+ @property
48052
+ def FailType(self):
48053
+ """刷新、预热失败类型。取值有:
48054
+ <li>taskFailed:任务失败;</li>
48055
+ <li>quotaExceeded:配额超限;</li>
48056
+ <li>downloadManifestFailed:下载描述文件失败;</li>
48057
+ <li>accessDenied:访问被拒绝。</li>
48058
+ <li>originPullFailed:回源失败。</li>
48059
+ :rtype: str
48060
+ """
48061
+ return self._FailType
48062
+
48063
+ @FailType.setter
48064
+ def FailType(self, FailType):
48065
+ self._FailType = FailType
48066
+
48067
+ @property
48068
+ def FailMessage(self):
48069
+ """刷新、预热失败描述。
48070
+ :rtype: str
48071
+ """
48072
+ return self._FailMessage
48073
+
48074
+ @FailMessage.setter
48075
+ def FailMessage(self, FailMessage):
48076
+ self._FailMessage = FailMessage
48077
+
48040
48078
 
48041
48079
  def _deserialize(self, params):
48042
48080
  self._JobId = params.get("JobId")
@@ -48046,6 +48084,8 @@ class Task(AbstractModel):
48046
48084
  self._Status = params.get("Status")
48047
48085
  self._CreateTime = params.get("CreateTime")
48048
48086
  self._UpdateTime = params.get("UpdateTime")
48087
+ self._FailType = params.get("FailType")
48088
+ self._FailMessage = params.get("FailMessage")
48049
48089
  memeber_set = set(params.keys())
48050
48090
  for name, value in vars(self).items():
48051
48091
  property_name = name[1:]
@@ -36519,8 +36519,6 @@ class DescribeReportTaskListRequest(AbstractModel):
36519
36519
  :type PageNum: int
36520
36520
  :param _PageSize: 每页条数
36521
36521
  :type PageSize: int
36522
- :param _TenantId: 租户id
36523
- :type TenantId: str
36524
36522
  :param _ProjectId: 项目id
36525
36523
  :type ProjectId: str
36526
36524
  :param _TaskId: 任务id
@@ -36542,7 +36540,6 @@ class DescribeReportTaskListRequest(AbstractModel):
36542
36540
  """
36543
36541
  self._PageNum = None
36544
36542
  self._PageSize = None
36545
- self._TenantId = None
36546
36543
  self._ProjectId = None
36547
36544
  self._TaskId = None
36548
36545
  self._InstanceId = None
@@ -36575,17 +36572,6 @@ class DescribeReportTaskListRequest(AbstractModel):
36575
36572
  def PageSize(self, PageSize):
36576
36573
  self._PageSize = PageSize
36577
36574
 
36578
- @property
36579
- def TenantId(self):
36580
- """租户id
36581
- :rtype: str
36582
- """
36583
- return self._TenantId
36584
-
36585
- @TenantId.setter
36586
- def TenantId(self, TenantId):
36587
- self._TenantId = TenantId
36588
-
36589
36575
  @property
36590
36576
  def ProjectId(self):
36591
36577
  """项目id
@@ -36689,7 +36675,6 @@ class DescribeReportTaskListRequest(AbstractModel):
36689
36675
  def _deserialize(self, params):
36690
36676
  self._PageNum = params.get("PageNum")
36691
36677
  self._PageSize = params.get("PageSize")
36692
- self._TenantId = params.get("TenantId")
36693
36678
  self._ProjectId = params.get("ProjectId")
36694
36679
  self._TaskId = params.get("TaskId")
36695
36680
  self._InstanceId = params.get("InstanceId")
@@ -40844,6 +40829,105 @@ class DescribeSuccessorOpsTaskInfosResponse(AbstractModel):
40844
40829
  self._RequestId = params.get("RequestId")
40845
40830
 
40846
40831
 
40832
+ class DescribeSuccessorTaskInfoListRequest(AbstractModel):
40833
+ """DescribeSuccessorTaskInfoList请求参数结构体
40834
+
40835
+ """
40836
+
40837
+ def __init__(self):
40838
+ r"""
40839
+ :param _TaskIds: 任务id集合
40840
+ :type TaskIds: list of str
40841
+ :param _ProjectId: 项目id
40842
+ :type ProjectId: str
40843
+ """
40844
+ self._TaskIds = None
40845
+ self._ProjectId = None
40846
+
40847
+ @property
40848
+ def TaskIds(self):
40849
+ """任务id集合
40850
+ :rtype: list of str
40851
+ """
40852
+ return self._TaskIds
40853
+
40854
+ @TaskIds.setter
40855
+ def TaskIds(self, TaskIds):
40856
+ self._TaskIds = TaskIds
40857
+
40858
+ @property
40859
+ def ProjectId(self):
40860
+ """项目id
40861
+ :rtype: str
40862
+ """
40863
+ return self._ProjectId
40864
+
40865
+ @ProjectId.setter
40866
+ def ProjectId(self, ProjectId):
40867
+ self._ProjectId = ProjectId
40868
+
40869
+
40870
+ def _deserialize(self, params):
40871
+ self._TaskIds = params.get("TaskIds")
40872
+ self._ProjectId = params.get("ProjectId")
40873
+ memeber_set = set(params.keys())
40874
+ for name, value in vars(self).items():
40875
+ property_name = name[1:]
40876
+ if property_name in memeber_set:
40877
+ memeber_set.remove(property_name)
40878
+ if len(memeber_set) > 0:
40879
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
40880
+
40881
+
40882
+
40883
+ class DescribeSuccessorTaskInfoListResponse(AbstractModel):
40884
+ """DescribeSuccessorTaskInfoList返回参数结构体
40885
+
40886
+ """
40887
+
40888
+ def __init__(self):
40889
+ r"""
40890
+ :param _Data: 出参
40891
+ :type Data: list of SuccessorTaskInfo
40892
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
40893
+ :type RequestId: str
40894
+ """
40895
+ self._Data = None
40896
+ self._RequestId = None
40897
+
40898
+ @property
40899
+ def Data(self):
40900
+ """出参
40901
+ :rtype: list of SuccessorTaskInfo
40902
+ """
40903
+ return self._Data
40904
+
40905
+ @Data.setter
40906
+ def Data(self, Data):
40907
+ self._Data = Data
40908
+
40909
+ @property
40910
+ def RequestId(self):
40911
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
40912
+ :rtype: str
40913
+ """
40914
+ return self._RequestId
40915
+
40916
+ @RequestId.setter
40917
+ def RequestId(self, RequestId):
40918
+ self._RequestId = RequestId
40919
+
40920
+
40921
+ def _deserialize(self, params):
40922
+ if params.get("Data") is not None:
40923
+ self._Data = []
40924
+ for item in params.get("Data"):
40925
+ obj = SuccessorTaskInfo()
40926
+ obj._deserialize(item)
40927
+ self._Data.append(obj)
40928
+ self._RequestId = params.get("RequestId")
40929
+
40930
+
40847
40931
  class DescribeTableBasicInfoRequest(AbstractModel):
40848
40932
  """DescribeTableBasicInfo请求参数结构体
40849
40933
 
@@ -92525,6 +92609,228 @@ class SubscribeWebHook(AbstractModel):
92525
92609
 
92526
92610
 
92527
92611
 
92612
+ class SuccessorTaskInfo(AbstractModel):
92613
+ """下游任务列表
92614
+
92615
+ """
92616
+
92617
+ def __init__(self):
92618
+ r"""
92619
+ :param _TaskId: 任务id
92620
+ :type TaskId: str
92621
+ :param _WorkflowId: 所属工作流id
92622
+ :type WorkflowId: str
92623
+ :param _TaskName: 任务名
92624
+ :type TaskName: str
92625
+ :param _Layer: 层级,0表示当前任务
92626
+ :type Layer: int
92627
+ :param _Status: 任务状态
92628
+ :type Status: str
92629
+ :param _TaskTypeId: 任务类型,-1表示跨流任务
92630
+ :type TaskTypeId: int
92631
+ :param _InCharge: 责任人
92632
+ :type InCharge: str
92633
+ :param _ProjectId: 项目id
92634
+ :type ProjectId: str
92635
+ :param _ProjectName: 项目名称
92636
+ :type ProjectName: str
92637
+ :param _WorkflowName: 所属工作流名称
92638
+ :type WorkflowName: str
92639
+ :param _CycleUnit: 周期单位
92640
+ 注意:此字段可能返回 null,表示取不到有效值。
92641
+ :type CycleUnit: str
92642
+ :param _ScheduleDesc: 调度计划
92643
+ 注意:此字段可能返回 null,表示取不到有效值。
92644
+ :type ScheduleDesc: str
92645
+ :param _TaskTypeDesc: 任务类型描述
92646
+ 注意:此字段可能返回 null,表示取不到有效值。
92647
+ :type TaskTypeDesc: str
92648
+ """
92649
+ self._TaskId = None
92650
+ self._WorkflowId = None
92651
+ self._TaskName = None
92652
+ self._Layer = None
92653
+ self._Status = None
92654
+ self._TaskTypeId = None
92655
+ self._InCharge = None
92656
+ self._ProjectId = None
92657
+ self._ProjectName = None
92658
+ self._WorkflowName = None
92659
+ self._CycleUnit = None
92660
+ self._ScheduleDesc = None
92661
+ self._TaskTypeDesc = None
92662
+
92663
+ @property
92664
+ def TaskId(self):
92665
+ """任务id
92666
+ :rtype: str
92667
+ """
92668
+ return self._TaskId
92669
+
92670
+ @TaskId.setter
92671
+ def TaskId(self, TaskId):
92672
+ self._TaskId = TaskId
92673
+
92674
+ @property
92675
+ def WorkflowId(self):
92676
+ """所属工作流id
92677
+ :rtype: str
92678
+ """
92679
+ return self._WorkflowId
92680
+
92681
+ @WorkflowId.setter
92682
+ def WorkflowId(self, WorkflowId):
92683
+ self._WorkflowId = WorkflowId
92684
+
92685
+ @property
92686
+ def TaskName(self):
92687
+ """任务名
92688
+ :rtype: str
92689
+ """
92690
+ return self._TaskName
92691
+
92692
+ @TaskName.setter
92693
+ def TaskName(self, TaskName):
92694
+ self._TaskName = TaskName
92695
+
92696
+ @property
92697
+ def Layer(self):
92698
+ """层级,0表示当前任务
92699
+ :rtype: int
92700
+ """
92701
+ return self._Layer
92702
+
92703
+ @Layer.setter
92704
+ def Layer(self, Layer):
92705
+ self._Layer = Layer
92706
+
92707
+ @property
92708
+ def Status(self):
92709
+ """任务状态
92710
+ :rtype: str
92711
+ """
92712
+ return self._Status
92713
+
92714
+ @Status.setter
92715
+ def Status(self, Status):
92716
+ self._Status = Status
92717
+
92718
+ @property
92719
+ def TaskTypeId(self):
92720
+ """任务类型,-1表示跨流任务
92721
+ :rtype: int
92722
+ """
92723
+ return self._TaskTypeId
92724
+
92725
+ @TaskTypeId.setter
92726
+ def TaskTypeId(self, TaskTypeId):
92727
+ self._TaskTypeId = TaskTypeId
92728
+
92729
+ @property
92730
+ def InCharge(self):
92731
+ """责任人
92732
+ :rtype: str
92733
+ """
92734
+ return self._InCharge
92735
+
92736
+ @InCharge.setter
92737
+ def InCharge(self, InCharge):
92738
+ self._InCharge = InCharge
92739
+
92740
+ @property
92741
+ def ProjectId(self):
92742
+ """项目id
92743
+ :rtype: str
92744
+ """
92745
+ return self._ProjectId
92746
+
92747
+ @ProjectId.setter
92748
+ def ProjectId(self, ProjectId):
92749
+ self._ProjectId = ProjectId
92750
+
92751
+ @property
92752
+ def ProjectName(self):
92753
+ """项目名称
92754
+ :rtype: str
92755
+ """
92756
+ return self._ProjectName
92757
+
92758
+ @ProjectName.setter
92759
+ def ProjectName(self, ProjectName):
92760
+ self._ProjectName = ProjectName
92761
+
92762
+ @property
92763
+ def WorkflowName(self):
92764
+ """所属工作流名称
92765
+ :rtype: str
92766
+ """
92767
+ return self._WorkflowName
92768
+
92769
+ @WorkflowName.setter
92770
+ def WorkflowName(self, WorkflowName):
92771
+ self._WorkflowName = WorkflowName
92772
+
92773
+ @property
92774
+ def CycleUnit(self):
92775
+ """周期单位
92776
+ 注意:此字段可能返回 null,表示取不到有效值。
92777
+ :rtype: str
92778
+ """
92779
+ return self._CycleUnit
92780
+
92781
+ @CycleUnit.setter
92782
+ def CycleUnit(self, CycleUnit):
92783
+ self._CycleUnit = CycleUnit
92784
+
92785
+ @property
92786
+ def ScheduleDesc(self):
92787
+ """调度计划
92788
+ 注意:此字段可能返回 null,表示取不到有效值。
92789
+ :rtype: str
92790
+ """
92791
+ return self._ScheduleDesc
92792
+
92793
+ @ScheduleDesc.setter
92794
+ def ScheduleDesc(self, ScheduleDesc):
92795
+ self._ScheduleDesc = ScheduleDesc
92796
+
92797
+ @property
92798
+ def TaskTypeDesc(self):
92799
+ """任务类型描述
92800
+ 注意:此字段可能返回 null,表示取不到有效值。
92801
+ :rtype: str
92802
+ """
92803
+ return self._TaskTypeDesc
92804
+
92805
+ @TaskTypeDesc.setter
92806
+ def TaskTypeDesc(self, TaskTypeDesc):
92807
+ self._TaskTypeDesc = TaskTypeDesc
92808
+
92809
+
92810
+ def _deserialize(self, params):
92811
+ self._TaskId = params.get("TaskId")
92812
+ self._WorkflowId = params.get("WorkflowId")
92813
+ self._TaskName = params.get("TaskName")
92814
+ self._Layer = params.get("Layer")
92815
+ self._Status = params.get("Status")
92816
+ self._TaskTypeId = params.get("TaskTypeId")
92817
+ self._InCharge = params.get("InCharge")
92818
+ self._ProjectId = params.get("ProjectId")
92819
+ self._ProjectName = params.get("ProjectName")
92820
+ self._WorkflowName = params.get("WorkflowName")
92821
+ self._CycleUnit = params.get("CycleUnit")
92822
+ self._ScheduleDesc = params.get("ScheduleDesc")
92823
+ self._TaskTypeDesc = params.get("TaskTypeDesc")
92824
+ memeber_set = set(params.keys())
92825
+ for name, value in vars(self).items():
92826
+ property_name = name[1:]
92827
+ if property_name in memeber_set:
92828
+ memeber_set.remove(property_name)
92829
+ if len(memeber_set) > 0:
92830
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
92831
+
92832
+
92833
+
92528
92834
  class SuspendIntegrationTaskRequest(AbstractModel):
92529
92835
  """SuspendIntegrationTask请求参数结构体
92530
92836