tencentcloud-sdk-teo 3.0.1115 → 3.0.1116

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: effa5753d6288da935f38eb52e0b844ff062447d
4
- data.tar.gz: 11f59f55b7de9aca7e72662ec3bc7ed6e54c47e7
3
+ metadata.gz: 65128d59bc59028f618b0cedaa26655b906822b2
4
+ data.tar.gz: 8bfeb705ce03eb4c1f3997c29d1540883d74b6fc
5
5
  SHA512:
6
- metadata.gz: 16fd6b5e6fa240d7c72afac4e783e3368cf17ef7b4e267e4bdf42082bedf623913c86cf3737be2711695f08d5253eb20d67f07028fa3c239cb3162e65be63b05
7
- data.tar.gz: d1563d9be534ebe9816459caca150395d28fe386b6862285d2b83083e894947dffa255cf09639a6a850331743366e026062470cba5fa643efd709bd35e3662cf
6
+ metadata.gz: 817ec358d68cda9e4a3e0199d9e989d930e2ab27afd8a7f6fe93584cac23e6e50d96e29cc72f86df7ce67995e3cf19fbaf1e3d2313b8a7029efaa46ddc73576d
7
+ data.tar.gz: 68584cf681ffdffd85bbb701c936182f1e12326cca33fc9cae40b60a6fdc46ce268bf8e2a8d50078d1c304b435d9b05a69fbe4497a3ec26da3aaeeab0075ad19
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1115
1
+ 3.0.1116
@@ -734,8 +734,13 @@ module TencentCloud
734
734
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
735
735
  end
736
736
 
737
- # 通过本接口创建实时日志投递任务。本接口有如下限制:
738
- # 同一个实体(七层域名或者四层代理实例)在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到一个实时日志投递任务中。建议先通过 [DescribeRealtimeLogDeliveryTasks](https://cloud.tencent.com/document/product/1552/104110) 接口根据实体查询实时日志投递任务列表,检查实体是否已经被添加到另一实时日志投递任务中。
737
+ # 本接口用于创建实时日志投递任务。本接口有如下限制:
738
+ # - 当数据投递类型(LogType)为站点加速日志(七层访问日志)、四层代理日志、边缘函数运行日志时,同一个实体(七层域名、四层代理实例、边缘函数实例)在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到如下实时日志投递任务类型(TaskType)组合中:
739
+ # - 一个推送至腾讯云 CLS 的任务,加上另一个推送至自定义 HTTP(S) 地址的任务;
740
+ # - 一个推送至腾讯云 CLS 的任务,加上另一个推送至 AWS S3 兼容对象存储的任务;
741
+ # - 当数据投递类型(LogType)为速率限制和 CC 攻击防护日志、托管规则日志、自定义规则日志、Bot 管理日志时,同一个实体在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到一个实时日志投递任务中。
742
+
743
+ # 建议先通过 [DescribeRealtimeLogDeliveryTasks](https://cloud.tencent.com/document/product/1552/104110) 接口根据实体查询实时日志投递任务列表,检查实体是否已经被添加到另一实时日志投递任务中。
739
744
 
740
745
  # @param request: Request instance for CreateRealtimeLogDeliveryTask.
741
746
  # @type request: :class:`Tencentcloud::teo::V20220901::CreateRealtimeLogDeliveryTaskRequest`
@@ -1884,8 +1884,8 @@ module TencentCloud
1884
1884
 
1885
1885
  attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
1886
1886
  extend Gem::Deprecate
1887
- deprecate :IgnoreCacheControl, :none, 2025, 7
1888
- deprecate :IgnoreCacheControl=, :none, 2025, 7
1887
+ deprecate :IgnoreCacheControl, :none, 2025, 8
1888
+ deprecate :IgnoreCacheControl=, :none, 2025, 8
1889
1889
 
1890
1890
  def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
1891
1891
  @Switch = switch
@@ -4315,8 +4315,8 @@ module TencentCloud
4315
4315
 
4316
4316
  attr_accessor :ZoneId, :Targets, :EncodeUrl, :Headers, :PrefetchMediaSegments
4317
4317
  extend Gem::Deprecate
4318
- deprecate :EncodeUrl, :none, 2025, 7
4319
- deprecate :EncodeUrl=, :none, 2025, 7
4318
+ deprecate :EncodeUrl, :none, 2025, 8
4319
+ deprecate :EncodeUrl=, :none, 2025, 8
4320
4320
 
