tencentcloud-sdk-python 3.1.110__py2.py3-none-any.whl → 3.1.112__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/ags/v20250920/models.py +4 -4
- tencentcloud/asr/v20190614/models.py +4 -4
- tencentcloud/bh/v20230418/models.py +173 -38
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +315 -0
- tencentcloud/cam/v20190116/models.py +10 -10
- tencentcloud/cbs/v20170312/cbs_client.py +299 -0
- tencentcloud/cbs/v20170312/cbs_client_async.py +234 -0
- tencentcloud/cbs/v20170312/models.py +639 -100
- tencentcloud/ccc/v20200210/errorcodes.py +3 -0
- tencentcloud/cdb/v20170320/models.py +14 -14
- tencentcloud/cfw/v20190904/models.py +281 -235
- tencentcloud/clb/v20180317/models.py +27 -10
- tencentcloud/cls/v20201016/cls_client.py +48 -0
- tencentcloud/cls/v20201016/cls_client_async.py +38 -0
- tencentcloud/cls/v20201016/models.py +83 -0
- tencentcloud/csip/v20221121/csip_client.py +230 -0
- tencentcloud/csip/v20221121/csip_client_async.py +180 -0
- tencentcloud/csip/v20221121/models.py +2075 -590
- tencentcloud/cvm/v20170312/models.py +103 -90
- tencentcloud/cwp/v20180228/models.py +448 -348
- tencentcloud/cynosdb/v20190107/models.py +89 -14
- tencentcloud/dataagent/v20250513/models.py +138 -48
- tencentcloud/dbbrain/v20210527/models.py +2 -2
- tencentcloud/dts/v20211206/models.py +18 -18
- tencentcloud/emr/v20190103/models.py +15 -0
- tencentcloud/ess/v20201111/ess_client.py +22 -5
- tencentcloud/ess/v20201111/ess_client_async.py +22 -5
- tencentcloud/ess/v20201111/models.py +137 -274
- tencentcloud/essbasic/v20210526/models.py +46 -96
- tencentcloud/ga2/v20250115/models.py +286 -44
- tencentcloud/iotexplorer/v20190423/errorcodes.py +3 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +47 -1
- tencentcloud/iotexplorer/v20190423/iotexplorer_client_async.py +37 -1
- tencentcloud/iotexplorer/v20190423/models.py +203 -0
- tencentcloud/iss/v20230517/errorcodes.py +0 -75
- tencentcloud/iss/v20230517/iss_client.py +0 -161
- tencentcloud/iss/v20230517/iss_client_async.py +0 -126
- tencentcloud/iss/v20230517/models.py +102 -2604
- tencentcloud/mna/v20210119/models.py +10 -10
- tencentcloud/mongodb/v20190725/models.py +115 -12
- tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
- tencentcloud/mongodb/v20190725/mongodb_client_async.py +18 -0
- tencentcloud/monitor/v20180724/models.py +1412 -6
- tencentcloud/monitor/v20180724/monitor_client.py +115 -0
- tencentcloud/monitor/v20180724/monitor_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +3 -0
- tencentcloud/oceanus/v20190422/models.py +277 -8
- tencentcloud/ocr/v20181119/errorcodes.py +0 -3
- tencentcloud/ocr/v20181119/models.py +30 -276
- tencentcloud/ocr/v20181119/ocr_client.py +0 -25
- tencentcloud/ocr/v20181119/ocr_client_async.py +0 -20
- tencentcloud/postgres/v20170312/models.py +34 -4
- tencentcloud/rum/v20210622/models.py +61 -46
- tencentcloud/ses/v20201002/models.py +16 -16
- tencentcloud/tcb/v20180608/models.py +61 -46
- tencentcloud/tcr/v20190924/models.py +4243 -2205
- tencentcloud/tcr/v20190924/tcr_client.py +207 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +162 -0
- tencentcloud/tcss/v20201101/models.py +1270 -622
- tencentcloud/tcss/v20201101/tcss_client.py +3 -3
- tencentcloud/tcss/v20201101/tcss_client_async.py +3 -3
- tencentcloud/tdmq/v20200217/models.py +99 -60
- tencentcloud/tdmysql/v20211122/models.py +147 -10
- tencentcloud/teo/v20220901/errorcodes.py +6 -0
- tencentcloud/teo/v20220901/models.py +8 -8
- tencentcloud/tione/v20211111/models.py +60 -74
- tencentcloud/tke/v20180525/models.py +15 -0
- tencentcloud/tke/v20180525/tke_client.py +12 -4
- tencentcloud/tke/v20180525/tke_client_async.py +8 -0
- tencentcloud/tokenhub/v20260322/models.py +49 -0
- tencentcloud/tokenhub/v20260322/tokenhub_client.py +25 -0
- tencentcloud/tokenhub/v20260322/tokenhub_client_async.py +20 -0
- tencentcloud/trtc/v20190722/models.py +475 -134
- tencentcloud/vod/v20180717/models.py +581 -138
- tencentcloud/vod/v20180717/vod_client.py +23 -0
- tencentcloud/vod/v20180717/vod_client_async.py +18 -0
- tencentcloud/waf/v20180125/models.py +874 -72
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- {tencentcloud_sdk_python-3.1.110.dist-info → tencentcloud_sdk_python-3.1.112.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.110.dist-info → tencentcloud_sdk_python-3.1.112.dist-info}/RECORD +87 -87
- {tencentcloud_sdk_python-3.1.110.dist-info → tencentcloud_sdk_python-3.1.112.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.110.dist-info → tencentcloud_sdk_python-3.1.112.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.1.110.dist-info → tencentcloud_sdk_python-3.1.112.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -2750,9 +2750,9 @@ class ResourceConfiguration(AbstractModel):
|
|
|
2750
2750
|
|
|
2751
2751
|
def __init__(self):
|
|
2752
2752
|
r"""
|
|
2753
|
-
:param _CPU: cpu
|
|
2753
|
+
:param _CPU: <p>cpu 资源量</p>
|
|
2754
2754
|
:type CPU: str
|
|
2755
|
-
:param _Memory:
|
|
2755
|
+
:param _Memory: <p>内存资源量</p>
|
|
2756
2756
|
:type Memory: str
|
|
2757
2757
|
"""
|
|
2758
2758
|
self._CPU = None
|
|
@@ -2760,7 +2760,7 @@ class ResourceConfiguration(AbstractModel):
|
|
|
2760
2760
|
|
|
2761
2761
|
@property
|
|
2762
2762
|
def CPU(self):
|
|
2763
|
-
r"""cpu
|
|
2763
|
+
r"""<p>cpu 资源量</p>
|
|
2764
2764
|
:rtype: str
|
|
2765
2765
|
"""
|
|
2766
2766
|
return self._CPU
|
|
@@ -2771,7 +2771,7 @@ class ResourceConfiguration(AbstractModel):
|
|
|
2771
2771
|
|
|
2772
2772
|
@property
|
|
2773
2773
|
def Memory(self):
|
|
2774
|
-
r"""
|
|
2774
|
+
r"""<p>内存资源量</p>
|
|
2775
2775
|
:rtype: str
|
|
2776
2776
|
"""
|
|
2777
2777
|
return self._Memory
|
|
@@ -801,7 +801,7 @@ class CreateRecTaskRequest(AbstractModel):
|
|
|
801
801
|
|
|
802
802
|
def __init__(self):
|
|
803
803
|
r"""
|
|
804
|
-
:param _EngineModelType: <p>引擎模型类型<br>识别引擎采用分级计费方案,标记为“大模型版”的引擎适用大模型计费方案,<a href="https://cloud.tencent.com/document/product/1093/35686">点击这里</a> 查看产品计费说明</p><p>电话通讯场景引擎:<br><strong>注意:电话通讯场景,请务必使用以下8k引擎</strong><br>• 8k_zh:中文电话通讯;<br>• 8k_en:英文电话通讯;<br>• 8k_zh_large:中文电话场景专用大模型引擎【大模型版】。当前模型同时支持中文、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话、闽南语、客家话、粤语、南宁话方言识别,通过显著提升模型参数规模与语言建模能力,实现对电话音频中复杂场景(如口音干扰、背景噪声)的高精度识别,识别准确率较常规版本大幅提升。<a href="https://console.cloud.tencent.com/asr/demonstrate">点击这里</a> 对比常规版本与普方大模型效果;</p><p>注意:如您有电话通讯场景识别需求,但发现需求语种仅支持16k,可将8k音频传入下方16k引擎,亦能获取识别结果。但<strong>16k引擎并非基于电话通讯数据训练,无法承诺此种调用方式的识别效果,需由您自行验证识别结果是否可用</strong></p><p>通用场景引擎:<br><strong>注意:除电话通讯场景以外的其它识别场景,请务必使用以下16k引擎</strong><br>• <strong>16k_zh_en
|
|
804
|
+
:param _EngineModelType: <p>引擎模型类型<br>识别引擎采用分级计费方案,标记为“大模型版”的引擎适用大模型计费方案,<a href="https://cloud.tencent.com/document/product/1093/35686">点击这里</a> 查看产品计费说明</p><p>电话通讯场景引擎:<br><strong>注意:电话通讯场景,请务必使用以下8k引擎</strong><br>• 8k_zh:中文电话通讯;<br>• 8k_en:英文电话通讯;<br>• 8k_zh_large:中文电话场景专用大模型引擎【大模型版】。当前模型同时支持中文、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话、闽南语、客家话、粤语、南宁话方言识别,通过显著提升模型参数规模与语言建模能力,实现对电话音频中复杂场景(如口音干扰、背景噪声)的高精度识别,识别准确率较常规版本大幅提升。<a href="https://console.cloud.tencent.com/asr/demonstrate">点击这里</a> 对比常规版本与普方大模型效果;</p><p>注意:如您有电话通讯场景识别需求,但发现需求语种仅支持16k,可将8k音频传入下方16k引擎,亦能获取识别结果。但<strong>16k引擎并非基于电话通讯数据训练,无法承诺此种调用方式的识别效果,需由您自行验证识别结果是否可用</strong></p><p>通用场景引擎:<br><strong>注意:除电话通讯场景以外的其它识别场景,请务必使用以下16k引擎</strong><br>• <strong>16k_zh_en:</strong>普方英大模型引擎【大模型版】。当前模型同时支持中文、英文和 <a href="https://cloud.tencent.com/document/product/1093/35682">31种方言</a> 的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升,<a href="https://console.cloud.tencent.com/asr/demonstrate">点击这里</a> 对比中文普通话常规版本与普方英大模型版本的识别效果;<br>• <strong>16k_multi_lang:</strong>多语种大模型引擎【大模型版】。当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别);<br>• <strong>16k_zh:</strong>中文普通话通用引擎,支持中文普通话和少量英语,使用丰富的中文普通话语料训练,覆盖场景广泛,适用于除电话通讯外的所有中文普通话识别场景;<br>• <strong>16k_en:</strong>英语;<br>• <strong>16k_en_large:</strong>英语大模型;<br>• <strong>16k_yue:</strong>粤语;<br>• <strong>16k_zh-PY:</strong>中英粤混合引擎,使用一个引擎同时识别中文普通话、英语、粤语三个语言;<br>• <strong>16k_zh-TW</strong>:中文繁体;<br>• <strong>16k_ja:</strong>日语;<br>• <strong>16k_ko:</strong>韩语;<br>• <strong>16k_vi:</strong>越南语;<br>• <strong>16k_ms:</strong>马来语;<br>• <strong>16k_id:</strong>印度尼西亚语;<br>• <strong>16k_fil:</strong>菲律宾语;<br>• <strong>16k_th:</strong>泰语;<br>• <strong>16k_pt:</strong>葡萄牙语;<br>• <strong>16k_tr:</strong>土耳其语;<br>• <strong>16k_ar:</strong>阿拉伯语;<br>• <strong>16k_es:</strong>西班牙语;<br>• <strong>16k_hi:</strong>印地语;<br>• <strong>16k_fr:</strong>法语;<br>• <strong>16k_zh_medical:</strong>中文医疗引擎;<br>• <strong>16k_de:</strong>德语;</p><p>枚举值:</p><ul><li>16k_zh: 中文普通话通用引擎,支持中文普通话和少量英语,使用丰富的中文普通话语料训练,覆盖场景广泛,适用于除电话通讯外的所有中文普通话识别场景</li></ul>
|
|
805
805
|
:type EngineModelType: str
|
|
806
806
|
:param _ChannelNum: <p>识别声道数<br>1:单声道(16k音频仅支持单声道,<strong>请勿</strong>设置为双声道);<br>2:双声道(仅支持8k电话音频,且双声道应分别为通话双方)</p><p>注意:<br>• 16k音频:仅支持单声道识别,<strong>需设置ChannelNum=1</strong>;<br>• 8k电话音频:支持单声道、双声道识别,<strong>建议设置ChannelNum=2,即双声道</strong>。双声道能够物理区分说话人、避免说话双方重叠产生的识别错误,能达到最好的说话人分离效果和识别效果。设置双声道后,将自动区分说话人,因此<strong>无需再开启说话人分离功能</strong>,相关参数(<strong>SpeakerDiarization、SpeakerNumber</strong>)使用默认值即可,返回的ResultDetail中的speakerId的值为0代表左声道,值为1代表右声道。</p>
|
|
807
807
|
:type ChannelNum: int
|
|
@@ -817,7 +817,7 @@ class CreateRecTaskRequest(AbstractModel):
|
|
|
817
817
|
:type Url: str
|
|
818
818
|
:param _CallbackUrl: <p>回调 URL<br>用户自行搭建的用于接收识别结果的服务URL<br>回调格式和内容详见:<a href="https://cloud.tencent.com/document/product/1093/52632">录音识别回调说明</a></p><p>注意:</p><ul><li>如果用户使用轮询方式获取识别结果,则无需提交该参数</li><li>建议在回调URL中带上您的业务ID等信息,以便处理业务逻辑</li></ul>
|
|
819
819
|
:type CallbackUrl: str
|
|
820
|
-
:param _SpeakerDiarization: <p>是否开启说话人分离<br>0:不开启;<br>1:开启(仅支持以下引擎:8k_zh/8k_zh_large/16k_zh/16k_ms/16k_en/16k_id/
|
|
820
|
+
:param _SpeakerDiarization: <p>是否开启说话人分离<br>0:不开启;<br>1:开启(仅支持以下引擎:8k_zh/8k_zh_large/16k_zh/16k_ms/16k_en/16k_id/16k_zh_dialect/16k_zh_en/16k_es/16k_fr/16k_ja/16k_ko,且ChannelNum=1时可用);<br>3: 开启角色分离,需配合SpeakerRoles参数使用(增值服务,仅支持16k_zh_en引擎,可支持传入声纹对录音文件内的说话人进行角色认证)<br>默认值为 0</p><p>注意:<br>8k双声道电话音频请按 <strong>ChannelNum 识别声道数</strong> 的参数描述使用默认值</p>
|
|
821
821
|
:type SpeakerDiarization: int
|
|
822
822
|
:param _SpeakerNumber: <p>说话人分离人数<br><strong>需配合开启说话人分离使用,不开启无效</strong>,取值范围:0-10<br>0:自动分离(最多分离出20个人);<br>1-10:指定人数分离;<br>默认值为 0<br>注:16k引擎不支持指定人数分离</p>
|
|
823
823
|
:type SpeakerNumber: int
|
|
@@ -880,7 +880,7 @@ class CreateRecTaskRequest(AbstractModel):
|
|
|
880
880
|
|
|
881
881
|
@property
|
|
882
882
|
def EngineModelType(self):
|
|
883
|
-
r"""<p>引擎模型类型<br>识别引擎采用分级计费方案,标记为“大模型版”的引擎适用大模型计费方案,<a href="https://cloud.tencent.com/document/product/1093/35686">点击这里</a> 查看产品计费说明</p><p>电话通讯场景引擎:<br><strong>注意:电话通讯场景,请务必使用以下8k引擎</strong><br>• 8k_zh:中文电话通讯;<br>• 8k_en:英文电话通讯;<br>• 8k_zh_large:中文电话场景专用大模型引擎【大模型版】。当前模型同时支持中文、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话、闽南语、客家话、粤语、南宁话方言识别,通过显著提升模型参数规模与语言建模能力,实现对电话音频中复杂场景(如口音干扰、背景噪声)的高精度识别,识别准确率较常规版本大幅提升。<a href="https://console.cloud.tencent.com/asr/demonstrate">点击这里</a> 对比常规版本与普方大模型效果;</p><p>注意:如您有电话通讯场景识别需求,但发现需求语种仅支持16k,可将8k音频传入下方16k引擎,亦能获取识别结果。但<strong>16k引擎并非基于电话通讯数据训练,无法承诺此种调用方式的识别效果,需由您自行验证识别结果是否可用</strong></p><p>通用场景引擎:<br><strong>注意:除电话通讯场景以外的其它识别场景,请务必使用以下16k引擎</strong><br>• <strong>16k_zh_en
|
|
883
|
+
r"""<p>引擎模型类型<br>识别引擎采用分级计费方案,标记为“大模型版”的引擎适用大模型计费方案,<a href="https://cloud.tencent.com/document/product/1093/35686">点击这里</a> 查看产品计费说明</p><p>电话通讯场景引擎:<br><strong>注意:电话通讯场景,请务必使用以下8k引擎</strong><br>• 8k_zh:中文电话通讯;<br>• 8k_en:英文电话通讯;<br>• 8k_zh_large:中文电话场景专用大模型引擎【大模型版】。当前模型同时支持中文、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话、闽南语、客家话、粤语、南宁话方言识别,通过显著提升模型参数规模与语言建模能力,实现对电话音频中复杂场景(如口音干扰、背景噪声)的高精度识别,识别准确率较常规版本大幅提升。<a href="https://console.cloud.tencent.com/asr/demonstrate">点击这里</a> 对比常规版本与普方大模型效果;</p><p>注意:如您有电话通讯场景识别需求,但发现需求语种仅支持16k,可将8k音频传入下方16k引擎,亦能获取识别结果。但<strong>16k引擎并非基于电话通讯数据训练,无法承诺此种调用方式的识别效果,需由您自行验证识别结果是否可用</strong></p><p>通用场景引擎:<br><strong>注意:除电话通讯场景以外的其它识别场景,请务必使用以下16k引擎</strong><br>• <strong>16k_zh_en:</strong>普方英大模型引擎【大模型版】。当前模型同时支持中文、英文和 <a href="https://cloud.tencent.com/document/product/1093/35682">31种方言</a> 的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升,<a href="https://console.cloud.tencent.com/asr/demonstrate">点击这里</a> 对比中文普通话常规版本与普方英大模型版本的识别效果;<br>• <strong>16k_multi_lang:</strong>多语种大模型引擎【大模型版】。当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别);<br>• <strong>16k_zh:</strong>中文普通话通用引擎,支持中文普通话和少量英语,使用丰富的中文普通话语料训练,覆盖场景广泛,适用于除电话通讯外的所有中文普通话识别场景;<br>• <strong>16k_en:</strong>英语;<br>• <strong>16k_en_large:</strong>英语大模型;<br>• <strong>16k_yue:</strong>粤语;<br>• <strong>16k_zh-PY:</strong>中英粤混合引擎,使用一个引擎同时识别中文普通话、英语、粤语三个语言;<br>• <strong>16k_zh-TW</strong>:中文繁体;<br>• <strong>16k_ja:</strong>日语;<br>• <strong>16k_ko:</strong>韩语;<br>• <strong>16k_vi:</strong>越南语;<br>• <strong>16k_ms:</strong>马来语;<br>• <strong>16k_id:</strong>印度尼西亚语;<br>• <strong>16k_fil:</strong>菲律宾语;<br>• <strong>16k_th:</strong>泰语;<br>• <strong>16k_pt:</strong>葡萄牙语;<br>• <strong>16k_tr:</strong>土耳其语;<br>• <strong>16k_ar:</strong>阿拉伯语;<br>• <strong>16k_es:</strong>西班牙语;<br>• <strong>16k_hi:</strong>印地语;<br>• <strong>16k_fr:</strong>法语;<br>• <strong>16k_zh_medical:</strong>中文医疗引擎;<br>• <strong>16k_de:</strong>德语;</p><p>枚举值:</p><ul><li>16k_zh: 中文普通话通用引擎,支持中文普通话和少量英语,使用丰富的中文普通话语料训练,覆盖场景广泛,适用于除电话通讯外的所有中文普通话识别场景</li></ul>
|
|
884
884
|
:rtype: str
|
|
885
885
|
"""
|
|
886
886
|
return self._EngineModelType
|
|
@@ -968,7 +968,7 @@ class CreateRecTaskRequest(AbstractModel):
|
|
|
968
968
|
|
|
969
969
|
@property
|
|
970
970
|
def SpeakerDiarization(self):
|
|
971
|
-
r"""<p>是否开启说话人分离<br>0:不开启;<br>1:开启(仅支持以下引擎:8k_zh/8k_zh_large/16k_zh/16k_ms/16k_en/16k_id/
|
|
971
|
+
r"""<p>是否开启说话人分离<br>0:不开启;<br>1:开启(仅支持以下引擎:8k_zh/8k_zh_large/16k_zh/16k_ms/16k_en/16k_id/16k_zh_dialect/16k_zh_en/16k_es/16k_fr/16k_ja/16k_ko,且ChannelNum=1时可用);<br>3: 开启角色分离,需配合SpeakerRoles参数使用(增值服务,仅支持16k_zh_en引擎,可支持传入声纹对录音文件内的说话人进行角色认证)<br>默认值为 0</p><p>注意:<br>8k双声道电话音频请按 <strong>ChannelNum 识别声道数</strong> 的参数描述使用默认值</p>
|
|
972
972
|
:rtype: int
|
|
973
973
|
"""
|
|
974
974
|
return self._SpeakerDiarization
|
|
@@ -1528,44 +1528,62 @@ class AppAsset(AbstractModel):
|
|
|
1528
1528
|
|
|
1529
1529
|
def __init__(self):
|
|
1530
1530
|
r"""
|
|
1531
|
-
:param _Id:
|
|
1531
|
+
:param _Id: <p>应用资产id</p>
|
|
1532
1532
|
:type Id: int
|
|
1533
|
-
:param _InstanceId:
|
|
1533
|
+
:param _InstanceId: <p>实例id</p>
|
|
1534
1534
|
:type InstanceId: str
|
|
1535
|
-
:param _Name:
|
|
1535
|
+
:param _Name: <p>资产名称</p>
|
|
1536
1536
|
:type Name: str
|
|
1537
|
-
:param _DeviceId:
|
|
1537
|
+
:param _DeviceId: <p>应用服务器id</p>
|
|
1538
1538
|
:type DeviceId: int
|
|
1539
|
-
:param _DeviceAccountId:
|
|
1539
|
+
:param _DeviceAccountId: <p>应用服务器账号id</p>
|
|
1540
1540
|
:type DeviceAccountId: int
|
|
1541
|
-
:param _Kind:
|
|
1541
|
+
:param _Kind: <p>应用资产类型。1-web应用</p>
|
|
1542
1542
|
:type Kind: int
|
|
1543
|
-
:param _ClientAppPath:
|
|
1543
|
+
:param _ClientAppPath: <p>客户端工具路径</p>
|
|
1544
1544
|
:type ClientAppPath: str
|
|
1545
|
-
:param _ClientAppKind:
|
|
1545
|
+
:param _ClientAppKind: <p>客户端工具类型</p>
|
|
1546
1546
|
:type ClientAppKind: str
|
|
1547
|
-
:param _Url:
|
|
1547
|
+
:param _Url: <p>应用资产url</p>
|
|
1548
1548
|
:type Url: str
|
|
1549
|
-
:param _BindStatus:
|
|
1549
|
+
:param _BindStatus: <p>托管状态</p><p>枚举值:</p><ul><li>0: 未托管</li><li>1: 已托管</li></ul>
|
|
1550
1550
|
:type BindStatus: int
|
|
1551
|
-
:param _DeviceInstanceId:
|
|
1551
|
+
:param _DeviceInstanceId: <p>应用服务器实例id</p>
|
|
1552
1552
|
:type DeviceInstanceId: str
|
|
1553
|
-
:param _DeviceName:
|
|
1553
|
+
:param _DeviceName: <p>应用服务器名称</p>
|
|
1554
1554
|
:type DeviceName: str
|
|
1555
|
-
:param _DeviceAccountName:
|
|
1555
|
+
:param _DeviceAccountName: <p>应用服务器账号名称</p>
|
|
1556
1556
|
:type DeviceAccountName: str
|
|
1557
|
-
:param _ResourceId:
|
|
1557
|
+
:param _ResourceId: <p>堡垒机实例id</p>
|
|
1558
1558
|
:type ResourceId: str
|
|
1559
|
-
:param _Resource:
|
|
1559
|
+
:param _Resource: <p>堡垒机实例信息</p>
|
|
1560
1560
|
:type Resource: :class:`tencentcloud.bh.v20230418.models.Resource`
|
|
1561
|
-
:param _DomainId:
|
|
1561
|
+
:param _DomainId: <p>网络域id</p>
|
|
1562
1562
|
:type DomainId: str
|
|
1563
|
-
:param _DomainName:
|
|
1563
|
+
:param _DomainName: <p>网络域名称</p>
|
|
1564
1564
|
:type DomainName: str
|
|
1565
|
-
:param _GroupSet:
|
|
1565
|
+
:param _GroupSet: <p>资产组信息</p>
|
|
1566
1566
|
:type GroupSet: list of Group
|
|
1567
|
-
:param _Department:
|
|
1567
|
+
:param _Department: <p>资产所属部门</p>
|
|
1568
1568
|
:type Department: :class:`tencentcloud.bh.v20230418.models.Department`
|
|
1569
|
+
:param _AccountCount: <p>账号数量</p>
|
|
1570
|
+
:type AccountCount: int
|
|
1571
|
+
:param _AgentInputType: <p>代填类型</p><p>枚举值:</p><ul><li>0: 不支持代填</li><li>1: 元素定位代填</li></ul>
|
|
1572
|
+
:type AgentInputType: int
|
|
1573
|
+
:param _AgentInputSubmit: <p>是否自动提交</p><p>枚举值:</p><ul><li>0: 不自动提交</li><li>1: 自动提交</li></ul>
|
|
1574
|
+
:type AgentInputSubmit: int
|
|
1575
|
+
:param _UserNameType: <p>用户名输入框选择器类型</p><p>枚举值:</p><ul><li>id: html标签id属性</li><li>name: html标签name属性</li><li>selector: css选择器</li><li>xpath: xpath</li></ul>
|
|
1576
|
+
:type UserNameType: str
|
|
1577
|
+
:param _UserNameValue: <p>用户名输入框选择器属性</p>
|
|
1578
|
+
:type UserNameValue: str
|
|
1579
|
+
:param _PasswordType: <p>密码输入框选择器类型</p><p>枚举值:</p><ul><li>id: html标签id属性</li><li>name: html标签name属性</li><li>selector: css选择器</li><li>xpath: xpath</li></ul>
|
|
1580
|
+
:type PasswordType: str
|
|
1581
|
+
:param _PasswordValue: <p>密码输入框选择器属性</p>
|
|
1582
|
+
:type PasswordValue: str
|
|
1583
|
+
:param _SubmitType: <p>提交按钮选择器类型,为空表示不支持自动提交</p><p>枚举值:</p><ul><li>id: html标签id属性</li><li>name: html标签name属性</li><li>selector: css选择器</li><li>xpath: xpath</li></ul>
|
|
1584
|
+
:type SubmitType: str
|
|
1585
|
+
:param _SubmitValue: <p>提交按钮选择器属性值</p>
|
|
1586
|
+
:type SubmitValue: str
|
|
1569
1587
|
"""
|
|
1570
1588
|
self._Id = None
|
|
1571
1589
|
self._InstanceId = None
|
|
@@ -1586,10 +1604,19 @@ class AppAsset(AbstractModel):
|
|
|
1586
1604
|
self._DomainName = None
|
|
1587
1605
|
self._GroupSet = None
|
|
1588
1606
|
self._Department = None
|
|
1607
|
+
self._AccountCount = None
|
|
1608
|
+
self._AgentInputType = None
|
|
1609
|
+
self._AgentInputSubmit = None
|
|
1610
|
+
self._UserNameType = None
|
|
1611
|
+
self._UserNameValue = None
|
|
1612
|
+
self._PasswordType = None
|
|
1613
|
+
self._PasswordValue = None
|
|
1614
|
+
self._SubmitType = None
|
|
1615
|
+
self._SubmitValue = None
|
|
1589
1616
|
|
|
1590
1617
|
@property
|
|
1591
1618
|
def Id(self):
|
|
1592
|
-
r"""
|
|
1619
|
+
r"""<p>应用资产id</p>
|
|
1593
1620
|
:rtype: int
|
|
1594
1621
|
"""
|
|
1595
1622
|
return self._Id
|
|
@@ -1600,7 +1627,7 @@ class AppAsset(AbstractModel):
|
|
|
1600
1627
|
|
|
1601
1628
|
@property
|
|
1602
1629
|
def InstanceId(self):
|
|
1603
|
-
r"""
|
|
1630
|
+
r"""<p>实例id</p>
|
|
1604
1631
|
:rtype: str
|
|
1605
1632
|
"""
|
|
1606
1633
|
return self._InstanceId
|
|
@@ -1611,7 +1638,7 @@ class AppAsset(AbstractModel):
|
|
|
1611
1638
|
|
|
1612
1639
|
@property
|
|
1613
1640
|
def Name(self):
|
|
1614
|
-
r"""
|
|
1641
|
+
r"""<p>资产名称</p>
|
|
1615
1642
|
:rtype: str
|
|
1616
1643
|
"""
|
|
1617
1644
|
return self._Name
|
|
@@ -1622,7 +1649,7 @@ class AppAsset(AbstractModel):
|
|
|
1622
1649
|
|
|
1623
1650
|
@property
|
|
1624
1651
|
def DeviceId(self):
|
|
1625
|
-
r"""
|
|
1652
|
+
r"""<p>应用服务器id</p>
|
|
1626
1653
|
:rtype: int
|
|
1627
1654
|
"""
|
|
1628
1655
|
return self._DeviceId
|
|
@@ -1633,7 +1660,7 @@ class AppAsset(AbstractModel):
|
|
|
1633
1660
|
|
|
1634
1661
|
@property
|
|
1635
1662
|
def DeviceAccountId(self):
|
|
1636
|
-
r"""
|
|
1663
|
+
r"""<p>应用服务器账号id</p>
|
|
1637
1664
|
:rtype: int
|
|
1638
1665
|
"""
|
|
1639
1666
|
return self._DeviceAccountId
|
|
@@ -1644,7 +1671,7 @@ class AppAsset(AbstractModel):
|
|
|
1644
1671
|
|
|
1645
1672
|
@property
|
|
1646
1673
|
def Kind(self):
|
|
1647
|
-
r"""
|
|
1674
|
+
r"""<p>应用资产类型。1-web应用</p>
|
|
1648
1675
|
:rtype: int
|
|
1649
1676
|
"""
|
|
1650
1677
|
return self._Kind
|
|
@@ -1655,7 +1682,7 @@ class AppAsset(AbstractModel):
|
|
|
1655
1682
|
|
|
1656
1683
|
@property
|
|
1657
1684
|
def ClientAppPath(self):
|
|
1658
|
-
r"""
|
|
1685
|
+
r"""<p>客户端工具路径</p>
|
|
1659
1686
|
:rtype: str
|
|
1660
1687
|
"""
|
|
1661
1688
|
return self._ClientAppPath
|
|
@@ -1666,7 +1693,7 @@ class AppAsset(AbstractModel):
|
|
|
1666
1693
|
|
|
1667
1694
|
@property
|
|
1668
1695
|
def ClientAppKind(self):
|
|
1669
|
-
r"""
|
|
1696
|
+
r"""<p>客户端工具类型</p>
|
|
1670
1697
|
:rtype: str
|
|
1671
1698
|
"""
|
|
1672
1699
|
return self._ClientAppKind
|
|
@@ -1677,7 +1704,7 @@ class AppAsset(AbstractModel):
|
|
|
1677
1704
|
|
|
1678
1705
|
@property
|
|
1679
1706
|
def Url(self):
|
|
1680
|
-
r"""
|
|
1707
|
+
r"""<p>应用资产url</p>
|
|
1681
1708
|
:rtype: str
|
|
1682
1709
|
"""
|
|
1683
1710
|
return self._Url
|
|
@@ -1688,7 +1715,7 @@ class AppAsset(AbstractModel):
|
|
|
1688
1715
|
|
|
1689
1716
|
@property
|
|
1690
1717
|
def BindStatus(self):
|
|
1691
|
-
r"""
|
|
1718
|
+
r"""<p>托管状态</p><p>枚举值:</p><ul><li>0: 未托管</li><li>1: 已托管</li></ul>
|
|
1692
1719
|
:rtype: int
|
|
1693
1720
|
"""
|
|
1694
1721
|
return self._BindStatus
|
|
@@ -1699,7 +1726,7 @@ class AppAsset(AbstractModel):
|
|
|
1699
1726
|
|
|
1700
1727
|
@property
|
|
1701
1728
|
def DeviceInstanceId(self):
|
|
1702
|
-
r"""
|
|
1729
|
+
r"""<p>应用服务器实例id</p>
|
|
1703
1730
|
:rtype: str
|
|
1704
1731
|
"""
|
|
1705
1732
|
return self._DeviceInstanceId
|
|
@@ -1710,7 +1737,7 @@ class AppAsset(AbstractModel):
|
|
|
1710
1737
|
|
|
1711
1738
|
@property
|
|
1712
1739
|
def DeviceName(self):
|
|
1713
|
-
r"""
|
|
1740
|
+
r"""<p>应用服务器名称</p>
|
|
1714
1741
|
:rtype: str
|
|
1715
1742
|
"""
|
|
1716
1743
|
return self._DeviceName
|
|
@@ -1721,7 +1748,7 @@ class AppAsset(AbstractModel):
|
|
|
1721
1748
|
|
|
1722
1749
|
@property
|
|
1723
1750
|
def DeviceAccountName(self):
|
|
1724
|
-
r"""
|
|
1751
|
+
r"""<p>应用服务器账号名称</p>
|
|
1725
1752
|
:rtype: str
|
|
1726
1753
|
"""
|
|
1727
1754
|
return self._DeviceAccountName
|
|
@@ -1732,7 +1759,7 @@ class AppAsset(AbstractModel):
|
|
|
1732
1759
|
|
|
1733
1760
|
@property
|
|
1734
1761
|
def ResourceId(self):
|
|
1735
|
-
r"""
|
|
1762
|
+
r"""<p>堡垒机实例id</p>
|
|
1736
1763
|
:rtype: str
|
|
1737
1764
|
"""
|
|
1738
1765
|
return self._ResourceId
|
|
@@ -1743,7 +1770,7 @@ class AppAsset(AbstractModel):
|
|
|
1743
1770
|
|
|
1744
1771
|
@property
|
|
1745
1772
|
def Resource(self):
|
|
1746
|
-
r"""
|
|
1773
|
+
r"""<p>堡垒机实例信息</p>
|
|
1747
1774
|
:rtype: :class:`tencentcloud.bh.v20230418.models.Resource`
|
|
1748
1775
|
"""
|
|
1749
1776
|
return self._Resource
|
|
@@ -1754,7 +1781,7 @@ class AppAsset(AbstractModel):
|
|
|
1754
1781
|
|
|
1755
1782
|
@property
|
|
1756
1783
|
def DomainId(self):
|
|
1757
|
-
r"""
|
|
1784
|
+
r"""<p>网络域id</p>
|
|
1758
1785
|
:rtype: str
|
|
1759
1786
|
"""
|
|
1760
1787
|
return self._DomainId
|
|
@@ -1765,7 +1792,7 @@ class AppAsset(AbstractModel):
|
|
|
1765
1792
|
|
|
1766
1793
|
@property
|
|
1767
1794
|
def DomainName(self):
|
|
1768
|
-
r"""
|
|
1795
|
+
r"""<p>网络域名称</p>
|
|
1769
1796
|
:rtype: str
|
|
1770
1797
|
"""
|
|
1771
1798
|
return self._DomainName
|
|
@@ -1776,7 +1803,7 @@ class AppAsset(AbstractModel):
|
|
|
1776
1803
|
|
|
1777
1804
|
@property
|
|
1778
1805
|
def GroupSet(self):
|
|
1779
|
-
r"""
|
|
1806
|
+
r"""<p>资产组信息</p>
|
|
1780
1807
|
:rtype: list of Group
|
|
1781
1808
|
"""
|
|
1782
1809
|
return self._GroupSet
|
|
@@ -1787,7 +1814,7 @@ class AppAsset(AbstractModel):
|
|
|
1787
1814
|
|
|
1788
1815
|
@property
|
|
1789
1816
|
def Department(self):
|
|
1790
|
-
r"""
|
|
1817
|
+
r"""<p>资产所属部门</p>
|
|
1791
1818
|
:rtype: :class:`tencentcloud.bh.v20230418.models.Department`
|
|
1792
1819
|
"""
|
|
1793
1820
|
return self._Department
|
|
@@ -1796,6 +1823,105 @@ class AppAsset(AbstractModel):
|
|
|
1796
1823
|
def Department(self, Department):
|
|
1797
1824
|
self._Department = Department
|
|
1798
1825
|
|
|
1826
|
+
@property
|
|
1827
|
+
def AccountCount(self):
|
|
1828
|
+
r"""<p>账号数量</p>
|
|
1829
|
+
:rtype: int
|
|
1830
|
+
"""
|
|
1831
|
+
return self._AccountCount
|
|
1832
|
+
|
|
1833
|
+
@AccountCount.setter
|
|
1834
|
+
def AccountCount(self, AccountCount):
|
|
1835
|
+
self._AccountCount = AccountCount
|
|
1836
|
+
|
|
1837
|
+
@property
|
|
1838
|
+
def AgentInputType(self):
|
|
1839
|
+
r"""<p>代填类型</p><p>枚举值:</p><ul><li>0: 不支持代填</li><li>1: 元素定位代填</li></ul>
|
|
1840
|
+
:rtype: int
|
|
1841
|
+
"""
|
|
1842
|
+
return self._AgentInputType
|
|
1843
|
+
|
|
1844
|
+
@AgentInputType.setter
|
|
1845
|
+
def AgentInputType(self, AgentInputType):
|
|
1846
|
+
self._AgentInputType = AgentInputType
|
|
1847
|
+
|
|
1848
|
+
@property
|
|
1849
|
+
def AgentInputSubmit(self):
|
|
1850
|
+
r"""<p>是否自动提交</p><p>枚举值:</p><ul><li>0: 不自动提交</li><li>1: 自动提交</li></ul>
|
|
1851
|
+
:rtype: int
|
|
1852
|
+
"""
|
|
1853
|
+
return self._AgentInputSubmit
|
|
1854
|
+
|
|
1855
|
+
@AgentInputSubmit.setter
|
|
1856
|
+
def AgentInputSubmit(self, AgentInputSubmit):
|
|
1857
|
+
self._AgentInputSubmit = AgentInputSubmit
|
|
1858
|
+
|
|
1859
|
+
@property
|
|
1860
|
+
def UserNameType(self):
|
|
1861
|
+
r"""<p>用户名输入框选择器类型</p><p>枚举值:</p><ul><li>id: html标签id属性</li><li>name: html标签name属性</li><li>selector: css选择器</li><li>xpath: xpath</li></ul>
|
|
1862
|
+
:rtype: str
|
|
1863
|
+
"""
|
|
1864
|
+
return self._UserNameType
|
|
1865
|
+
|
|
1866
|
+
@UserNameType.setter
|
|
1867
|
+
def UserNameType(self, UserNameType):
|
|
1868
|
+
self._UserNameType = UserNameType
|
|
1869
|
+
|
|
1870
|
+
@property
|
|
1871
|
+
def UserNameValue(self):
|
|
1872
|
+
r"""<p>用户名输入框选择器属性</p>
|
|
1873
|
+
:rtype: str
|
|
1874
|
+
"""
|
|
1875
|
+
return self._UserNameValue
|
|
1876
|
+
|
|
1877
|
+
@UserNameValue.setter
|
|
1878
|
+
def UserNameValue(self, UserNameValue):
|
|
1879
|
+
self._UserNameValue = UserNameValue
|
|
1880
|
+
|
|
1881
|
+
@property
|
|
1882
|
+
def PasswordType(self):
|
|
1883
|
+
r"""<p>密码输入框选择器类型</p><p>枚举值:</p><ul><li>id: html标签id属性</li><li>name: html标签name属性</li><li>selector: css选择器</li><li>xpath: xpath</li></ul>
|
|
1884
|
+
:rtype: str
|
|
1885
|
+
"""
|
|
1886
|
+
return self._PasswordType
|
|
1887
|
+
|
|
1888
|
+
@PasswordType.setter
|
|
1889
|
+
def PasswordType(self, PasswordType):
|
|
1890
|
+
self._PasswordType = PasswordType
|
|
1891
|
+
|
|
1892
|
+
@property
|
|
1893
|
+
def PasswordValue(self):
|
|
1894
|
+
r"""<p>密码输入框选择器属性</p>
|
|
1895
|
+
:rtype: str
|
|
1896
|
+
"""
|
|
1897
|
+
return self._PasswordValue
|
|
1898
|
+
|
|
1899
|
+
@PasswordValue.setter
|
|
1900
|
+
def PasswordValue(self, PasswordValue):
|
|
1901
|
+
self._PasswordValue = PasswordValue
|
|
1902
|
+
|
|
1903
|
+
@property
|
|
1904
|
+
def SubmitType(self):
|
|
1905
|
+
r"""<p>提交按钮选择器类型,为空表示不支持自动提交</p><p>枚举值:</p><ul><li>id: html标签id属性</li><li>name: html标签name属性</li><li>selector: css选择器</li><li>xpath: xpath</li></ul>
|
|
1906
|
+
:rtype: str
|
|
1907
|
+
"""
|
|
1908
|
+
return self._SubmitType
|
|
1909
|
+
|
|
1910
|
+
@SubmitType.setter
|
|
1911
|
+
def SubmitType(self, SubmitType):
|
|
1912
|
+
self._SubmitType = SubmitType
|
|
1913
|
+
|
|
1914
|
+
@property
|
|
1915
|
+
def SubmitValue(self):
|
|
1916
|
+
r"""<p>提交按钮选择器属性值</p>
|
|
1917
|
+
:rtype: str
|
|
1918
|
+
"""
|
|
1919
|
+
return self._SubmitValue
|
|
1920
|
+
|
|
1921
|
+
@SubmitValue.setter
|
|
1922
|
+
def SubmitValue(self, SubmitValue):
|
|
1923
|
+
self._SubmitValue = SubmitValue
|
|
1924
|
+
|
|
1799
1925
|
|
|
1800
1926
|
def _deserialize(self, params):
|
|
1801
1927
|
self._Id = params.get("Id")
|
|
@@ -1826,6 +1952,15 @@ class AppAsset(AbstractModel):
|
|
|
1826
1952
|
if params.get("Department") is not None:
|
|
1827
1953
|
self._Department = Department()
|
|
1828
1954
|
self._Department._deserialize(params.get("Department"))
|
|
1955
|
+
self._AccountCount = params.get("AccountCount")
|
|
1956
|
+
self._AgentInputType = params.get("AgentInputType")
|
|
1957
|
+
self._AgentInputSubmit = params.get("AgentInputSubmit")
|
|
1958
|
+
self._UserNameType = params.get("UserNameType")
|
|
1959
|
+
self._UserNameValue = params.get("UserNameValue")
|
|
1960
|
+
self._PasswordType = params.get("PasswordType")
|
|
1961
|
+
self._PasswordValue = params.get("PasswordValue")
|
|
1962
|
+
self._SubmitType = params.get("SubmitType")
|
|
1963
|
+
self._SubmitValue = params.get("SubmitValue")
|
|
1829
1964
|
memeber_set = set(params.keys())
|
|
1830
1965
|
for name, value in vars(self).items():
|
|
1831
1966
|
property_name = name[1:]
|
|
@@ -1298,6 +1298,29 @@ class BillingClient(AbstractClient):
|
|
|
1298
1298
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1299
1299
|
|
|
1300
1300
|
|
|
1301
|
+
def DescribeOrgMemberAccountBalance(self, request):
|
|
1302
|
+
r"""批量查询成员可用余额信息
|
|
1303
|
+
|
|
1304
|
+
:param request: Request instance for DescribeOrgMemberAccountBalance.
|
|
1305
|
+
:type request: :class:`tencentcloud.billing.v20180709.models.DescribeOrgMemberAccountBalanceRequest`
|
|
1306
|
+
:rtype: :class:`tencentcloud.billing.v20180709.models.DescribeOrgMemberAccountBalanceResponse`
|
|
1307
|
+
|
|
1308
|
+
"""
|
|
1309
|
+
try:
|
|
1310
|
+
params = request._serialize()
|
|
1311
|
+
headers = request.headers
|
|
1312
|
+
body = self.call("DescribeOrgMemberAccountBalance", params, headers=headers)
|
|
1313
|
+
response = json.loads(body)
|
|
1314
|
+
model = models.DescribeOrgMemberAccountBalanceResponse()
|
|
1315
|
+
model._deserialize(response["Response"])
|
|
1316
|
+
return model
|
|
1317
|
+
except Exception as e:
|
|
1318
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1319
|
+
raise
|
|
1320
|
+
else:
|
|
1321
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1322
|
+
|
|
1323
|
+
|
|
1301
1324
|
def DescribeRenewInstances(self, request):
|
|
1302
1325
|
r"""注意事项:
|
|
1303
1326
|
1、本接口支持查询已接入续费管理页的包年包月实例,包括运行中、已隔离(部分产品不支持)
|
|
@@ -1022,6 +1022,24 @@ class BillingClient(AbstractClient):
|
|
|
1022
1022
|
|
|
1023
1023
|
return await self.call_and_deserialize(**kwargs)
|
|
1024
1024
|
|
|
1025
|
+
async def DescribeOrgMemberAccountBalance(
|
|
1026
|
+
self,
|
|
1027
|
+
request: models.DescribeOrgMemberAccountBalanceRequest,
|
|
1028
|
+
opts: Dict = None,
|
|
1029
|
+
) -> models.DescribeOrgMemberAccountBalanceResponse:
|
|
1030
|
+
"""
|
|
1031
|
+
批量查询成员可用余额信息
|
|
1032
|
+
"""
|
|
1033
|
+
|
|
1034
|
+
kwargs = {}
|
|
1035
|
+
kwargs["action"] = "DescribeOrgMemberAccountBalance"
|
|
1036
|
+
kwargs["params"] = request._serialize()
|
|
1037
|
+
kwargs["resp_cls"] = models.DescribeOrgMemberAccountBalanceResponse
|
|
1038
|
+
kwargs["headers"] = request.headers
|
|
1039
|
+
kwargs["opts"] = opts or {}
|
|
1040
|
+
|
|
1041
|
+
return await self.call_and_deserialize(**kwargs)
|
|
1042
|
+
|
|
1025
1043
|
async def DescribeRenewInstances(
|
|
1026
1044
|
self,
|
|
1027
1045
|
request: models.DescribeRenewInstancesRequest,
|