tencentcloud-sdk-python 3.0.1340__py2.py3-none-any.whl → 3.0.1342__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/autoscaling/v20180419/autoscaling_client.py +26 -0
- tencentcloud/autoscaling/v20180419/models.py +94 -0
- tencentcloud/billing/v20180709/models.py +0 -246
- tencentcloud/captcha/v20190722/models.py +6 -24
- tencentcloud/cdc/v20201214/models.py +29 -86
- tencentcloud/cdwch/v20200915/models.py +124 -0
- tencentcloud/cdz/v20221123/models.py +0 -8
- tencentcloud/cfs/v20190719/errorcodes.py +3 -0
- tencentcloud/cvm/v20170312/cvm_client.py +23 -0
- tencentcloud/cvm/v20170312/models.py +211 -4
- tencentcloud/cwp/v20180228/models.py +99 -24
- tencentcloud/cynosdb/v20190107/models.py +0 -290
- tencentcloud/dbbrain/v20210527/models.py +15 -0
- tencentcloud/domain/v20180808/models.py +30 -24
- tencentcloud/ess/v20201111/models.py +69 -2
- tencentcloud/essbasic/v20210526/models.py +73 -6
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +25 -0
- tencentcloud/hunyuan/v20230901/models.py +629 -21
- tencentcloud/lcic/v20220817/models.py +4 -4
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +12 -3
- tencentcloud/lighthouse/v20200324/models.py +139 -39
- tencentcloud/lke/v20231130/lke_client.py +2 -2
- tencentcloud/lke/v20231130/models.py +6 -6
- tencentcloud/mariadb/v20170312/models.py +0 -24
- tencentcloud/mongodb/v20190725/models.py +6 -6
- tencentcloud/ocr/v20181119/models.py +82 -0
- tencentcloud/redis/v20180412/models.py +8 -8
- tencentcloud/ses/v20201002/models.py +2 -4
- tencentcloud/ssl/v20191205/models.py +7 -319
- tencentcloud/tat/v20201028/models.py +10 -8
- tencentcloud/tcb/v20180608/models.py +0 -230
- tencentcloud/tchd/v20230306/models.py +168 -0
- tencentcloud/tchd/v20230306/tchd_client.py +24 -0
- tencentcloud/tdmq/v20200217/models.py +17 -198
- tencentcloud/teo/v20220901/models.py +227 -1
- tencentcloud/teo/v20220901/teo_client.py +8 -4
- tencentcloud/trocket/v20230308/models.py +109 -0
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/trro/v20220325/models.py +140 -0
- tencentcloud/trro/v20220325/trro_client.py +25 -0
- tencentcloud/vpc/v20170312/errorcodes.py +9 -0
- tencentcloud/waf/v20180125/models.py +398 -0
- tencentcloud/waf/v20180125/waf_client.py +69 -0
- tencentcloud/wedata/v20210820/models.py +133 -254
- {tencentcloud_sdk_python-3.0.1340.dist-info → tencentcloud_sdk_python-3.0.1342.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1340.dist-info → tencentcloud_sdk_python-3.0.1342.dist-info}/RECORD +50 -50
- {tencentcloud_sdk_python-3.0.1340.dist-info → tencentcloud_sdk_python-3.0.1342.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1340.dist-info → tencentcloud_sdk_python-3.0.1342.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1340.dist-info → tencentcloud_sdk_python-3.0.1342.dist-info}/top_level.txt +0 -0
@@ -2195,7 +2195,6 @@ class DescribeCaptchaMiniResultResponse(AbstractModel):
|
|
2195
2195
|
100 param err 参数校验错误
|
2196
2196
|
:type CaptchaCode: int
|
2197
2197
|
:param _CaptchaMsg: 状态描述及验证错误信息
|
2198
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2199
2198
|
:type CaptchaMsg: str
|
2200
2199
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2201
2200
|
:type RequestId: str
|
@@ -2228,7 +2227,6 @@ class DescribeCaptchaMiniResultResponse(AbstractModel):
|
|
2228
2227
|
@property
|
2229
2228
|
def CaptchaMsg(self):
|
2230
2229
|
"""状态描述及验证错误信息
|
2231
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2232
2230
|
:rtype: str
|
2233
2231
|
"""
|
2234
2232
|
return self._CaptchaMsg
|
@@ -2460,11 +2458,9 @@ class DescribeCaptchaMiniRiskResultResponse(AbstractModel):
|
|
2460
2458
|
100 param err 参数校验错误
|
2461
2459
|
:type CaptchaCode: int
|
2462
2460
|
:param _CaptchaMsg: 状态描述及验证错误信息
|
2463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2464
2461
|
注意:此字段可能返回 null,表示取不到有效值。
|
2465
2462
|
:type CaptchaMsg: str
|
2466
2463
|
:param _ManageMarketingRiskValue: 拦截策略返回信息
|
2467
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2468
2464
|
注意:此字段可能返回 null,表示取不到有效值。
|
2469
2465
|
:type ManageMarketingRiskValue: :class:`tencentcloud.captcha.v20190722.models.OutputManageMarketingRiskValue`
|
2470
2466
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -2498,7 +2494,6 @@ class DescribeCaptchaMiniRiskResultResponse(AbstractModel):
|
|
2498
2494
|
@property
|
2499
2495
|
def CaptchaMsg(self):
|
2500
2496
|
"""状态描述及验证错误信息
|
2501
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2502
2497
|
注意:此字段可能返回 null,表示取不到有效值。
|
2503
2498
|
:rtype: str
|
2504
2499
|
"""
|
@@ -2511,7 +2506,6 @@ class DescribeCaptchaMiniRiskResultResponse(AbstractModel):
|
|
2511
2506
|
@property
|
2512
2507
|
def ManageMarketingRiskValue(self):
|
2513
2508
|
"""拦截策略返回信息
|
2514
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2515
2509
|
注意:此字段可能返回 null,表示取不到有效值。
|
2516
2510
|
:rtype: :class:`tencentcloud.captcha.v20190722.models.OutputManageMarketingRiskValue`
|
2517
2511
|
"""
|
@@ -4321,27 +4315,21 @@ AccountType 是 4 时,对应手机号。
|
|
4321
4315
|
AccountType 是 8 时,对应 imei、idfa、imeiMD5 或者 idfaMD5。
|
4322
4316
|
AccountType 是 0 时,对应账号信息。
|
4323
4317
|
AccountType 是 10004 时,对应手机号的 MD5。
|
4324
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4325
4318
|
注意:此字段可能返回 null,表示取不到有效值。
|
4326
4319
|
:type UserId: str
|
4327
4320
|
:param _PostTime: 操作时间戳,单位秒(对应输入参数)。
|
4328
|
-
|
4329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4321
|
+
|
4330
4322
|
:type PostTime: int
|
4331
4323
|
:param _AssociateAccount: 对应输入参数,AccountType 是 QQ 或微信开放账号时,用于标识 QQ 或微信用户登录 后关联业务自身的账号 ID。
|
4332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4333
4324
|
注意:此字段可能返回 null,表示取不到有效值。
|
4334
4325
|
:type AssociateAccount: str
|
4335
|
-
:param _UserIp:
|
4336
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4326
|
+
:param _UserIp: 业务详情
|
4337
4327
|
:type UserIp: str
|
4338
4328
|
:param _RiskLevel: 风险值 pass : 无恶意
|
4339
4329
|
review:需要人工审核
|
4340
4330
|
reject:拒绝,高风险恶意
|
4341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4342
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4343
4331
|
:type RiskLevel: str
|
4344
|
-
:param _RiskType: 风险类型,请查看下面详细说明
|
4332
|
+
:param _RiskType: 风险类型,请查看下面详细说明
|
4345
4333
|
账号风险
|
4346
4334
|
账号信用低 1 账号近期存在因恶意被处罚历史,网络低活跃,被举报等因素
|
4347
4335
|
疑似 低活跃账号 11 账号活跃度与正常用户有差异
|
@@ -4380,7 +4368,6 @@ AccountType 是 4 时,对应手机号。
|
|
4380
4368
|
AccountType 是 8 时,对应 imei、idfa、imeiMD5 或者 idfaMD5。
|
4381
4369
|
AccountType 是 0 时,对应账号信息。
|
4382
4370
|
AccountType 是 10004 时,对应手机号的 MD5。
|
4383
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4384
4371
|
注意:此字段可能返回 null,表示取不到有效值。
|
4385
4372
|
:rtype: str
|
4386
4373
|
"""
|
@@ -4393,8 +4380,7 @@ AccountType 是 10004 时,对应手机号的 MD5。
|
|
4393
4380
|
@property
|
4394
4381
|
def PostTime(self):
|
4395
4382
|
"""操作时间戳,单位秒(对应输入参数)。
|
4396
|
-
|
4397
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4383
|
+
|
4398
4384
|
:rtype: int
|
4399
4385
|
"""
|
4400
4386
|
return self._PostTime
|
@@ -4406,7 +4392,6 @@ AccountType 是 10004 时,对应手机号的 MD5。
|
|
4406
4392
|
@property
|
4407
4393
|
def AssociateAccount(self):
|
4408
4394
|
"""对应输入参数,AccountType 是 QQ 或微信开放账号时,用于标识 QQ 或微信用户登录 后关联业务自身的账号 ID。
|
4409
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4410
4395
|
注意:此字段可能返回 null,表示取不到有效值。
|
4411
4396
|
:rtype: str
|
4412
4397
|
"""
|
@@ -4418,8 +4403,7 @@ AccountType 是 10004 时,对应手机号的 MD5。
|
|
4418
4403
|
|
4419
4404
|
@property
|
4420
4405
|
def UserIp(self):
|
4421
|
-
"""
|
4422
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4406
|
+
"""业务详情
|
4423
4407
|
:rtype: str
|
4424
4408
|
"""
|
4425
4409
|
return self._UserIp
|
@@ -4433,8 +4417,6 @@ AccountType 是 10004 时,对应手机号的 MD5。
|
|
4433
4417
|
"""风险值 pass : 无恶意
|
4434
4418
|
review:需要人工审核
|
4435
4419
|
reject:拒绝,高风险恶意
|
4436
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4437
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4438
4420
|
:rtype: str
|
4439
4421
|
"""
|
4440
4422
|
return self._RiskLevel
|
@@ -4445,7 +4427,7 @@ reject:拒绝,高风险恶意
|
|
4445
4427
|
|
4446
4428
|
@property
|
4447
4429
|
def RiskType(self):
|
4448
|
-
"""风险类型,请查看下面详细说明
|
4430
|
+
"""风险类型,请查看下面详细说明
|
4449
4431
|
账号风险
|
4450
4432
|
账号信用低 1 账号近期存在因恶意被处罚历史,网络低活跃,被举报等因素
|
4451
4433
|
疑似 低活跃账号 11 账号活跃度与正常用户有差异
|