tencentcloud-sdk-waf 3.0.550 → 3.0.551

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: 05bba098d071ab5024a4ff17d1b0b6e88f1dd06e
4
- data.tar.gz: 842fef4217802606e3b023b6b352fbea5b034d3c
3
+ metadata.gz: 568e17302e4ff97d475bdfa8961b020a0a1e6a08
4
+ data.tar.gz: 231c22c6a204152209943641763d4c8ffacf3f91
5
5
  SHA512:
6
- metadata.gz: d87e2737e5ce3b78762c054e69616405e12045901c206707690d48c3f446e9255dee7ea5440bc5fefd89cde7a288a99a64255b39bdfb818e32772397a3c3f3d3
7
- data.tar.gz: 1a5262299d998281b03b8d87b495d98c65f9d216899f94d1215ff188b6efe41b43fc56ffbfa20169faca041df0021188f019c061c4b8eefe55edf88d3375d5c0
6
+ metadata.gz: 2e03096506d702172d738e606f307e498625bf949316b8803707702776f176a21c2873286665837bf47e6458d14efea26d3bc5dddb8f1475bff969eb9849b8a5
7
+ data.tar.gz: 3d0f971426b8a566f96c2f264859de73a51ce1c34cdc43b3f982ef3add4f515f3832d9ff0d2b9ffa15bcc68f3e41b2ffd03dda69ba38426be71baff69ca2ca7c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.550
1
+ 3.0.551
@@ -4111,11 +4111,11 @@ module TencentCloud
4111
4111
  class UpsertIpAccessControlRequest < TencentCloud::Common::AbstractModel
4112
4112
  # @param Domain: 域名
4113
4113
  # @type Domain: String
4114
- # @param Items: ip 参数列表,json数组由ip,source,note,action,valid_ts组成。ip对应配置的ip地址,source固定为custom值,note为注释,action值42为黑名单,40为白名单,valid_ts为有效日期,值为秒级时间戳
4114
+ # @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))
4115
4115
  # @type Items: Array
4116
4116
  # @param Edition: WAF实例类型,sparta-waf表示SAAS型WAF,clb-waf表示负载均衡型WAF
4117
4117
  # @type Edition: String
4118
- # @param SourceType: 是否为多域名黑白名单
4118
+ # @param SourceType: 是否为多域名黑白名单,当为多域名的黑白名单时,取值为batch,佛祖饿为空
4119
4119
  # @type SourceType: String
4120
4120
 
4121
4121
  attr_accessor :Domain, :Items, :Edition, :SourceType
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.550
4
+ version: 3.0.551
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-04-13 00:00:00.000000000 Z
11
+ date: 2023-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common