tencentcloud-sdk-teo 3.0.1168 → 3.0.1171

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: 082392cc579e3671dc39c143f8c0b6ef4ad5b073
4
- data.tar.gz: ffaa64e28e3b863af4590e9319386349c26a28e5
3
+ metadata.gz: 8acc0dd4a428bd4866733dc6836f2f2bd529879c
4
+ data.tar.gz: d3b3436a1fae19c7cebb7c83fdc620efd493c040
5
5
  SHA512:
6
- metadata.gz: 40265df0816dd0a1061d287165b48b23a177b1f8a337bc8dccd58da82d78dff86e2644922db1057b5c4beb0d35b67b73337da275a9e0776dd54f4d159e863a24
7
- data.tar.gz: 6db71fbfe4476ef1248177f4f20fdb0ec375834bd53f7214d954cf2f0aeb1d6646a2ce4a0b075e167f948e6645c76b2dedcdc5f36e9fb1d632db1c1477857747
6
+ metadata.gz: d6a31366fd6862cb4470a61cd0853009c8ba85d77bbbd247a8fafe65a3d304898a57ef1b78f45f4ef72489b426cb5deaa790282f6d22bf9243a2fe599bf64d9c
7
+ data.tar.gz: e3e7445de8fd61ca80260a2ad618afd3e9d11e364d2e7b86e4152881da378cc49a95965e588203c6ccd426976f1228bfe6dcecc389c292fa3f2da1a552256ee0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1168
1
+ 3.0.1171
@@ -160,7 +160,7 @@ module TencentCloud
160
160
  end
161
161
 
162
162
  # 该接口用于验证免费证书并获取免费证书申请结果。如果验证通过,可通过该接口查询到对应域名申请的免费证书信息,如果申请失败,该接口将返回对应的验证失败信息。
163
- # 在触发[申请免费证书接口](https://cloud.tencent.com/document/product/1552/90437)后,您可以通过本接口检查免费证书申请结果。在免费证书申请成功后, 还需要通过[配置域名证书](https://tcloud4api.woa.com/document/product/1657/80723?!preview)接口配置,才能将免费证书部署至加速域上。
163
+ # 在触发[申请免费证书接口](https://cloud.tencent.com/document/product/1552/90437)后,您可以通过本接口检查免费证书申请结果。在免费证书申请成功后, 还需要通过[配置域名证书](https://cloud.tencent.com/document/product/1552/80764)接口配置,才能将免费证书部署至加速域上。
164
164
 
165
165
  # @param request: Request instance for CheckFreeCertificateVerification.
166
166
  # @type request: :class:`Tencentcloud::teo::V20220901::CheckFreeCertificateVerificationRequest`
@@ -1152,10 +1152,10 @@ module TencentCloud
1152
1152
  # @type ZoneId: String
1153
1153
  # @param Domain: 申请免费证书的目标域名。
1154
1154
  # @type Domain: String
1155
- # @param VerificationMethod: 申请免费证书时验证方式,详细验证方式说明参考[免费证书申请方式说明文档](https://cloud.tencent.com/document/product/1552/90437) ,相关取值有:
1155
+ # @param VerificationMethod: 申请免费证书的验证方式,详细验证方式说明参考[免费证书申请方式说明文档](https://cloud.tencent.com/document/product/1552/90437) ,相关取值有:
1156
1156
  # <li>http_challenge:HTTP 访问文件验证方式,通过 HTTP 访问域名指定 URL 获取文件信息以完成免费证书申请验证;</li>
1157
1157
  # <li>dns_challenge:DNS 委派验证方式,通过添加指定的主机记录解析指向 EdgeOne 以完成免费证书申请验证。</li>
1158
- # 注意:在触发本接口后,你需要根据返回的验证信息,完成验证内容配置。配置完成后,还需要通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口进行验证,验证通过后,即可申请成功。在免费证书申请成功后,你可以调用<a href = 'https://cloud.tencent.com/document/product/1552/80764'>配置域名证书</a>接口为当前域名部署免费证书。
1158
+ # 注意:在触发本接口后,你需要根据返回的验证信息,完成验证内容配置。配置完成后,还需要通过<a href = 'https://cloud.tencent.com/document/product/1552/124806'>检查免费证书申请结果</a>接口进行验证,验证通过后,即可申请成功。在免费证书申请成功后,你可以调用<a href = 'https://cloud.tencent.com/document/product/1552/80764'>配置域名证书</a>接口为当前域名部署免费证书。
1159
1159
  # @type VerificationMethod: String
