tencentcloud-sdk-ssl 3.0.700 → 3.0.701
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 +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c35441c73f87538af85c5cd9097105c3e49016a4
|
|
4
|
+
data.tar.gz: d16e56572a4e880557bc4147406f432b6cf29b7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: edab503a2f441733c49aee86bd1b4510aaadfbf0bbc35c7a2bf0142d2cbab44408a4927182f643dd97b3eee560d94d6b5b13bcf2efb870650b139fd97c0a8101
|
|
7
|
+
data.tar.gz: cdf32772087269127c7c780b55b46ef869006239ddaaeac2d4e231a59bf3f240fd865dab2d20a961ac8cb6c9231e7532e0083372b480630dd0f5a539be479d58
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.701
|
data/lib/v20191205/models.rb
CHANGED
|
@@ -6038,8 +6038,8 @@ module TencentCloud
|
|
|
6038
6038
|
|
|
6039
6039
|
attr_accessor :OldCertificateId, :ResourceTypes, :CertificateId, :Regions, :ResourceTypesRegions, :CertificatePublicKey, :CertificatePrivateKey, :ExpiringNotificationSwitch, :Repeatable, :AllowDownload, :Tags, :ProjectId
|
|
6040
6040
|
extend Gem::Deprecate
|
|
6041
|
-
deprecate :Regions, :none, 2023,
|
|
6042
|
-
deprecate :Regions=, :none, 2023,
|
|
6041
|
+
deprecate :Regions, :none, 2023, 11
|
|
6042
|
+
deprecate :Regions=, :none, 2023, 11
|
|
6043
6043
|
|
|
6044
6044
|
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)
|
|
6045
6045
|
@OldCertificateId = oldcertificateid
|