tencentcloud-sdk-ssl 3.0.896 → 3.0.897

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: f113794fc8923f76532b1e63415ac3b207e19d17
4
- data.tar.gz: de7002fee3831787a72170b8f8475256e94cd702
3
+ metadata.gz: ab45aa6b61dab2f99fa1189bacf9bf95d4c8bb52
4
+ data.tar.gz: 5981022076ead5eb1162fc7ce09294df9212562e
5
5
  SHA512:
6
- metadata.gz: a0f51a3eb2b5ae60558aed758981e81d9ecfe6e643cb3df8c1247c955d9554acf5f6f9db507dd9269767239bca9eec341509a5d0aaf646eb0d4138d9db7e38d1
7
- data.tar.gz: 912180ede082d24c6118a906e4e62e957e8a95239311533fb22e4e642d6291bb37416d4e2062995ee2767fadf55c86a311610bebbcf66903afca93af386f3d44
6
+ metadata.gz: c71a96cd93cc34e88925d1fa974c02f66c67fa9a614aa9fff2a5a60dcaf128109f93b3b78b31996e41d8ab9565139d35524a06c6b21ca380f1ceef7077ecac31
7
+ data.tar.gz: deb7ab6e87ec8f307740eba62b3df16939ad035a49b1989836287c35e1af5877f783ae52517387ebf72cf62e5386871aebccb45d2237507dd52605d728739f26
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.896
1
+ 3.0.897
@@ -4247,10 +4247,10 @@ module TencentCloud
4247
4247
 
4248
4248
  attr_accessor :ManagerId, :Limit, :Offset
4249
4249
  extend Gem::Deprecate
4250
- deprecate :Limit, :none, 2024, 8
4251
- deprecate :Limit=, :none, 2024, 8
4252
- deprecate :Offset, :none, 2024, 8
4253
- deprecate :Offset=, :none, 2024, 8
4250
+ deprecate :Limit, :none, 2024, 9
4251
+ deprecate :Limit=, :none, 2024, 9
4252
+ deprecate :Offset, :none, 2024, 9
4253
+ deprecate :Offset=, :none, 2024, 9
4254
4254
 
4255
4255
  def initialize(managerid=nil, limit=nil, offset=nil)
4256
4256
  @ManagerId = managerid
@@ -6507,8 +6507,8 @@ module TencentCloud
6507
6507
 
6508
6508
  attr_accessor :OldCertificateId, :ResourceTypes, :CertificateId, :Regions, :ResourceTypesRegions, :CertificatePublicKey, :CertificatePrivateKey, :ExpiringNotificationSwitch, :Repeatable, :AllowDownload, :Tags, :ProjectId
6509
6509
  extend Gem::Deprecate
6510
- deprecate :Regions, :none, 2024, 8
6511
- deprecate :Regions=, :none, 2024, 8
6510
+ deprecate :Regions, :none, 2024, 9
6511
+ deprecate :Regions=, :none, 2024, 9
6512
6512
 
6513
6513
  def initialize(oldcertificateid=nil, resourcetypes=nil, certificateid=nil, regions=nil, resourcetypesregions=nil, certificatepublickey=nil, certificateprivatekey=nil, expiringnotificationswitch=nil, repeatable=nil, allowdownload=nil, tags=nil, projectid=nil)
6514
6514
  @OldCertificateId = oldcertificateid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ssl
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.896
4
+ version: 3.0.897
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-08-28 00:00:00.000000000 Z
11
+ date: 2024-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common