tencentcloud-sdk-python 3.1.100__py2.py3-none-any.whl → 3.1.102__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/ai3d/v20250513/models.py +2 -2
- tencentcloud/apis/v20240801/models.py +21 -4
- tencentcloud/asr/v20190614/models.py +2 -2
- tencentcloud/billing/v20180709/models.py +58 -94
- tencentcloud/cam/v20190116/cam_client.py +46 -0
- tencentcloud/cam/v20190116/cam_client_async.py +36 -0
- tencentcloud/cam/v20190116/errorcodes.py +3 -0
- tencentcloud/cam/v20190116/models.py +270 -0
- tencentcloud/cbs/v20170312/models.py +213 -213
- tencentcloud/cdb/v20170320/models.py +88 -26
- tencentcloud/cfw/v20190904/models.py +64 -64
- tencentcloud/ckafka/v20190819/ckafka_client.py +0 -23
- tencentcloud/ckafka/v20190819/ckafka_client_async.py +0 -18
- tencentcloud/ckafka/v20190819/models.py +0 -111
- tencentcloud/cloudhsm/v20191112/models.py +130 -104
- tencentcloud/cls/v20201016/models.py +12 -12
- tencentcloud/config/v20220802/models.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client.py +4 -4
- tencentcloud/cvm/v20170312/cvm_client_async.py +4 -4
- tencentcloud/cvm/v20170312/models.py +4 -24
- tencentcloud/cwp/v20180228/models.py +116 -54
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +23 -0
- tencentcloud/cynosdb/v20190107/cynosdb_client_async.py +18 -0
- tencentcloud/cynosdb/v20190107/models.py +656 -142
- tencentcloud/dbbrain/v20191016/models.py +4 -4
- tencentcloud/dbbrain/v20210527/models.py +80 -72
- tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
- tencentcloud/dlc/v20210125/dlc_client.py +23 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +18 -0
- tencentcloud/dlc/v20210125/models.py +144 -0
- tencentcloud/emr/v20190103/emr_client.py +23 -0
- tencentcloud/emr/v20190103/emr_client_async.py +18 -0
- tencentcloud/emr/v20190103/models.py +1022 -17
- tencentcloud/ess/v20201111/errorcodes.py +3 -0
- tencentcloud/ess/v20201111/models.py +25 -26
- tencentcloud/essbasic/v20210526/errorcodes.py +3 -0
- tencentcloud/faceid/v20180301/errorcodes.py +3 -0
- tencentcloud/faceid/v20180301/faceid_client.py +46 -0
- tencentcloud/faceid/v20180301/faceid_client_async.py +36 -0
- tencentcloud/faceid/v20180301/models.py +434 -0
- tencentcloud/ga2/v20250115/errorcodes.py +3 -0
- tencentcloud/ga2/v20250115/ga2_client.py +23 -0
- tencentcloud/ga2/v20250115/ga2_client_async.py +18 -0
- tencentcloud/ga2/v20250115/models.py +79 -0
- tencentcloud/ioa/v20220601/ioa_client.py +23 -0
- tencentcloud/ioa/v20220601/ioa_client_async.py +18 -0
- tencentcloud/ioa/v20220601/models.py +94 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +3 -0
- tencentcloud/lighthouse/v20200324/models.py +139 -0
- tencentcloud/live/v20180801/models.py +103 -122
- tencentcloud/lke/v20231130/models.py +69 -248
- tencentcloud/lkeap/v20240522/models.py +12 -14
- tencentcloud/mariadb/v20170312/errorcodes.py +3 -0
- tencentcloud/mna/v20210119/mna_client.py +46 -0
- tencentcloud/mna/v20210119/mna_client_async.py +36 -0
- tencentcloud/mna/v20210119/models.py +199 -0
- tencentcloud/mongodb/v20190725/models.py +256 -0
- tencentcloud/mongodb/v20190725/mongodb_client.py +92 -0
- tencentcloud/mongodb/v20190725/mongodb_client_async.py +72 -0
- tencentcloud/monitor/v20180724/models.py +423 -0
- tencentcloud/monitor/v20180724/monitor_client.py +85 -0
- tencentcloud/monitor/v20180724/monitor_client_async.py +70 -0
- tencentcloud/mps/v20190612/models.py +217 -122
- tencentcloud/mps/v20190612/mps_client.py +23 -0
- tencentcloud/mps/v20190612/mps_client_async.py +18 -0
- tencentcloud/ssm/v20190923/models.py +266 -188
- tencentcloud/tcb/v20180608/errorcodes.py +3 -0
- tencentcloud/tcb/v20180608/models.py +376 -16
- tencentcloud/tcb/v20180608/tcb_client.py +82 -0
- tencentcloud/tcb/v20180608/tcb_client_async.py +67 -0
- tencentcloud/tdai/v20250717/models.py +49 -4
- tencentcloud/tdmq/v20200217/models.py +60 -34
- tencentcloud/tdmysql/v20211122/errorcodes.py +90 -0
- tencentcloud/tdmysql/v20211122/models.py +10049 -1814
- tencentcloud/tdmysql/v20211122/tdmysql_client.py +391 -0
- tencentcloud/tdmysql/v20211122/tdmysql_client_async.py +306 -0
- tencentcloud/teo/v20220901/errorcodes.py +6 -0
- tencentcloud/teo/v20220901/models.py +350 -2
- tencentcloud/tione/v20211111/models.py +42 -12
- tencentcloud/tke/v20180525/tke_client.py +1 -1
- tencentcloud/tke/v20180525/tke_client_async.py +1 -1
- tencentcloud/trp/v20210515/models.py +3610 -1204
- tencentcloud/trp/v20210515/trp_client.py +184 -0
- tencentcloud/trp/v20210515/trp_client_async.py +144 -0
- tencentcloud/tse/v20201207/models.py +10340 -4234
- tencentcloud/tse/v20201207/tse_client.py +690 -0
- tencentcloud/tse/v20201207/tse_client_async.py +540 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +87 -24
- tencentcloud/waf/v20180125/models.py +2 -2
- tencentcloud/wedata/v20210820/models.py +124 -106
- tencentcloud/wedata/v20250806/models.py +52 -390
- {tencentcloud_sdk_python-3.1.100.dist-info → tencentcloud_sdk_python-3.1.102.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.100.dist-info → tencentcloud_sdk_python-3.1.102.dist-info}/RECORD +99 -99
- {tencentcloud_sdk_python-3.1.100.dist-info → tencentcloud_sdk_python-3.1.102.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.100.dist-info → tencentcloud_sdk_python-3.1.102.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.1.100.dist-info → tencentcloud_sdk_python-3.1.102.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -1478,7 +1478,7 @@ class SubmitAutoRiggingJobRequest(AbstractModel):
|
|
|
1478
1478
|
|
|
1479
1479
|
def __init__(self):
|
|
1480
1480
|
r"""
|
|
1481
|
-
:param _File3D: <p
|
|
1481
|
+
:param _File3D: <p>人形角色需采用标准姿态(A Pose 或 T Pose),尽量保持无动作状态。<br>模型中不应包含人体以外的组件(如武器、坐骑、翅膀等),避免松散衣物、配饰及复杂发型。<br>非人形角色建议上传二足、四足、鸟类等单一生命体模型,姿态应尽量简洁,无夸张或复杂动作,且不支持动作模版生成。3D模型文件必选其一,参考值:<br>FBX:3D模型文件,格式为FBX,文件大小不超过60Mb;<br>GLB:3D模型文件,格式为GLB,文件大小不超过60Mb;</p>
|
|
1482
1482
|
:type File3D: :class:`tencentcloud.ai3d.v20250513.models.InputFile3D`
|
|
1483
1483
|
:param _MotionType: <p>预设动作类型,参考值:</p><ol><li>回旋踢 </li><li>左勾拳 </li><li>蓄力攻击 </li><li>蓄力出拳 </li><li>二连击打 </li><li>二连击打-2 </li><li>后撤 </li><li>受击 </li><li>受击-2 </li><li>受击-3 </li><li>受击倒地-1 </li><li>受击倒地-2 </li><li>落地 </li><li>沮丧 </li><li>割喉 </li><li>刺拳 </li><li>连续击打 </li><li>踢腿 </li><li>侧踢 </li><li>打太极 </li><li>后空翻 </li><li>蹲姿转体 </li><li>走路-1 </li><li>走路-2 </li><li>走路-3 </li><li>待机-1 </li><li>待机-2 </li><li>街舞 </li><li>扭扭舞 </li><li>左转弯 </li><li>右转弯 </li><li>慢跑 </li><li>慢跑-2 </li><li>奔跑 </li><li>冲刺跑-1 </li><li>冲刺跑-2 </li><li>冲刺跑-3 </li><li>原地跳-1 </li><li>滑铲 </li><li>向前大跳 </li><li>向前大跳-2 </li><li>跨越 </li><li>恐吓 </li><li>向前跌倒 </li><li>右转 </li><li>原地跳-2 </li><li>转身 </li><li>发送冲击波</li></ol>
|
|
1484
1484
|
:type MotionType: int
|
|
@@ -1488,7 +1488,7 @@ class SubmitAutoRiggingJobRequest(AbstractModel):
|
|
|
1488
1488
|
|
|
1489
1489
|
@property
|
|
1490
1490
|
def File3D(self):
|
|
1491
|
-
r"""<p
|
|
1491
|
+
r"""<p>人形角色需采用标准姿态(A Pose 或 T Pose),尽量保持无动作状态。<br>模型中不应包含人体以外的组件(如武器、坐骑、翅膀等),避免松散衣物、配饰及复杂发型。<br>非人形角色建议上传二足、四足、鸟类等单一生命体模型,姿态应尽量简洁,无夸张或复杂动作,且不支持动作模版生成。3D模型文件必选其一,参考值:<br>FBX:3D模型文件,格式为FBX,文件大小不超过60Mb;<br>GLB:3D模型文件,格式为GLB,文件大小不超过60Mb;</p>
|
|
1492
1492
|
:rtype: :class:`tencentcloud.ai3d.v20250513.models.InputFile3D`
|
|
1493
1493
|
"""
|
|
1494
1494
|
return self._File3D
|
|
@@ -10493,19 +10493,35 @@ class TokenLimitConfigDTO(AbstractModel):
|
|
|
10493
10493
|
|
|
10494
10494
|
def __init__(self):
|
|
10495
10495
|
r"""
|
|
10496
|
-
:param
|
|
10496
|
+
:param _Type: <p>限流类型</p><p>枚举值:</p><ul><li>minute: 时间窗口</li><li>day: 自然日</li><li>month: 自然月</li></ul>
|
|
10497
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10498
|
+
:type Type: str
|
|
10499
|
+
:param _LimitRequestBody: <p>单次请求上限,k</p>
|
|
10497
10500
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10498
10501
|
:type LimitRequestBody: int
|
|
10499
|
-
:param _LimitWindows:
|
|
10502
|
+
:param _LimitWindows: <p>累次token总量消耗上限</p>
|
|
10500
10503
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10501
10504
|
:type LimitWindows: list of LimitWindowsDTO
|
|
10502
10505
|
"""
|
|
10506
|
+
self._Type = None
|
|
10503
10507
|
self._LimitRequestBody = None
|
|
10504
10508
|
self._LimitWindows = None
|
|
10505
10509
|
|
|
10510
|
+
@property
|
|
10511
|
+
def Type(self):
|
|
10512
|
+
r"""<p>限流类型</p><p>枚举值:</p><ul><li>minute: 时间窗口</li><li>day: 自然日</li><li>month: 自然月</li></ul>
|
|
10513
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10514
|
+
:rtype: str
|
|
10515
|
+
"""
|
|
10516
|
+
return self._Type
|
|
10517
|
+
|
|
10518
|
+
@Type.setter
|
|
10519
|
+
def Type(self, Type):
|
|
10520
|
+
self._Type = Type
|
|
10521
|
+
|
|
10506
10522
|
@property
|
|
10507
10523
|
def LimitRequestBody(self):
|
|
10508
|
-
r"""
|
|
10524
|
+
r"""<p>单次请求上限,k</p>
|
|
10509
10525
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10510
10526
|
:rtype: int
|
|
10511
10527
|
"""
|
|
@@ -10517,7 +10533,7 @@ class TokenLimitConfigDTO(AbstractModel):
|
|
|
10517
10533
|
|
|
10518
10534
|
@property
|
|
10519
10535
|
def LimitWindows(self):
|
|
10520
|
-
r"""
|
|
10536
|
+
r"""<p>累次token总量消耗上限</p>
|
|
10521
10537
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10522
10538
|
:rtype: list of LimitWindowsDTO
|
|
10523
10539
|
"""
|
|
@@ -10529,6 +10545,7 @@ class TokenLimitConfigDTO(AbstractModel):
|
|
|
10529
10545
|
|
|
10530
10546
|
|
|
10531
10547
|
def _deserialize(self, params):
|
|
10548
|
+
self._Type = params.get("Type")
|
|
10532
10549
|
self._LimitRequestBody = params.get("LimitRequestBody")
|
|
10533
10550
|
if params.get("LimitWindows") is not None:
|
|
10534
10551
|
self._LimitWindows = []
|
|
@@ -3249,7 +3249,7 @@ class SentenceDetail(AbstractModel):
|
|
|
3249
3249
|
:param _EmotionalEnergy: <p>情绪能量值,取值为音量分贝值/10。取值范围:[1,10]。值越高情绪越强烈。</p>
|
|
3250
3250
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3251
3251
|
:type EmotionalEnergy: float
|
|
3252
|
-
:param _SilenceTime: <p
|
|
3252
|
+
:param _SilenceTime: <p>本句与上一句之间的静音时长(ms)</p><p>枚举值:</p><ul><li>0: 表示无静音间隔</li></ul>
|
|
3253
3253
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3254
3254
|
:type SilenceTime: int
|
|
3255
3255
|
:param _EmotionType: <p>情绪类型(可能为空,有2种情况 1、没有对应资源包;2、情绪跟语音效果相关,如果情绪不够强烈时可能无法识别)</p>
|
|
@@ -3401,7 +3401,7 @@ class SentenceDetail(AbstractModel):
|
|
|
3401
3401
|
|
|
3402
3402
|
@property
|
|
3403
3403
|
def SilenceTime(self):
|
|
3404
|
-
r"""<p
|
|
3404
|
+
r"""<p>本句与上一句之间的静音时长(ms)</p><p>枚举值:</p><ul><li>0: 表示无静音间隔</li></ul>
|
|
3405
3405
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3406
3406
|
:rtype: int
|
|
3407
3407
|
"""
|
|
@@ -5714,36 +5714,31 @@ class AnalyseConditions(AbstractModel):
|
|
|
5714
5714
|
|
|
5715
5715
|
def __init__(self):
|
|
5716
5716
|
r"""
|
|
5717
|
-
:param _BusinessCodes:
|
|
5717
|
+
:param _BusinessCodes: <p>产品名称代码</p>
|
|
5718
5718
|
:type BusinessCodes: str
|
|
5719
|
-
:param _ProductCodes:
|
|
5719
|
+
:param _ProductCodes: <p>子产品名称代码</p>
|
|
5720
5720
|
:type ProductCodes: str
|
|
5721
|
-
:param _ComponentCode:
|
|
5721
|
+
:param _ComponentCode: <p>组件类型代码</p>
|
|
5722
5722
|
:type ComponentCode: str
|
|
5723
|
-
:param _ZoneIds:
|
|
5723
|
+
:param _ZoneIds: <p>可用区ID:资源所属可用区ID</p>
|
|
5724
5724
|
:type ZoneIds: str
|
|
5725
|
-
:param _RegionIds:
|
|
5725
|
+
:param _RegionIds: <p>地域ID:资源所属地域ID</p>
|
|
5726
5726
|
:type RegionIds: str
|
|
5727
|
-
:param _ProjectIds:
|
|
5727
|
+
:param _ProjectIds: <p>项目ID:资源所属项目ID</p>
|
|
5728
5728
|
:type ProjectIds: str
|
|
5729
|
-
:param _PayModes:
|
|
5729
|
+
:param _PayModes: <p>计费模式 prePay(表示包年包月)/postPay(表示按量计费)</p>
|
|
5730
5730
|
:type PayModes: str
|
|
5731
|
-
:param _ActionTypes:
|
|
5731
|
+
:param _ActionTypes: <p>交易类型,查询交易类型(请使用交易类型code入参)</p>
|
|
5732
5732
|
:type ActionTypes: str
|
|
5733
|
-
:param _Tags:
|
|
5733
|
+
:param _Tags: <p>分账标签</p>
|
|
5734
5734
|
:type Tags: str
|
|
5735
|
-
:param _FeeType:
|
|
5736
|
-
cashPayAmount:现金
|
|
5737
|
-
incentivePayAmount:赠送金
|
|
5738
|
-
voucherPayAmount:优惠券
|
|
5739
|
-
tax:税金
|
|
5740
|
-
costBeforeTax:税前价
|
|
5735
|
+
:param _FeeType: <p>费用类型,查询费用类型(请使用费用类型code入参)入参枚举如下:<br>cashPayAmount:现金<br>incentivePayAmount:赠送金<br>voucherPayAmount:优惠券<br>tax:税金<br>costBeforeTax:税前价</p>
|
|
5741
5736
|
:type FeeType: str
|
|
5742
|
-
:param _PayerUins:
|
|
5737
|
+
:param _PayerUins: <p>查询成本分析数据的用户UIN</p>
|
|
5743
5738
|
:type PayerUins: str
|
|
5744
|
-
:param _OwnerUins:
|
|
5739
|
+
:param _OwnerUins: <p>使用资源的用户UIN</p>
|
|
5745
5740
|
:type OwnerUins: str
|
|
5746
|
-
:param _ConsumptionTypes:
|
|
5741
|
+
:param _ConsumptionTypes: <p>消耗类型,查询消耗类型(请使用消耗类型code入参)</p>
|
|
5747
5742
|
:type ConsumptionTypes: str
|
|
5748
5743
|
"""
|
|
5749
5744
|
self._BusinessCodes = None
|
|
@@ -5762,7 +5757,7 @@ costBeforeTax:税前价
|
|
|
5762
5757
|
|
|
5763
5758
|
@property
|
|
5764
5759
|
def BusinessCodes(self):
|
|
5765
|
-
r"""
|
|
5760
|
+
r"""<p>产品名称代码</p>
|
|
5766
5761
|
:rtype: str
|
|
5767
5762
|
"""
|
|
5768
5763
|
return self._BusinessCodes
|
|
@@ -5773,7 +5768,7 @@ costBeforeTax:税前价
|
|
|
5773
5768
|
|
|
5774
5769
|
@property
|
|
5775
5770
|
def ProductCodes(self):
|
|
5776
|
-
r"""
|
|
5771
|
+
r"""<p>子产品名称代码</p>
|
|
5777
5772
|
:rtype: str
|
|
5778
5773
|
"""
|
|
5779
5774
|
return self._ProductCodes
|
|
@@ -5784,7 +5779,7 @@ costBeforeTax:税前价
|
|
|
5784
5779
|
|
|
5785
5780
|
@property
|
|
5786
5781
|
def ComponentCode(self):
|
|
5787
|
-
r"""
|
|
5782
|
+
r"""<p>组件类型代码</p>
|
|
5788
5783
|
:rtype: str
|
|
5789
5784
|
"""
|
|
5790
5785
|
return self._ComponentCode
|
|
@@ -5795,7 +5790,7 @@ costBeforeTax:税前价
|
|
|
5795
5790
|
|
|
5796
5791
|
@property
|
|
5797
5792
|
def ZoneIds(self):
|
|
5798
|
-
r"""
|
|
5793
|
+
r"""<p>可用区ID:资源所属可用区ID</p>
|
|
5799
5794
|
:rtype: str
|
|
5800
5795
|
"""
|
|
5801
5796
|
return self._ZoneIds
|
|
@@ -5806,7 +5801,7 @@ costBeforeTax:税前价
|
|
|
5806
5801
|
|
|
5807
5802
|
@property
|
|
5808
5803
|
def RegionIds(self):
|
|
5809
|
-
r"""
|
|
5804
|
+
r"""<p>地域ID:资源所属地域ID</p>
|
|
5810
5805
|
:rtype: str
|
|
5811
5806
|
"""
|
|
5812
5807
|
return self._RegionIds
|
|
@@ -5817,7 +5812,7 @@ costBeforeTax:税前价
|
|
|
5817
5812
|
|
|
5818
5813
|
@property
|
|
5819
5814
|
def ProjectIds(self):
|
|
5820
|
-
r"""
|
|
5815
|
+
r"""<p>项目ID:资源所属项目ID</p>
|
|
5821
5816
|
:rtype: str
|
|
5822
5817
|
"""
|
|
5823
5818
|
return self._ProjectIds
|
|
@@ -5828,7 +5823,7 @@ costBeforeTax:税前价
|
|
|
5828
5823
|
|
|
5829
5824
|
@property
|
|
5830
5825
|
def PayModes(self):
|
|
5831
|
-
r"""
|
|
5826
|
+
r"""<p>计费模式 prePay(表示包年包月)/postPay(表示按量计费)</p>
|
|
5832
5827
|
:rtype: str
|
|
5833
5828
|
"""
|
|
5834
5829
|
return self._PayModes
|
|
@@ -5839,7 +5834,7 @@ costBeforeTax:税前价
|
|
|
5839
5834
|
|
|
5840
5835
|
@property
|
|
5841
5836
|
def ActionTypes(self):
|
|
5842
|
-
r"""
|
|
5837
|
+
r"""<p>交易类型,查询交易类型(请使用交易类型code入参)</p>
|
|
5843
5838
|
:rtype: str
|
|
5844
5839
|
"""
|
|
5845
5840
|
return self._ActionTypes
|
|
@@ -5850,7 +5845,7 @@ costBeforeTax:税前价
|
|
|
5850
5845
|
|
|
5851
5846
|
@property
|
|
5852
5847
|
def Tags(self):
|
|
5853
|
-
r"""
|
|
5848
|
+
r"""<p>分账标签</p>
|
|
5854
5849
|
:rtype: str
|
|
5855
5850
|
"""
|
|
5856
5851
|
return self._Tags
|
|
@@ -5861,12 +5856,7 @@ costBeforeTax:税前价
|
|
|
5861
5856
|
|
|
5862
5857
|
@property
|
|
5863
5858
|
def FeeType(self):
|
|
5864
|
-
r"""
|
|
5865
|
-
cashPayAmount:现金
|
|
5866
|
-
incentivePayAmount:赠送金
|
|
5867
|
-
voucherPayAmount:优惠券
|
|
5868
|
-
tax:税金
|
|
5869
|
-
costBeforeTax:税前价
|
|
5859
|
+
r"""<p>费用类型,查询费用类型(请使用费用类型code入参)入参枚举如下:<br>cashPayAmount:现金<br>incentivePayAmount:赠送金<br>voucherPayAmount:优惠券<br>tax:税金<br>costBeforeTax:税前价</p>
|
|
5870
5860
|
:rtype: str
|
|
5871
5861
|
"""
|
|
5872
5862
|
return self._FeeType
|
|
@@ -5877,7 +5867,7 @@ costBeforeTax:税前价
|
|
|
5877
5867
|
|
|
5878
5868
|
@property
|
|
5879
5869
|
def PayerUins(self):
|
|
5880
|
-
r"""
|
|
5870
|
+
r"""<p>查询成本分析数据的用户UIN</p>
|
|
5881
5871
|
:rtype: str
|
|
5882
5872
|
"""
|
|
5883
5873
|
return self._PayerUins
|
|
@@ -5888,7 +5878,7 @@ costBeforeTax:税前价
|
|
|
5888
5878
|
|
|
5889
5879
|
@property
|
|
5890
5880
|
def OwnerUins(self):
|
|
5891
|
-
r"""
|
|
5881
|
+
r"""<p>使用资源的用户UIN</p>
|
|
5892
5882
|
:rtype: str
|
|
5893
5883
|
"""
|
|
5894
5884
|
return self._OwnerUins
|
|
@@ -5899,7 +5889,7 @@ costBeforeTax:税前价
|
|
|
5899
5889
|
|
|
5900
5890
|
@property
|
|
5901
5891
|
def ConsumptionTypes(self):
|
|
5902
|
-
r"""
|
|
5892
|
+
r"""<p>消耗类型,查询消耗类型(请使用消耗类型code入参)</p>
|
|
5903
5893
|
:rtype: str
|
|
5904
5894
|
"""
|
|
5905
5895
|
return self._ConsumptionTypes
|
|
@@ -24305,40 +24295,27 @@ class DescribeCostExplorerSummaryRequest(AbstractModel):
|
|
|
24305
24295
|
|
|
24306
24296
|
def __init__(self):
|
|
24307
24297
|
r"""
|
|
24308
|
-
:param _BeginTime:
|
|
24298
|
+
:param _BeginTime: <p>周期开始时间,格式为yyyy-mm-dd hh:ii:ss</p>
|
|
24309
24299
|
:type BeginTime: str
|
|
24310
|
-
:param _EndTime:
|
|
24300
|
+
:param _EndTime: <p>周期结束时间,格式为yyyy-mm-dd hh:ii:ss</p>
|
|
24311
24301
|
:type EndTime: str
|
|
24312
|
-
:param _BillType:
|
|
24302
|
+
:param _BillType: <p>账单类型:1-费用账单、2-消耗账单</p>
|
|
24313
24303
|
:type BillType: str
|
|
24314
|
-
:param _PeriodType:
|
|
24304
|
+
:param _PeriodType: <p>统计周期:日-day,月-month;</p>
|
|
24315
24305
|
:type PeriodType: str
|
|
24316
|
-
:param _Dimensions:
|
|
24317
|
-
default=仅总计
|
|
24318
|
-
feeType=费用类型
|
|
24319
|
-
billType=账单类型
|
|
24320
|
-
business=产品
|
|
24321
|
-
product=子产品
|
|
24322
|
-
region=地域
|
|
24323
|
-
zone=可用区
|
|
24324
|
-
actionType=交易类型
|
|
24325
|
-
payMode =计费模式
|
|
24326
|
-
tags=标签
|
|
24327
|
-
project =项目
|
|
24328
|
-
payerUin=支付者账号
|
|
24329
|
-
ownerUin=使用者账号
|
|
24306
|
+
:param _Dimensions: <p>分类维度(数据汇总维度),查询分类维度(请使用分类维度code入参)入参枚举值:<br>default=仅总计<br>feeType=费用类型<br>billType=账单类型<br>business=产品<br>product=子产品<br>region=地域<br>zone=可用区<br>actionType=交易类型<br>payMode =计费模式<br>tags=标签<br>project =项目<br>payerUin=支付者账号<br>ownerUin=使用者账号</p>
|
|
24330
24307
|
:type Dimensions: str
|
|
24331
|
-
:param _FeeType:
|
|
24308
|
+
:param _FeeType: <p>费用类型:cost-折后总费用,totalCost-原价费用</p>
|
|
24332
24309
|
:type FeeType: str
|
|
24333
|
-
:param _PageSize:
|
|
24310
|
+
:param _PageSize: <p>数量,每页最大值为100</p>
|
|
24334
24311
|
:type PageSize: int
|
|
24335
|
-
:param _PageNo:
|
|
24312
|
+
:param _PageNo: <p>起始页,当PageNo=1表示第一页, PageNo=2表示第二页,依次类推。</p>
|
|
24336
24313
|
:type PageNo: int
|
|
24337
|
-
:param _TagKeyStr:
|
|
24314
|
+
:param _TagKeyStr: <p>分账标签键</p>
|
|
24338
24315
|
:type TagKeyStr: str
|
|
24339
|
-
:param _NeedConditionValue:
|
|
24316
|
+
:param _NeedConditionValue: <p>是否需要筛选框, 1-表示需要, 0-表示不需要,若不传默认不需要。</p>
|
|
24340
24317
|
:type NeedConditionValue: str
|
|
24341
|
-
:param _Conditions:
|
|
24318
|
+
:param _Conditions: <p>筛选参数</p>
|
|
24342
24319
|
:type Conditions: :class:`tencentcloud.billing.v20180709.models.AnalyseConditions`
|
|
24343
24320
|
"""
|
|
24344
24321
|
self._BeginTime = None
|
|
@@ -24355,7 +24332,7 @@ ownerUin=使用者账号
|
|
|
24355
24332
|
|
|
24356
24333
|
@property
|
|
24357
24334
|
def BeginTime(self):
|
|
24358
|
-
r"""
|
|
24335
|
+
r"""<p>周期开始时间,格式为yyyy-mm-dd hh:ii:ss</p>
|
|
24359
24336
|
:rtype: str
|
|
24360
24337
|
"""
|
|
24361
24338
|
return self._BeginTime
|
|
@@ -24366,7 +24343,7 @@ ownerUin=使用者账号
|
|
|
24366
24343
|
|
|
24367
24344
|
@property
|
|
24368
24345
|
def EndTime(self):
|
|
24369
|
-
r"""
|
|
24346
|
+
r"""<p>周期结束时间,格式为yyyy-mm-dd hh:ii:ss</p>
|
|
24370
24347
|
:rtype: str
|
|
24371
24348
|
"""
|
|
24372
24349
|
return self._EndTime
|
|
@@ -24377,7 +24354,7 @@ ownerUin=使用者账号
|
|
|
24377
24354
|
|
|
24378
24355
|
@property
|
|
24379
24356
|
def BillType(self):
|
|
24380
|
-
r"""
|
|
24357
|
+
r"""<p>账单类型:1-费用账单、2-消耗账单</p>
|
|
24381
24358
|
:rtype: str
|
|
24382
24359
|
"""
|
|
24383
24360
|
return self._BillType
|
|
@@ -24388,7 +24365,7 @@ ownerUin=使用者账号
|
|
|
24388
24365
|
|
|
24389
24366
|
@property
|
|
24390
24367
|
def PeriodType(self):
|
|
24391
|
-
r"""
|
|
24368
|
+
r"""<p>统计周期:日-day,月-month;</p>
|
|
24392
24369
|
:rtype: str
|
|
24393
24370
|
"""
|
|
24394
24371
|
return self._PeriodType
|
|
@@ -24399,20 +24376,7 @@ ownerUin=使用者账号
|
|
|
24399
24376
|
|
|
24400
24377
|
@property
|
|
24401
24378
|
def Dimensions(self):
|
|
24402
|
-
r"""
|
|
24403
|
-
default=仅总计
|
|
24404
|
-
feeType=费用类型
|
|
24405
|
-
billType=账单类型
|
|
24406
|
-
business=产品
|
|
24407
|
-
product=子产品
|
|
24408
|
-
region=地域
|
|
24409
|
-
zone=可用区
|
|
24410
|
-
actionType=交易类型
|
|
24411
|
-
payMode =计费模式
|
|
24412
|
-
tags=标签
|
|
24413
|
-
project =项目
|
|
24414
|
-
payerUin=支付者账号
|
|
24415
|
-
ownerUin=使用者账号
|
|
24379
|
+
r"""<p>分类维度(数据汇总维度),查询分类维度(请使用分类维度code入参)入参枚举值:<br>default=仅总计<br>feeType=费用类型<br>billType=账单类型<br>business=产品<br>product=子产品<br>region=地域<br>zone=可用区<br>actionType=交易类型<br>payMode =计费模式<br>tags=标签<br>project =项目<br>payerUin=支付者账号<br>ownerUin=使用者账号</p>
|
|
24416
24380
|
:rtype: str
|
|
24417
24381
|
"""
|
|
24418
24382
|
return self._Dimensions
|
|
@@ -24423,7 +24387,7 @@ ownerUin=使用者账号
|
|
|
24423
24387
|
|
|
24424
24388
|
@property
|
|
24425
24389
|
def FeeType(self):
|
|
24426
|
-
r"""
|
|
24390
|
+
r"""<p>费用类型:cost-折后总费用,totalCost-原价费用</p>
|
|
24427
24391
|
:rtype: str
|
|
24428
24392
|
"""
|
|
24429
24393
|
return self._FeeType
|
|
@@ -24434,7 +24398,7 @@ ownerUin=使用者账号
|
|
|
24434
24398
|
|
|
24435
24399
|
@property
|
|
24436
24400
|
def PageSize(self):
|
|
24437
|
-
r"""
|
|
24401
|
+
r"""<p>数量,每页最大值为100</p>
|
|
24438
24402
|
:rtype: int
|
|
24439
24403
|
"""
|
|
24440
24404
|
return self._PageSize
|
|
@@ -24445,7 +24409,7 @@ ownerUin=使用者账号
|
|
|
24445
24409
|
|
|
24446
24410
|
@property
|
|
24447
24411
|
def PageNo(self):
|
|
24448
|
-
r"""
|
|
24412
|
+
r"""<p>起始页,当PageNo=1表示第一页, PageNo=2表示第二页,依次类推。</p>
|
|
24449
24413
|
:rtype: int
|
|
24450
24414
|
"""
|
|
24451
24415
|
return self._PageNo
|
|
@@ -24456,7 +24420,7 @@ ownerUin=使用者账号
|
|
|
24456
24420
|
|
|
24457
24421
|
@property
|
|
24458
24422
|
def TagKeyStr(self):
|
|
24459
|
-
r"""
|
|
24423
|
+
r"""<p>分账标签键</p>
|
|
24460
24424
|
:rtype: str
|
|
24461
24425
|
"""
|
|
24462
24426
|
return self._TagKeyStr
|
|
@@ -24467,7 +24431,7 @@ ownerUin=使用者账号
|
|
|
24467
24431
|
|
|
24468
24432
|
@property
|
|
24469
24433
|
def NeedConditionValue(self):
|
|
24470
|
-
r"""
|
|
24434
|
+
r"""<p>是否需要筛选框, 1-表示需要, 0-表示不需要,若不传默认不需要。</p>
|
|
24471
24435
|
:rtype: str
|
|
24472
24436
|
"""
|
|
24473
24437
|
return self._NeedConditionValue
|
|
@@ -24478,7 +24442,7 @@ ownerUin=使用者账号
|
|
|
24478
24442
|
|
|
24479
24443
|
@property
|
|
24480
24444
|
def Conditions(self):
|
|
24481
|
-
r"""
|
|
24445
|
+
r"""<p>筛选参数</p>
|
|
24482
24446
|
:rtype: :class:`tencentcloud.billing.v20180709.models.AnalyseConditions`
|
|
24483
24447
|
"""
|
|
24484
24448
|
return self._Conditions
|
|
@@ -24519,15 +24483,15 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
|
|
|
24519
24483
|
|
|
24520
24484
|
def __init__(self):
|
|
24521
24485
|
r"""
|
|
24522
|
-
:param _Total:
|
|
24486
|
+
:param _Total: <p>数据条数</p>
|
|
24523
24487
|
:type Total: int
|
|
24524
|
-
:param _Header:
|
|
24488
|
+
:param _Header: <p>表头信息</p>
|
|
24525
24489
|
:type Header: :class:`tencentcloud.billing.v20180709.models.AnalyseHeaderDetail`
|
|
24526
|
-
:param _Detail:
|
|
24490
|
+
:param _Detail: <p>数据明细</p>
|
|
24527
24491
|
:type Detail: list of AnalyseDetail
|
|
24528
|
-
:param _TotalDetail:
|
|
24492
|
+
:param _TotalDetail: <p>数据总计</p>
|
|
24529
24493
|
:type TotalDetail: :class:`tencentcloud.billing.v20180709.models.AnalyseDetail`
|
|
24530
|
-
:param _ConditionValue:
|
|
24494
|
+
:param _ConditionValue: <p>筛选框</p>
|
|
24531
24495
|
:type ConditionValue: :class:`tencentcloud.billing.v20180709.models.AnalyseConditionDetail`
|
|
24532
24496
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
24533
24497
|
:type RequestId: str
|
|
@@ -24541,7 +24505,7 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
|
|
|
24541
24505
|
|
|
24542
24506
|
@property
|
|
24543
24507
|
def Total(self):
|
|
24544
|
-
r"""
|
|
24508
|
+
r"""<p>数据条数</p>
|
|
24545
24509
|
:rtype: int
|
|
24546
24510
|
"""
|
|
24547
24511
|
return self._Total
|
|
@@ -24552,7 +24516,7 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
|
|
|
24552
24516
|
|
|
24553
24517
|
@property
|
|
24554
24518
|
def Header(self):
|
|
24555
|
-
r"""
|
|
24519
|
+
r"""<p>表头信息</p>
|
|
24556
24520
|
:rtype: :class:`tencentcloud.billing.v20180709.models.AnalyseHeaderDetail`
|
|
24557
24521
|
"""
|
|
24558
24522
|
return self._Header
|
|
@@ -24563,7 +24527,7 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
|
|
|
24563
24527
|
|
|
24564
24528
|
@property
|
|
24565
24529
|
def Detail(self):
|
|
24566
|
-
r"""
|
|
24530
|
+
r"""<p>数据明细</p>
|
|
24567
24531
|
:rtype: list of AnalyseDetail
|
|
24568
24532
|
"""
|
|
24569
24533
|
return self._Detail
|
|
@@ -24574,7 +24538,7 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
|
|
|
24574
24538
|
|
|
24575
24539
|
@property
|
|
24576
24540
|
def TotalDetail(self):
|
|
24577
|
-
r"""
|
|
24541
|
+
r"""<p>数据总计</p>
|
|
24578
24542
|
:rtype: :class:`tencentcloud.billing.v20180709.models.AnalyseDetail`
|
|
24579
24543
|
"""
|
|
24580
24544
|
return self._TotalDetail
|
|
@@ -24585,7 +24549,7 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
|
|
|
24585
24549
|
|
|
24586
24550
|
@property
|
|
24587
24551
|
def ConditionValue(self):
|
|
24588
|
-
r"""
|
|
24552
|
+
r"""<p>筛选框</p>
|
|
24589
24553
|
:rtype: :class:`tencentcloud.billing.v20180709.models.AnalyseConditionDetail`
|
|
24590
24554
|
"""
|
|
24591
24555
|
return self._ConditionValue
|
|
@@ -1085,6 +1085,29 @@ class CamClient(AbstractClient):
|
|
|
1085
1085
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1086
1086
|
|
|
1087
1087
|
|
|
1088
|
+
def GetPasswordRules(self, request):
|
|
1089
|
+
r"""获取CAM密码设置规则
|
|
1090
|
+
|
|
1091
|
+
:param request: Request instance for GetPasswordRules.
|
|
1092
|
+
:type request: :class:`tencentcloud.cam.v20190116.models.GetPasswordRulesRequest`
|
|
1093
|
+
:rtype: :class:`tencentcloud.cam.v20190116.models.GetPasswordRulesResponse`
|
|
1094
|
+
|
|
1095
|
+
"""
|
|
1096
|
+
try:
|
|
1097
|
+
params = request._serialize()
|
|
1098
|
+
headers = request.headers
|
|
1099
|
+
body = self.call("GetPasswordRules", params, headers=headers)
|
|
1100
|
+
response = json.loads(body)
|
|
1101
|
+
model = models.GetPasswordRulesResponse()
|
|
1102
|
+
model._deserialize(response["Response"])
|
|
1103
|
+
return model
|
|
1104
|
+
except Exception as e:
|
|
1105
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1106
|
+
raise
|
|
1107
|
+
else:
|
|
1108
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1109
|
+
|
|
1110
|
+
|
|
1088
1111
|
def GetPolicy(self, request):
|
|
1089
1112
|
r"""本接口(GetPolicy)可用于查询查看策略详情。
|
|
1090
1113
|
|
|
@@ -1959,6 +1982,29 @@ class CamClient(AbstractClient):
|
|
|
1959
1982
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1960
1983
|
|
|
1961
1984
|
|
|
1985
|
+
def UpdatePasswordRules(self, request):
|
|
1986
|
+
r"""更新CAM密码设置规则
|
|
1987
|
+
|
|
1988
|
+
:param request: Request instance for UpdatePasswordRules.
|
|
1989
|
+
:type request: :class:`tencentcloud.cam.v20190116.models.UpdatePasswordRulesRequest`
|
|
1990
|
+
:rtype: :class:`tencentcloud.cam.v20190116.models.UpdatePasswordRulesResponse`
|
|
1991
|
+
|
|
1992
|
+
"""
|
|
1993
|
+
try:
|
|
1994
|
+
params = request._serialize()
|
|
1995
|
+
headers = request.headers
|
|
1996
|
+
body = self.call("UpdatePasswordRules", params, headers=headers)
|
|
1997
|
+
response = json.loads(body)
|
|
1998
|
+
model = models.UpdatePasswordRulesResponse()
|
|
1999
|
+
model._deserialize(response["Response"])
|
|
2000
|
+
return model
|
|
2001
|
+
except Exception as e:
|
|
2002
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2003
|
+
raise
|
|
2004
|
+
else:
|
|
2005
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2006
|
+
|
|
2007
|
+
|
|
1962
2008
|
def UpdatePolicy(self, request):
|
|
1963
2009
|
r"""本接口(UpdatePolicy )可用于更新策略。
|
|
1964
2010
|
如果已存在策略版本,本接口会直接更新策略的默认版本,不会创建新版本,如果不存在任何策略版本,则直接创建一个默认版本。
|
|
@@ -854,6 +854,24 @@ class CamClient(AbstractClient):
|
|
|
854
854
|
|
|
855
855
|
return await self.call_and_deserialize(**kwargs)
|
|
856
856
|
|
|
857
|
+
async def GetPasswordRules(
|
|
858
|
+
self,
|
|
859
|
+
request: models.GetPasswordRulesRequest,
|
|
860
|
+
opts: Dict = None,
|
|
861
|
+
) -> models.GetPasswordRulesResponse:
|
|
862
|
+
"""
|
|
863
|
+
获取CAM密码设置规则
|
|
864
|
+
"""
|
|
865
|
+
|
|
866
|
+
kwargs = {}
|
|
867
|
+
kwargs["action"] = "GetPasswordRules"
|
|
868
|
+
kwargs["params"] = request._serialize()
|
|
869
|
+
kwargs["resp_cls"] = models.GetPasswordRulesResponse
|
|
870
|
+
kwargs["headers"] = request.headers
|
|
871
|
+
kwargs["opts"] = opts or {}
|
|
872
|
+
|
|
873
|
+
return await self.call_and_deserialize(**kwargs)
|
|
874
|
+
|
|
857
875
|
async def GetPolicy(
|
|
858
876
|
self,
|
|
859
877
|
request: models.GetPolicyRequest,
|
|
@@ -1538,6 +1556,24 @@ class CamClient(AbstractClient):
|
|
|
1538
1556
|
|
|
1539
1557
|
return await self.call_and_deserialize(**kwargs)
|
|
1540
1558
|
|
|
1559
|
+
async def UpdatePasswordRules(
|
|
1560
|
+
self,
|
|
1561
|
+
request: models.UpdatePasswordRulesRequest,
|
|
1562
|
+
opts: Dict = None,
|
|
1563
|
+
) -> models.UpdatePasswordRulesResponse:
|
|
1564
|
+
"""
|
|
1565
|
+
更新CAM密码设置规则
|
|
1566
|
+
"""
|
|
1567
|
+
|
|
1568
|
+
kwargs = {}
|
|
1569
|
+
kwargs["action"] = "UpdatePasswordRules"
|
|
1570
|
+
kwargs["params"] = request._serialize()
|
|
1571
|
+
kwargs["resp_cls"] = models.UpdatePasswordRulesResponse
|
|
1572
|
+
kwargs["headers"] = request.headers
|
|
1573
|
+
kwargs["opts"] = opts or {}
|
|
1574
|
+
|
|
1575
|
+
return await self.call_and_deserialize(**kwargs)
|
|
1576
|
+
|
|
1541
1577
|
async def UpdatePolicy(
|
|
1542
1578
|
self,
|
|
1543
1579
|
request: models.UpdatePolicyRequest,
|
|
@@ -179,6 +179,9 @@ INVALIDPARAMETER_ORGANIZATIONROLEOPERATEERROR = 'InvalidParameter.OrganizationRo
|
|
|
179
179
|
# 非法入参。
|
|
180
180
|
INVALIDPARAMETER_PARAMERROR = 'InvalidParameter.ParamError'
|
|
181
181
|
|
|
182
|
+
# 密码规则错误。
|
|
183
|
+
INVALIDPARAMETER_PASSWORDRULEERROR = 'InvalidParameter.PasswordRuleError'
|
|
184
|
+
|
|
182
185
|
# 密码不符合用户安全设置。
|
|
183
186
|
INVALIDPARAMETER_PASSWORDVIOLATEDRULES = 'InvalidParameter.PasswordViolatedRules'
|
|
184
187
|
|