tencentcloud-sdk-cdn 3.0.680 → 3.0.681

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 +19 -19
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 567dcf081ce45f696ce623aa598910c7a93b72fd
4
- data.tar.gz: d8180e25dcc0a3aab4df8be8af7487183be8c025
3
+ metadata.gz: 8f53219671a8077c299acb12bf87d696911dd425
4
+ data.tar.gz: da8aaf21c3eb50e772cda47f91d82051e67a6593
5
5
  SHA512:
6
- metadata.gz: 3c2f59f87195b858c046ee564e9189cd6015f4aa28230f39e153f1295d1303027b613f6492937f1c84dc03b1ce6a3fb7935ba15262e7bfcf2a375bf8633d6aa0
7
- data.tar.gz: 9898d67fde960072ce3f10abde8aaede527d817124e8b1ab589de8dae890b0f25b0078f9382c9ca84cd701b3a5ce048b238caeea09fa7d1053b55208d7b9839e
6
+ metadata.gz: 082aa77c81c4474b977178527c173d2c8d234aa9497779213b4677ab76cd9121529288495b532ebb3672f1f397a9134bee985a4d74f6610f0f98e14ace5f444c
7
+ data.tar.gz: b6cc5b86acc661b74a39df6657c4d6455c1ec99d60d0b37d9a25bef455d7cfb860541fe859be33e65afc059a6b9c15871c5fbafff82d339827a832930f317cce
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.680
1
+ 3.0.681
@@ -639,7 +639,7 @@ module TencentCloud
639
639
  # @type ExpireTime: Integer
640
640
  # @param ExpireTimeRequired: 是否必须提供过期时间参数。
641
641
  # @type ExpireTimeRequired: Boolean
642
- # @param Format: Url组成格式,如:${private_key}${schema}${host}${full_uri。
642
+ # @param Format: URL 组成格式,如:${private_key}${schema}${host}${full_uri}
643
643
  # @type Format: String
644
644
  # @param TimeFormat: 时间格式,dec,hex分别表示十进制,十六进制。
645
645
  # @type TimeFormat: String
@@ -1022,24 +1022,24 @@ module TencentCloud
1022
1022
 
1023
1023
  # 精准访问控制匹配规则
1024
1024
  class AdvancedScdnAclRule < TencentCloud::Common::AbstractModel
1025
- # @param MatchKey: 匹配关键字:
1026
- # protocol:HTTP协议
1027
- # httpVersion:HTTP版本
1028
- # method:请求方法
1029
- # ip:请求源IP
1030
- # ipAsn:请求源IP自治域号
1031
- # ipCountry:请求源IP所在国家
1032
- # ipArea:请求源IP所在大区
1033
- # xForwardFor:请求头X-Forward-For
1034
- # directory:路径
1035
- # index:首页
1036
- # path:文件全路径
1037
- # file:文件扩展名
1038
- # param:请求参数
1039
- # referer:请求头Referer
1040
- # cookie:请求头Cookie
1041
- # userAgent:请求头User-Agent
1042
- # head:自定义请求头
1025
+ # @param MatchKey: 匹配关键字,可取值有:
1026
+ # <li>protocol:HTTP协议</li>
1027
+ # <li>httpVersion:HTTP版本</li>
1028
+ # <li>method:请求方法</li>
1029
+ # <li>ip:请求源IP</li>
1030
+ # <li>ipAsn:请求源IP自治域号</li>
1031
+ # <li>ipCountry:请求源IP所在国家</li>
1032
+ # <li>ipArea:请求源IP所在大区</li>
1033
+ # <li>xForwardFor:请求头X-Forwarded-For</li>
1034
+ # <li>directory:路径</li>
1035
+ # <li>index:首页</li>
1036
+ # <li>path:文件全路径</li>
1037
+ # <li>file:文件扩展名</li>
1038
+ # <li>param:请求参数</li>
1039
+ # <li>referer:请求头Referer</li>
1040
+ # <li>cookie:请求头Cookie</li>
1041
+ # <li>userAgent:请求头User-Agent</li>
1042
+ # <li>head:自定义请求头</li>
1043
1043
  # @type MatchKey: String
1044
1044
  # @param LogicOperator: 逻辑操作符,取值如下:
1045
1045
  # 不包含:exclude
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.680
4
+ version: 3.0.681
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-10-19 00:00:00.000000000 Z
11
+ date: 2023-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common