tencentcloud-sdk-teo 3.0.669 → 3.0.670

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: bea3e37a86d7a2fa165e8db0bb79839f3be935ed
4
- data.tar.gz: 98570f285b6780b346786e9ba846a41a115bd3c7
3
+ metadata.gz: da56df9e84af2a1643f293b7a21ca285f9c02afc
4
+ data.tar.gz: aa98861c6689e65acca59d1e2090fff0cecc0c6f
5
5
  SHA512:
6
- metadata.gz: b23f1ded0a5e74eb85592401997eb6c62ac83e831e0ebb04a102bf9e67053bfed1673aca558fc61a8be75892a95715e4775ee52f9d036e9467cd24b946b34c48
7
- data.tar.gz: f2c23ce1810c169c8bc591e8411d59477f1c844bd90e73d22ac65db9208ec08dd1283578cd6ae65d8d39744206b8d38504e304d51fa5a269b153247f57002eb3
6
+ metadata.gz: d73f250730f1a4a27cde8871504182fe2bbb38546d695ad86dfe4aaa2852c8f19b0dd597a06a7798d44fed041f53fdfea31970202d7b9182bdac56fd5a765c3b
7
+ data.tar.gz: 94c2768dbe3ae4de3fd02dde017dd5c41dc023c6d4b00c4c97005f1c53672eccc365b4d237157f5803cbb99aa2358e8efc2c83beb77e9a617bb59a9050a25f84
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.669
1
+ 3.0.670
@@ -8385,14 +8385,7 @@ module TencentCloud
8385
8385
  # <li> exist: 存在; </li>
8386
8386
  # <li> notexist: 不存在。</li>
8387
8387
  # @type Operator: String
8388
- # @param Target: 匹配类型,取值有:
8389
- # <li> filename:文件名; </li>
8390
- # <li> extension:文件后缀; </li>
8391
- # <li> host:HOST; </li>
8392
- # <li> full_url:URL Full,当前站点下完整 URL 路径,必须包含 HTTP 协议,Host 和 路径; </li>
8393
- # <li> url:URL Path,当前站点下 URL 路径的请求; </li><li>client_country:客户端国家/地区;</li>
8394
- # <li> query_string:查询字符串,当前站点下请求URL的查询字符串; </li>
8395
- # <li> request_header:HTTP请求头部。 </li>
8388
+ # @param Target: 匹配类型,取值有: <li> filename:文件名; </li> <li> extension:文件后缀; </li> <li> host:HOST; </li> <li> full_url:URL Full,当前站点下完整 URL 路径,必须包含 HTTP 协议,Host 和 路径; </li> <li> url:URL Path,当前站点下 URL 路径的请求; </li><li>client_country:客户端国家/地区;</li> <li> query_string:查询字符串,当前站点下请求URL的查询字符串; </li> <li> request_header:HTTP请求头部。 </li>
8396
8389
  # @type Target: String
8397
8390
  # @param Values: 对应匹配类型的参数值,仅在匹配类型为查询字符串或HTTP请求头并且运算符取值为存在或不存在时允许传空数组,对应匹配类型有:
8398
8391
  # <li> 文件后缀:jpg、txt等文件后缀;</li>
@@ -8416,6 +8409,9 @@ module TencentCloud
8416
8409
  # @type IgnoreNameCase: Boolean
8417
8410
 
8418
8411
  attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
8412
+ extend Gem::Deprecate
8413
+ deprecate :IgnoreNameCase, :none, 2023, 9
8414
+ deprecate :IgnoreNameCase=, :none, 2023, 9
8419
8415
 
8420
8416
  def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
8421
8417
  @Operator = operator
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-teo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.669
4
+ version: 3.0.670
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-09-27 00:00:00.000000000 Z
11
+ date: 2023-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common