1160
1160
 
1161
1161
  attr_accessor :ZoneId, :Domain, :VerificationMethod
@@ -8970,7 +8970,7 @@ module TencentCloud
8970
8970
  class DescribeJustInTimeTranscodeTemplatesRequest < TencentCloud::Common::AbstractModel
8971
8971
  # @param ZoneId: 站点ID。
8972
8972
  # @type ZoneId: String
8973
- # @param Filters: 过滤条件,Filters 的上限为 20,Filters.Values 的上限为 20。该参数不填写时,默认返回当前 ZoneId 下有权限的即时转码模板。详细的过滤条件如下:<li>template-name:按照模版名批量进行过滤。例如:mytemplate;</li><li>template-type:按照模板类型批量进行过滤。例如:preset 或 custom。</li><li>template-id:按照模板 ID 批量进行过滤。例如:C1LZ7982VgTpYhJ7M。</li>默认为空。
8973
+ # @param Filters: 过滤条件,Filters 的上限为 20,Filters.Values 的上限为 20。该参数不填写时,默认返回当前 ZoneId 下有权限的即时转码模板。详细的过滤条件如下:<li>template-name:按照模板名批量进行过滤。例如:mytemplate;</li><li>template-type:按照模板类型批量进行过滤。例如:preset 或 custom。</li><li>template-id:按照模板 ID 批量进行过滤。例如:C1LZ7982VgTpYhJ7M。</li>默认为空。
8974
8974
  # @type Filters: Array
8975
8975
  # @param SortBy: 排序字段,取值有:<li>createTime:模板创建时间。</li>默认值为:createTime。
8976
8976
  # @type SortBy: String
@@ -17571,6 +17571,8 @@ module TencentCloud
17571
17571
  # @param Grpc: Grpc 协议支持配置。
17572
17572
  # 不填写表示保持原有配置。
17573
17573
  # @type Grpc: :class:`Tencentcloud::Teo.v20220901.models.Grpc`
17574
+ # @param NetworkErrorLogging: 网络错误日志记录配置。不填写表示保持原有配置。
17575
+ # @type NetworkErrorLogging: :class:`Tencentcloud::Teo.v20220901.models.NetworkErrorLogging`
17574
17576
  # @param ImageOptimize: 图片优化配置。
17575
17577
  # 不填写表示关闭。
17576
17578
  # @type ImageOptimize: :class:`Tencentcloud::Teo.v20220901.models.ImageOptimize`
@@ -17579,9 +17581,9 @@ module TencentCloud
17579
17581
  # @param JITVideoProcess: 视频即时处理配置。不填写表示保持原有配置。
17580
17582
  # @type JITVideoProcess: :class:`Tencentcloud::Teo.v20220901.models.JITVideoProcess`
17581
17583
 
17582
- attr_accessor :ZoneId, :CacheConfig, :CacheKey, :MaxAge, :OfflineCache, :Quic, :PostMaxSize, :Compression, :UpstreamHttp2, :ForceRedirect, :Https, :Origin, :SmartRouting, :WebSocket, :ClientIpHeader, :CachePrefresh, :Ipv6, :ClientIpCountry, :Grpc, :ImageOptimize, :StandardDebug, :JITVideoProcess
17584
+ attr_accessor :ZoneId, :CacheConfig, :CacheKey, :MaxAge, :OfflineCache, :Quic, :PostMaxSize, :Compression, :UpstreamHttp2, :ForceRedirect, :Https, :Origin, :SmartRouting, :WebSocket, :ClientIpHeader, :CachePrefresh, :Ipv6, :ClientIpCountry, :Grpc, :NetworkErrorLogging, :ImageOptimize, :StandardDebug, :JITVideoProcess
17583
17585
 
17584
- def initialize(zoneid=nil, cacheconfig=nil, cachekey=nil, maxage=nil, offlinecache=nil, quic=nil, postmaxsize=nil, compression=nil, upstreamhttp2=nil, forceredirect=nil, https=nil, origin=nil, smartrouting=nil, websocket=nil, clientipheader=nil, cacheprefresh=nil, ipv6=nil, clientipcountry=nil, grpc=nil, imageoptimize=nil, standarddebug=nil, jitvideoprocess=nil)
17586
+ def initialize(zoneid=nil, cacheconfig=nil, cachekey=nil, maxage=nil, offlinecache=nil, quic=nil, postmaxsize=nil, compression=nil, upstreamhttp2=nil, forceredirect=nil, https=nil, origin=nil, smartrouting=nil, websocket=nil, clientipheader=nil, cacheprefresh=nil, ipv6=nil, clientipcountry=nil, grpc=nil, networkerrorlogging=nil, imageoptimize=nil, standarddebug=nil, jitvideoprocess=nil)
17585
17587
  @ZoneId = zoneid
17586
17588
  @CacheConfig = cacheconfig
17587
17589
  @CacheKey = cachekey
@@ -17601,6 +17603,7 @@ module TencentCloud
17601
17603
  @Ipv6 = ipv6
17602
17604
  @ClientIpCountry = clientipcountry
17603
17605
  @Grpc = grpc
17606
+ @NetworkErrorLogging = networkerrorlogging
17604
17607
  @ImageOptimize = imageoptimize
17605
17608
  @StandardDebug = standarddebug
17606
17609
  @JITVideoProcess = jitvideoprocess
@@ -17680,6 +17683,10 @@ module TencentCloud
17680
17683
  @Grpc = Grpc.new
17681
17684
  @Grpc.deserialize(params['Grpc'])
17682
17685
  end
17686
+ unless params['NetworkErrorLogging'].nil?
17687
+ @NetworkErrorLogging = NetworkErrorLogging.new
17688
+ @NetworkErrorLogging.deserialize(params['NetworkErrorLogging'])
17689
+ end
17683
17690
  unless params['ImageOptimize'].nil?
17684
17691
  @ImageOptimize = ImageOptimize.new
17685
17692
  @ImageOptimize.deserialize(params['ImageOptimize'])
@@ -18035,6 +18042,42 @@ module TencentCloud
18035
18042
  end
18036
18043
  end
18037
18044
 
18045
+ # 网络错误日志记录配置项
18046
+ class NetworkErrorLogging < TencentCloud::Common::AbstractModel
18047
+ # @param Switch: 是否开启网络错误日志记录配置,取值有:
18048
+ # <li>on:开启;</li>
18049
+ # <li>off:关闭。</li>
18050
+ # @type Switch: String
18051
+
18052
+ attr_accessor :Switch
18053
+
18054
+ def initialize(switch=nil)
18055
+ @Switch = switch
18056
+ end
18057
+
18058
+ def deserialize(params)
18059
+ @Switch = params['Switch']
18060
+ end
18061
+ end
18062
+
18063
+ # 网络错误日志记录配置项。
18064
+ class NetworkErrorLoggingParameters < TencentCloud::Common::AbstractModel
18065
+ # @param Switch: 网络错误日志记录配置开关,取值有:
18066
+ # <li>on:开启;</li>
18067
+ # <li>off:关闭。</li>
18068
+ # @type Switch: String
18069
+
18070
+ attr_accessor :Switch
18071
+
18072
+ def initialize(switch=nil)
18073
+ @Switch = switch
18074
+ end
18075
+
18076
+ def deserialize(params)
18077
+ @Switch = params['Switch']
18078
+ end
18079
+ end
18080
+
18038
18081
  # 当回源 IP 网段发生更新时,该字段会返回下一个版本将要生效的回源 IP 网段,包含与当前生效的回源 IP 网段的对比。
18039
18082
  class NextOriginACL < TencentCloud::Common::AbstractModel
18040
18083
  # @param Version: 版本号。
@@ -23214,6 +23257,9 @@ module TencentCloud
23214
23257
  # @param Grpc: gRPC 协议支持配置。
23215
23258
  # 注意:此字段可能返回 null,表示取不到有效值。
23216
23259
  # @type Grpc: :class:`Tencentcloud::Teo.v20220901.models.GrpcParameters`
23260
+ # @param NetworkErrorLogging: 网络错误日志记录配置。
23261
+ # 注意:此字段可能返回 null,表示取不到有效值。
23262
+ # @type NetworkErrorLogging: :class:`Tencentcloud::Teo.v20220901.models.NetworkErrorLoggingParameters`
23217
23263
  # @param AccelerateMainland: 中国大陆加速优化配置。
23218
23264
  # 注意:此字段可能返回 null,表示取不到有效值。
23219
23265
  # @type AccelerateMainland: :class:`Tencentcloud::Teo.v20220901.models.AccelerateMainlandParameters`
@@ -23221,9 +23267,9 @@ module TencentCloud
23221
23267
  # 注意:此字段可能返回 null,表示取不到有效值。
23222
23268
  # @type StandardDebug: :class:`Tencentcloud::Teo.v20220901.models.StandardDebugParameters`
23223
23269
 
23224
- attr_accessor :SmartRouting, :Cache, :MaxAge, :CacheKey, :CachePrefresh, :OfflineCache, :Compression, :ForceRedirectHTTPS, :HSTS, :TLSConfig, :OCSPStapling, :HTTP2, :QUIC, :UpstreamHTTP2, :IPv6, :WebSocket, :PostMaxSize, :ClientIPHeader, :ClientIPCountry, :Grpc, :AccelerateMainland, :StandardDebug
23270
+ attr_accessor :SmartRouting, :Cache, :MaxAge, :CacheKey, :CachePrefresh, :OfflineCache, :Compression, :ForceRedirectHTTPS, :HSTS, :TLSConfig, :OCSPStapling, :HTTP2, :QUIC, :UpstreamHTTP2, :IPv6, :WebSocket, :PostMaxSize, :ClientIPHeader, :ClientIPCountry, :Grpc, :NetworkErrorLogging, :AccelerateMainland, :StandardDebug
23225
23271
 
23226
- def initialize(smartrouting=nil, cache=nil, maxage=nil, cachekey=nil, cacheprefresh=nil, offlinecache=nil, compression=nil, forceredirecthttps=nil, hsts=nil, tlsconfig=nil, ocspstapling=nil, http2=nil, quic=nil, upstreamhttp2=nil, ipv6=nil, websocket=nil, postmaxsize=nil, clientipheader=nil, clientipcountry=nil, grpc=nil, acceleratemainland=nil, standarddebug=nil)
23272
+ def initialize(smartrouting=nil, cache=nil, maxage=nil, cachekey=nil, cacheprefresh=nil, offlinecache=nil, compression=nil, forceredirecthttps=nil, hsts=nil, tlsconfig=nil, ocspstapling=nil, http2=nil, quic=nil, upstreamhttp2=nil, ipv6=nil, websocket=nil, postmaxsize=nil, clientipheader=nil, clientipcountry=nil, grpc=nil, networkerrorlogging=nil, acceleratemainland=nil, standarddebug=nil)
23227
23273
  @SmartRouting = smartrouting
23228
23274
  @Cache = cache
23229
23275
  @MaxAge = maxage
@@ -23244,6 +23290,7 @@ module TencentCloud
23244
23290
  @ClientIPHeader = clientipheader
23245
23291
  @ClientIPCountry = clientipcountry
23246
23292
  @Grpc = grpc
23293
+ @NetworkErrorLogging = networkerrorlogging
23247
23294
  @AccelerateMainland = acceleratemainland
23248
23295
  @StandardDebug = standarddebug
23249
23296
  end
@@ -23329,6 +23376,10 @@ module TencentCloud
23329
23376
  @Grpc = GrpcParameters.new
23330
23377
  @Grpc.deserialize(params['Grpc'])
23331
23378
  end
23379
+ unless params['NetworkErrorLogging'].nil?
23380
+ @NetworkErrorLogging = NetworkErrorLoggingParameters.new
23381
+ @NetworkErrorLogging.deserialize(params['NetworkErrorLogging'])
23382
+ end
23332
23383
  unless params['AccelerateMainland'].nil?
23333
23384
  @AccelerateMainland = AccelerateMainlandParameters.new
23334
23385
  @AccelerateMainland.deserialize(params['AccelerateMainland'])
@@ -23451,6 +23502,9 @@ module TencentCloud
23451
23502
  # @param Grpc: Grpc协议支持配置。
23452
23503
  # 注意:此字段可能返回 null,表示取不到有效值。
23453
23504
  # @type Grpc: :class:`Tencentcloud::Teo.v20220901.models.Grpc`
