tencentcloud-sdk-rce 3.0.1005 → 3.0.1007
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201103/models.rb +0 -43
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21c5f919fac90c37cb4a5c270b7a4a8709186321
|
4
|
+
data.tar.gz: f776b27aef475a9bf5f95161907f4f790473df5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d29e7085fa40e54e353dd801eabf78da3597570cb168611c02333d6e2f7e4c922bb2b81255f51a0d89aa7a0e394680e60201dd38b69dbe3c33f1703b41f0a45
|
7
|
+
data.tar.gz: a1ba460187f54e527df6ecd86a4b6a94732a6bc2c995d64a41a2d60467e462ecc7ef642237600efd1d415ae0ea2ff8ac5f553e4ffe6515771c07ccf911605ddb
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1007
|
data/lib/v20201103/models.rb
CHANGED
@@ -1292,13 +1292,10 @@ module TencentCloud
|
|
1292
1292
|
# 查询黑白名单数据出参
|
1293
1293
|
class OutputDescribeDataListFrontData < TencentCloud::Common::AbstractModel
|
1294
1294
|
# @param Code: 错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
|
1295
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1296
1295
|
# @type Code: Integer
|
1297
1296
|
# @param Message: 错误信息
|
1298
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1299
1297
|
# @type Message: String
|
1300
1298
|
# @param Value: 黑白名单数据信息
|
1301
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1302
1299
|
# @type Value: :class:`Tencentcloud::Rce.v20201103.models.OuntputDescribeDataListInfo`
|
1303
1300
|
|
1304
1301
|
attr_accessor :Code, :Message, :Value
|
@@ -1322,34 +1319,24 @@ module TencentCloud
|
|
1322
1319
|
# 黑白名单详情出参
|
1323
1320
|
class OutputDescribeNameListDetail < TencentCloud::Common::AbstractModel
|
1324
1321
|
# @param NameListId: 名单ID
|
1325
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1326
1322
|
# @type NameListId: Integer
|
1327
1323
|
# @param ListName: 名单名称
|
1328
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1329
1324
|
# @type ListName: String
|
1330
1325
|
# @param ListType: 名单类型 [1 黑名单 2 白名单]
|
1331
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1332
1326
|
# @type ListType: Integer
|
1333
1327
|
# @param DataType: 数据类型[1 手机号 2 qqOpenId 3 2echatOpenId 4 ip 6 idfa 7 imei]
|
1334
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1335
1328
|
# @type DataType: Integer
|
1336
1329
|
# @param SceneCode: 场景Code
|
1337
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1338
1330
|
# @type SceneCode: String
|
1339
1331
|
# @param Status: 名单列表状态 [1 启用 2 停用]
|
1340
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1341
1332
|
# @type Status: Integer
|
1342
1333
|
# @param Remark: 描述
|
1343
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1344
1334
|
# @type Remark: String
|
1345
1335
|
# @param CreateTime: 创建时间
|
1346
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1347
1336
|
# @type CreateTime: String
|
1348
1337
|
# @param UpdateTime: 更新时间
|
1349
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1350
1338
|
# @type UpdateTime: String
|
1351
1339
|
# @param EncryptionType: 加密类型 [0 无需加密,1 MD5加密,2 SHA256加密]
|
1352
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1353
1340
|
# @type EncryptionType: Integer
|
1354
1341
|
|
1355
1342
|
attr_accessor :NameListId, :ListName, :ListType, :DataType, :SceneCode, :Status, :Remark, :CreateTime, :UpdateTime, :EncryptionType
|
@@ -1384,10 +1371,8 @@ module TencentCloud
|
|
1384
1371
|
# 查询列表详情出参
|
1385
1372
|
class OutputDescribeNameListDetailFront < TencentCloud::Common::AbstractModel
|
1386
1373
|
# @param Code: 错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
|
1387
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1388
1374
|
# @type Code: Integer
|
1389
1375
|
# @param Message: 错误信息
|
1390
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1391
1376
|
# @type Message: String
|
1392
1377
|
# @param Value: 列表详情信息
|
1393
1378
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1416,17 +1401,14 @@ module TencentCloud
|
|
1416
1401
|
# @param NameListId: 名单ID
|
1417
1402
|
# @type NameListId: Integer
|
1418
1403
|
# @param ListName: 名单名称
|
1419
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1420
1404
|
# @type ListName: String
|
1421
1405
|
# @param ListType: 名单类型 [1 黑名单 2 白名单]
|
1422
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1423
1406
|
# @type ListType: Integer
|
1424
1407
|
# @param DataType: 数据类型[1 手机号 2 qqOpenId 3 2echatOpenId 4 ip 6 idfa 7 imei]
|
1425
1408
|
# @type DataType: Integer
|
1426
1409
|
# @param Status: 记录状态 [1 启用 2 停用]
|
1427
1410
|
# @type Status: Integer
|
1428
1411
|
# @param Remark: 描述
|
1429
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1430
1412
|
# @type Remark: String
|
1431
1413
|
# @param CreateTime: 创建时间
|
1432
1414
|
# @type CreateTime: String
|
@@ -1435,10 +1417,8 @@ module TencentCloud
|
|
1435
1417
|
# @param EffectCount: 有效数据/数据总数
|
1436
1418
|
# @type EffectCount: String
|
1437
1419
|
# @param EncryptionType: 加密类型[0 无需加密 1 MD5加密 2 SHA256加密]
|
1438
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1439
1420
|
# @type EncryptionType: Integer
|
1440
1421
|
# @param SceneCode: 场景Code,all_scene代表全部场景
|
1441
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1442
1422
|
# @type SceneCode: String
|
1443
1423
|
|
1444
1424
|
attr_accessor :NameListId, :ListName, :ListType, :DataType, :Status, :Remark, :CreateTime, :UpdateTime, :EffectCount, :EncryptionType, :SceneCode
|
@@ -1475,14 +1455,10 @@ module TencentCloud
|
|
1475
1455
|
# 查询黑白名单出参
|
1476
1456
|
class OutputDescribeNameListFrontFixListData < TencentCloud::Common::AbstractModel
|
1477
1457
|
# @param Code: 错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
|
1478
|
-
|
1479
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1480
1458
|
# @type Code: Integer
|
1481
1459
|
# @param Message: 错误信息
|
1482
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1483
1460
|
# @type Message: String
|
1484
1461
|
# @param Value: 黑白名单列表信息
|
1485
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1486
1462
|
# @type Value: :class:`Tencentcloud::Rce.v20201103.models.OutputDescribeNameListInfo`
|
1487
1463
|
|
1488
1464
|
attr_accessor :Code, :Message, :Value
|
@@ -1506,7 +1482,6 @@ module TencentCloud
|
|
1506
1482
|
# 黑白名单信息
|
1507
1483
|
class OutputDescribeNameListInfo < TencentCloud::Common::AbstractModel
|
1508
1484
|
# @param Count: 总数
|
1509
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1510
1485
|
# @type Count: Integer
|
1511
1486
|
# @param List: 列表
|
1512
1487
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1535,25 +1510,18 @@ module TencentCloud
|
|
1535
1510
|
# 预付费 后付费 总数显示接口出参
|
1536
1511
|
class OutputDescribeUserUsageCnt < TencentCloud::Common::AbstractModel
|
1537
1512
|
# @param PayMode: 当前付费模式,0 后付费 1 预付费
|
1538
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1539
1513
|
# @type PayMode: Integer
|
1540
1514
|
# @param AfterPayModeThisMonthUsedCnt: 后付费本月使用量
|
1541
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1542
1515
|
# @type AfterPayModeThisMonthUsedCnt: Integer
|
1543
1516
|
# @param CreateTime: 创建时间
|
1544
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1545
1517
|
# @type CreateTime: String
|
1546
1518
|
# @param ExpireTime: 超出时间
|
1547
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1548
1519
|
# @type ExpireTime: String
|
1549
1520
|
# @param AfterPayModeLastMonthUsedCnt: 后付费上月使用量
|
1550
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1551
1521
|
# @type AfterPayModeLastMonthUsedCnt: Integer
|
1552
1522
|
# @param BeforePayModeTotalUsedCnt: 预付费总量
|
1553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1554
1523
|
# @type BeforePayModeTotalUsedCnt: Integer
|
1555
1524
|
# @param BeforePayModeRemainUsedCnt: 预付费剩余用量
|
1556
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1557
1525
|
# @type BeforePayModeRemainUsedCnt: Integer
|
1558
1526
|
|
1559
1527
|
attr_accessor :PayMode, :AfterPayModeThisMonthUsedCnt, :CreateTime, :ExpireTime, :AfterPayModeLastMonthUsedCnt, :BeforePayModeTotalUsedCnt, :BeforePayModeRemainUsedCnt
|
@@ -1640,16 +1608,13 @@ module TencentCloud
|
|
1640
1608
|
# 1002:参数错误
|
1641
1609
|
# 4300:未开通服务
|
1642
1610
|
# 4301:后端未创建对应产品
|
1643
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1644
1611
|
# @type Code: Integer
|
1645
1612
|
# @param Message: UTF-8编码,出错消息。
|
1646
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1647
1613
|
# @type Message: String
|
1648
1614
|
# @param Value: 业务详情。
|
1649
1615
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1650
1616
|
# @type Value: :class:`Tencentcloud::Rce.v20201103.models.OutputManageMarketingRiskValue`
|
1651
1617
|
# @param UUid: 控制台显示的req_id。
|
1652
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1653
1618
|
# @type UUid: String
|
1654
1619
|
|
1655
1620
|
attr_accessor :Code, :Message, :Value, :UUid
|
@@ -1679,22 +1644,17 @@ module TencentCloud
|
|
1679
1644
|
# 当AccountType为2时,对应微信的OpenId/UnionId;
|
1680
1645
|
# 当AccountType为10004时,对应手机号的MD5值;
|
1681
1646
|
# 当AccountType为10005时,对应手机号的SHA256值。
|
1682
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1683
1647
|
# @type UserId: String
|
1684
1648
|
# @param PostTime: 操作时间戳,单位秒(对应输入参数)。
|
1685
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1686
1649
|
# @type PostTime: Integer
|
1687
1650
|
# @param AssociateAccount: 业务参数。
|
1688
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1689
1651
|
# @type AssociateAccount: String
|
1690
1652
|
# @param UserIp: 操作来源的外网IP(对应输入参数)。
|
1691
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1692
1653
|
# @type UserIp: String
|
1693
1654
|
# @param RiskLevel: 风险等级
|
1694
1655
|
# pass:无恶意
|
1695
1656
|
# review:低风险,需要人工审核
|
1696
1657
|
# reject:高风险,建议拦截
|
1697
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1698
1658
|
# @type RiskLevel: String
|
1699
1659
|
# @param RiskType: 风险类型,可能同时命中多个风险类型
|
1700
1660
|
# 1: 账号信用低,账号近期存在因恶意被处罚历史,网络低活跃,被举报等因素。
|
@@ -1715,13 +1675,10 @@ module TencentCloud
|
|
1715
1675
|
# 2011: 疑似非常用IP,请求当前请求 IP 非该账号常用 IP。
|
1716
1676
|
# 2012: 疑似 IP 异常,使用 IDC 机房 IP 或使用代理 IP 或使用恶意 IP 等。
|
1717
1677
|
# 205: 非公网有效 IP,传进来的 IP 地址为内网 IP 地址或者 IP 保留地址。
|
1718
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1719
1678
|
# @type RiskType: Array
|
1720
1679
|
# @param ConstId: 设备指纹ID,如果集成了设备指纹,并传入了正确的DeviceToken和Platform,该字段正常输出;如果DeviceToken异常(校验不通过),则会在RiskType中返回"-1"标签,ConstId字段为空;如果没有集成设备指纹ConstId字段默认为空。
|
1721
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1722
1680
|
# @type ConstId: String
|
1723
1681
|
# @param RiskInformation: 风险扩展数据。
|
1724
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1725
1682
|
# @type RiskInformation: String
|
1726
1683
|
|
1727
1684
|
attr_accessor :UserId, :PostTime, :AssociateAccount, :UserIp, :RiskLevel, :RiskType, :ConstId, :RiskInformation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-rce
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1007
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|