tencentcloud-sdk-teo 3.0.383 → 3.0.386
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/v20220106/client.rb +7 -7
- data/lib/v20220106/models.rb +515 -302
- 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: ecf02e3cd4aeb672d7d87bc434b6335458cd491b
|
4
|
+
data.tar.gz: 084e43659421a5d59f17afccd7a521f2875ed357
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c64c1613285378d3f4d48a4b502f5e850b7f7656d99fe2c6fbcd75ae7513c7034e82ca45b69291f6cb3cb50eb4a9977f6ef737291f16769b1b22f9b483a9a01a
|
7
|
+
data.tar.gz: e33d327cfd88e8c30a8956128133108f7ab78a8cab5395b78e1544875a4fc03b528e5c8ba6812326daf1915267e633a9fa2c9549a19d9fad6c27a09b0032619d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.386
|
data/lib/v20220106/client.rb
CHANGED
@@ -581,7 +581,7 @@ module TencentCloud
|
|
581
581
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
582
582
|
end
|
583
583
|
|
584
|
-
# 查询DDos
|
584
|
+
# 查询DDos攻击时序数据
|
585
585
|
|
586
586
|
# @param request: Request instance for DescribeDDosAttackData.
|
587
587
|
# @type request: :class:`Tencentcloud::teo::V20220106::DescribeDDosAttackDataRequest`
|
@@ -653,7 +653,7 @@ module TencentCloud
|
|
653
653
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
654
654
|
end
|
655
655
|
|
656
|
-
# 查询DDos
|
656
|
+
# 查询DDos攻击源信息
|
657
657
|
|
658
658
|
# @param request: Request instance for DescribeDDosAttackSourceEvent.
|
659
659
|
# @type request: :class:`Tencentcloud::teo::V20220106::DescribeDDosAttackSourceEventRequest`
|
@@ -1349,7 +1349,7 @@ module TencentCloud
|
|
1349
1349
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1350
1350
|
end
|
1351
1351
|
|
1352
|
-
# 查询
|
1352
|
+
# 查询waf攻击时序数据
|
1353
1353
|
|
1354
1354
|
# @param request: Request instance for DescribeWebManagedRulesData.
|
1355
1355
|
# @type request: :class:`Tencentcloud::teo::V20220106::DescribeWebManagedRulesDataRequest`
|
@@ -1373,7 +1373,7 @@ module TencentCloud
|
|
1373
1373
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1374
1374
|
end
|
1375
1375
|
|
1376
|
-
# 查询
|
1376
|
+
# 查询waf攻击日志
|
1377
1377
|
|
1378
1378
|
# @param request: Request instance for DescribeWebManagedRulesLog.
|
1379
1379
|
# @type request: :class:`Tencentcloud::teo::V20220106::DescribeWebManagedRulesLogRequest`
|
@@ -1397,7 +1397,7 @@ module TencentCloud
|
|
1397
1397
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1398
1398
|
end
|
1399
1399
|
|
1400
|
-
# 查询
|
1400
|
+
# 查询waf攻击top数据
|
1401
1401
|
|
1402
1402
|
# @param request: Request instance for DescribeWebManagedRulesTopData.
|
1403
1403
|
# @type request: :class:`Tencentcloud::teo::V20220106::DescribeWebManagedRulesTopDataRequest`
|
@@ -1445,7 +1445,7 @@ module TencentCloud
|
|
1445
1445
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1446
1446
|
end
|
1447
1447
|
|
1448
|
-
# 查询
|
1448
|
+
# 查询CC防护时序数据
|
1449
1449
|
|
1450
1450
|
# @param request: Request instance for DescribeWebProtectionData.
|
1451
1451
|
# @type request: :class:`Tencentcloud::teo::V20220106::DescribeWebProtectionDataRequest`
|
@@ -1469,7 +1469,7 @@ module TencentCloud
|
|
1469
1469
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1470
1470
|
end
|
1471
1471
|
|
1472
|
-
# 查询
|
1472
|
+
# 查询CC防护日志
|
1473
1473
|
|
1474
1474
|
# @param request: Request instance for DescribeWebProtectionLog.
|
1475
1475
|
# @type request: :class:`Tencentcloud::teo::V20220106::DescribeWebProtectionLogRequest`
|