tencentcloud-sdk-teo 3.0.517 → 3.0.518

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: eb8a8443c0f5a26cb30a2052b928d2f07f8dc1db
4
- data.tar.gz: 68167b1678fae12c5f0db2fcfc9f455c28eadb39
3
+ metadata.gz: 34f5b70f2c06dc80b8084fc2d3bc7a53a946ef00
4
+ data.tar.gz: ac9fb86db73342770f2fe8770fb2f39ab033e713
5
5
  SHA512:
6
- metadata.gz: 03c764c10c220c8e1f98d509086c7d0d364d86351049aa65de9610fe4975fa70935c9f93b4aacdbc63721ff18dadb30b0238d636d3f2c365db69ed47948bea90
7
- data.tar.gz: 21b24ea64b7ca904e488fc0537f022b09dbdb55222bcb6c20f17c531e4c155c2d0bbaddaaae0b5eb5d66a268eba3547dfe2c163cf8a2fd02102d21542688cd8d
6
+ metadata.gz: 338d6b96d42a0a80caff530f897e2aedf65fe29fd2685a5c7cd7ea4be8e6e27498d75503c81cb89cbcfef2e1a016f78c72b7b4274888c79b6a62130cfcdfbe5b
7
+ data.tar.gz: 6012a55b33fd2793512ccb8fd3d0f7d25b39d73598adabb99de7e875acdab7a66764336d32e7fddbc2e48c85886da51056a3c7a06a94013cc6e8439d47c71e16
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.517
1
+ 3.0.518
@@ -3486,6 +3486,7 @@ module TencentCloud
3486
3486
  # <li>day:1天。</li>不填将根据开始时间跟结束时间的间距自动推算粒度,具体为:1小时范围内以min粒度查询,2天范围内以5min粒度查询,7天范围内以hour粒度查询,超过7天以day粒度查询。
3487
3487
  # @type Interval: String
3488
3488
  # @param Filters: 过滤条件,详细的过滤条件Key值如下:
3489
+ # <li>socket<br>   按照【<strong>HTTP协议类型</strong>】进行过滤。<br>   对应的Value可选项如下:<br>   HTTP:HTTP 协议;<br>   HTTPS:HTTPS协议;<br>   QUIC:QUIC协议。</li>
3489
3490
  # <li>tagKey<br>   按照【<strong>标签Key</strong>】进行过滤。</li>
3490
3491
  # <li>tagValue<br>   按照【<strong>标签Value</strong>】进行过滤。</li>
3491
3492
  # @type Filters: Array
@@ -3819,7 +3820,8 @@ module TencentCloud
3819
3820
  # @param Filters: 过滤条件,详细的过滤条件Key值如下:
3820
3821
  # <li>country<br>   按照【<strong>国家/地区</strong>】进行过滤,国家/地区遵循<a href="https://zh.wikipedia.org/wiki/ISO_3166-1">ISO 3166</a>规范。</li>
3821
3822
  # <li>domain<br>   按照【<strong>子域名</strong>】进行过滤,子域名形如: test.example.com。</li>
3822
- # <li>protocol<br>   按照【<strong>HTTP协议</strong>】进行过滤。<br>   对应的Value可选项如下:<br>   HTTP/1.0:HTTP 1.0;<br>   HTTP/1.1:HTTP 1.1;<br>   HTTP/2.0:HTTP 2.0;<br>   HTTP/3.0:HTTP 3.0;<br>   WebSocket:WebSocket。</li>
3823
+ # <li>protocol<br>   按照【<strong>HTTP协议版本</strong>】进行过滤。<br>   对应的Value可选项如下:<br>   HTTP/1.0:HTTP 1.0;<br>   HTTP/1.1:HTTP 1.1;<br>   HTTP/2.0:HTTP 2.0;<br>   HTTP/3.0:HTTP 3.0;<br>   WebSocket:WebSocket。</li>
3824
+ # <li>socket<br>   按照【<strong>HTTP协议类型</strong>】进行过滤。<br>   对应的Value可选项如下:<br>   HTTP:HTTP 协议;<br>   HTTPS:HTTPS协议;<br>   QUIC:QUIC协议。</li>
3823
3825
  # <li>tagKey<br>   按照【<strong>标签Key</strong>】进行过滤。</li>
3824
3826
  # <li>tagValue<br>   按照【<strong>标签Value</strong>】进行过滤。</li>
3825
3827
  # @type Filters: Array
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.517
4
+ version: 3.0.518
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-02-27 00:00:00.000000000 Z
11
+ date: 2023-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common