4321
4321
  def initialize(zoneid=nil, targets=nil, encodeurl=nil, headers=nil, prefetchmediasegments=nil)
4322
4322
  @ZoneId = zoneid
@@ -4398,8 +4398,8 @@ module TencentCloud
4398
4398
 
4399
4399
  attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
4400
4400
  extend Gem::Deprecate
4401
- deprecate :EncodeUrl, :none, 2025, 7
4402
- deprecate :EncodeUrl=, :none, 2025, 7
4401
+ deprecate :EncodeUrl, :none, 2025, 8
4402
+ deprecate :EncodeUrl=, :none, 2025, 8
4403
4403
 
4404
4404
  def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
4405
4405
  @ZoneId = zoneid
@@ -4464,15 +4464,17 @@ module TencentCloud
4464
4464
  # @param TaskType: 实时日志投递任务类型,取值有:
4465
4465
  # <li>cls: 推送到腾讯云 CLS;</li>
4466
4466
  # <li>custom_endpoint:推送到自定义 HTTP(S) 地址;</li>
4467
- # <li>s3:推送到 AWS S3 兼容存储桶地址。</li>
4467
+ # <li>s3:推送到 AWS S3 兼容存储桶地址;</li>
4468
4468
  # @type TaskType: String
4469
- # @param EntityList: 实时日志投递任务对应的实体(七层域名或者四层代理实例)列表。取值示例如下:
4470
- # <li>七层域名:domain.example.com;</li>
4471
- # <li>四层代理实例:sid-2s69eb5wcms7。</li>
4469
+ # @param EntityList: 实时日志投递任务对应的实体列表。取值示例如下:
4470
+ # <li>七层域名:domain.example.com</li>
4471
+ # <li>四层代理实例:sid-2s69eb5wcms7</li>
4472
+ # <li>边缘函数实例:test-zone-2mxigizoh9l9-1257626257</li>
4472
4473
  # @type EntityList: Array
4473
4474
  # @param LogType: 数据投递类型,取值有:
4474
4475
  # <li>domain:站点加速日志;</li>
4475
4476
  # <li>application:四层代理日志;</li>
4477
+ # <li>function:边缘函数运行日志;</li>
4476
4478
  # <li>web-rateLiming:速率限制和 CC 攻击防护日志;</li>
4477
4479
  # <li>web-attack:托管规则日志;</li>
4478
4480
  # <li>web-rule:自定义规则日志;</li>
@@ -4482,7 +4484,10 @@ module TencentCloud
4482
4484
  # <li>mainland:中国大陆境内;</li>
4483
4485
  # <li>overseas:全球(不含中国大陆)。</li>
4484
4486
  # @type Area: String
4485
- # @param Fields: 投递的预设字段列表。
4487
+ # @param Fields: 投递的预设字段列表。取值参考:
4488
+ # <li>[站点加速日志(七层访问日志)](https://cloud.tencent.com/document/product/1552/105791)</li>
4489
+ # <li>[四层代理日志](https://cloud.tencent.com/document/product/1552/105792)</li>
4490
+ # <li>[边缘函数运行日志](https://cloud.tencent.com/document/product/1552/115585)</li>
4486
4491
  # @type Fields: Array
4487
4492
  # @param CustomFields: 投递的自定义字段列表,支持在 HTTP 请求头、响应头、Cookie、请求正文中提取指定内容。自定义字段名称不能重复,且最多不能超过 200 个字段。单个实时日志推送任务最多添加 5 个请求正文类型的自定义字段。目前仅站点加速日志(LogType=domain)支持添加自定义字段。
4488
4493
  # @type CustomFields: Array
@@ -5003,10 +5008,10 @@ module TencentCloud
5003
5008
 
5004
5009
  attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
5005
5010
  extend Gem::Deprecate
5006
- deprecate :AllowDuplicates, :none, 2025, 7
5007
- deprecate :AllowDuplicates=, :none, 2025, 7
5008
- deprecate :JumpStart, :none, 2025, 7
5009
- deprecate :JumpStart=, :none, 2025, 7
5011
+ deprecate :AllowDuplicates, :none, 2025, 8
5012
+ deprecate :AllowDuplicates=, :none, 2025, 8
5013
+ deprecate :JumpStart, :none, 2025, 8
5014
+ deprecate :JumpStart=, :none, 2025, 8
5010
5015
 
