tencentcloud-sdk-waf 3.0.619 → 3.0.621

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c9d62bb325e1256bbc357d4ed534ca5a689b1bf
4
- data.tar.gz: 70aa7502fa1465abed25e3fea9614437f9bb0428
3
+ metadata.gz: 0bea7772d64fa5f4958dea913f5e19fb8696eaef
4
+ data.tar.gz: 899948115c6fb5dbdf528c92b18977632007be70
5
5
  SHA512:
6
- metadata.gz: c502dcfc1aeffa748b5c0abe14f1ba32e6c2d57fe93eadf1e49fda91d84fd87e482101638f7e452a787d599dbf20246617d61b422bfd7d0b54498d3c420b7797
7
- data.tar.gz: 9022caf4ac4827482c119d1d20138e21e9185b6177d30508f2fd37022e22744869ca33af04317fbb1ec437bac9cd0b707720a45d8b1e48b1739784fc0aad104c
6
+ metadata.gz: 14664e9a20ef8c7dc1d91889c4e3c91f147be08672a10b68aefa44b8284411772d4e21faf10a0f167db8a08e42e49624a195f51ad59b710bbde9a88d60bf573e
7
+ data.tar.gz: 7d71b2a6b9b402a61c874d67f34e8e6c7b609cb98ad5c162015b5f47f867f0b04d960b7d65e2124071a47faf9b972cbfa96aa3ea86b8dae769fe1bbe7eba5f4a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.619
1
+ 3.0.621
@@ -437,6 +437,8 @@ module TencentCloud
437
437
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
438
438
  end
439
439
 
440
+ # 接口已废弃
441
+
440
442
  # 描述WAF自动封禁IP详情,对齐自动封堵状态
441
443
 
442
444
  # @param request: Request instance for DescribeAutoDenyIP.
@@ -4578,8 +4578,7 @@ module TencentCloud
4578
4578
  # @type Query: String
4579
4579
  # @param Limit: 单次查询返回的日志条数,最大值为100
4580
4580
  # @type Limit: Integer
4581
- # @param Context: 加载更多日志时使用,透传上次返回的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: 加载后续内容的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: 查询的游标。第一次请求使用空字符串即可,后续请求使用上一次请求返回的最后一条记录的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.619
4
+ version: 3.0.621
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-24 00:00:00.000000000 Z
11
+ date: 2023-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common