tencentcloud-sdk-waf 3.0.619 → 3.0.620
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/v20180125/client.rb +2 -0
- data/lib/v20180125/models.rb +4 -5
- 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: e2a3e72f5778637982c314996cf45ecceac4dda5
|
|
4
|
+
data.tar.gz: 4f5beb63bea7b56a41312bf09b35186566f04c45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be88bde146ac1f82f1d7dc1f7f44c1c70c01730544303bbb14d2cd0ffa2b22dcd74e8f98a7f897a450919087246854bd5086d75ddc4a9d78340e8f1d47d908e1
|
|
7
|
+
data.tar.gz: fdbf37f130e5393d05aeb609a5964fbd980f82d49200d9300431c717772078b0a8232e6b1e793ccb100326f033cf6788b39b3208e4f39eddb895d8e195f0a170
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.620
|
data/lib/v20180125/client.rb
CHANGED
data/lib/v20180125/models.rb
CHANGED
|
@@ -4578,8 +4578,7 @@ module TencentCloud
|
|
|
4578
4578
|
# @type Query: String
|
|
4579
4579
|
# @param Limit: 单次查询返回的日志条数,最大值为100
|
|
4580
4580
|
# @type Limit: Integer
|
|
4581
|
-
# @param Context:
|
|
4582
|
-
# 新版本此字段填空填
|
|
4581
|
+
# @param Context: 新版本此字段失效,填空字符串,翻页使用Page
|
|
4583
4582
|
# @type Context: String
|
|
4584
4583
|
# @param Sort: 日志接口是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc
|
|
4585
4584
|
# @type Sort: String
|
|
@@ -4613,7 +4612,7 @@ module TencentCloud
|
|
|
4613
4612
|
|
|
4614
4613
|
# SearchAccessLog返回参数结构体
|
|
4615
4614
|
class SearchAccessLogResponse < TencentCloud::Common::AbstractModel
|
|
4616
|
-
# @param Context:
|
|
4615
|
+
# @param Context: 新接口此字段失效,默认返回空字符串
|
|
4617
4616
|
# @type Context: String
|
|
4618
4617
|
# @param ListOver: 日志查询结果是否全部返回,其中,“true”表示结果返回,“false”表示结果为返回
|
|
4619
4618
|
# @type ListOver: Boolean
|
|
@@ -4679,7 +4678,7 @@ module TencentCloud
|
|
|
4679
4678
|
# @type StartTime: String
|
|
4680
4679
|
# @param EndTime: 查询结束时间
|
|
4681
4680
|
# @type EndTime: String
|
|
4682
|
-
# @param Context:
|
|
4681
|
+
# @param Context: 接口升级,这个字段传空字符串,翻页使用Page字段
|
|
4683
4682
|
# @type Context: String
|
|
4684
4683
|
# @param QueryString: Lucene语法
|
|
4685
4684
|
# @type QueryString: String
|
|
@@ -4719,7 +4718,7 @@ module TencentCloud
|
|
|
4719
4718
|
class SearchAttackLogResponse < TencentCloud::Common::AbstractModel
|
|
4720
4719
|
# @param Count: 当前返回的攻击日志条数
|
|
4721
4720
|
# @type Count: Integer
|
|
4722
|
-
# @param Context:
|
|
4721
|
+
# @param Context: 接口升级,此字段无效,默认返回空字符串
|
|
4723
4722
|
# @type Context: String
|
|
4724
4723
|
# @param Data: 攻击日志数组条目内容
|
|
4725
4724
|
# @type Data: Array
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-waf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.620
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|