tencentcloud-sdk-python 3.0.1322__py2.py3-none-any.whl → 3.0.1324__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/aiart/v20221229/aiart_client.py +54 -0
- tencentcloud/aiart/v20221229/models.py +523 -0
- tencentcloud/antiddos/v20200309/models.py +27 -10
- tencentcloud/apm/v20210622/models.py +29 -2
- tencentcloud/cbs/v20170312/cbs_client.py +101 -0
- tencentcloud/cbs/v20170312/errorcodes.py +3 -0
- tencentcloud/cbs/v20170312/models.py +735 -5
- tencentcloud/cdwdoris/v20211228/models.py +17 -2
- tencentcloud/ckafka/v20190819/models.py +15 -0
- tencentcloud/cls/v20201016/models.py +15 -0
- tencentcloud/cwp/v20180228/cwp_client.py +0 -25
- tencentcloud/cwp/v20180228/models.py +0 -274
- tencentcloud/dcdb/v20180411/dcdb_client.py +46 -0
- tencentcloud/dcdb/v20180411/models.py +379 -0
- tencentcloud/dlc/v20210125/models.py +205 -34
- tencentcloud/dts/v20211206/models.py +2 -2
- tencentcloud/ess/v20201111/models.py +2 -2
- tencentcloud/essbasic/v20210526/models.py +2 -2
- tencentcloud/faceid/v20180301/models.py +8 -6
- tencentcloud/gme/v20180711/models.py +0 -18
- tencentcloud/lcic/v20220817/models.py +0 -156
- tencentcloud/lke/v20231130/models.py +15 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/mqtt/v20240516/models.py +339 -0
- tencentcloud/mqtt/v20240516/mqtt_client.py +23 -0
- tencentcloud/ocr/v20181119/models.py +250 -2
- tencentcloud/ses/v20201002/models.py +15 -0
- tencentcloud/svp/v20240125/models.py +0 -6
- tencentcloud/taf/v20200210/errorcodes.py +0 -156
- tencentcloud/taf/v20200210/models.py +80 -1291
- tencentcloud/taf/v20200210/taf_client.py +0 -69
- tencentcloud/tcb/v20180608/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +70 -0
- tencentcloud/tione/v20211111/models.py +19 -0
- tencentcloud/trabbit/v20230418/models.py +15 -304
- tencentcloud/trp/v20210515/models.py +0 -360
- tencentcloud/vpc/v20170312/models.py +234 -0
- tencentcloud/vpc/v20170312/vpc_client.py +46 -0
- tencentcloud/wedata/v20210820/models.py +264 -0
- {tencentcloud_sdk_python-3.0.1322.dist-info → tencentcloud_sdk_python-3.0.1324.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1322.dist-info → tencentcloud_sdk_python-3.0.1324.dist-info}/RECORD +45 -50
- tencentcloud/aa/__init__.py +0 -0
- tencentcloud/aa/v20200224/__init__.py +0 -0
- tencentcloud/aa/v20200224/aa_client.py +0 -49
- tencentcloud/aa/v20200224/errorcodes.py +0 -78
- tencentcloud/aa/v20200224/models.py +0 -736
- {tencentcloud_sdk_python-3.0.1322.dist-info → tencentcloud_sdk_python-3.0.1324.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1322.dist-info → tencentcloud_sdk_python-3.0.1324.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1322.dist-info → tencentcloud_sdk_python-3.0.1324.dist-info}/top_level.txt +0 -0
@@ -14092,7 +14092,7 @@ class Options(AbstractModel):
|
|
14092
14092
|
:param _AddAdditionalColumn: 是否添加附加列
|
14093
14093
|
注意:此字段可能返回 null,表示取不到有效值。
|
14094
14094
|
:type AddAdditionalColumn: bool
|
14095
|
-
:param _OpTypes: 所要同步的DML和DDL的选项,Insert(插入操作)、Update(更新操作)、Delete(删除操作)、DDL(结构同步),
|
14095
|
+
:param _OpTypes: 所要同步的DML和DDL的选项,Insert(插入操作)、Update(更新操作)、Delete(删除操作)、DDL(结构同步), PartialDDL(自定义,和DdlOptions一起配合使用)。注意,这里至少需要包含DML中的一种。
|
14096
14096
|
注意:此字段可能返回 null,表示取不到有效值。
|
14097
14097
|
:type OpTypes: list of str
|
14098
14098
|
:param _ConflictHandleOption: 冲突处理的详细选项,如条件覆盖中的条件行和条件操作
|
@@ -14184,7 +14184,7 @@ class Options(AbstractModel):
|
|
14184
14184
|
|
14185
14185
|
@property
|
14186
14186
|
def OpTypes(self):
|
14187
|
-
"""所要同步的DML和DDL的选项,Insert(插入操作)、Update(更新操作)、Delete(删除操作)、DDL(结构同步),
|
14187
|
+
"""所要同步的DML和DDL的选项,Insert(插入操作)、Update(更新操作)、Delete(删除操作)、DDL(结构同步), PartialDDL(自定义,和DdlOptions一起配合使用)。注意,这里至少需要包含DML中的一种。
|
14188
14188
|
注意:此字段可能返回 null,表示取不到有效值。
|
14189
14189
|
:rtype: list of str
|
14190
14190
|
"""
|
@@ -19689,7 +19689,7 @@ class DescribeIntegrationEmployeesRequest(AbstractModel):
|
|
19689
19689
|
<li>Key:**"RoleId"**,根据电子签角色ID查询员工,Values为指定的角色ID,满足其中任意一个角色即可:**["RoleId1","RoleId2",...]**</li>
|
19690
19690
|
</ul>
|
19691
19691
|
:type Filters: list of Filter
|
19692
|
-
:param _Offset: 偏移量,默认为0,最大20000
|
19692
|
+
:param _Offset: 偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
|
19693
19693
|
:type Offset: int
|
19694
19694
|
"""
|
19695
19695
|
self._Operator = None
|
@@ -19755,7 +19755,7 @@ class DescribeIntegrationEmployeesRequest(AbstractModel):
|
|
19755
19755
|
|
19756
19756
|
@property
|
19757
19757
|
def Offset(self):
|
19758
|
-
"""偏移量,默认为0,最大20000
|
19758
|
+
"""偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
|
19759
19759
|
:rtype: int
|
19760
19760
|
"""
|
19761
19761
|
return self._Offset
|
@@ -9342,7 +9342,7 @@ class ChannelDescribeEmployeesResponse(AbstractModel):
|
|
9342
9342
|
r"""
|
9343
9343
|
:param _Employees: 员工信息列表。
|
9344
9344
|
:type Employees: list of Staff
|
9345
|
-
:param _Offset:
|
9345
|
+
:param _Offset: 偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
|
9346
9346
|
:type Offset: int
|
9347
9347
|
:param _Limit: 指定分页每页返回的数据条数,单页最大支持 20。
|
9348
9348
|
:type Limit: int
|
@@ -9370,7 +9370,7 @@ class ChannelDescribeEmployeesResponse(AbstractModel):
|
|
9370
9370
|
|
9371
9371
|
@property
|
9372
9372
|
def Offset(self):
|
9373
|
-
"""
|
9373
|
+
"""偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
|
9374
9374
|
:rtype: int
|
9375
9375
|
"""
|
9376
9376
|
return self._Offset
|
@@ -2132,11 +2132,11 @@ class DetectAuthRequest(AbstractModel):
|
|
2132
2132
|
:type IntentionVerifyText: str
|
2133
2133
|
:param _IntentionQuestions: 意愿核身(语音播报+语音回答模式)使用的文案。
|
2134
2134
|
- 包括:系统语音播报的文本、需要核验的标准文本。
|
2135
|
-
-
|
2135
|
+
- 问答模式支持1-10轮(不超过10轮)的意愿确认。
|
2136
2136
|
:type IntentionQuestions: list of IntentionQuestion
|
2137
2137
|
:param _IntentionActions: 意愿核身(点头确认模式)使用的文案。
|
2138
2138
|
- 若未使用意愿核身(点头确认模式),则该字段无需传入。
|
2139
|
-
-
|
2139
|
+
- 点头确认模式支持1-10轮(不超过10轮)的意愿确认。
|
2140
2140
|
:type IntentionActions: list of IntentionActionConfig
|
2141
2141
|
:param _Config: 意愿核身流程配置。
|
2142
2142
|
:type Config: :class:`tencentcloud.faceid.v20180301.models.RuleIdConfig`
|
@@ -2270,7 +2270,7 @@ class DetectAuthRequest(AbstractModel):
|
|
2270
2270
|
def IntentionQuestions(self):
|
2271
2271
|
"""意愿核身(语音播报+语音回答模式)使用的文案。
|
2272
2272
|
- 包括:系统语音播报的文本、需要核验的标准文本。
|
2273
|
-
-
|
2273
|
+
- 问答模式支持1-10轮(不超过10轮)的意愿确认。
|
2274
2274
|
:rtype: list of IntentionQuestion
|
2275
2275
|
"""
|
2276
2276
|
return self._IntentionQuestions
|
@@ -2283,7 +2283,7 @@ class DetectAuthRequest(AbstractModel):
|
|
2283
2283
|
def IntentionActions(self):
|
2284
2284
|
"""意愿核身(点头确认模式)使用的文案。
|
2285
2285
|
- 若未使用意愿核身(点头确认模式),则该字段无需传入。
|
2286
|
-
-
|
2286
|
+
- 点头确认模式支持1-10轮(不超过10轮)的意愿确认。
|
2287
2287
|
:rtype: list of IntentionActionConfig
|
2288
2288
|
"""
|
2289
2289
|
return self._IntentionActions
|
@@ -5000,11 +5000,12 @@ class GetEidTokenConfig(AbstractModel):
|
|
5000
5000
|
- 默认为空,最长可接受120的字符串长度。
|
5001
5001
|
:type IntentionVerifyText: str
|
5002
5002
|
:param _IntentionQuestions: 意愿核身问答模式的配置列表。
|
5003
|
-
-
|
5003
|
+
- 问答模式支持1-10轮(不超过10轮)的意愿确认。
|
5004
5004
|
:type IntentionQuestions: list of IntentionQuestion
|
5005
5005
|
:param _IntentionActions: 意愿核身(点头确认模式)使用的文案。
|
5006
5006
|
- 若未使用意愿核身(点头确认模式),则该字段无需传入。
|
5007
5007
|
- 默认为空,最长可接受150的字符串长度。
|
5008
|
+
- 点头确认模式支持1-10轮(不超过10轮)的意愿确认。
|
5008
5009
|
:type IntentionActions: list of IntentionActionConfig
|
5009
5010
|
:param _IntentionRecognition: 意愿核身过程中识别用户的回答意图。
|
5010
5011
|
- 开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过。
|
@@ -5101,7 +5102,7 @@ class GetEidTokenConfig(AbstractModel):
|
|
5101
5102
|
@property
|
5102
5103
|
def IntentionQuestions(self):
|
5103
5104
|
"""意愿核身问答模式的配置列表。
|
5104
|
-
-
|
5105
|
+
- 问答模式支持1-10轮(不超过10轮)的意愿确认。
|
5105
5106
|
:rtype: list of IntentionQuestion
|
5106
5107
|
"""
|
5107
5108
|
return self._IntentionQuestions
|
@@ -5115,6 +5116,7 @@ class GetEidTokenConfig(AbstractModel):
|
|
5115
5116
|
"""意愿核身(点头确认模式)使用的文案。
|
5116
5117
|
- 若未使用意愿核身(点头确认模式),则该字段无需传入。
|
5117
5118
|
- 默认为空,最长可接受150的字符串长度。
|
5119
|
+
- 点头确认模式支持1-10轮(不超过10轮)的意愿确认。
|
5118
5120
|
:rtype: list of IntentionActionConfig
|
5119
5121
|
"""
|
5120
5122
|
return self._IntentionActions
|
@@ -2833,7 +2833,6 @@ class DescribeRecordInfoResponse(AbstractModel):
|
|
2833
2833
|
def __init__(self):
|
2834
2834
|
r"""
|
2835
2835
|
:param _RecordInfo: 录制信息。
|
2836
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2837
2836
|
:type RecordInfo: list of RecordInfo
|
2838
2837
|
:param _RecordMode: 录制类型:1代表单流 2代表混流 3代表单流和混流。
|
2839
2838
|
:type RecordMode: int
|
@@ -2850,7 +2849,6 @@ class DescribeRecordInfoResponse(AbstractModel):
|
|
2850
2849
|
@property
|
2851
2850
|
def RecordInfo(self):
|
2852
2851
|
"""录制信息。
|
2853
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2854
2852
|
:rtype: list of RecordInfo
|
2855
2853
|
"""
|
2856
2854
|
return self._RecordInfo
|
@@ -2979,10 +2977,8 @@ class DescribeRoomInfoResponse(AbstractModel):
|
|
2979
2977
|
def __init__(self):
|
2980
2978
|
r"""
|
2981
2979
|
:param _Result: 操作结果, 0成功, 非0失败
|
2982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2983
2980
|
:type Result: int
|
2984
2981
|
:param _RoomUsers: 房间用户信息
|
2985
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2986
2982
|
:type RoomUsers: list of RoomUser
|
2987
2983
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2988
2984
|
:type RequestId: str
|
@@ -2994,7 +2990,6 @@ class DescribeRoomInfoResponse(AbstractModel):
|
|
2994
2990
|
@property
|
2995
2991
|
def Result(self):
|
2996
2992
|
"""操作结果, 0成功, 非0失败
|
2997
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2998
2993
|
:rtype: int
|
2999
2994
|
"""
|
3000
2995
|
return self._Result
|
@@ -3006,7 +3001,6 @@ class DescribeRoomInfoResponse(AbstractModel):
|
|
3006
3001
|
@property
|
3007
3002
|
def RoomUsers(self):
|
3008
3003
|
"""房间用户信息
|
3009
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3010
3004
|
:rtype: list of RoomUser
|
3011
3005
|
"""
|
3012
3006
|
return self._RoomUsers
|
@@ -3339,7 +3333,6 @@ class DescribeScanResultListResponse(AbstractModel):
|
|
3339
3333
|
def __init__(self):
|
3340
3334
|
r"""
|
3341
3335
|
:param _Data: 要查询的语音检测任务的结果
|
3342
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3343
3336
|
:type Data: list of DescribeScanResult
|
3344
3337
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3345
3338
|
:type RequestId: str
|
@@ -3350,7 +3343,6 @@ class DescribeScanResultListResponse(AbstractModel):
|
|
3350
3343
|
@property
|
3351
3344
|
def Data(self):
|
3352
3345
|
"""要查询的语音检测任务的结果
|
3353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3354
3346
|
:rtype: list of DescribeScanResult
|
3355
3347
|
"""
|
3356
3348
|
return self._Data
|
@@ -3440,13 +3432,10 @@ class DescribeTaskInfoResponse(AbstractModel):
|
|
3440
3432
|
def __init__(self):
|
3441
3433
|
r"""
|
3442
3434
|
:param _TaskId: 进行中的任务taskid(StartRecord接口返回)。
|
3443
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3444
3435
|
:type TaskId: int
|
3445
3436
|
:param _RecordMode: 录制类型:1代表单流 2代表混流 3代表单流和混流。
|
3446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3447
3437
|
:type RecordMode: int
|
3448
3438
|
:param _SubscribeRecordUserIds: 指定订阅流白名单或者黑名单。
|
3449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3450
3439
|
:type SubscribeRecordUserIds: :class:`tencentcloud.gme.v20180711.models.SubscribeRecordUserIds`
|
3451
3440
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3452
3441
|
:type RequestId: str
|
@@ -3459,7 +3448,6 @@ class DescribeTaskInfoResponse(AbstractModel):
|
|
3459
3448
|
@property
|
3460
3449
|
def TaskId(self):
|
3461
3450
|
"""进行中的任务taskid(StartRecord接口返回)。
|
3462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3463
3451
|
:rtype: int
|
3464
3452
|
"""
|
3465
3453
|
return self._TaskId
|
@@ -3471,7 +3459,6 @@ class DescribeTaskInfoResponse(AbstractModel):
|
|
3471
3459
|
@property
|
3472
3460
|
def RecordMode(self):
|
3473
3461
|
"""录制类型:1代表单流 2代表混流 3代表单流和混流。
|
3474
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3475
3462
|
:rtype: int
|
3476
3463
|
"""
|
3477
3464
|
return self._RecordMode
|
@@ -3483,7 +3470,6 @@ class DescribeTaskInfoResponse(AbstractModel):
|
|
3483
3470
|
@property
|
3484
3471
|
def SubscribeRecordUserIds(self):
|
3485
3472
|
"""指定订阅流白名单或者黑名单。
|
3486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3487
3473
|
:rtype: :class:`tencentcloud.gme.v20180711.models.SubscribeRecordUserIds`
|
3488
3474
|
"""
|
3489
3475
|
return self._SubscribeRecordUserIds
|
@@ -3767,7 +3753,6 @@ class GetCustomizationListResponse(AbstractModel):
|
|
3767
3753
|
def __init__(self):
|
3768
3754
|
r"""
|
3769
3755
|
:param _CustomizationConfigs: 语音消息转文本热句模型配置
|
3770
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3771
3756
|
:type CustomizationConfigs: list of CustomizationConfigs
|
3772
3757
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3773
3758
|
:type RequestId: str
|
@@ -3778,7 +3763,6 @@ class GetCustomizationListResponse(AbstractModel):
|
|
3778
3763
|
@property
|
3779
3764
|
def CustomizationConfigs(self):
|
3780
3765
|
"""语音消息转文本热句模型配置
|
3781
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3782
3766
|
:rtype: list of CustomizationConfigs
|
3783
3767
|
"""
|
3784
3768
|
return self._CustomizationConfigs
|
@@ -6170,7 +6154,6 @@ class UpdateScanRoomsResponse(AbstractModel):
|
|
6170
6154
|
def __init__(self):
|
6171
6155
|
r"""
|
6172
6156
|
:param _ErrorCode: 返回结果码
|
6173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6174
6157
|
:type ErrorCode: int
|
6175
6158
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6176
6159
|
:type RequestId: str
|
@@ -6181,7 +6164,6 @@ class UpdateScanRoomsResponse(AbstractModel):
|
|
6181
6164
|
@property
|
6182
6165
|
def ErrorCode(self):
|
6183
6166
|
"""返回结果码
|
6184
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6185
6167
|
:rtype: int
|
6186
6168
|
"""
|
6187
6169
|
return self._ErrorCode
|