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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191205/models.rb +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab45aa6b61dab2f99fa1189bacf9bf95d4c8bb52
|
|
4
|
+
data.tar.gz: 5981022076ead5eb1162fc7ce09294df9212562e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c71a96cd93cc34e88925d1fa974c02f66c67fa9a614aa9fff2a5a60dcaf128109f93b3b78b31996e41d8ab9565139d35524a06c6b21ca380f1ceef7077ecac31
|
|
7
|
+
data.tar.gz: deb7ab6e87ec8f307740eba62b3df16939ad035a49b1989836287c35e1af5877f783ae52517387ebf72cf62e5386871aebccb45d2237507dd52605d728739f26
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.897
|
data/lib/v20191205/models.rb
CHANGED
|
@@ -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,
|
|
4251
|
-
deprecate :Limit=, :none, 2024,
|
|
4252
|
-
deprecate :Offset, :none, 2024,
|
|
4253
|
-
deprecate :Offset=, :none, 2024,
|
|
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,
|
|
6511
|
-
deprecate :Regions=, :none, 2024,
|
|
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.
|
|
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-
|
|
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
|