tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -74,7 +74,7 @@ class LkeapClient(AbstractClient):
|
|
|
74
74
|
- 支持128K上下文长度,最大输入长度96k,最大输出32k(默认4k),最大思维链输出长度32k。
|
|
75
75
|
- DeepSeek-V3.2(model 参数值为 deepseek-v3.2)
|
|
76
76
|
- DeepSeek-V3.2 为685B 参数 MoE 模型,其引入的稀疏注意力架构使长文本处理更高效,并在推理评测中达到GPT-5水平。
|
|
77
|
-
- 支持128K上下文长度,最大输入长度96k
|
|
77
|
+
- 支持128K上下文长度,最大输入长度96k,最大输出32k(默认4k),最大思维链输出长度32k。
|
|
78
78
|
- 默认单账号下 DeepSeek-V3.2 模型的限制为:QPM:15,000 ,TPM:300,000
|
|
79
79
|
### 计费说明
|
|
80
80
|
|
|
@@ -73,7 +73,7 @@ class LkeapClient(AbstractClient):
|
|
|
73
73
|
- 支持128K上下文长度,最大输入长度96k,最大输出32k(默认4k),最大思维链输出长度32k。
|
|
74
74
|
- DeepSeek-V3.2(model 参数值为 deepseek-v3.2)
|
|
75
75
|
- DeepSeek-V3.2 为685B 参数 MoE 模型,其引入的稀疏注意力架构使长文本处理更高效,并在推理评测中达到GPT-5水平。
|
|
76
|
-
- 支持128K上下文长度,最大输入长度96k
|
|
76
|
+
- 支持128K上下文长度,最大输入长度96k,最大输出32k(默认4k),最大思维链输出长度32k。
|
|
77
77
|
- 默认单账号下 DeepSeek-V3.2 模型的限制为:QPM:15,000 ,TPM:300,000
|
|
78
78
|
### 计费说明
|
|
79
79
|
|
|
@@ -4436,9 +4436,7 @@ class ReconstructDocumentSSERequest(AbstractModel):
|
|
|
4436
4436
|
备注:当传入文件是PDF、PDF、PPT、PPTX、DOC类型时,用来指定识别的起始页码,识别的页码包含当前值。
|
|
4437
4437
|
默认值:无
|
|
4438
4438
|
:type FileStartPageNumber: int
|
|
4439
|
-
:param _FileEndPageNumber:
|
|
4440
|
-
备注:当传入文件是PDF、PDF、PPT、PPTX、DOC类型时,用来指定识别的结束页码,识别的页码包含当前值。
|
|
4441
|
-
默认值:无
|
|
4439
|
+
:param _FileEndPageNumber: 说明:文档的结束页码。备注:当传入文件是PDF、PDF、PPT、PPTX、DOC类型时,用来指定识别的结束页码,识别的页码包含当前值,文档页码大于100页建议使用异步解析接入。默认值:无
|
|
4442
4440
|
:type FileEndPageNumber: int
|
|
4443
4441
|
:param _Config: 说明:文档解析配置信息
|
|
4444
4442
|
备注:可设置返回markdown结果的格式
|
|
@@ -4508,9 +4506,7 @@ class ReconstructDocumentSSERequest(AbstractModel):
|
|
|
4508
4506
|
|
|
4509
4507
|
@property
|
|
4510
4508
|
def FileEndPageNumber(self):
|
|
4511
|
-
r"""
|
|
4512
|
-
备注:当传入文件是PDF、PDF、PPT、PPTX、DOC类型时,用来指定识别的结束页码,识别的页码包含当前值。
|
|
4513
|
-
默认值:无
|
|
4509
|
+
r"""说明:文档的结束页码。备注:当传入文件是PDF、PDF、PPT、PPTX、DOC类型时,用来指定识别的结束页码,识别的页码包含当前值,文档页码大于100页建议使用异步解析接入。默认值:无
|
|
4514
4510
|
:rtype: int
|
|
4515
4511
|
"""
|
|
4516
4512
|
return self._FileEndPageNumber
|
|
@@ -475,6 +475,8 @@ class DataSourceDetail(AbstractModel):
|
|
|
475
475
|
:param _DbSourceType: DB来源类型
|
|
476
476
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
477
477
|
:type DbSourceType: str
|
|
478
|
+
:param _StagingSwitch: 模型预览状态开关
|
|
479
|
+
:type StagingSwitch: bool
|
|
478
480
|
"""
|
|
479
481
|
self._Id = None
|
|
480
482
|
self._Title = None
|
|
@@ -514,6 +516,7 @@ class DataSourceDetail(AbstractModel):
|
|
|
514
516
|
self._PreviewTableName = None
|
|
515
517
|
self._PublishedTableName = None
|
|
516
518
|
self._DbSourceType = None
|
|
519
|
+
self._StagingSwitch = None
|
|
517
520
|
|
|
518
521
|
@property
|
|
519
522
|
def Id(self):
|
|
@@ -959,6 +962,17 @@ class DataSourceDetail(AbstractModel):
|
|
|
959
962
|
def DbSourceType(self, DbSourceType):
|
|
960
963
|
self._DbSourceType = DbSourceType
|
|
961
964
|
|
|
965
|
+
@property
|
|
966
|
+
def StagingSwitch(self):
|
|
967
|
+
r"""模型预览状态开关
|
|
968
|
+
:rtype: bool
|
|
969
|
+
"""
|
|
970
|
+
return self._StagingSwitch
|
|
971
|
+
|
|
972
|
+
@StagingSwitch.setter
|
|
973
|
+
def StagingSwitch(self, StagingSwitch):
|
|
974
|
+
self._StagingSwitch = StagingSwitch
|
|
975
|
+
|
|
962
976
|
|
|
963
977
|
def _deserialize(self, params):
|
|
964
978
|
self._Id = params.get("Id")
|
|
@@ -1011,6 +1025,7 @@ class DataSourceDetail(AbstractModel):
|
|
|
1011
1025
|
self._PreviewTableName = params.get("PreviewTableName")
|
|
1012
1026
|
self._PublishedTableName = params.get("PublishedTableName")
|
|
1013
1027
|
self._DbSourceType = params.get("DbSourceType")
|
|
1028
|
+
self._StagingSwitch = params.get("StagingSwitch")
|
|
1014
1029
|
memeber_set = set(params.keys())
|
|
1015
1030
|
for name, value in vars(self).items():
|
|
1016
1031
|
property_name = name[1:]
|
|
@@ -2769,12 +2784,15 @@ class DescribeRelatedUsersRequest(AbstractModel):
|
|
|
2769
2784
|
:type PageSize: int
|
|
2770
2785
|
:param _EnvType: 环境类型
|
|
2771
2786
|
:type EnvType: str
|
|
2787
|
+
:param _RoleStringId: 新角色id
|
|
2788
|
+
:type RoleStringId: str
|
|
2772
2789
|
"""
|
|
2773
2790
|
self._RoleId = None
|
|
2774
2791
|
self._EnvId = None
|
|
2775
2792
|
self._PageNo = None
|
|
2776
2793
|
self._PageSize = None
|
|
2777
2794
|
self._EnvType = None
|
|
2795
|
+
self._RoleStringId = None
|
|
2778
2796
|
|
|
2779
2797
|
@property
|
|
2780
2798
|
def RoleId(self):
|
|
@@ -2831,6 +2849,17 @@ class DescribeRelatedUsersRequest(AbstractModel):
|
|
|
2831
2849
|
def EnvType(self, EnvType):
|
|
2832
2850
|
self._EnvType = EnvType
|
|
2833
2851
|
|
|
2852
|
+
@property
|
|
2853
|
+
def RoleStringId(self):
|
|
2854
|
+
r"""新角色id
|
|
2855
|
+
:rtype: str
|
|
2856
|
+
"""
|
|
2857
|
+
return self._RoleStringId
|
|
2858
|
+
|
|
2859
|
+
@RoleStringId.setter
|
|
2860
|
+
def RoleStringId(self, RoleStringId):
|
|
2861
|
+
self._RoleStringId = RoleStringId
|
|
2862
|
+
|
|
2834
2863
|
|
|
2835
2864
|
def _deserialize(self, params):
|
|
2836
2865
|
self._RoleId = params.get("RoleId")
|
|
@@ -2838,6 +2867,7 @@ class DescribeRelatedUsersRequest(AbstractModel):
|
|
|
2838
2867
|
self._PageNo = params.get("PageNo")
|
|
2839
2868
|
self._PageSize = params.get("PageSize")
|
|
2840
2869
|
self._EnvType = params.get("EnvType")
|
|
2870
|
+
self._RoleStringId = params.get("RoleStringId")
|
|
2841
2871
|
memeber_set = set(params.keys())
|
|
2842
2872
|
for name, value in vars(self).items():
|
|
2843
2873
|
property_name = name[1:]
|
|
@@ -367,7 +367,9 @@ class AddDeviceRequest(AbstractModel):
|
|
|
367
367
|
:type Remark: str
|
|
368
368
|
:param _DataKey: 新建设备的base64密钥字符串,非必选,如果不填写则由系统自动生成
|
|
369
369
|
:type DataKey: str
|
|
370
|
-
:param _Encrypted:
|
|
370
|
+
:param _Encrypted: 是否设置预置密钥。
|
|
371
|
+
true:设置预置密钥;
|
|
372
|
+
false:不设置预置密钥。
|
|
371
373
|
:type Encrypted: bool
|
|
372
374
|
:param _AccessScope: 接入环境。0:公有云网关;1:自有网关;2:公有云网关和自有网关。不填默认公有云网关。
|
|
373
375
|
具体含义:
|
|
@@ -432,7 +434,9 @@ class AddDeviceRequest(AbstractModel):
|
|
|
432
434
|
|
|
433
435
|
@property
|
|
434
436
|
def Encrypted(self):
|
|
435
|
-
r"""
|
|
437
|
+
r"""是否设置预置密钥。
|
|
438
|
+
true:设置预置密钥;
|
|
439
|
+
false:不设置预置密钥。
|
|
436
440
|
:rtype: bool
|
|
437
441
|
"""
|
|
438
442
|
return self._Encrypted
|
|
@@ -3796,8 +3800,12 @@ class GetGroupDetailRequest(AbstractModel):
|
|
|
3796
3800
|
:param _GroupId: 分组ID
|
|
3797
3801
|
:type GroupId: str
|
|
3798
3802
|
:param _PageSize: 每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
|
|
3803
|
+
示例值:1
|
|
3804
|
+
|
|
3799
3805
|
:type PageSize: int
|
|
3800
3806
|
:param _PageNumber: 每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
|
|
3807
|
+
示例值:10
|
|
3808
|
+
|
|
3801
3809
|
:type PageNumber: int
|
|
3802
3810
|
:param _KeyWord: 搜索关键字
|
|
3803
3811
|
:type KeyWord: str
|
|
@@ -3821,6 +3829,8 @@ class GetGroupDetailRequest(AbstractModel):
|
|
|
3821
3829
|
@property
|
|
3822
3830
|
def PageSize(self):
|
|
3823
3831
|
r"""每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
|
|
3832
|
+
示例值:1
|
|
3833
|
+
|
|
3824
3834
|
:rtype: int
|
|
3825
3835
|
"""
|
|
3826
3836
|
return self._PageSize
|
|
@@ -3832,6 +3842,8 @@ class GetGroupDetailRequest(AbstractModel):
|
|
|
3832
3842
|
@property
|
|
3833
3843
|
def PageNumber(self):
|
|
3834
3844
|
r"""每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
|
|
3845
|
+
示例值:10
|
|
3846
|
+
|
|
3835
3847
|
:rtype: int
|
|
3836
3848
|
"""
|
|
3837
3849
|
return self._PageNumber
|
|
@@ -3970,8 +3982,10 @@ class GetGroupListRequest(AbstractModel):
|
|
|
3970
3982
|
def __init__(self):
|
|
3971
3983
|
r"""
|
|
3972
3984
|
:param _PageSize: 每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
|
|
3985
|
+
示例值:10
|
|
3973
3986
|
:type PageSize: int
|
|
3974
3987
|
:param _PageNumber: 当前查看页码,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
|
|
3988
|
+
示例值:1
|
|
3975
3989
|
:type PageNumber: int
|
|
3976
3990
|
:param _Keyword: 搜索分组的关键字,为空时匹配所有分组
|
|
3977
3991
|
:type Keyword: str
|
|
@@ -3983,6 +3997,7 @@ class GetGroupListRequest(AbstractModel):
|
|
|
3983
3997
|
@property
|
|
3984
3998
|
def PageSize(self):
|
|
3985
3999
|
r"""每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
|
|
4000
|
+
示例值:10
|
|
3986
4001
|
:rtype: int
|
|
3987
4002
|
"""
|
|
3988
4003
|
return self._PageSize
|
|
@@ -3994,6 +4009,7 @@ class GetGroupListRequest(AbstractModel):
|
|
|
3994
4009
|
@property
|
|
3995
4010
|
def PageNumber(self):
|
|
3996
4011
|
r"""当前查看页码,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
|
|
4012
|
+
示例值:1
|
|
3997
4013
|
:rtype: int
|
|
3998
4014
|
"""
|
|
3999
4015
|
return self._PageNumber
|
|
@@ -8599,7 +8599,7 @@ class Filters(AbstractModel):
|
|
|
8599
8599
|
def __init__(self):
|
|
8600
8600
|
r"""
|
|
8601
8601
|
:param _Name: 搜索字段,目前支持:
|
|
8602
|
-
"InstanceId":实例Id,例如:cmgo
|
|
8602
|
+
"InstanceId":实例Id,例如:cmgo-****
|
|
8603
8603
|
"InstanceName":实例名称
|
|
8604
8604
|
"ClusterId":实例组Id,例如:cmgo-****
|
|
8605
8605
|
:type Name: str
|
|
@@ -8612,7 +8612,7 @@ class Filters(AbstractModel):
|
|
|
8612
8612
|
@property
|
|
8613
8613
|
def Name(self):
|
|
8614
8614
|
r"""搜索字段,目前支持:
|
|
8615
|
-
"InstanceId":实例Id,例如:cmgo
|
|
8615
|
+
"InstanceId":实例Id,例如:cmgo-****
|
|
8616
8616
|
"InstanceName":实例名称
|
|
8617
8617
|
"ClusterId":实例组Id,例如:cmgo-****
|
|
8618
8618
|
:rtype: str
|
|
@@ -2749,6 +2749,199 @@ class BasicAuth(AbstractModel):
|
|
|
2749
2749
|
|
|
2750
2750
|
|
|
2751
2751
|
|
|
2752
|
+
class BindProgressResponse(AbstractModel):
|
|
2753
|
+
r"""绑定状态Response
|
|
2754
|
+
|
|
2755
|
+
"""
|
|
2756
|
+
|
|
2757
|
+
def __init__(self):
|
|
2758
|
+
r"""
|
|
2759
|
+
:param _Steps: 绑定步骤
|
|
2760
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2761
|
+
:type Steps: list of BindProgressStep
|
|
2762
|
+
:param _ClusterId: 集群id
|
|
2763
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2764
|
+
:type ClusterId: str
|
|
2765
|
+
:param _Status: 集群绑定状态
|
|
2766
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2767
|
+
:type Status: str
|
|
2768
|
+
"""
|
|
2769
|
+
self._Steps = None
|
|
2770
|
+
self._ClusterId = None
|
|
2771
|
+
self._Status = None
|
|
2772
|
+
|
|
2773
|
+
@property
|
|
2774
|
+
def Steps(self):
|
|
2775
|
+
r"""绑定步骤
|
|
2776
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2777
|
+
:rtype: list of BindProgressStep
|
|
2778
|
+
"""
|
|
2779
|
+
return self._Steps
|
|
2780
|
+
|
|
2781
|
+
@Steps.setter
|
|
2782
|
+
def Steps(self, Steps):
|
|
2783
|
+
self._Steps = Steps
|
|
2784
|
+
|
|
2785
|
+
@property
|
|
2786
|
+
def ClusterId(self):
|
|
2787
|
+
r"""集群id
|
|
2788
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2789
|
+
:rtype: str
|
|
2790
|
+
"""
|
|
2791
|
+
return self._ClusterId
|
|
2792
|
+
|
|
2793
|
+
@ClusterId.setter
|
|
2794
|
+
def ClusterId(self, ClusterId):
|
|
2795
|
+
self._ClusterId = ClusterId
|
|
2796
|
+
|
|
2797
|
+
@property
|
|
2798
|
+
def Status(self):
|
|
2799
|
+
r"""集群绑定状态
|
|
2800
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2801
|
+
:rtype: str
|
|
2802
|
+
"""
|
|
2803
|
+
return self._Status
|
|
2804
|
+
|
|
2805
|
+
@Status.setter
|
|
2806
|
+
def Status(self, Status):
|
|
2807
|
+
self._Status = Status
|
|
2808
|
+
|
|
2809
|
+
|
|
2810
|
+
def _deserialize(self, params):
|
|
2811
|
+
if params.get("Steps") is not None:
|
|
2812
|
+
self._Steps = []
|
|
2813
|
+
for item in params.get("Steps"):
|
|
2814
|
+
obj = BindProgressStep()
|
|
2815
|
+
obj._deserialize(item)
|
|
2816
|
+
self._Steps.append(obj)
|
|
2817
|
+
self._ClusterId = params.get("ClusterId")
|
|
2818
|
+
self._Status = params.get("Status")
|
|
2819
|
+
memeber_set = set(params.keys())
|
|
2820
|
+
for name, value in vars(self).items():
|
|
2821
|
+
property_name = name[1:]
|
|
2822
|
+
if property_name in memeber_set:
|
|
2823
|
+
memeber_set.remove(property_name)
|
|
2824
|
+
if len(memeber_set) > 0:
|
|
2825
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
2826
|
+
|
|
2827
|
+
|
|
2828
|
+
|
|
2829
|
+
class BindProgressStep(AbstractModel):
|
|
2830
|
+
r"""绑定进度参数
|
|
2831
|
+
|
|
2832
|
+
"""
|
|
2833
|
+
|
|
2834
|
+
def __init__(self):
|
|
2835
|
+
r"""
|
|
2836
|
+
:param _EndAt: 结束时间
|
|
2837
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2838
|
+
:type EndAt: str
|
|
2839
|
+
:param _FailedMsg: 错误信息
|
|
2840
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2841
|
+
:type FailedMsg: str
|
|
2842
|
+
:param _LifeState: 状态
|
|
2843
|
+
:type LifeState: str
|
|
2844
|
+
:param _StartAt: 开始时间
|
|
2845
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2846
|
+
:type StartAt: str
|
|
2847
|
+
:param _Step: 任务进程
|
|
2848
|
+
"prepare_env" // 准备环境,安装instance EKS
|
|
2849
|
+
"check_target" // 检查target是否为running
|
|
2850
|
+
"install_crd" // 安装需要测crd
|
|
2851
|
+
"install_rbac" // 安装rbac
|
|
2852
|
+
"install_agent" // 安装agent
|
|
2853
|
+
"install_cr" // 安装prometheus CR
|
|
2854
|
+
"install_basic" // 安装基础采集信息,标记target状态为normal
|
|
2855
|
+
:type Step: str
|
|
2856
|
+
"""
|
|
2857
|
+
self._EndAt = None
|
|
2858
|
+
self._FailedMsg = None
|
|
2859
|
+
self._LifeState = None
|
|
2860
|
+
self._StartAt = None
|
|
2861
|
+
self._Step = None
|
|
2862
|
+
|
|
2863
|
+
@property
|
|
2864
|
+
def EndAt(self):
|
|
2865
|
+
r"""结束时间
|
|
2866
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2867
|
+
:rtype: str
|
|
2868
|
+
"""
|
|
2869
|
+
return self._EndAt
|
|
2870
|
+
|
|
2871
|
+
@EndAt.setter
|
|
2872
|
+
def EndAt(self, EndAt):
|
|
2873
|
+
self._EndAt = EndAt
|
|
2874
|
+
|
|
2875
|
+
@property
|
|
2876
|
+
def FailedMsg(self):
|
|
2877
|
+
r"""错误信息
|
|
2878
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2879
|
+
:rtype: str
|
|
2880
|
+
"""
|
|
2881
|
+
return self._FailedMsg
|
|
2882
|
+
|
|
2883
|
+
@FailedMsg.setter
|
|
2884
|
+
def FailedMsg(self, FailedMsg):
|
|
2885
|
+
self._FailedMsg = FailedMsg
|
|
2886
|
+
|
|
2887
|
+
@property
|
|
2888
|
+
def LifeState(self):
|
|
2889
|
+
r"""状态
|
|
2890
|
+
:rtype: str
|
|
2891
|
+
"""
|
|
2892
|
+
return self._LifeState
|
|
2893
|
+
|
|
2894
|
+
@LifeState.setter
|
|
2895
|
+
def LifeState(self, LifeState):
|
|
2896
|
+
self._LifeState = LifeState
|
|
2897
|
+
|
|
2898
|
+
@property
|
|
2899
|
+
def StartAt(self):
|
|
2900
|
+
r"""开始时间
|
|
2901
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2902
|
+
:rtype: str
|
|
2903
|
+
"""
|
|
2904
|
+
return self._StartAt
|
|
2905
|
+
|
|
2906
|
+
@StartAt.setter
|
|
2907
|
+
def StartAt(self, StartAt):
|
|
2908
|
+
self._StartAt = StartAt
|
|
2909
|
+
|
|
2910
|
+
@property
|
|
2911
|
+
def Step(self):
|
|
2912
|
+
r"""任务进程
|
|
2913
|
+
"prepare_env" // 准备环境,安装instance EKS
|
|
2914
|
+
"check_target" // 检查target是否为running
|
|
2915
|
+
"install_crd" // 安装需要测crd
|
|
2916
|
+
"install_rbac" // 安装rbac
|
|
2917
|
+
"install_agent" // 安装agent
|
|
2918
|
+
"install_cr" // 安装prometheus CR
|
|
2919
|
+
"install_basic" // 安装基础采集信息,标记target状态为normal
|
|
2920
|
+
:rtype: str
|
|
2921
|
+
"""
|
|
2922
|
+
return self._Step
|
|
2923
|
+
|
|
2924
|
+
@Step.setter
|
|
2925
|
+
def Step(self, Step):
|
|
2926
|
+
self._Step = Step
|
|
2927
|
+
|
|
2928
|
+
|
|
2929
|
+
def _deserialize(self, params):
|
|
2930
|
+
self._EndAt = params.get("EndAt")
|
|
2931
|
+
self._FailedMsg = params.get("FailedMsg")
|
|
2932
|
+
self._LifeState = params.get("LifeState")
|
|
2933
|
+
self._StartAt = params.get("StartAt")
|
|
2934
|
+
self._Step = params.get("Step")
|
|
2935
|
+
memeber_set = set(params.keys())
|
|
2936
|
+
for name, value in vars(self).items():
|
|
2937
|
+
property_name = name[1:]
|
|
2938
|
+
if property_name in memeber_set:
|
|
2939
|
+
memeber_set.remove(property_name)
|
|
2940
|
+
if len(memeber_set) > 0:
|
|
2941
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
2942
|
+
|
|
2943
|
+
|
|
2944
|
+
|
|
2752
2945
|
class BindPrometheusManagedGrafanaRequest(AbstractModel):
|
|
2753
2946
|
r"""BindPrometheusManagedGrafana请求参数结构体
|
|
2754
2947
|
|
|
@@ -14229,6 +14422,51 @@ class DescribeClusterAgentCreatingProgressRequest(AbstractModel):
|
|
|
14229
14422
|
|
|
14230
14423
|
"""
|
|
14231
14424
|
|
|
14425
|
+
def __init__(self):
|
|
14426
|
+
r"""
|
|
14427
|
+
:param _InstanceId: prom实例id
|
|
14428
|
+
:type InstanceId: str
|
|
14429
|
+
:param _ClusterIds: 集群ids
|
|
14430
|
+
:type ClusterIds: list of str
|
|
14431
|
+
"""
|
|
14432
|
+
self._InstanceId = None
|
|
14433
|
+
self._ClusterIds = None
|
|
14434
|
+
|
|
14435
|
+
@property
|
|
14436
|
+
def InstanceId(self):
|
|
14437
|
+
r"""prom实例id
|
|
14438
|
+
:rtype: str
|
|
14439
|
+
"""
|
|
14440
|
+
return self._InstanceId
|
|
14441
|
+
|
|
14442
|
+
@InstanceId.setter
|
|
14443
|
+
def InstanceId(self, InstanceId):
|
|
14444
|
+
self._InstanceId = InstanceId
|
|
14445
|
+
|
|
14446
|
+
@property
|
|
14447
|
+
def ClusterIds(self):
|
|
14448
|
+
r"""集群ids
|
|
14449
|
+
:rtype: list of str
|
|
14450
|
+
"""
|
|
14451
|
+
return self._ClusterIds
|
|
14452
|
+
|
|
14453
|
+
@ClusterIds.setter
|
|
14454
|
+
def ClusterIds(self, ClusterIds):
|
|
14455
|
+
self._ClusterIds = ClusterIds
|
|
14456
|
+
|
|
14457
|
+
|
|
14458
|
+
def _deserialize(self, params):
|
|
14459
|
+
self._InstanceId = params.get("InstanceId")
|
|
14460
|
+
self._ClusterIds = params.get("ClusterIds")
|
|
14461
|
+
memeber_set = set(params.keys())
|
|
14462
|
+
for name, value in vars(self).items():
|
|
14463
|
+
property_name = name[1:]
|
|
14464
|
+
if property_name in memeber_set:
|
|
14465
|
+
memeber_set.remove(property_name)
|
|
14466
|
+
if len(memeber_set) > 0:
|
|
14467
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
14468
|
+
|
|
14469
|
+
|
|
14232
14470
|
|
|
14233
14471
|
class DescribeClusterAgentCreatingProgressResponse(AbstractModel):
|
|
14234
14472
|
r"""DescribeClusterAgentCreatingProgress返回参数结构体
|
|
@@ -14237,11 +14475,25 @@ class DescribeClusterAgentCreatingProgressResponse(AbstractModel):
|
|
|
14237
14475
|
|
|
14238
14476
|
def __init__(self):
|
|
14239
14477
|
r"""
|
|
14478
|
+
:param _Response: 绑定状态response
|
|
14479
|
+
:type Response: list of BindProgressResponse
|
|
14240
14480
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14241
14481
|
:type RequestId: str
|
|
14242
14482
|
"""
|
|
14483
|
+
self._Response = None
|
|
14243
14484
|
self._RequestId = None
|
|
14244
14485
|
|
|
14486
|
+
@property
|
|
14487
|
+
def Response(self):
|
|
14488
|
+
r"""绑定状态response
|
|
14489
|
+
:rtype: list of BindProgressResponse
|
|
14490
|
+
"""
|
|
14491
|
+
return self._Response
|
|
14492
|
+
|
|
14493
|
+
@Response.setter
|
|
14494
|
+
def Response(self, Response):
|
|
14495
|
+
self._Response = Response
|
|
14496
|
+
|
|
14245
14497
|
@property
|
|
14246
14498
|
def RequestId(self):
|
|
14247
14499
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -14255,6 +14507,12 @@ class DescribeClusterAgentCreatingProgressResponse(AbstractModel):
|
|
|
14255
14507
|
|
|
14256
14508
|
|
|
14257
14509
|
def _deserialize(self, params):
|
|
14510
|
+
if params.get("Response") is not None:
|
|
14511
|
+
self._Response = []
|
|
14512
|
+
for item in params.get("Response"):
|
|
14513
|
+
obj = BindProgressResponse()
|
|
14514
|
+
obj._deserialize(item)
|
|
14515
|
+
self._Response.append(obj)
|
|
14258
14516
|
self._RequestId = params.get("RequestId")
|
|
14259
14517
|
|
|
14260
14518
|
|
|
@@ -146,6 +146,15 @@ INVALIDPARAMETERVALUE_AUDIOCHANNEL = 'InvalidParameterValue.AudioChannel'
|
|
|
146
146
|
# 参数错误:音频流编码格式。
|
|
147
147
|
INVALIDPARAMETERVALUE_AUDIOCODEC = 'InvalidParameterValue.AudioCodec'
|
|
148
148
|
|
|
149
|
+
# 音频数据不合法
|
|
150
|
+
INVALIDPARAMETERVALUE_AUDIODATA = 'InvalidParameterValue.AudioData'
|
|
151
|
+
|
|
152
|
+
# 音频数据过长
|
|
153
|
+
INVALIDPARAMETERVALUE_AUDIODATATOOLONG = 'InvalidParameterValue.AudioDataTooLong'
|
|
154
|
+
|
|
155
|
+
# 音频数据格式不支持
|
|
156
|
+
INVALIDPARAMETERVALUE_AUDIOFORMAT = 'InvalidParameterValue.AudioFormat'
|
|
157
|
+
|
|
149
158
|
# 参数错误:音频流采样率。
|
|
150
159
|
INVALIDPARAMETERVALUE_AUDIOSAMPLERATE = 'InvalidParameterValue.AudioSampleRate'
|
|
151
160
|
|