tencentcloud-sdk-cdn 3.0.1079 → 3.0.1081

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: cf5f2d91b325435c43198ab6004da2ef3ab5df15
4
- data.tar.gz: 5846c4eb817f3ff36720e93bce853af287754816
3
+ metadata.gz: 45a6a79399ce943d8b4f2dad83068ef51b40504d
4
+ data.tar.gz: ee2c93a701c0714845c17b5c4adb8d25433451c1
5
5
  SHA512:
6
- metadata.gz: 201ea1c620f9f05832daa0d2a1b49ab5953f18bca0011fee384b740aad0642a042014c9f2d3c5dd4b369bba84512f012c730ea43db33ebedf982cbf13f012fa3
7
- data.tar.gz: 92a1acdf4e9692bd50b7eda1bed0a72aa547ff4b0dc32578114271a9903a1c7cfc403da4b9c15a45399c97ee7598adb8130360210fc4de00ff63c3c11a347368
6
+ metadata.gz: 7b8a23d9fc9e81eaf967e51160b2034b6a6b1cdd2d09e0c1b28b58ef03fd9a58af93b074ac6faa15f66644dfbfda18792b725e72aba0f399b5dc6f44bf5569d9
7
+ data.tar.gz: 44746dd6b7e8814fd31a883549e77363f4c22dd94ac49dcaadf7d0db395de4c6805cb4a15c022316ca87d9d80bb8815f7374f17e40937720662bf8fa7cf18429
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1079
1
+ 3.0.1081
@@ -4009,7 +4009,7 @@ module TencentCloud
4009
4009
  class DescribeCertDomainsRequest < TencentCloud::Common::AbstractModel
4010
4010
  # @param Cert: PEM格式证书Base64编码后的字符串
4011
4011
  # @type Cert: String
4012
- # @param CertId: 托管证书ID,Cert和CertId不能均未空,都填写时以CertId为准。
4012
+ # @param CertId: 托管证书ID,Cert和CertId不能均为空,都填写时以CertId为准。
4013
4013
  # @type CertId: String
4014
4014
  # @param Product: 域名所属产品,cdn或ecdn,默认cdn。
4015
4015
  # @type Product: String
@@ -4968,7 +4968,7 @@ module TencentCloud
4968
4968
  # hour:1 小时粒度,指定查询区间 31 天内(含 31 天),可返回 1 小时粒度明细数据
4969
4969
  # day:天粒度,指定查询区间大于 31 天,可返回天粒度明细数据
4970
4970
  # @type Interval: String
4971
- # @param Detail: Domains 传入多个时,默认(false)返回多个域名的汇总数据
4971
+ # @param Detail: Domains 传入多个时,默认(false)返回多个域名的汇总数据
4972
4972
  # 可按需指定为 true,返回每一个 Domain 的明细数据(statusCode、2xx、3xx、4xx、5xx 指标暂不支持)
4973
4973
  # @type Detail: Boolean
4974
4974
  # @param Area: 指定服务地域查询,不填充表示查询中国境内 CDN 数据
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.1079
4
+ version: 3.0.1081
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-06-11 00:00:00.000000000 Z
11
+ date: 2025-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common