23505
+ # @param NetworkErrorLogging: 网络错误日志记录配置。
23506
+ # 注意:此字段可能返回 null,表示取不到有效值。
23507
+ # @type NetworkErrorLogging: :class:`Tencentcloud::Teo.v20220901.models.NetworkErrorLogging`
23454
23508
  # @param ImageOptimize: 图片优化相关配置。
23455
23509
  # 注意:此字段可能返回 null,表示取不到有效值。
23456
23510
  # @type ImageOptimize: :class:`Tencentcloud::Teo.v20220901.models.ImageOptimize`
@@ -23464,9 +23518,9 @@ module TencentCloud
23464
23518
  # 注意:此字段可能返回 null,表示取不到有效值。
23465
23519
  # @type JITVideoProcess: :class:`Tencentcloud::Teo.v20220901.models.JITVideoProcess`
23466
23520
 
23467
- attr_accessor :ZoneName, :Area, :CacheKey, :Quic, :PostMaxSize, :Compression, :UpstreamHttp2, :ForceRedirect, :CacheConfig, :Origin, :SmartRouting, :MaxAge, :OfflineCache, :WebSocket, :ClientIpHeader, :CachePrefresh, :Ipv6, :Https, :ClientIpCountry, :Grpc, :ImageOptimize, :AccelerateMainland, :StandardDebug, :JITVideoProcess
23521
+ attr_accessor :ZoneName, :Area, :CacheKey, :Quic, :PostMaxSize, :Compression, :UpstreamHttp2, :ForceRedirect, :CacheConfig, :Origin, :SmartRouting, :MaxAge, :OfflineCache, :WebSocket, :ClientIpHeader, :CachePrefresh, :Ipv6, :Https, :ClientIpCountry, :Grpc, :NetworkErrorLogging, :ImageOptimize, :AccelerateMainland, :StandardDebug, :JITVideoProcess
23468
23522
 
23469
- def initialize(zonename=nil, area=nil, cachekey=nil, quic=nil, postmaxsize=nil, compression=nil, upstreamhttp2=nil, forceredirect=nil, cacheconfig=nil, origin=nil, smartrouting=nil, maxage=nil, offlinecache=nil, websocket=nil, clientipheader=nil, cacheprefresh=nil, ipv6=nil, https=nil, clientipcountry=nil, grpc=nil, imageoptimize=nil, acceleratemainland=nil, standarddebug=nil, jitvideoprocess=nil)
23523
+ def initialize(zonename=nil, area=nil, cachekey=nil, quic=nil, postmaxsize=nil, compression=nil, upstreamhttp2=nil, forceredirect=nil, cacheconfig=nil, origin=nil, smartrouting=nil, maxage=nil, offlinecache=nil, websocket=nil, clientipheader=nil, cacheprefresh=nil, ipv6=nil, https=nil, clientipcountry=nil, grpc=nil, networkerrorlogging=nil, imageoptimize=nil, acceleratemainland=nil, standarddebug=nil, jitvideoprocess=nil)
23470
23524
  @ZoneName = zonename
23471
23525
  @Area = area
23472
23526
  @CacheKey = cachekey
@@ -23487,6 +23541,7 @@ module TencentCloud
23487
23541
  @Https = https
23488
23542
  @ClientIpCountry = clientipcountry
23489
23543
  @Grpc = grpc
23544
+ @NetworkErrorLogging = networkerrorlogging
23490
23545
  @ImageOptimize = imageoptimize
23491
23546
  @AccelerateMainland = acceleratemainland
23492
23547
  @StandardDebug = standarddebug
@@ -23568,6 +23623,10 @@ module TencentCloud
23568
23623
  @Grpc = Grpc.new
23569
23624
  @Grpc.deserialize(params['Grpc'])
23570
23625
  end
23626
+ unless params['NetworkErrorLogging'].nil?
23627
+ @NetworkErrorLogging = NetworkErrorLogging.new
23628
+ @NetworkErrorLogging.deserialize(params['NetworkErrorLogging'])
23629
+ end
23571
23630
  unless params['ImageOptimize'].nil?
23572
23631
  @ImageOptimize = ImageOptimize.new
23573
23632
  @ImageOptimize.deserialize(params['ImageOptimize'])
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.1168
4
+ version: 3.0.1171
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-11-14 00:00:00.000000000 Z
11
+ date: 2025-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common