tencentcloud-sdk-waf 3.0.714 → 3.0.715

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: b5b9f83219a5342d15237bfe4f8e096666dc8195
4
- data.tar.gz: 4f715201c9b23853b1eb55f433cabf2ad1273b06
3
+ metadata.gz: 9356a6ba96dbefebb365d8ef049ce5dc65a96620
4
+ data.tar.gz: a237b6422700cd3d0a1f027ef3680f21721b953a
5
5
  SHA512:
6
- metadata.gz: fb4f0fb580a24081d757df58d7a83027a5027e984ae3e11e2f62469dfe28c99dabde903da2f037f146fe6600a43e7660977c3070810c8818a8d1d424cc37cad7
7
- data.tar.gz: cdbf81252460a293ffa35efc8f9e4a935febabd36e8aafd269575278ef1265468d0cd9d45e6149b03065b43a532fc3e2ea406a14ad60f1fc6ea26aef5a7e11cb
6
+ metadata.gz: f803b63bc998a8edb166ffec36b4fe0ba6bf5318e669765f0b9dba234bf963f4faf02f190ebd750027d13de450b8c5228aed4f94fbe07b42752c78d3bd779652
7
+ data.tar.gz: 62ce571f00868de1b4be351f2a3a3637c71cb982b67df3cb79f5391682777215d35d09792cf8e312ea4dee9604fffa5f1bc0ecb7382f29894df26e6d717fc33b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.714
1
+ 3.0.715
@@ -11218,7 +11218,8 @@ module TencentCloud
11218
11218
 
11219
11219
  # UpsertIpAccessControl请求参数结构体
11220
11220
  class UpsertIpAccessControlRequest < TencentCloud::Common::AbstractModel
11221
- # @param Domain: 域名
11221
+ # @param Domain: 具体域名如:test.qcloudwaf.com
11222
+ # 全局域名为:global
11222
11223
  # @type Domain: String
11223
11224
  # @param Items: ip 参数列表,json数组由ip,source,note,action,valid_ts组成。ip对应配置的ip地址,source固定为custom值,note为注释,action值42为黑名单,40为白名单,valid_ts为有效日期,值为秒级时间戳((如1680570420代表2023-04-04 09:07:00))
11224
11225
  # @type Items: 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.714
4
+ version: 3.0.715
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-11-27 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common