tencentcloud-sdk-cdn 3.0.1154 → 3.0.1161

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: e9138b622c77aa7a2dfa57a4d2a44fd1aa33a906
4
- data.tar.gz: dae62d4e6e46283588e0db1e60e572f10c0c8d4f
3
+ metadata.gz: 6bd9383a4997642f8adb0561e263f2be312b9852
4
+ data.tar.gz: c4b942d5579a3e74ccb7a1b5a8e02564410db0cc
5
5
  SHA512:
6
- metadata.gz: b69f7505a14da57d8c6af73631ac2ef83bff27174e4f64cf85f4f1e9e80d0639db3fa4d87bbf1dbcfb30a2fa42d4f352e930f44d5e2a88fe0af56b5a7d3d4aa4
7
- data.tar.gz: a95d035e36508952be2c511e495e394840f5b62950cc88a3113509690f6df68a608cdb5d9eb26b43e51642545493cb5b2c304b7fe5c88fc130d856b4f133065b
6
+ metadata.gz: a1160af180ccac61ec29ad97549f41fb52e3568dfbc8abfc611b2aba07aacae4d4e2d757d722b158527a51eef870c023bdfedb0528778994ef75e30a2e3fbf3b
7
+ data.tar.gz: 5ec48838de15e4d32d725bb062adad95e9b0043a05e036aeabc05ec3eba707caf4f7381c206417e996e29b1560273160ca8f269f937c8bf5c65cf50cd845f7d8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1154
1
+ 3.0.1161
@@ -228,6 +228,8 @@ module TencentCloud
228
228
  end
229
229
 
230
230
  # DescribeBillingData 用于查询实际计费数据明细。
231
+ # 注意:
232
+ # 受计费算法的影响,计费数据接口返回的数据均存在一定延时。小时结算客户预计延时3-5小时。月结算客户预计延迟4-28小时,在凌晨4点(不含4点)之前,仅能查询到前2天数据,4点(含)之后,能查询到前1天数据。若您对数据及时性较强的诉求,建议使用[监控访问数据](https://cloud.tencent.com/document/product/228/30986)。
231
233
 
232
234
  # @param request: Request instance for DescribeBillingData.
233
235
  # @type request: :class:`Tencentcloud::cdn::V20180606::DescribeBillingDataRequest`
@@ -10494,15 +10494,19 @@ module TencentCloud
10494
10494
  # @param FullMatch: 指定是全路径配置还是任意匹配
10495
10495
  # 注意:此字段可能返回 null,表示取不到有效值。
10496
10496
  # @type FullMatch: Boolean
10497
+ # @param Regex: pattern是否支持正则
10498
+ # 注意:此字段可能返回 null,表示取不到有效值。
10499
+ # @type Regex: Boolean
10497
10500
 
10498
- attr_accessor :RedirectStatusCode, :Pattern, :RedirectUrl, :RedirectHost, :FullMatch
10501
+ attr_accessor :RedirectStatusCode, :Pattern, :RedirectUrl, :RedirectHost, :FullMatch, :Regex
10499
10502
 
10500
- def initialize(redirectstatuscode=nil, pattern=nil, redirecturl=nil, redirecthost=nil, fullmatch=nil)
10503
+ def initialize(redirectstatuscode=nil, pattern=nil, redirecturl=nil, redirecthost=nil, fullmatch=nil, regex=nil)
10501
10504
  @RedirectStatusCode = redirectstatuscode
10502
10505
  @Pattern = pattern
10503
10506
  @RedirectUrl = redirecturl
10504
10507
  @RedirectHost = redirecthost
10505
10508
  @FullMatch = fullmatch
10509
+ @Regex = regex
10506
10510
  end
10507
10511
 
10508
10512
  def deserialize(params)
@@ -10511,6 +10515,7 @@ module TencentCloud
10511
10515
  @RedirectUrl = params['RedirectUrl']
10512
10516
  @RedirectHost = params['RedirectHost']
10513
10517
  @FullMatch = params['FullMatch']
10518
+ @Regex = params['Regex']
10514
10519
  end
10515
10520
  end
10516
10521
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdn
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1154
4
+ version: 3.0.1161
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-17 00:00:00.000000000 Z
11
+ date: 2025-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-cdn.rb
37
- - lib/v20180606/models.rb
38
37
  - lib/v20180606/client.rb
38
+ - lib/v20180606/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: