tencentcloud-sdk-python 3.0.1356__py2.py3-none-any.whl → 3.0.1358__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.
- tencentcloud/__init__.py +1 -1
 - tencentcloud/bh/v20230418/bh_client.py +115 -0
 - tencentcloud/bh/v20230418/errorcodes.py +15 -0
 - tencentcloud/bh/v20230418/models.py +854 -28
 - tencentcloud/billing/v20180709/billing_client.py +0 -25
 - tencentcloud/billing/v20180709/models.py +0 -512
 - tencentcloud/bpaas/v20181217/models.py +0 -54
 - tencentcloud/cdb/v20170320/cdb_client.py +1 -1
 - tencentcloud/cdb/v20170320/models.py +47 -4
 - tencentcloud/chc/v20230418/chc_client.py +23 -0
 - tencentcloud/chc/v20230418/models.py +185 -2
 - tencentcloud/cls/v20201016/cls_client.py +23 -0
 - tencentcloud/cls/v20201016/models.py +79 -0
 - tencentcloud/cwp/v20180228/models.py +2 -2
 - tencentcloud/es/v20180416/models.py +57 -6
 - tencentcloud/es/v20250101/__init__.py +0 -0
 - tencentcloud/es/v20250101/errorcodes.py +45 -0
 - tencentcloud/es/v20250101/es_client.py +228 -0
 - tencentcloud/es/v20250101/models.py +2168 -0
 - tencentcloud/ess/v20201111/ess_client.py +37 -2
 - tencentcloud/ess/v20201111/models.py +341 -10
 - tencentcloud/essbasic/v20210526/essbasic_client.py +33 -0
 - tencentcloud/essbasic/v20210526/models.py +282 -12
 - tencentcloud/gaap/v20180529/models.py +0 -90
 - tencentcloud/gwlb/v20240906/models.py +20 -0
 - tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
 - tencentcloud/iotexplorer/v20190423/models.py +254 -0
 - tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
 - tencentcloud/iotvideo/v20211125/models.py +254 -0
 - tencentcloud/lcic/v20220817/models.py +15 -0
 - tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
 - tencentcloud/mps/v20190612/models.py +28 -36
 - tencentcloud/oceanus/v20190422/models.py +12 -0
 - tencentcloud/ocr/v20181119/models.py +4 -4
 - tencentcloud/ses/v20201002/models.py +15 -0
 - tencentcloud/smop/v20201203/smop_client.py +3 -1
 - tencentcloud/sts/v20180813/errorcodes.py +9 -0
 - tencentcloud/sts/v20180813/models.py +171 -0
 - tencentcloud/sts/v20180813/sts_client.py +23 -0
 - tencentcloud/taf/v20200210/models.py +0 -270
 - tencentcloud/taf/v20200210/taf_client.py +0 -23
 - tencentcloud/tat/v20201028/errorcodes.py +6 -0
 - tencentcloud/tat/v20201028/models.py +50 -2
 - tencentcloud/tcr/v20190924/models.py +10 -6
 - tencentcloud/tcss/v20201101/models.py +83 -8
 - tencentcloud/tdmq/v20200217/models.py +68 -0
 - tencentcloud/tione/v20211111/errorcodes.py +3 -0
 - tencentcloud/tione/v20211111/models.py +384 -0
 - tencentcloud/tione/v20211111/tione_client.py +23 -0
 - tencentcloud/tse/v20201207/models.py +0 -478
 - tencentcloud/tsf/v20180326/models.py +18 -392
 - tencentcloud/tsf/v20180326/tsf_client.py +3 -1
 - tencentcloud/vpc/v20170312/errorcodes.py +3 -0
 - tencentcloud/vpc/v20170312/models.py +25 -132
 - tencentcloud/waf/v20180125/models.py +473 -0
 - tencentcloud/waf/v20180125/waf_client.py +69 -0
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/METADATA +1 -1
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/RECORD +61 -57
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/LICENSE +0 -0
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/WHEEL +0 -0
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/top_level.txt +0 -0
 
| 
         @@ -363,32 +363,24 @@ class GetBpaasApproveDetailResponse(AbstractModel): 
     | 
|
| 
       363 
363 
     | 
    
         
             
                    :param _ApplyOwnUin: 申请人主账号
         
     | 
| 
       364 
364 
     | 
    
         
             
                    :type ApplyOwnUin: int
         
     | 
| 
       365 
365 
     | 
    
         
             
                    :param _ApplyUinNick: 申请人昵称
         
     | 
| 
       366 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       367 
366 
     | 
    
         
             
                    :type ApplyUinNick: str
         
     | 
| 
       368 
367 
     | 
    
         
             
                    :param _BpaasId: 审批流id
         
     | 
| 
       369 
368 
     | 
    
         
             
                    :type BpaasId: int
         
     | 
| 
       370 
369 
     | 
    
         
             
                    :param _BpaasName: 审批流名称
         
     | 
| 
       371 
370 
     | 
    
         
             
                    :type BpaasName: str
         
     | 
| 
       372 
371 
     | 
    
         
             
                    :param _ApplicationParams: 申请参数
         
     | 
| 
       373 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       374 
372 
     | 
    
         
             
                    :type ApplicationParams: list of ApplyParam
         
     | 
| 
       375 
373 
     | 
    
         
             
                    :param _Reason: 申请原因
         
     | 
| 
       376 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       377 
374 
     | 
    
         
             
                    :type Reason: str
         
     | 
| 
       378 
375 
     | 
    
         
             
                    :param _CreateTime: 申请时间
         
     | 
| 
       379 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       380 
376 
     | 
    
         
             
                    :type CreateTime: str
         
     | 
| 
       381 
377 
     | 
    
         
             
                    :param _Status: 申请单状态
         
     | 
| 
       382 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       383 
378 
     | 
    
         
             
                    :type Status: int
         
     | 
| 
       384 
379 
     | 
    
         
             
                    :param _Nodes: 节点信息
         
     | 
| 
       385 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       386 
380 
     | 
    
         
             
                    :type Nodes: list of StatusNode
         
     | 
| 
       387 
381 
     | 
    
         
             
                    :param _ApprovingNodeId: 正在审批的节点id
         
     | 
| 
       388 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       389 
382 
     | 
    
         
             
                    :type ApprovingNodeId: str
         
     | 
| 
       390 
383 
     | 
    
         
             
                    :param _ModifyTime: 更新时间,时间格式:2021-12-12 10:12:10	
         
     | 
| 
       391 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       392 
384 
     | 
    
         
             
                    :type ModifyTime: str
         
     | 
| 
       393 
385 
     | 
    
         
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       394 
386 
     | 
    
         
             
                    :type RequestId: str
         
     | 
| 
         @@ -432,7 +424,6 @@ class GetBpaasApproveDetailResponse(AbstractModel): 
     | 
|
| 
       432 
424 
     | 
    
         
             
                @property
         
     | 
| 
       433 
425 
     | 
    
         
             
                def ApplyUinNick(self):
         
     | 
| 
       434 
426 
     | 
    
         
             
                    """申请人昵称
         
     | 
| 
       435 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       436 
427 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       437 
428 
     | 
    
         
             
                    """
         
     | 
| 
       438 
429 
     | 
    
         
             
                    return self._ApplyUinNick
         
     | 
| 
         @@ -466,7 +457,6 @@ class GetBpaasApproveDetailResponse(AbstractModel): 
     | 
|
| 
       466 
457 
     | 
    
         
             
                @property
         
     | 
| 
       467 
458 
     | 
    
         
             
                def ApplicationParams(self):
         
     | 
| 
       468 
459 
     | 
    
         
             
                    """申请参数
         
     | 
| 
       469 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       470 
460 
     | 
    
         
             
                    :rtype: list of ApplyParam
         
     | 
| 
       471 
461 
     | 
    
         
             
                    """
         
     | 
| 
       472 
462 
     | 
    
         
             
                    return self._ApplicationParams
         
     | 
| 
         @@ -478,7 +468,6 @@ class GetBpaasApproveDetailResponse(AbstractModel): 
     | 
|
| 
       478 
468 
     | 
    
         
             
                @property
         
     | 
| 
       479 
469 
     | 
    
         
             
                def Reason(self):
         
     | 
| 
       480 
470 
     | 
    
         
             
                    """申请原因
         
     | 
| 
       481 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       482 
471 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       483 
472 
     | 
    
         
             
                    """
         
     | 
| 
       484 
473 
     | 
    
         
             
                    return self._Reason
         
     | 
| 
         @@ -490,7 +479,6 @@ class GetBpaasApproveDetailResponse(AbstractModel): 
     | 
|
| 
       490 
479 
     | 
    
         
             
                @property
         
     | 
| 
       491 
480 
     | 
    
         
             
                def CreateTime(self):
         
     | 
| 
       492 
481 
     | 
    
         
             
                    """申请时间
         
     | 
| 
       493 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       494 
482 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       495 
483 
     | 
    
         
             
                    """
         
     | 
| 
       496 
484 
     | 
    
         
             
                    return self._CreateTime
         
     | 
| 
         @@ -502,7 +490,6 @@ class GetBpaasApproveDetailResponse(AbstractModel): 
     | 
|
| 
       502 
490 
     | 
    
         
             
                @property
         
     | 
| 
       503 
491 
     | 
    
         
             
                def Status(self):
         
     | 
| 
       504 
492 
     | 
    
         
             
                    """申请单状态
         
     | 
| 
       505 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       506 
493 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       507 
494 
     | 
    
         
             
                    """
         
     | 
| 
       508 
495 
     | 
    
         
             
                    return self._Status
         
     | 
| 
         @@ -514,7 +501,6 @@ class GetBpaasApproveDetailResponse(AbstractModel): 
     | 
|
| 
       514 
501 
     | 
    
         
             
                @property
         
     | 
| 
       515 
502 
     | 
    
         
             
                def Nodes(self):
         
     | 
| 
       516 
503 
     | 
    
         
             
                    """节点信息
         
     | 
| 
       517 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       518 
504 
     | 
    
         
             
                    :rtype: list of StatusNode
         
     | 
| 
       519 
505 
     | 
    
         
             
                    """
         
     | 
| 
       520 
506 
     | 
    
         
             
                    return self._Nodes
         
     | 
| 
         @@ -526,7 +512,6 @@ class GetBpaasApproveDetailResponse(AbstractModel): 
     | 
|
| 
       526 
512 
     | 
    
         
             
                @property
         
     | 
| 
       527 
513 
     | 
    
         
             
                def ApprovingNodeId(self):
         
     | 
| 
       528 
514 
     | 
    
         
             
                    """正在审批的节点id
         
     | 
| 
       529 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       530 
515 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       531 
516 
     | 
    
         
             
                    """
         
     | 
| 
       532 
517 
     | 
    
         
             
                    return self._ApprovingNodeId
         
     | 
| 
         @@ -538,7 +523,6 @@ class GetBpaasApproveDetailResponse(AbstractModel): 
     | 
|
| 
       538 
523 
     | 
    
         
             
                @property
         
     | 
| 
       539 
524 
     | 
    
         
             
                def ModifyTime(self):
         
     | 
| 
       540 
525 
     | 
    
         
             
                    """更新时间,时间格式:2021-12-12 10:12:10	
         
     | 
| 
       541 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       542 
526 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       543 
527 
     | 
    
         
             
                    """
         
     | 
| 
       544 
528 
     | 
    
         
             
                    return self._ModifyTime
         
     | 
| 
         @@ -868,61 +852,42 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       868 
852 
     | 
    
         
             
                    :param _NextNode: 下一个节点
         
     | 
| 
       869 
853 
     | 
    
         
             
                    :type NextNode: str
         
     | 
| 
       870 
854 
     | 
    
         
             
                    :param _Opinion: 审批意见模型
         
     | 
| 
       871 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       872 
855 
     | 
    
         
             
                    :type Opinion: :class:`tencentcloud.bpaas.v20181217.models.ApproveOpinion`
         
     | 
| 
       873 
856 
     | 
    
         
             
                    :param _ScfName: scf函数名称
         
     | 
| 
       874 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       875 
857 
     | 
    
         
             
                    :type ScfName: str
         
     | 
| 
       876 
858 
     | 
    
         
             
                    :param _SubStatus: 状态(0:待审批,1:审批通过,2:拒绝,3:scf执行失败,4:scf执行成功)18: 外部审批中
         
     | 
| 
       877 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       878 
859 
     | 
    
         
             
                    :type SubStatus: int
         
     | 
| 
       879 
860 
     | 
    
         
             
                    :param _ApprovedUin: 审批节点审批人
         
     | 
| 
       880 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       881 
861 
     | 
    
         
             
                    :type ApprovedUin: list of int non-negative
         
     | 
| 
       882 
862 
     | 
    
         
             
                    :param _CreateTime: 审批时间
         
     | 
| 
       883 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       884 
863 
     | 
    
         
             
                    :type CreateTime: str
         
     | 
| 
       885 
864 
     | 
    
         
             
                    :param _Msg: 审批意见信息 审批节点:审批人意见  执行节点:scf函数执行日志
         
     | 
| 
       886 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       887 
865 
     | 
    
         
             
                    :type Msg: str
         
     | 
| 
       888 
866 
     | 
    
         
             
                    :param _Users: 有权限审批该节点的uin
         
     | 
| 
       889 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       890 
867 
     | 
    
         
             
                    :type Users: :class:`tencentcloud.bpaas.v20181217.models.ApproveUser`
         
     | 
| 
       891 
868 
     | 
    
         
             
                    :param _IsApprove: 是否有权限审批该节点
         
     | 
| 
       892 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       893 
869 
     | 
    
         
             
                    :type IsApprove: bool
         
     | 
| 
       894 
870 
     | 
    
         
             
                    :param _ApproveId: 审批id
         
     | 
| 
       895 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       896 
871 
     | 
    
         
             
                    :type ApproveId: str
         
     | 
| 
       897 
872 
     | 
    
         
             
                    :param _ApproveMethod: 审批方式 0或签 1会签
         
     | 
| 
       898 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       899 
873 
     | 
    
         
             
                    :type ApproveMethod: int
         
     | 
| 
       900 
874 
     | 
    
         
             
                    :param _ApproveType: 审批节点审批类型,1人工审批 2自动通过 3自动决绝 4外部审批scf
         
     | 
| 
       901 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       902 
875 
     | 
    
         
             
                    :type ApproveType: int
         
     | 
| 
       903 
876 
     | 
    
         
             
                    :param _CallMethod: 外部审批类型 scf:0或null ; CKafka:1
         
     | 
| 
       904 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       905 
877 
     | 
    
         
             
                    :type CallMethod: int
         
     | 
| 
       906 
878 
     | 
    
         
             
                    :param _DataHubId: CKafka - 接入资源ID
         
     | 
| 
       907 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       908 
879 
     | 
    
         
             
                    :type DataHubId: str
         
     | 
| 
       909 
880 
     | 
    
         
             
                    :param _TaskName: CKafka - 任务名称
         
     | 
| 
       910 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       911 
881 
     | 
    
         
             
                    :type TaskName: str
         
     | 
| 
       912 
882 
     | 
    
         
             
                    :param _CKafkaRegion: CKafka - 地域
         
     | 
| 
       913 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       914 
883 
     | 
    
         
             
                    :type CKafkaRegion: str
         
     | 
| 
       915 
884 
     | 
    
         
             
                    :param _ExternalUrl: 外部审批Url
         
     | 
| 
       916 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       917 
885 
     | 
    
         
             
                    :type ExternalUrl: str
         
     | 
| 
       918 
886 
     | 
    
         
             
                    :param _ParallelNodes: 并行节点 3-4
         
     | 
| 
       919 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       920 
887 
     | 
    
         
             
                    :type ParallelNodes: str
         
     | 
| 
       921 
888 
     | 
    
         
             
                    :param _RejectedCloudFunctionMsg: scf拒绝时返回信息
         
     | 
| 
       922 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       923 
889 
     | 
    
         
             
                    :type RejectedCloudFunctionMsg: str
         
     | 