5011
5016
  def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
5012
5017
  @Type = type
@@ -15112,8 +15117,8 @@ module TencentCloud
15112
15117
 
15113
15118
  attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo
15114
15119
  extend Gem::Deprecate
15115
- deprecate :ApplyType, :none, 2025, 7
15116
- deprecate :ApplyType=, :none, 2025, 7
15120
+ deprecate :ApplyType, :none, 2025, 8
15121
+ deprecate :ApplyType=, :none, 2025, 8
15117
15122
 
15118
15123
  def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil, clientcertinfo=nil)
15119
15124
  @ZoneId = zoneid
@@ -17151,12 +17156,12 @@ module TencentCloud
17151
17156
 
17152
17157
  attr_accessor :OriginType, :Origin, :BackupOrigin, :OriginGroupName, :BackOriginGroupName, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
17153
17158
  extend Gem::Deprecate
17154
- deprecate :VodeoSubAppId, :none, 2025, 7
17155
- deprecate :VodeoSubAppId=, :none, 2025, 7
17156
- deprecate :VodeoDistributionRange, :none, 2025, 7
17157
- deprecate :VodeoDistributionRange=, :none, 2025, 7
17158
- deprecate :VodeoBucketId, :none, 2025, 7
17159
- deprecate :VodeoBucketId=, :none, 2025, 7
17159
+ deprecate :VodeoSubAppId, :none, 2025, 8
17160
+ deprecate :VodeoSubAppId=, :none, 2025, 8
17161
+ deprecate :VodeoDistributionRange, :none, 2025, 8
17162
+ deprecate :VodeoDistributionRange=, :none, 2025, 8
17163
+ deprecate :VodeoBucketId, :none, 2025, 8
17164
+ deprecate :VodeoBucketId=, :none, 2025, 8
17160
17165
 
17161
17166
  def initialize(origintype=nil, origin=nil, backuporigin=nil, origingroupname=nil, backorigingroupname=nil, privateaccess=nil, privateparameters=nil, hostheader=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil, vodoriginscope=nil, vodbucketid=nil)
17162
17167
  @OriginType = origintype
@@ -17461,12 +17466,12 @@ module TencentCloud
17461
17466
 
17462
17467
  attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
17463
17468
  extend Gem::Deprecate
17464
- deprecate :VodeoSubAppId, :none, 2025, 7
17465
- deprecate :VodeoSubAppId=, :none, 2025, 7
17466
- deprecate :VodeoDistributionRange, :none, 2025, 7
17467
- deprecate :VodeoDistributionRange=, :none, 2025, 7
17468
- deprecate :VodeoBucketId, :none, 2025, 7
17469
- deprecate :VodeoBucketId=, :none, 2025, 7
17469
+ deprecate :VodeoSubAppId, :none, 2025, 8
17470
+ deprecate :VodeoSubAppId=, :none, 2025, 8
17471
+ deprecate :VodeoDistributionRange, :none, 2025, 8
17472
+ deprecate :VodeoDistributionRange=, :none, 2025, 8
17473
+ deprecate :VodeoBucketId, :none, 2025, 8
17474
+ deprecate :VodeoBucketId=, :none, 2025, 8
17470
17475
 
17471
17476
  def initialize(origintype=nil, origin=nil, backuporigin=nil, privateaccess=nil, privateparameters=nil, hostheader=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil, vodoriginscope=nil, vodbucketid=nil)
17472
17477
  @OriginType = origintype
@@ -19136,8 +19141,8 @@ module TencentCloud
19136
19141
 
19137
19142
  attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
19138
19143
  extend Gem::Deprecate
19139
- deprecate :IgnoreNameCase, :none, 2025, 7
19140
- deprecate :IgnoreNameCase=, :none, 2025, 7
19144
+ deprecate :IgnoreNameCase, :none, 2025, 8
19145
+ deprecate :IgnoreNameCase=, :none, 2025, 8
19141
19146
 
19142
19147
  def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
19143
19148
  @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.1115
4
+ version: 3.0.1116
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-08-01 00:00:00.000000000 Z
11
+ date: 2025-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common