tencentcloud-sdk-ssl 3.0.953 → 3.0.954
Sign up to get free protection for your applications and to get access to all the features.
- 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: a63f65d59f9dceee04b221ae0cf01b75db9366cd
|
4
|
+
data.tar.gz: 09e200f7e048063d0fb0fe4852f70129cdb61686
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46e4f56a3749f506adf9f0f194b4725306758276ce74cf29e58196b6bde4da48c5a05959551bea2b836d19eadb715bf36d1951bf0a799018a035e41e86b8c4a2
|
7
|
+
data.tar.gz: 04fb7164fce7ac67511f9c4ca1b9dce24a7def13d8be21b74c9c5ddc5de3cb516361f4cfbcbb6ff6d9dd65684996ba9b5e0f95dc0776c04a0fe9d937241798f1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.954
|
data/lib/v20191205/models.rb
CHANGED
@@ -4376,10 +4376,10 @@ module TencentCloud
|
|
4376
4376
|
|
4377
4377
|
attr_accessor :ManagerId, :Limit, :Offset
|
4378
4378
|
extend Gem::Deprecate
|
4379
|
-
deprecate :Limit, :none, 2024,
|
4380
|
-
deprecate :Limit=, :none, 2024,
|
4381
|
-
deprecate :Offset, :none, 2024,
|
4382
|
-
deprecate :Offset=, :none, 2024,
|
4379
|
+
deprecate :Limit, :none, 2024, 12
|
4380
|
+
deprecate :Limit=, :none, 2024, 12
|
4381
|
+
deprecate :Offset, :none, 2024, 12
|
4382
|
+
deprecate :Offset=, :none, 2024, 12
|
4383
4383
|
|
4384
4384
|
def initialize(managerid=nil, limit=nil, offset=nil)
|
4385
4385
|
@ManagerId = managerid
|
@@ -6713,8 +6713,8 @@ module TencentCloud
|
|
6713
6713
|
|
6714
6714
|
attr_accessor :OldCertificateId, :ResourceTypes, :CertificateId, :Regions, :ResourceTypesRegions, :CertificatePublicKey, :CertificatePrivateKey, :ExpiringNotificationSwitch, :Repeatable, :AllowDownload, :Tags, :ProjectId
|
6715
6715
|
extend Gem::Deprecate
|
6716
|
-
deprecate :Regions, :none, 2024,
|
6717
|
-
deprecate :Regions=, :none, 2024,
|
6716
|
+
deprecate :Regions, :none, 2024, 12
|
6717
|
+
deprecate :Regions=, :none, 2024, 12
|
6718
6718
|
|
6719
6719
|
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)
|
6720
6720
|
@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.954
|
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-12-
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|