tencentcloud-sdk-teo 3.0.923 → 3.0.925

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/v20220901/models.rb +32 -29
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b8ffbf8c490e1664c6ee1e500a4c8736a4e7181
4
- data.tar.gz: e18920ad64f59da1aae1bc5caae9644591aba3e7
3
+ metadata.gz: e392f86fd9bd34c4cc99f52d44d94d4b126a44b9
4
+ data.tar.gz: 7f631ff7289444e1c3f9a055afdcf4fb8eb975df
5
5
  SHA512:
6
- metadata.gz: 87d5d2a6ab8cde2332fdf5469fadb6834ebc5dbd35d8abbad1aa1da2f71c37080449eb2d68067306dc7adc9d4f358a89d136f809f19a50f07217fbefa685a508
7
- data.tar.gz: 1f52b5b74a8e517c73fd463c74a2f4195e08cb048dddfc6fa9daf4e3230c2b5721e2a2888b9221f56b7938b6e7bb5a36ca3454af3294170747bc50b42a5d279f
6
+ metadata.gz: 91c7b5fac7b8a945aebba8bbe59ef807422bb680dffd0a1f91498519697fa05b01f3503f190d3a0c4ee2dc1491f7a09a9cd1888c574acdef2db9c10793504d18
7
+ data.tar.gz: 1a9527b76a437bfa88ab485e5c69b412d45588855bf8163cf39267a26ff7b2f895a3c82f9f9ee9f721fea2d31395f338c005075b2654f07d157ec07832474c22
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.923
1
+ 3.0.925
@@ -1513,8 +1513,8 @@ module TencentCloud
1513
1513
 
1514
1514
  attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
1515
1515
  extend Gem::Deprecate
1516
- deprecate :IgnoreCacheControl, :none, 2024, 9
1517
- deprecate :IgnoreCacheControl=, :none, 2024, 9
1516
+ deprecate :IgnoreCacheControl, :none, 2024, 10
1517
+ deprecate :IgnoreCacheControl=, :none, 2024, 10
1518
1518
 
1519
1519
  def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
1520
1520
  @Switch = switch
@@ -2847,8 +2847,8 @@ module TencentCloud
2847
2847
 
2848
2848
  attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
2849
2849
  extend Gem::Deprecate
2850
- deprecate :EncodeUrl, :none, 2024, 9
2851
- deprecate :EncodeUrl=, :none, 2024, 9
2850
+ deprecate :EncodeUrl, :none, 2024, 10
2851
+ deprecate :EncodeUrl=, :none, 2024, 10
2852
2852
 
2853
2853
  def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
2854
2854
  @ZoneId = zoneid
@@ -2933,7 +2933,7 @@ module TencentCloud
2933
2933
  # @type Area: String
2934
2934
  # @param Fields: 投递的预设字段列表。
2935
2935
  # @type Fields: Array
2936
- # @param CustomFields: 投递的自定义字段列表,支持在 HTTP 请求头、响应头、Cookie 中提取指定字段值。自定义字段名称不能重复,且最多不能超过 200 个字段。
2936
+ # @param CustomFields: 投递的自定义字段列表,支持在 HTTP 请求头、响应头、Cookie、请求正文中提取指定内容。自定义字段名称不能重复,且最多不能超过 200 个字段。单个实时日志推送任务最多添加 5 个请求正文类型的自定义字段。目前仅站点加速日志(LogType=domain)支持添加自定义字段。
2937
2937
  # @type CustomFields: Array
2938
2938
  # @param DeliveryConditions: 日志投递的过滤条件,不填表示投递全量日志。
2939
2939
  # @type DeliveryConditions: Array
@@ -3215,10 +3215,10 @@ module TencentCloud
3215
3215
 
3216
3216
  attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
3217
3217
  extend Gem::Deprecate
3218
- deprecate :AllowDuplicates, :none, 2024, 9
3219
- deprecate :AllowDuplicates=, :none, 2024, 9
3220
- deprecate :JumpStart, :none, 2024, 9
3221
- deprecate :JumpStart=, :none, 2024, 9
3218
+ deprecate :AllowDuplicates, :none, 2024, 10
3219
+ deprecate :AllowDuplicates=, :none, 2024, 10
3220
+ deprecate :JumpStart, :none, 2024, 10
3221
+ deprecate :JumpStart=, :none, 2024, 10
3222
3222
 
3223
3223
  def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
3224
3224
  @Type = type
@@ -3378,13 +3378,16 @@ module TencentCloud
3378
3378
 
3379
3379
  # 实时日志投递任务中的自定义日志字段。
3380
3380
  class CustomField < TencentCloud::Common::AbstractModel
3381
- # @param Name: HTTP 请求和响应中的指定位置提取数据,取值有:
3381
+ # @param Name: 自定义日志字段类型。从 HTTP 请求和响应中的指定位置提取数据,取值有:
3382
3382
  # <li>ReqHeader:从 HTTP 请求头中提取指定字段值;</li>
3383
3383
  # <li>RspHeader:从 HTTP 响应头中提取指定字段值;</li>
3384
- # <li>Cookie: 从 Cookie 中提取指定字段值。</li>
3384
+ # <li>Cookie: 从 Cookie 中提取指定字段值;</li>
3385
+ # <li>ReqBody: 从 HTTP 请求正文中通过 Google RE2 正则表达式提取指定内容。</li>
3385
3386
  # 注意:此字段可能返回 null,表示取不到有效值。
3386
3387
  # @type Name: String
