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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c9d62bb325e1256bbc357d4ed534ca5a689b1bf
4
- data.tar.gz: 70aa7502fa1465abed25e3fea9614437f9bb0428
3
+ metadata.gz: e2a3e72f5778637982c314996cf45ecceac4dda5
4
+ data.tar.gz: 4f5beb63bea7b56a41312bf09b35186566f04c45
5
5
  SHA512:
6
- metadata.gz: c502dcfc1aeffa748b5c0abe14f1ba32e6c2d57fe93eadf1e49fda91d84fd87e482101638f7e452a787d599dbf20246617d61b422bfd7d0b54498d3c420b7797
7
- data.tar.gz: 9022caf4ac4827482c119d1d20138e21e9185b6177d30508f2fd37022e22744869ca33af04317fbb1ec437bac9cd0b707720a45d8b1e48b1739784fc0aad104c
6
+ metadata.gz: be88bde146ac1f82f1d7dc1f7f44c1c70c01730544303bbb14d2cd0ffa2b22dcd74e8f98a7f897a450919087246854bd5086d75ddc4a9d78340e8f1d47d908e1
7
+ data.tar.gz: fdbf37f130e5393d05aeb609a5964fbd980f82d49200d9300431c717772078b0a8232e6b1e793ccb100326f033cf6788b39b3208e4f39eddb895d8e195f0a170
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.619
1
+ 3.0.620
@@ -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.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-24 00:00:00.000000000 Z
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