tencentcloud-sdk-teo 3.0.1135 → 3.0.1137

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: f2ffc5beec3e914778cfea7b419e8f3ce3d278a9
4
- data.tar.gz: 6b5a64ea71b325ba68da2e287475e8631032bc69
3
+ metadata.gz: 4e9b8eb2630031a7216a0a475214ad2c1a357e83
4
+ data.tar.gz: b9b798f8e014c4b28a8406e29aa1318f0b943bb1
5
5
  SHA512:
6
- metadata.gz: 16cf550939db1a11b5a984fb6ad653339fa73fdd5c0279031ce87226420310bc43588e7cbe823dded11a27813f67e38d6cf1bf02026e685c5217902bfd2add23
7
- data.tar.gz: e8e66b80085b74e45cc9185ce7b7b38f61c1224d682909a74e0a9eb88c62e380a60c2a437789d3019bb1d57c6c31614555e2c75d006142acecbcc295ddea8f87
6
+ metadata.gz: 5c4fad836847f9dbd3ede25417f369988713a1f02bfe931c2973eb0dddff608ef475b58a2bbc71f213efb138731684026c25be25904d4318d568f488e9d336fb
7
+ data.tar.gz: 2d0062f21c9b75b97c582b58c1451f4b5a9e04e3d31432bcf21a94c554cd8842cf0eea05a1d08301efc5af203dcd691435addf418c41bec68139af6c55826b3c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1135
1
+ 3.0.1137
@@ -2,12 +2,12 @@
2
2
 
3
3
  require 'tencentcloud-sdk-common'
4
4
 
5
- require_relative 'v20220106/client'
6
- require_relative 'v20220106/models'
7
-
8
5
  require_relative 'v20220901/client'
9
6
  require_relative 'v20220901/models'
10
7
 
8
+ require_relative 'v20220106/client'
9
+ require_relative 'v20220106/models'
10
+
11
11
  module TencentCloud
12
12
  module Teo
13
13
  end
@@ -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, 8
1888
- deprecate :IgnoreCacheControl=, :none, 2025, 8
1887
+ deprecate :IgnoreCacheControl, :none, 2025, 9
1888
+ deprecate :IgnoreCacheControl=, :none, 2025, 9
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, 8
4319
- deprecate :EncodeUrl=, :none, 2025, 8
4318
+ deprecate :EncodeUrl, :none, 2025, 9
4319
+ deprecate :EncodeUrl=, :none, 2025, 9
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, 8
4402
- deprecate :EncodeUrl=, :none, 2025, 8
4401
+ deprecate :EncodeUrl, :none, 2025, 9
4402
+ deprecate :EncodeUrl=, :none, 2025, 9
4403
4403
 
4404
4404
  def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
4405
4405
  @ZoneId = zoneid
@@ -5008,10 +5008,10 @@ module TencentCloud
5008
5008
 
5009
5009
  attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
5010
5010
  extend Gem::Deprecate
5011
- deprecate :AllowDuplicates, :none, 2025, 8
5012
- deprecate :AllowDuplicates=, :none, 2025, 8
5013
- deprecate :JumpStart, :none, 2025, 8
5014
- deprecate :JumpStart=, :none, 2025, 8
5011
+ deprecate :AllowDuplicates, :none, 2025, 9
5012
+ deprecate :AllowDuplicates=, :none, 2025, 9
5013
+ deprecate :JumpStart, :none, 2025, 9
5014
+ deprecate :JumpStart=, :none, 2025, 9
5015
5015
 
5016
5016
  def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
5017
5017
  @Type = type
@@ -15124,8 +15124,8 @@ module TencentCloud
15124
15124
 
15125
15125
  attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo
15126
15126
  extend Gem::Deprecate
15127
- deprecate :ApplyType, :none, 2025, 8
15128
- deprecate :ApplyType=, :none, 2025, 8
15127
+ deprecate :ApplyType, :none, 2025, 9
15128
+ deprecate :ApplyType=, :none, 2025, 9
15129
15129
 
15130
15130
  def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil, clientcertinfo=nil)
15131
15131
  @ZoneId = zoneid
@@ -17163,12 +17163,12 @@ module TencentCloud
17163
17163
 
17164
17164
  attr_accessor :OriginType, :Origin, :BackupOrigin, :OriginGroupName, :BackOriginGroupName, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
17165
17165
  extend Gem::Deprecate
17166
- deprecate :VodeoSubAppId, :none, 2025, 8
17167
- deprecate :VodeoSubAppId=, :none, 2025, 8
17168
- deprecate :VodeoDistributionRange, :none, 2025, 8
17169
- deprecate :VodeoDistributionRange=, :none, 2025, 8
17170
- deprecate :VodeoBucketId, :none, 2025, 8
17171
- deprecate :VodeoBucketId=, :none, 2025, 8
17166
+ deprecate :VodeoSubAppId, :none, 2025, 9
17167
+ deprecate :VodeoSubAppId=, :none, 2025, 9
17168
+ deprecate :VodeoDistributionRange, :none, 2025, 9
17169
+ deprecate :VodeoDistributionRange=, :none, 2025, 9
17170
+ deprecate :VodeoBucketId, :none, 2025, 9
17171
+ deprecate :VodeoBucketId=, :none, 2025, 9
17172
17172
 
17173
17173
  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)
17174
17174
  @OriginType = origintype
@@ -17473,12 +17473,12 @@ module TencentCloud
17473
17473
 
17474
17474
  attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
17475
17475
  extend Gem::Deprecate
17476
- deprecate :VodeoSubAppId, :none, 2025, 8
17477
- deprecate :VodeoSubAppId=, :none, 2025, 8
17478
- deprecate :VodeoDistributionRange, :none, 2025, 8
17479
- deprecate :VodeoDistributionRange=, :none, 2025, 8
17480
- deprecate :VodeoBucketId, :none, 2025, 8
17481
- deprecate :VodeoBucketId=, :none, 2025, 8
17476
+ deprecate :VodeoSubAppId, :none, 2025, 9
17477
+ deprecate :VodeoSubAppId=, :none, 2025, 9
17478
+ deprecate :VodeoDistributionRange, :none, 2025, 9
17479
+ deprecate :VodeoDistributionRange=, :none, 2025, 9
17480
+ deprecate :VodeoBucketId, :none, 2025, 9
17481
+ deprecate :VodeoBucketId=, :none, 2025, 9
17482
17482
 
17483
17483
  def initialize(origintype=nil, origin=nil, backuporigin=nil, privateaccess=nil, privateparameters=nil, hostheader=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil, vodoriginscope=nil, vodbucketid=nil)
17484
17484
  @OriginType = origintype
@@ -19148,8 +19148,8 @@ module TencentCloud
19148
19148
 
19149
19149
  attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
19150
19150
  extend Gem::Deprecate
19151
- deprecate :IgnoreNameCase, :none, 2025, 8
19152
- deprecate :IgnoreNameCase=, :none, 2025, 8
19151
+ deprecate :IgnoreNameCase, :none, 2025, 9
19152
+ deprecate :IgnoreNameCase=, :none, 2025, 9
19153
19153
 
19154
19154
  def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
19155
19155
  @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.1135
4
+ version: 3.0.1137
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-09-02 00:00:00.000000000 Z
11
+ date: 2025-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,10 +33,10 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20220901/client.rb
37
36
  - lib/v20220901/models.rb
38
- - lib/v20220106/client.rb
37
+ - lib/v20220901/client.rb
39
38
  - lib/v20220106/models.rb
39
+ - lib/v20220106/client.rb
40
40
  - lib/tencentcloud-sdk-teo.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby