tencentcloud-sdk-cdn 1.0.271 → 1.0.272

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180606/models.rb +10 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 16dee6211f767979676e803c2ffeeb2b75d3e39c
4
- data.tar.gz: 8c640a53e63e1289b14674e359da76375183c65b
3
+ metadata.gz: 3c50cc420b00bf62a5f06ae34bc2f73f862bdcbc
4
+ data.tar.gz: db441cfaecb5e0141efb6dc594dd225c42b876d7
5
5
  SHA512:
6
- metadata.gz: 88de64ca7afbf7e3731af5e165c88790acd77ad07c9d67ba06f438c19fdd5a11c5bc3f5dc4cc6e6ff924814171e199e5ba63cb4a6681e623cab0e11e8b0bc936
7
- data.tar.gz: dd51e620917f065ccce2d146d835cbc9f0f0523bd9f02e0ace6c2572f8c0fa9865b7daa66cda08188820c6093e531dc30e77f3d6b165cdadbe8dfb19464b0d27
6
+ metadata.gz: 1ef3e2386d8df4f397c79f94b48fce78fa505b88775b8c0a05a5ab706fbe36664f50eb06ff9d58c5739040662ef2c459b3399ef65266f002e8600743aa18c566
7
+ data.tar.gz: f2c247bd6e6f1ab45932fbc06083c83ae3e95df69e048fce2e9ed2d0f59c3e312567c3634aca4ddf0b77dd55c9fa5e67d6613511d7397156d6a7504b3d4ba70a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.271
1
+ 1.0.272
@@ -2624,7 +2624,7 @@ module TencentCloud
2624
2624
  # @type TopicName: String
2625
2625
  # @param LogsetId: 日志集ID
2626
2626
  # @type LogsetId: String
2627
- # @param Channel: 接入渠道,默认值为cdn
2627
+ # @param Channel: 接入渠道,cdn或者ecdn,默认值为cdn
2628
2628
  # @type Channel: String
2629
2629
  # @param DomainAreaConfigs: 域名区域信息
2630
2630
  # @type DomainAreaConfigs: Array
@@ -3164,7 +3164,7 @@ module TencentCloud
3164
3164
  # @type TopicId: String
3165
3165
  # @param LogsetId: 日志集ID
3166
3166
  # @type LogsetId: String
3167
- # @param Channel: 接入渠道,默认值为cdn
3167
+ # @param Channel: 接入渠道,cdn或者ecdn,默认值为cdn
3168
3168
  # @type Channel: String
3169
3169
 
3170
3170
  attr_accessor :TopicId, :LogsetId, :Channel
@@ -6565,7 +6565,7 @@ module TencentCloud
6565
6565
  # @type LogsetId: String
6566
6566
  # @param TopicId: 日志主题ID
6567
6567
  # @type TopicId: String
6568
- # @param Channel: 接入渠道,默认值为cdn
6568
+ # @param Channel: 接入渠道,cdn或者ecdn,默认值为cdn
6569
6569
  # @type Channel: String
6570
6570
 
6571
6571
  attr_accessor :LogsetId, :TopicId, :Channel
@@ -6726,7 +6726,7 @@ module TencentCloud
6726
6726
  # - domain:域名。
6727
6727
  # - resourceId:域名id。
6728
6728
  # - status:域名状态,online,offline或processing。
6729
- # - serviceType:业务类型,web,download或media
6729
+ # - serviceType:业务类型,web,download,media,hybriddynamic
6730
6730
  # - projectId:项目ID。
6731
6731
  # - domainType:主源站类型,cname表示自有源,cos表示cos接入,third_party表示第三方对象存储。
6732
6732
  # - fullUrlCache:全路径缓存,on或off。
@@ -6910,7 +6910,7 @@ module TencentCloud
6910
6910
  # @type LogsetId: String
6911
6911
  # @param TopicId: 日志主题ID
6912
6912
  # @type TopicId: String
6913
- # @param Channel: 接入渠道,默认值为cdn
6913
+ # @param Channel: 接入渠道,cdn或者ecdn,默认值为cdn
6914
6914
  # @type Channel: String
6915
6915
 
6916
6916
  attr_accessor :LogsetId, :TopicId, :Channel
@@ -7691,7 +7691,7 @@ module TencentCloud
7691
7691
 
7692
7692
  # ListClsLogTopics请求参数结构体
7693
7693
  class ListClsLogTopicsRequest < TencentCloud::Common::AbstractModel
7694
- # @param Channel: 接入渠道,默认值为cdn
7694
+ # @param Channel: 接入渠道,cdn或者ecdn,默认值为cdn
7695
7695
  # @type Channel: String
7696
7696
 
7697
7697
  attr_accessor :Channel
@@ -7758,7 +7758,7 @@ module TencentCloud
7758
7758
  # @type LogsetId: String
7759
7759
  # @param TopicId: 日志主题ID
7760
7760
  # @type TopicId: String
7761
- # @param Channel: 接入渠道,默认值为cdn
7761
+ # @param Channel: 接入渠道,cdn或者ecdn,默认值为cdn
7762
7762
  # @type Channel: String
7763
7763
 
7764
7764
  attr_accessor :LogsetId, :TopicId, :Channel
@@ -8215,7 +8215,7 @@ module TencentCloud
8215
8215
  # /files/* 表示所有以/files/开头的请求
8216
8216
  # *.jpg 表示所有以.jpg结尾的请求
8217
8217
  # @type Url: String
8218
- # @param Channel: 接入渠道,默认值为cdn
8218
+ # @param Channel: 接入渠道,cdn或者ecdn,默认值为cdn
8219
8219
  # @type Channel: String
8220
8220
  # @param Limit: 要查询的Top条数,最大值为100,默认为10
8221
8221
  # @type Limit: Integer
@@ -8884,7 +8884,7 @@ module TencentCloud
8884
8884
  # @type LogsetId: String
8885
8885
  # @param TopicId: 日志主题ID
8886
8886
  # @type TopicId: String
8887
- # @param Channel: 接入渠道,默认值为cdn
8887
+ # @param Channel: 接入渠道,cdn或者ecdn,默认值为cdn
8888
8888
  # @type Channel: String
8889
8889
  # @param DomainAreaConfigs: 域名区域配置,注意:如果此字段为空,则表示解绑对应主题下的所有域名
8890
8890
  # @type DomainAreaConfigs: Array
@@ -11436,7 +11436,7 @@ module TencentCloud
11436
11436
  # @type EndTime: String
11437
11437
  # @param Limit: 单次要返回的日志条数,单次返回的最大条数为100
11438
11438
  # @type Limit: Integer
11439
- # @param Channel: 接入渠道,默认值为cdn
11439
+ # @param Channel: 接入渠道,cdn或者ecdn,默认值为cdn
11440
11440
  # @type Channel: String
11441
11441
  # @param Query: 需要查询的内容,详情请参考https://cloud.tencent.com/document/product/614/16982
11442
11442
  # @type Query: String
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: 1.0.271
4
+ version: 1.0.272
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-07 00:00:00.000000000 Z
11
+ date: 2022-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common