3387
- # @param Value: 需要提取值的参数名称,例如:Accept-Language。
3388
+ # @param Value: 根据字段类型(Name)填入字段值的定义。需要区分大小写。
3389
+ # <li>当字段类型为 ReqHeader、RspHeader、Cookie 时,填入需要提取值的参数名称,例如:Accept-Language。可输入 1-100 个字符,允许的字符开头为字母,中间为字母、数字、-,结尾为字母、数字;</li>
3390
+ # <li>当字段类型为 ReqBody 时,填入 Google RE2 正则表达式,正则表达式长度上限为 4KB。</li>
3388
3391
  # 注意:此字段可能返回 null,表示取不到有效值。
3389
3392
  # @type Value: String
3390
3393
  # @param Enabled: 是否投递该字段,不填表示不投递此字段。
@@ -9912,8 +9915,8 @@ module TencentCloud
9912
9915
 
9913
9916
  attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo
9914
9917
  extend Gem::Deprecate
9915
- deprecate :ApplyType, :none, 2024, 9
9916
- deprecate :ApplyType=, :none, 2024, 9
9918
+ deprecate :ApplyType, :none, 2024, 10
9919
+ deprecate :ApplyType=, :none, 2024, 10
9917
9920
 
9918
9921
  def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil, clientcertinfo=nil)
9919
9922
  @ZoneId = zoneid
@@ -10262,7 +10265,7 @@ module TencentCloud
10262
10265
  # @type EntityList: Array
10263
10266
  # @param Fields: 投递的预设字段列表。不填保持原有配置。
10264
10267
  # @type Fields: Array
10265
- # @param CustomFields: 投递的自定义字段列表,支持在 HTTP 请求头、响应头、Cookie 中提取指定字段值。自定义字段名称不能重复,且最多不能超过 200 个字段。不填保持原有配置。
10268
+ # @param CustomFields: 投递的自定义字段列表,支持在 HTTP 请求头、响应头、Cookie、请求正文中提取指定内容。不填保持原有配置。自定义字段名称不能重复,且最多不能超过 200 个字段。单个实时日志推送任务最多添加 5 个请求正文类型的自定义字段。目前仅站点加速日志(LogType=domain)支持添加自定义字段。
10266
10269
  # @type CustomFields: Array
10267
10270
  # @param DeliveryConditions: 日志投递的过滤条件。不填表示投递全量日志。
10268
10271
  # @type DeliveryConditions: Array
@@ -10989,12 +10992,12 @@ module TencentCloud
10989
10992
 
10990
10993
  attr_accessor :OriginType, :Origin, :BackupOrigin, :OriginGroupName, :BackOriginGroupName, :PrivateAccess, :PrivateParameters, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId
10991
10994
  extend Gem::Deprecate
10992
- deprecate :VodeoSubAppId, :none, 2024, 9
10993
- deprecate :VodeoSubAppId=, :none, 2024, 9
10994
- deprecate :VodeoDistributionRange, :none, 2024, 9
10995
- deprecate :VodeoDistributionRange=, :none, 2024, 9
10996
- deprecate :VodeoBucketId, :none, 2024, 9
10997
- deprecate :VodeoBucketId=, :none, 2024, 9
10995
+ deprecate :VodeoSubAppId, :none, 2024, 10
10996
+ deprecate :VodeoSubAppId=, :none, 2024, 10
10997
+ deprecate :VodeoDistributionRange, :none, 2024, 10
10998
+ deprecate :VodeoDistributionRange=, :none, 2024, 10
10999
+ deprecate :VodeoBucketId, :none, 2024, 10
11000
+ deprecate :VodeoBucketId=, :none, 2024, 10
10998
11001
 
10999
11002
  def initialize(origintype=nil, origin=nil, backuporigin=nil, origingroupname=nil, backorigingroupname=nil, privateaccess=nil, privateparameters=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil)
11000
11003
  @OriginType = origintype
@@ -11159,12 +11162,12 @@ module TencentCloud
11159
11162
 
11160
11163
  attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId
11161
11164
  extend Gem::Deprecate
11162
- deprecate :VodeoSubAppId, :none, 2024, 9
11163
- deprecate :VodeoSubAppId=, :none, 2024, 9
11164
- deprecate :VodeoDistributionRange, :none, 2024, 9
11165
- deprecate :VodeoDistributionRange=, :none, 2024, 9
11166
- deprecate :VodeoBucketId, :none, 2024, 9
11167
- deprecate :VodeoBucketId=, :none, 2024, 9
11165
+ deprecate :VodeoSubAppId, :none, 2024, 10
11166
+ deprecate :VodeoSubAppId=, :none, 2024, 10
11167
+ deprecate :VodeoDistributionRange, :none, 2024, 10
11168
+ deprecate :VodeoDistributionRange=, :none, 2024, 10
11169
+ deprecate :VodeoBucketId, :none, 2024, 10
11170
+ deprecate :VodeoBucketId=, :none, 2024, 10
11168
11171
 
11169
11172
  def initialize(origintype=nil, origin=nil, backuporigin=nil, privateaccess=nil, privateparameters=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil)
11170
11173
  @OriginType = origintype
@@ -12349,8 +12352,8 @@ module TencentCloud
12349
12352
 
12350
12353
  attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
12351
12354
  extend Gem::Deprecate
12352
- deprecate :IgnoreNameCase, :none, 2024, 9
12353
- deprecate :IgnoreNameCase=, :none, 2024, 9
12355
+ deprecate :IgnoreNameCase, :none, 2024, 10
12356
+ deprecate :IgnoreNameCase=, :none, 2024, 10
12354
12357
 
12355
12358
  def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
12356
12359
  @Operator = operator
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.923
4
+ version: 3.0.925
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-13 00:00:00.000000000 Z
11
+ date: 2024-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common