| 
       924 
890 
     | 
    
         
             
                    :param _PrevNode: 上一个节点
         
     | 
| 
       925 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       926 
891 
     | 
    
         
             
                    :type PrevNode: str
         
     | 
| 
       927 
892 
     | 
    
         
             
                    """
         
     | 
| 
       928 
893 
     | 
    
         
             
                    self._NodeId = None
         
     | 
| 
         @@ -996,7 +961,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       996 
961 
     | 
    
         
             
                @property
         
     | 
| 
       997 
962 
     | 
    
         
             
                def Opinion(self):
         
     | 
| 
       998 
963 
     | 
    
         
             
                    """审批意见模型
         
     | 
| 
       999 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1000 
964 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.bpaas.v20181217.models.ApproveOpinion`
         
     | 
| 
       1001 
965 
     | 
    
         
             
                    """
         
     | 
| 
       1002 
966 
     | 
    
         
             
                    return self._Opinion
         
     | 
| 
         @@ -1008,7 +972,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1008 
972 
     | 
    
         
             
                @property
         
     | 
| 
       1009 
973 
     | 
    
         
             
                def ScfName(self):
         
     | 
| 
       1010 
974 
     | 
    
         
             
                    """scf函数名称
         
     | 
| 
       1011 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1012 
975 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1013 
976 
     | 
    
         
             
                    """
         
     | 
| 
       1014 
977 
     | 
    
         
             
                    return self._ScfName
         
     | 
| 
         @@ -1020,7 +983,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1020 
983 
     | 
    
         
             
                @property
         
     | 
| 
       1021 
984 
     | 
    
         
             
                def SubStatus(self):
         
     | 
| 
       1022 
985 
     | 
    
         
             
                    """状态(0:待审批,1:审批通过,2:拒绝,3:scf执行失败,4:scf执行成功)18: 外部审批中
         
     | 
| 
       1023 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1024 
986 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       1025 
987 
     | 
    
         
             
                    """
         
     | 
| 
       1026 
988 
     | 
    
         
             
                    return self._SubStatus
         
     | 
| 
         @@ -1032,7 +994,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1032 
994 
     | 
    
         
             
                @property
         
     | 
| 
       1033 
995 
     | 
    
         
             
                def ApprovedUin(self):
         
     | 
| 
       1034 
996 
     | 
    
         
             
                    """审批节点审批人
         
     | 
| 
       1035 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1036 
997 
     | 
    
         
             
                    :rtype: list of int non-negative
         
     | 
| 
       1037 
998 
     | 
    
         
             
                    """
         
     | 
| 
       1038 
999 
     | 
    
         
             
                    return self._ApprovedUin
         
     | 
| 
         @@ -1044,7 +1005,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1044 
1005 
     | 
    
         
             
                @property
         
     | 
| 
       1045 
1006 
     | 
    
         
             
                def CreateTime(self):
         
     | 
| 
       1046 
1007 
     | 
    
         
             
                    """审批时间
         
     | 
| 
       1047 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1048 
1008 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1049 
1009 
     | 
    
         
             
                    """
         
     | 
| 
       1050 
1010 
     | 
    
         
             
                    return self._CreateTime
         
     | 
| 
         @@ -1056,7 +1016,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1056 
1016 
     | 
    
         
             
                @property
         
     | 
| 
       1057 
1017 
     | 
    
         
             
                def Msg(self):
         
     | 
| 
       1058 
1018 
     | 
    
         
             
                    """审批意见信息 审批节点:审批人意见  执行节点:scf函数执行日志
         
     | 
| 
       1059 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1060 
1019 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1061 
1020 
     | 
    
         
             
                    """
         
     | 
| 
       1062 
1021 
     | 
    
         
             
                    return self._Msg
         
     | 
| 
         @@ -1068,7 +1027,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1068 
1027 
     | 
    
         
             
                @property
         
     | 
| 
       1069 
1028 
     | 
    
         
             
                def Users(self):
         
     | 
| 
       1070 
1029 
     | 
    
         
             
                    """有权限审批该节点的uin
         
     | 
| 
       1071 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1072 
1030 
     | 
    
         
             
                    :rtype: :class:`tencentcloud.bpaas.v20181217.models.ApproveUser`
         
     | 
| 
       1073 
1031 
     | 
    
         
             
                    """
         
     | 
| 
       1074 
1032 
     | 
    
         
             
                    return self._Users
         
     | 
| 
         @@ -1080,7 +1038,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1080 
1038 
     | 
    
         
             
                @property
         
     | 
| 
       1081 
1039 
     | 
    
         
             
                def IsApprove(self):
         
     | 
| 
       1082 
1040 
     | 
    
         
             
                    """是否有权限审批该节点
         
     | 
| 
       1083 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1084 
1041 
     | 
    
         
             
                    :rtype: bool
         
     | 
| 
       1085 
1042 
     | 
    
         
             
                    """
         
     | 
| 
       1086 
1043 
     | 
    
         
             
                    return self._IsApprove
         
     | 
| 
         @@ -1092,7 +1049,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1092 
1049 
     | 
    
         
             
                @property
         
     | 
| 
       1093 
1050 
     | 
    
         
             
                def ApproveId(self):
         
     | 
| 
       1094 
1051 
     | 
    
         
             
                    """审批id
         
     | 
| 
       1095 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1096 
1052 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1097 
1053 
     | 
    
         
             
                    """
         
     | 
| 
       1098 
1054 
     | 
    
         
             
                    return self._ApproveId
         
     | 
| 
         @@ -1104,7 +1060,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1104 
1060 
     | 
    
         
             
                @property
         
     | 
| 
       1105 
1061 
     | 
    
         
             
                def ApproveMethod(self):
         
     | 
| 
       1106 
1062 
     | 
    
         
             
                    """审批方式 0或签 1会签
         
     | 
| 
       1107 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1108 
1063 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       1109 
1064 
     | 
    
         
             
                    """
         
     | 
| 
       1110 
1065 
     | 
    
         
             
                    return self._ApproveMethod
         
     | 
| 
         @@ -1116,7 +1071,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1116 
1071 
     | 
    
         
             
                @property
         
     | 
| 
       1117 
1072 
     | 
    
         
             
                def ApproveType(self):
         
     | 
| 
       1118 
1073 
     | 
    
         
             
                    """审批节点审批类型,1人工审批 2自动通过 3自动决绝 4外部审批scf
         
     | 
| 
       1119 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1120 
1074 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       1121 
1075 
     | 
    
         
             
                    """
         
     | 
| 
       1122 
1076 
     | 
    
         
             
                    return self._ApproveType
         
     | 
| 
         @@ -1128,7 +1082,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1128 
1082 
     | 
    
         
             
                @property
         
     | 
| 
       1129 
1083 
     | 
    
         
             
                def CallMethod(self):
         
     | 
| 
       1130 
1084 
     | 
    
         
             
                    """外部审批类型 scf:0或null ; CKafka:1
         
     | 
| 
       1131 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1132 
1085 
     | 
    
         
             
                    :rtype: int
         
     | 
| 
       1133 
1086 
     | 
    
         
             
                    """
         
     | 
| 
       1134 
1087 
     | 
    
         
             
                    return self._CallMethod
         
     | 
| 
         @@ -1140,7 +1093,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1140 
1093 
     | 
    
         
             
                @property
         
     | 
| 
       1141 
1094 
     | 
    
         
             
                def DataHubId(self):
         
     | 
| 
       1142 
1095 
     | 
    
         
             
                    """CKafka - 接入资源ID
         
     | 
| 
       1143 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1144 
1096 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1145 
1097 
     | 
    
         
             
                    """
         
     | 
| 
       1146 
1098 
     | 
    
         
             
                    return self._DataHubId
         
     | 
| 
         @@ -1152,7 +1104,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1152 
1104 
     | 
    
         
             
                @property
         
     | 
| 
       1153 
1105 
     | 
    
         
             
                def TaskName(self):
         
     | 
| 
       1154 
1106 
     | 
    
         
             
                    """CKafka - 任务名称
         
     | 
| 
       1155 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1156 
1107 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1157 
1108 
     | 
    
         
             
                    """
         
     | 
| 
       1158 
1109 
     | 
    
         
             
                    return self._TaskName
         
     | 
| 
         @@ -1164,7 +1115,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1164 
1115 
     | 
    
         
             
                @property
         
     | 
| 
       1165 
1116 
     | 
    
         
             
                def CKafkaRegion(self):
         
     | 
| 
       1166 
1117 
     | 
    
         
             
                    """CKafka - 地域
         
     | 
| 
       1167 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1168 
1118 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1169 
1119 
     | 
    
         
             
                    """
         
     | 
| 
       1170 
1120 
     | 
    
         
             
                    return self._CKafkaRegion
         
     | 
| 
         @@ -1176,7 +1126,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1176 
1126 
     | 
    
         
             
                @property
         
     | 
| 
       1177 
1127 
     | 
    
         
             
                def ExternalUrl(self):
         
     | 
| 
       1178 
1128 
     | 
    
         
             
                    """外部审批Url
         
     | 
| 
       1179 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1180 
1129 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1181 
1130 
     | 
    
         
             
                    """
         
     | 
| 
       1182 
1131 
     | 
    
         
             
                    return self._ExternalUrl
         
     | 
| 
         @@ -1188,7 +1137,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1188 
1137 
     | 
    
         
             
                @property
         
     | 
| 
       1189 
1138 
     | 
    
         
             
                def ParallelNodes(self):
         
     | 
| 
       1190 
1139 
     | 
    
         
             
                    """并行节点 3-4
         
     | 
| 
       1191 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1192 
1140 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1193 
1141 
     | 
    
         
             
                    """
         
     | 
| 
       1194 
1142 
     | 
    
         
             
                    return self._ParallelNodes
         
     | 
| 
         @@ -1200,7 +1148,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1200 
1148 
     | 
    
         
             
                @property
         
     | 
| 
       1201 
1149 
     | 
    
         
             
                def RejectedCloudFunctionMsg(self):
         
     | 
| 
       1202 
1150 
     | 
    
         
             
                    """scf拒绝时返回信息
         
     | 
| 
       1203 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1204 
1151 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1205 
1152 
     | 
    
         
             
                    """
         
     | 
| 
       1206 
1153 
     | 
    
         
             
                    return self._RejectedCloudFunctionMsg
         
     | 
| 
         @@ -1212,7 +1159,6 @@ class StatusNode(AbstractModel): 
     | 
|
| 
       1212 
1159 
     | 
    
         
             
                @property
         
     | 
| 
       1213 
1160 
     | 
    
         
             
                def PrevNode(self):
         
     | 
| 
       1214 
1161 
     | 
    
         
             
                    """上一个节点
         
     | 
| 
       1215 
     | 
    
         
            -
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1216 
1162 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1217 
1163 
     | 
    
         
             
                    """
         
     | 
| 
       1218 
1164 
     | 
    
         
             
                    return self._PrevNode
         
     | 
| 
         @@ -326,7 +326,7 @@ class CdbClient(AbstractClient): 
     | 
|
| 
       326 
326 
     | 
    
         | 
| 
       327 
327 
     | 
    
         | 
| 
       328 
328 
     | 
    
         
             
                def CreateAuditLogFile(self, request):
         
     | 
| 
       329 
     | 
    
         
            -
                    """ 
     | 
| 
      
 329 
     | 
    
         
            +
                    """本接口(CreateAuditLogFile)用于创建云数据库实例的审计日志文件。
         
     | 
| 
       330 
330 
     | 
    
         | 
| 
       331 
331 
     | 
    
         
             
                    :param request: Request instance for CreateAuditLogFile.
         
     | 
| 
       332 
332 
     | 
    
         
             
                    :type request: :class:`tencentcloud.cdb.v20170320.models.CreateAuditLogFileRequest`
         
     | 
| 
         @@ -6333,6 +6333,8 @@ class CreateAuditLogFileRequest(AbstractModel): 
     | 
|
| 
       6333 
6333 
     | 
    
         
             
                    :type Filter: :class:`tencentcloud.cdb.v20170320.models.AuditLogFilter`
         
     | 
| 
       6334 
6334 
     | 
    
         
             
                    :param _LogFilter: 过滤条件。可按设置的过滤条件过滤日志。
         
     | 
| 
       6335 
6335 
     | 
    
         
             
                    :type LogFilter: list of InstanceAuditLogFilters
         
     | 
| 
      
 6336 
     | 
    
         
            +
                    :param _ColumnFilter: 下载筛选列
         
     | 
| 
      
 6337 
     | 
    
         
            +
                    :type ColumnFilter: list of str
         
     | 
| 
       6336 
6338 
     | 
    
         
             
                    """
         
     | 
| 
       6337 
6339 
     | 
    
         
             
                    self._InstanceId = None
         
     | 
| 
       6338 
6340 
     | 
    
         
             
                    self._StartTime = None
         
     | 
| 
         @@ -6341,6 +6343,7 @@ class CreateAuditLogFileRequest(AbstractModel): 
     | 
|
| 
       6341 
6343 
     | 
    
         
             
                    self._OrderBy = None
         
     | 
| 
       6342 
6344 
     | 
    
         
             
                    self._Filter = None
         
     | 
| 
       6343 
6345 
     | 
    
         
             
                    self._LogFilter = None
         
     | 
| 
      
 6346 
     | 
    
         
            +
                    self._ColumnFilter = None
         
     | 
| 
       6344 
6347 
     | 
    
         | 
| 
       6345 
6348 
     | 
    
         
             
                @property
         
     | 
| 
       6346 
6349 
     | 
    
         
             
                def InstanceId(self):
         
     | 
| 
         @@ -6422,6 +6425,17 @@ class CreateAuditLogFileRequest(AbstractModel): 
     | 
|
| 
       6422 
6425 
     | 
    
         
             
                def LogFilter(self, LogFilter):
         
     | 
| 
       6423 
6426 
     | 
    
         
             
                    self._LogFilter = LogFilter
         
     | 
| 
       6424 
6427 
     | 
    
         | 
| 
      
 6428 
     | 
    
         
            +
                @property
         
     | 
| 
      
 6429 
     | 
    
         
            +
                def ColumnFilter(self):
         
     | 
| 
      
 6430 
     | 
    
         
            +
                    """下载筛选列
         
     | 
| 
      
 6431 
     | 
    
         
            +
                    :rtype: list of str
         
     | 
| 
      
 6432 
     | 
    
         
            +
                    """
         
     | 
| 
      
 6433 
     | 
    
         
            +
                    return self._ColumnFilter
         
     | 
| 
      
 6434 
     | 
    
         
            +
             
     | 
| 
      
 6435 
     | 
    
         
            +
                @ColumnFilter.setter
         
     | 
| 
      
 6436 
     | 
    
         
            +
                def ColumnFilter(self, ColumnFilter):
         
     | 
| 
      
 6437 
     | 
    
         
            +
                    self._ColumnFilter = ColumnFilter
         
     | 
| 
      
 6438 
     | 
    
         
            +
             
     | 
| 
       6425 
6439 
     | 
    
         | 
| 
       6426 
6440 
     | 
    
         
             
                def _deserialize(self, params):
         
     | 
| 
       6427 
6441 
     | 
    
         
             
                    self._InstanceId = params.get("InstanceId")
         
     | 
| 
         @@ -6438,6 +6452,7 @@ class CreateAuditLogFileRequest(AbstractModel): 
     | 
|
| 
       6438 
6452 
     | 
    
         
             
                            obj = InstanceAuditLogFilters()
         
     | 
| 
       6439 
6453 
     | 
    
         
             
                            obj._deserialize(item)
         
     | 
| 
       6440 
6454 
     | 
    
         
             
                            self._LogFilter.append(obj)
         
     | 
| 
      
 6455 
     | 
    
         
            +
                    self._ColumnFilter = params.get("ColumnFilter")
         
     | 
| 
       6441 
6456 
     | 
    
         
             
                    memeber_set = set(params.keys())
         
     | 
| 
       6442 
6457 
     | 
    
         
             
                    for name, value in vars(self).items():
         
     | 
| 
       6443 
6458 
     | 
    
         
             
                        property_name = name[1:]
         
     | 
| 
         @@ -29092,9 +29107,23 @@ class ModifyInstancePasswordComplexityRequest(AbstractModel): 
     | 
|
| 
       29092 
29107 
     | 
    
         | 
| 
       29093 
29108 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       29094 
29109 
     | 
    
         
             
                    r"""
         
     | 
| 
       29095 
     | 
    
         
            -
                    :param _InstanceIds:  
     | 
| 
      
 29110 
     | 
    
         
            +
                    :param _InstanceIds: 要修改密码复杂度的实例 ID。
         
     | 
| 
      
 29111 
     | 
    
         
            +
            说明:支持输入多个实例 ID 进行修改。
         
     | 
| 
       29096 
29112 
     | 
    
         
             
                    :type InstanceIds: list of str
         
     | 
| 
       29097 
     | 
    
         
            -
                    :param _ParamList:  
     | 
| 
      
 29113 
     | 
    
         
            +
                    :param _ParamList: 要修改的密码复杂度的选项。每一个选项是以组合形式写入的,一个组合包括 Name 和 CurrentValue,其中 Name 表示对应选项的参数名,CurrentValue 表示参数值。例如:[{"Name": "validate_password.length", "CurrentValue": "10"}],表示将密码的最小字符数修改为10。
         
     | 
| 
      
 29114 
     | 
    
         
            +
            说明:不同数据库版本的实例,支持修改的密码复杂度的选项如下。
         
     | 
| 
      
 29115 
     | 
    
         
            +
            1. MySQL 8.0:
         
     | 
| 
      
 29116 
     | 
    
         
            +
            选项 validate_password.policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。温馨提示:如需修改具体的密码策略,此选项的值需为 MEDIUM。
         
     | 
| 
      
 29117 
     | 
    
         
            +
            选项 validate_password.length,表示密码总长度的最小字符数。
         
     | 
| 
      
 29118 
     | 
    
         
            +
            选项 validate_password.mixed_case_count,表示小写和大写字母的最小字符数。
         
     | 
| 
      
 29119 
     | 
    
         
            +
            选项 validate_password.number_count,表示数字的最小字符数。
         
     | 
| 
      
 29120 
     | 
    
         
            +
            选项 validate_password.special_char_count,表示特殊字符的最小字符数。
         
     | 
| 
      
 29121 
     | 
    
         
            +
            2. MySQL 5.6、MySQL 5.7:
         
     | 
| 
      
 29122 
     | 
    
         
            +
            选项 validate_password_policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。温馨提示:如需修改具体的密码策略,此选项的值需为 MEDIUM。
         
     | 
| 
      
 29123 
     | 
    
         
            +
            选项 validate_password_length,表示密码总长度的最小字符数。
         
     | 
| 
      
 29124 
     | 
    
         
            +
            选项 validate_password_mixed_case_count,表示小写和大写字母的最小字符数。
         
     | 
| 
      
 29125 
     | 
    
         
            +
            选项 validate_password_number_count,表示数字的最小字符数。
         
     | 
| 
      
 29126 
     | 
    
         
            +
            选项 validate_password_special_char_count,表示特殊字符的最小字符数。
         
     | 
| 
       29098 
29127 
     | 
    
         
             
                    :type ParamList: list of Parameter
         
     | 
| 
       29099 
29128 
     | 
    
         
             
                    """
         
     | 
| 
       29100 
29129 
     | 
    
         
             
                    self._InstanceIds = None
         
     | 
| 
         @@ -29102,7 +29131,8 @@ class ModifyInstancePasswordComplexityRequest(AbstractModel): 
     | 
|
| 
       29102 
29131 
     | 
    
         | 
| 
       29103 
29132 
     | 
    
         
             
                @property
         
     | 
| 
       29104 
29133 
     | 
    
         
             
                def InstanceIds(self):
         
     | 
| 
       29105 
     | 
    
         
            -
                    """ 
     | 
| 
      
 29134 
     | 
    
         
            +
                    """要修改密码复杂度的实例 ID。
         
     | 
| 
      
 29135 
     | 
    
         
            +
            说明:支持输入多个实例 ID 进行修改。
         
     | 
| 
       29106 
29136 
     | 
    
         
             
                    :rtype: list of str
         
     | 
| 
       29107 
29137 
     | 
    
         
             
                    """
         
     | 
| 
       29108 
29138 
     | 
    
         
             
                    return self._InstanceIds
         
     | 
| 
         @@ -29113,7 +29143,20 @@ class ModifyInstancePasswordComplexityRequest(AbstractModel): 
     | 
|
| 
       29113 
29143 
     | 
    
         | 
| 
       29114 
29144 
     | 
    
         
             
                @property
         
     | 
| 
       29115 
29145 
     | 
    
         
             
                def ParamList(self):
         
     | 
| 
       29116 
     | 
    
         
            -
                    """ 
     | 
| 
      
 29146 
     | 
    
         
            +
                    """要修改的密码复杂度的选项。每一个选项是以组合形式写入的,一个组合包括 Name 和 CurrentValue,其中 Name 表示对应选项的参数名,CurrentValue 表示参数值。例如:[{"Name": "validate_password.length", "CurrentValue": "10"}],表示将密码的最小字符数修改为10。
         
     | 
| 
      
 29147 
     | 
    
         
            +
            说明:不同数据库版本的实例,支持修改的密码复杂度的选项如下。
         
     | 
| 
      
 29148 
     | 
    
         
            +
            1. MySQL 8.0:
         
     | 
| 
      
 29149 
     | 
    
         
            +
            选项 validate_password.policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。温馨提示:如需修改具体的密码策略,此选项的值需为 MEDIUM。
         
     | 
| 
      
 29150 
     | 
    
         
            +
            选项 validate_password.length,表示密码总长度的最小字符数。
         
     | 
| 
      
 29151 
     | 
    
         
            +
            选项 validate_password.mixed_case_count,表示小写和大写字母的最小字符数。
         
     | 
| 
      
 29152 
     | 
    
         
            +
            选项 validate_password.number_count,表示数字的最小字符数。
         
     | 
| 
      
 29153 
     | 
    
         
            +
            选项 validate_password.special_char_count,表示特殊字符的最小字符数。
         
     | 
| 
      
 29154 
     | 
    
         
            +
            2. MySQL 5.6、MySQL 5.7:
         
     | 
| 
      
 29155 
     | 
    
         
            +
            选项 validate_password_policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。温馨提示:如需修改具体的密码策略,此选项的值需为 MEDIUM。
         
     | 
| 
      
 29156 
     | 
    
         
            +
            选项 validate_password_length,表示密码总长度的最小字符数。
         
     | 
| 
      
 29157 
     | 
    
         
            +
            选项 validate_password_mixed_case_count,表示小写和大写字母的最小字符数。
         
     | 
| 
      
 29158 
     | 
    
         
            +
            选项 validate_password_number_count,表示数字的最小字符数。
         
     | 
| 
      
 29159 
     | 
    
         
            +
            选项 validate_password_special_char_count,表示特殊字符的最小字符数。
         
     | 
| 
       29117 
29160 
     | 
    
         
             
                    :rtype: list of Parameter
         
     | 
| 
       29118 
29161 
     | 
    
         
             
                    """
         
     | 
| 
       29119 
29162 
     | 
    
         
             
                    return self._ParamList
         
     | 
| 
         @@ -325,6 +325,29 @@ class ChcClient(AbstractClient): 
     | 
|
| 
       325 
325 
     | 
    
         
             
                            raise TencentCloudSDKException(type(e).__name__, str(e))
         
     | 
| 
       326 
326 
     | 
    
         | 
| 
       327 
327 
     | 
    
         | 
| 
      
 328 
     | 
    
         
            +
                def CreateSpeciallyQuitWorkOrder(self, request):
         
     | 
| 
      
 329 
     | 
    
         
            +
                    """创建临时设备退出工单
         
     | 
| 
      
 330 
     | 
    
         
            +
             
     | 
| 
      
 331 
     | 
    
         
            +
                    :param request: Request instance for CreateSpeciallyQuitWorkOrder.
         
     | 
| 
      
 332 
     | 
    
         
            +
                    :type request: :class:`tencentcloud.chc.v20230418.models.CreateSpeciallyQuitWorkOrderRequest`
         
     | 
| 
      
 333 
     | 
    
         
            +
                    :rtype: :class:`tencentcloud.chc.v20230418.models.CreateSpeciallyQuitWorkOrderResponse`
         
     | 
| 
      
 334 
     | 
    
         
            +
             
     | 
| 
      
 335 
     | 
    
         
            +
                    """
         
     | 
| 
      
 336 
     | 
    
         
            +
                    try:
         
     | 
| 
      
 337 
     | 
    
         
            +
                        params = request._serialize()
         
     | 
| 
      
 338 
     | 
    
         
            +
                        headers = request.headers
         
     | 
| 
      
 339 
     | 
    
         
            +
                        body = self.call("CreateSpeciallyQuitWorkOrder", params, headers=headers)
         
     | 
| 
      
 340 
     | 
    
         
            +
                        response = json.loads(body)
         
     | 
| 
      
 341 
     | 
    
         
            +
                        model = models.CreateSpeciallyQuitWorkOrderResponse()
         
     | 
| 
      
 342 
     | 
    
         
            +
                        model._deserialize(response["Response"])
         
     | 
| 
      
 343 
     | 
    
         
            +
                        return model
         
     | 
| 
      
 344 
     | 
    
         
            +
                    except Exception as e:
         
     | 
| 
      
 345 
     | 
    
         
            +
                        if isinstance(e, TencentCloudSDKException):
         
     | 
| 
      
 346 
     | 
    
         
            +
                            raise
         
     | 
| 
      
 347 
     | 
    
         
            +
                        else:
         
     | 
| 
      
 348 
     | 
    
         
            +
                            raise TencentCloudSDKException(type(e).__name__, str(e))
         
     | 
| 
      
 349 
     | 
    
         
            +
             
     | 
| 
      
 350 
     | 
    
         
            +
             
     | 
| 
       328 
351 
     | 
    
         
             
                def DescribeAvailableModelList(self, request):
         
     | 
| 
       329 
352 
     | 
    
         
             
                    """获取机房内可用的型号列表
         
     | 
| 
       330 
353 
     | 
    
         | 
| 
         @@ -1384,7 +1384,7 @@ class CreateQuitWorkOrderRequest(AbstractModel): 
     | 
|
| 
       1384 
1384 
     | 
    
         
             
                    :type IdcId: int
         
     | 
| 
       1385 
1385 
     | 
    
         
             
                    :param _DeviceType: 设备类型,server, netDevice, otherDevice
         
     | 
| 
       1386 
1386 
     | 
    
         
             
                    :type DeviceType: str
         
     | 
| 
       1387 
     | 
    
         
            -
                    :param _StuffOption: 下架选择 1.自行解决 2.由腾讯IDC负责 
     | 
| 
      
 1387 
     | 
    
         
            +
                    :param _StuffOption: 下架选择 1.自行解决 2.由腾讯IDC负责
         
     | 
| 
       1388 
1388 
     | 
    
         
             
                    :type StuffOption: str
         
     | 
| 
       1389 
1389 
     | 
    
         
             
                    :param _IsPowerOffConfirm: 关电确认 1.授权时关电 2.关电前需要确认
         
     | 
| 
       1390 
1390 
     | 
    
         
             
                    :type IsPowerOffConfirm: str
         
     | 
| 
         @@ -1439,7 +1439,7 @@ class CreateQuitWorkOrderRequest(AbstractModel): 
     | 
|
| 
       1439 
1439 
     | 
    
         | 
| 
       1440 
1440 
     | 
    
         
             
                @property
         
     | 
| 
       1441 
1441 
     | 
    
         
             
                def StuffOption(self):
         
     | 
| 
       1442 
     | 
    
         
            -
                    """下架选择 1.自行解决 2.由腾讯IDC负责 
     | 
| 
      
 1442 
     | 
    
         
            +
                    """下架选择 1.自行解决 2.由腾讯IDC负责
         
     | 
| 
       1443 
1443 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1444 
1444 
     | 
    
         
             
                    """
         
     | 
| 
       1445 
1445 
     | 
    
         
             
                    return self._StuffOption
         
     | 
| 
         @@ -2326,6 +2326,189 @@ class CreateServerModelResponse(AbstractModel): 
     | 
|
| 
       2326 
2326 
     | 
    
         
             
                    self._RequestId = params.get("RequestId")
         
     | 
| 
       2327 
2327 
     | 
    
         | 
| 
       2328 
2328 
     | 
    
         | 
| 
      
 2329 
     | 
    
         
            +
            class CreateSpeciallyQuitWorkOrderRequest(AbstractModel):
         
     | 
| 
      
 2330 
     | 
    
         
            +
                """CreateSpeciallyQuitWorkOrder请求参数结构体
         
     | 
| 
      
 2331 
     | 
    
         
            +
             
     | 
| 
      
 2332 
     | 
    
         
            +
                """
         
     | 
| 
      
 2333 
     | 
    
         
            +
             
     | 
| 
      
 2334 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 2335 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 2336 
     | 
    
         
            +
                    :param _IdcId: 机房id
         
     | 
| 
      
 2337 
     | 
    
         
            +
                    :type IdcId: int
         
     | 
| 
      
 2338 
     | 
    
         
            +
                    :param _DeviceType: 设备类型:otherDevice。此接口只支持其他设备
         
     | 
| 
      
 2339 
     | 
    
         
            +
                    :type DeviceType: str
         
     | 
| 
      
 2340 
     | 
    
         
            +
                    :param _HandoverMethod: 交接方式 1.物流上门收货 2.客户上门自提
         
     | 
| 
      
 2341 
     | 
    
         
            +
                    :type HandoverMethod: str
         
     | 
| 
      
 2342 
     | 
    
         
            +
                    :param _LogisticsReceipt: 物流上门收货必传
         
     | 
| 
      
 2343 
     | 
    
         
            +
                    :type LogisticsReceipt: :class:`tencentcloud.chc.v20230418.models.LogisticsReceipt`
         
     | 
| 
      
 2344 
     | 
    
         
            +
                    :param _CustomerReceipt: 客户上门自提必传
         
     | 
| 
      
 2345 
     | 
    
         
            +
                    :type CustomerReceipt: :class:`tencentcloud.chc.v20230418.models.CustomerReceipt`
         
     | 
| 
      
 2346 
     | 
    
         
            +
                    :param _Remark: 备注信息
         
     | 
| 
      
 2347 
     | 
    
         
            +
                    :type Remark: str
         
     | 
| 
      
 2348 
     | 
    
         
            +
                    :param _OtherDeviceList: 当设备类型为otherDevice,此参数必传
         
     | 
| 
      
 2349 
     | 
    
         
            +
                    :type OtherDeviceList: list of OtherDevReceivingInfo
         
     | 
| 
      
 2350 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2351 
     | 
    
         
            +
                    self._IdcId = None
         
     | 
| 
      
 2352 
     | 
    
         
            +
                    self._DeviceType = None
         
     | 
| 
      
 2353 
     | 
    
         
            +
                    self._HandoverMethod = None
         
     | 
| 
      
 2354 
     | 
    
         
            +
                    self._LogisticsReceipt = None
         
     | 
| 
      
 2355 
     | 
    
         
            +
                    self._CustomerReceipt = None
         
     | 
| 
      
 2356 
     | 
    
         
            +
                    self._Remark = None
         
     | 
| 
      
 2357 
     | 
    
         
            +
                    self._OtherDeviceList = None
         
     | 
| 
      
 2358 
     | 
    
         
            +
             
     | 
| 
      
 2359 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2360 
     | 
    
         
            +
                def IdcId(self):
         
     | 
| 
      
 2361 
     | 
    
         
            +
                    """机房id
         
     | 
| 
      
 2362 
     | 
    
         
            +
                    :rtype: int
         
     | 
| 
      
 2363 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2364 
     | 
    
         
            +
                    return self._IdcId
         
     | 
| 
      
 2365 
     | 
    
         
            +
             
     | 
| 
      
 2366 
     | 
    
         
            +
                @IdcId.setter
         
     | 
| 
      
 2367 
     | 
    
         
            +
                def IdcId(self, IdcId):
         
     | 
| 
      
 2368 
     | 
    
         
            +
                    self._IdcId = IdcId
         
     | 
| 
      
 2369 
     | 
    
         
            +
             
     | 
| 
      
 2370 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2371 
     | 
    
         
            +
                def DeviceType(self):
         
     | 
| 
      
 2372 
     | 
    
         
            +
                    """设备类型:otherDevice。此接口只支持其他设备
         
     | 
| 
      
 2373 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 2374 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2375 
     | 
    
         
            +
                    return self._DeviceType
         
     | 
| 
      
 2376 
     | 
    
         
            +
             
     | 
| 
      
 2377 
     | 
    
         
            +
                @DeviceType.setter
         
     | 
| 
      
 2378 
     | 
    
         
            +
                def DeviceType(self, DeviceType):
         
     | 
| 
      
 2379 
     | 
    
         
            +
                    self._DeviceType = DeviceType
         
     | 
| 
      
 2380 
     | 
    
         
            +
             
     | 
| 
      
 2381 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2382 
     | 
    
         
            +
                def HandoverMethod(self):
         
     | 
| 
      
 2383 
     | 
    
         
            +
                    """交接方式 1.物流上门收货 2.客户上门自提
         
     | 
| 
      
 2384 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 2385 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2386 
     | 
    
         
            +
                    return self._HandoverMethod
         
     | 
| 
      
 2387 
     | 
    
         
            +
             
     | 
| 
      
 2388 
     | 
    
         
            +
                @HandoverMethod.setter
         
     | 
| 
      
 2389 
     | 
    
         
            +
                def HandoverMethod(self, HandoverMethod):
         
     | 
| 
      
 2390 
     | 
    
         
            +
                    self._HandoverMethod = HandoverMethod
         
     | 
| 
      
 2391 
     | 
    
         
            +
             
     | 
| 
      
 2392 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2393 
     | 
    
         
            +
                def LogisticsReceipt(self):
         
     | 
| 
      
 2394 
     | 
    
         
            +
                    """物流上门收货必传
         
     | 
| 
      
 2395 
     | 
    
         
            +
                    :rtype: :class:`tencentcloud.chc.v20230418.models.LogisticsReceipt`
         
     | 
| 
      
 2396 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2397 
     | 
    
         
            +
                    return self._LogisticsReceipt
         
     | 
| 
      
 2398 
     | 
    
         
            +
             
     | 
| 
      
 2399 
     | 
    
         
            +
                @LogisticsReceipt.setter
         
     | 
| 
      
 2400 
     | 
    
         
            +
                def LogisticsReceipt(self, LogisticsReceipt):
         
     | 
| 
      
 2401 
     | 
    
         
            +
                    self._LogisticsReceipt = LogisticsReceipt
         
     | 
| 
      
 2402 
     | 
    
         
            +
             
     | 
| 
      
 2403 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2404 
     | 
    
         
            +
                def CustomerReceipt(self):
         
     | 
| 
      
 2405 
     | 
    
         
            +
                    """客户上门自提必传
         
     | 
| 
      
 2406 
     | 
    
         
            +
                    :rtype: :class:`tencentcloud.chc.v20230418.models.CustomerReceipt`
         
     | 
| 
      
 2407 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2408 
     | 
    
         
            +
                    return self._CustomerReceipt
         
     | 
| 
      
 2409 
     | 
    
         
            +
             
     | 
| 
      
 2410 
     | 
    
         
            +
                @CustomerReceipt.setter
         
     | 
| 
      
 2411 
     | 
    
         
            +
                def CustomerReceipt(self, CustomerReceipt):
         
     | 
| 
      
 2412 
     | 
    
         
            +
                    self._CustomerReceipt = CustomerReceipt
         
     | 
| 
      
 2413 
     | 
    
         
            +
             
     | 
| 
      
 2414 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2415 
     | 
    
         
            +
                def Remark(self):
         
     | 
| 
      
 2416 
     | 
    
         
            +
                    """备注信息
         
     | 
| 
      
 2417 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 2418 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2419 
     | 
    
         
            +
                    return self._Remark
         
     | 
| 
      
 2420 
     | 
    
         
            +
             
     | 
| 
      
 2421 
     | 
    
         
            +
                @Remark.setter
         
     | 
| 
      
 2422 
     | 
    
         
            +
                def Remark(self, Remark):
         
     | 
| 
      
 2423 
     | 
    
         
            +
                    self._Remark = Remark
         
     | 
| 
      
 2424 
     | 
    
         
            +
             
     | 
| 
      
 2425 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2426 
     | 
    
         
            +
                def OtherDeviceList(self):
         
     | 
| 
      
 2427 
     | 
    
         
            +
                    """当设备类型为otherDevice,此参数必传
         
     | 
| 
      
 2428 
     | 
    
         
            +
                    :rtype: list of OtherDevReceivingInfo
         
     | 
| 
      
 2429 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2430 
     | 
    
         
            +
                    return self._OtherDeviceList
         
     | 
| 
      
 2431 
     | 
    
         
            +
             
     | 
| 
      
 2432 
     | 
    
         
            +
                @OtherDeviceList.setter
         
     | 
| 
      
 2433 
     | 
    
         
            +
                def OtherDeviceList(self, OtherDeviceList):
         
     | 
| 
      
 2434 
     | 
    
         
            +
                    self._OtherDeviceList = OtherDeviceList
         
     | 
| 
      
 2435 
     | 
    
         
            +
             
     | 
| 
      
 2436 
     | 
    
         
            +
             
     | 
| 
      
 2437 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 2438 
     | 
    
         
            +
                    self._IdcId = params.get("IdcId")
         
     | 
| 
      
 2439 
     | 
    
         
            +
                    self._DeviceType = params.get("DeviceType")
         
     | 
| 
      
 2440 
     | 
    
         
            +
                    self._HandoverMethod = params.get("HandoverMethod")
         
     | 
| 
      
 2441 
     | 
    
         
            +
                    if params.get("LogisticsReceipt") is not None:
         
     | 
| 
      
 2442 
     | 
    
         
            +
                        self._LogisticsReceipt = LogisticsReceipt()
         
     | 
| 
      
 2443 
     | 
    
         
            +
                        self._LogisticsReceipt._deserialize(params.get("LogisticsReceipt"))
         
     | 
| 
      
 2444 
     | 
    
         
            +
                    if params.get("CustomerReceipt") is not None:
         
     | 
| 
      
 2445 
     | 
    
         
            +
                        self._CustomerReceipt = CustomerReceipt()
         
     | 
| 
      
 2446 
     | 
    
         
            +
                        self._CustomerReceipt._deserialize(params.get("CustomerReceipt"))
         
     | 
| 
      
 2447 
     | 
    
         
            +
                    self._Remark = params.get("Remark")
         
     | 
| 
      
 2448 
     | 
    
         
            +
                    if params.get("OtherDeviceList") is not None:
         
     | 
| 
      
 2449 
     | 
    
         
            +
                        self._OtherDeviceList = []
         
     | 
| 
      
 2450 
     | 
    
         
            +
                        for item in params.get("OtherDeviceList"):
         
     | 
| 
      
 2451 
     | 
    
         
            +
                            obj = OtherDevReceivingInfo()
         
     | 
| 
      
 2452 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 2453 
     | 
    
         
            +
                            self._OtherDeviceList.append(obj)
         
     | 
| 
      
 2454 
     | 
    
         
            +
                    memeber_set = set(params.keys())
         
     | 
| 
      
 2455 
     | 
    
         
            +
                    for name, value in vars(self).items():
         
     | 
| 
      
 2456 
     | 
    
         
            +
                        property_name = name[1:]
         
     | 
| 
      
 2457 
     | 
    
         
            +
                        if property_name in memeber_set:
         
     | 
| 
      
 2458 
     | 
    
         
            +
                            memeber_set.remove(property_name)
         
     | 
| 
      
 2459 
     | 
    
         
            +
                    if len(memeber_set) > 0:
         
     | 
| 
      
 2460 
     | 
    
         
            +
                        warnings.warn("%s fileds are useless." % ",".join(memeber_set))
         
     | 
| 
      
 2461 
     | 
    
         
            +
                    
         
     | 
| 
      
 2462 
     | 
    
         
            +
             
     | 
| 
      
 2463 
     | 
    
         
            +
             
     | 
| 
      
 2464 
     | 
    
         
            +
            class CreateSpeciallyQuitWorkOrderResponse(AbstractModel):
         
     | 
| 
      
 2465 
     | 
    
         
            +
                """CreateSpeciallyQuitWorkOrder返回参数结构体
         
     | 
| 
      
 2466 
     | 
    
         
            +
             
     | 
| 
      
 2467 
     | 
    
         
            +
                """
         
     | 
| 
      
 2468 
     | 
    
         
            +
             
     | 
| 
      
 2469 
     | 
    
         
            +
                def __init__(self):
         
     | 
| 
      
 2470 
     | 
    
         
            +
                    r"""
         
     | 
| 
      
 2471 
     | 
    
         
            +
                    :param _WorkOrderSet: 创建的工单信息
         
     | 
| 
      
 2472 
     | 
    
         
            +
                    :type WorkOrderSet: list of WorkOrderTinyInfo
         
     | 
| 
      
 2473 
     | 
    
         
            +
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 2474 
     | 
    
         
            +
                    :type RequestId: str
         
     | 
| 
      
 2475 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2476 
     | 
    
         
            +
                    self._WorkOrderSet = None
         
     | 
| 
      
 2477 
     | 
    
         
            +
                    self._RequestId = None
         
     | 
| 
      
 2478 
     | 
    
         
            +
             
     | 
| 
      
 2479 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2480 
     | 
    
         
            +
                def WorkOrderSet(self):
         
     | 
| 
      
 2481 
     | 
    
         
            +
                    """创建的工单信息
         
     | 
| 
      
 2482 
     | 
    
         
            +
                    :rtype: list of WorkOrderTinyInfo
         
     | 
| 
      
 2483 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2484 
     | 
    
         
            +
                    return self._WorkOrderSet
         
     | 
| 
      
 2485 
     | 
    
         
            +
             
     | 
| 
      
 2486 
     | 
    
         
            +
                @WorkOrderSet.setter
         
     | 
| 
      
 2487 
     | 
    
         
            +
                def WorkOrderSet(self, WorkOrderSet):
         
     | 
| 
      
 2488 
     | 
    
         
            +
                    self._WorkOrderSet = WorkOrderSet
         
     | 
| 
      
 2489 
     | 
    
         
            +
             
     | 
| 
      
 2490 
     | 
    
         
            +
                @property
         
     | 
| 
      
 2491 
     | 
    
         
            +
                def RequestId(self):
         
     | 
| 
      
 2492 
     | 
    
         
            +
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
      
 2493 
     | 
    
         
            +
                    :rtype: str
         
     | 
| 
      
 2494 
     | 
    
         
            +
                    """
         
     | 
| 
      
 2495 
     | 
    
         
            +
                    return self._RequestId
         
     | 
| 
      
 2496 
     | 
    
         
            +
             
     | 
| 
      
 2497 
     | 
    
         
            +
                @RequestId.setter
         
     | 
| 
      
 2498 
     | 
    
         
            +
                def RequestId(self, RequestId):
         
     | 
| 
      
 2499 
     | 
    
         
            +
                    self._RequestId = RequestId
         
     | 
| 
      
 2500 
     | 
    
         
            +
             
     | 
| 
      
 2501 
     | 
    
         
            +
             
     | 
| 
      
 2502 
     | 
    
         
            +
                def _deserialize(self, params):
         
     | 
| 
      
 2503 
     | 
    
         
            +
                    if params.get("WorkOrderSet") is not None:
         
     | 
| 
      
 2504 
     | 
    
         
            +
                        self._WorkOrderSet = []
         
     | 
| 
      
 2505 
     | 
    
         
            +
                        for item in params.get("WorkOrderSet"):
         
     | 
| 
      
 2506 
     | 
    
         
            +
                            obj = WorkOrderTinyInfo()
         
     | 
| 
      
 2507 
     | 
    
         
            +
                            obj._deserialize(item)
         
     | 
| 
      
 2508 
     | 
    
         
            +
                            self._WorkOrderSet.append(obj)
         
     | 
| 
      
 2509 
     | 
    
         
            +
                    self._RequestId = params.get("RequestId")
         
     | 
| 
      
 2510 
     | 
    
         
            +
             
     | 
| 
      
 2511 
     | 
    
         
            +
             
     | 
| 
       2329 
2512 
     | 
    
         
             
            class CustomerInfo(AbstractModel):
         
     | 
| 
       2330 
2513 
     | 
    
         
             
                """客户信息
         
     | 
| 
       2331 
2514 
     | 
    
         | 
| 
         @@ -861,6 +861,29 @@ class ClsClient(AbstractClient): 
     | 
|
| 
       861 
861 
     | 
    
         
             
                            raise TencentCloudSDKException(type(e).__name__, str(e))
         
     | 
| 
       862 
862 
     | 
    
         | 
| 
       863 
863 
     | 
    
         | 
| 
      
 864 
     | 
    
         
            +
                def DeleteCosRecharge(self, request):
         
     | 
| 
      
 865 
     | 
    
         
            +
                    """本接口用于删除cos导入任务
         
     | 
| 
      
 866 
     | 
    
         
            +
             
     | 
| 
      
 867 
     | 
    
         
            +
                    :param request: Request instance for DeleteCosRecharge.
         
     | 
| 
      
 868 
     | 
    
         
            +
                    :type request: :class:`tencentcloud.cls.v20201016.models.DeleteCosRechargeRequest`
         
     | 
| 
      
 869 
     | 
    
         
            +
                    :rtype: :class:`tencentcloud.cls.v20201016.models.DeleteCosRechargeResponse`
         
     | 
| 
      
 870 
     | 
    
         
            +
             
     | 
| 
      
 871 
     | 
    
         
            +
                    """
         
     | 
| 
      
 872 
     | 
    
         
            +
                    try:
         
     | 
| 
      
 873 
     | 
    
         
            +
                        params = request._serialize()
         
     | 
| 
      
 874 
     | 
    
         
            +
                        headers = request.headers
         
     | 
| 
      
 875 
     | 
    
         
            +
                        body = self.call("DeleteCosRecharge", params, headers=headers)
         
     | 
| 
      
 876 
     | 
    
         
            +
                        response = json.loads(body)
         
     | 
| 
      
 877 
     | 
    
         
            +
                        model = models.DeleteCosRechargeResponse()
         
     | 
| 
      
 878 
     | 
    
         
            +
                        model._deserialize(response["Response"])
         
     | 
| 
      
 879 
     | 
    
         
            +
                        return model
         
     | 
| 
      
 880 
     | 
    
         
            +
                    except Exception as e:
         
     | 
| 
      
 881 
     | 
    
         
            +
                        if isinstance(e, TencentCloudSDKException):
         
     | 
| 
      
 882 
     | 
    
         
            +
                            raise
         
     | 
| 
      
 883 
     | 
    
         
            +
                        else:
         
     | 
| 
      
 884 
     | 
    
         
            +
                            raise TencentCloudSDKException(type(e).__name__, str(e))
         
     | 
| 
      
 885 
     | 
    
         
            +
             
     | 
| 
      
 886 
     | 
    
         
            +
             
     | 
| 
       864 
887 
     | 
    
         
             
                def DeleteDashboardSubscribe(self, request):
         
     | 
| 
       865 
888 
     | 
    
         
             
                    """此接口用于删除仪表盘订阅
         
     | 
| 
       866 
889 
     | 
    
         |