tencentcloud-sdk-ssl 3.0.1122 → 3.0.1161
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 +40 -28
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1872152df3bb6baa4de8074915bd3482c7a6c475
|
|
4
|
+
data.tar.gz: fde3d60a68ac71af02d8a2c4e919c8a3ff4a6774
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec02129dd8ac581b5d1280d5e14d8b94b111d4297b08c4ee14a239c902ad8f7ed48ce3b7c150b87ebe310cba72397d6e05b47553506e9ccd25cbe52748c75475
|
|
7
|
+
data.tar.gz: 3a6b1ba7230f62ad7e406a48c88f745ae973e9c9da17b8611566f0b2f65772f5419a8d32ba967df0acaf4853b85a0ae96e3bcdae2fc6ec0f8cce8d424d68e9b9
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1161
|
data/lib/v20191205/models.rb
CHANGED
|
@@ -645,10 +645,12 @@ module TencentCloud
|
|
|
645
645
|
# @type CaType: String
|
|
646
646
|
# @param SignAlgo: 签名算法
|
|
647
647
|
# @type SignAlgo: String
|
|
648
|
+
# @param UseCrossSignRoot: 是否使用交叉根证书
|
|
649
|
+
# @type UseCrossSignRoot: Boolean
|
|
648
650
|
|
|
649
|
-
attr_accessor :CertId, :GenCsrType, :CertCommonName, :CompanyType, :CompanyId, :OrgIdType, :OrgIdNumber, :AdminIdType, :AdminIdNumber, :TechIdType, :TechIdNumber, :Csr, :DnsNames, :KeyPass, :OrgOrganization, :OrgDivision, :OrgAddress, :OrgCountry, :OrgCity, :OrgRegion, :OrgPhoneArea, :OrgPhoneNumber, :VerifyType, :AdminFirstName, :AdminLastName, :AdminPhone, :AdminEmail, :AdminTitle, :TechFirstName, :TechLastName, :ContactEmail, :AutoRenewFlag, :CsrKeyParameter, :CsrEncryptAlgo, :ManagerId, :TechPhone, :TechEmail, :TechTitle, :Type, :CaType, :SignAlgo
|
|
651
|
+
attr_accessor :CertId, :GenCsrType, :CertCommonName, :CompanyType, :CompanyId, :OrgIdType, :OrgIdNumber, :AdminIdType, :AdminIdNumber, :TechIdType, :TechIdNumber, :Csr, :DnsNames, :KeyPass, :OrgOrganization, :OrgDivision, :OrgAddress, :OrgCountry, :OrgCity, :OrgRegion, :OrgPhoneArea, :OrgPhoneNumber, :VerifyType, :AdminFirstName, :AdminLastName, :AdminPhone, :AdminEmail, :AdminTitle, :TechFirstName, :TechLastName, :ContactEmail, :AutoRenewFlag, :CsrKeyParameter, :CsrEncryptAlgo, :ManagerId, :TechPhone, :TechEmail, :TechTitle, :Type, :CaType, :SignAlgo, :UseCrossSignRoot
|
|
650
652
|
|
|
651
|
-
def initialize(certid=nil, gencsrtype=nil, certcommonname=nil, companytype=nil, companyid=nil, orgidtype=nil, orgidnumber=nil, adminidtype=nil, adminidnumber=nil, techidtype=nil, techidnumber=nil, csr=nil, dnsnames=nil, keypass=nil, orgorganization=nil, orgdivision=nil, orgaddress=nil, orgcountry=nil, orgcity=nil, orgregion=nil, orgphonearea=nil, orgphonenumber=nil, verifytype=nil, adminfirstname=nil, adminlastname=nil, adminphone=nil, adminemail=nil, admintitle=nil, techfirstname=nil, techlastname=nil, contactemail=nil, autorenewflag=nil, csrkeyparameter=nil, csrencryptalgo=nil, managerid=nil, techphone=nil, techemail=nil, techtitle=nil, type=nil, catype=nil, signalgo=nil)
|
|
653
|
+
def initialize(certid=nil, gencsrtype=nil, certcommonname=nil, companytype=nil, companyid=nil, orgidtype=nil, orgidnumber=nil, adminidtype=nil, adminidnumber=nil, techidtype=nil, techidnumber=nil, csr=nil, dnsnames=nil, keypass=nil, orgorganization=nil, orgdivision=nil, orgaddress=nil, orgcountry=nil, orgcity=nil, orgregion=nil, orgphonearea=nil, orgphonenumber=nil, verifytype=nil, adminfirstname=nil, adminlastname=nil, adminphone=nil, adminemail=nil, admintitle=nil, techfirstname=nil, techlastname=nil, contactemail=nil, autorenewflag=nil, csrkeyparameter=nil, csrencryptalgo=nil, managerid=nil, techphone=nil, techemail=nil, techtitle=nil, type=nil, catype=nil, signalgo=nil, usecrosssignroot=nil)
|
|
652
654
|
@CertId = certid
|
|
653
655
|
@GenCsrType = gencsrtype
|
|
654
656
|
@CertCommonName = certcommonname
|
|
@@ -690,6 +692,7 @@ module TencentCloud
|
|
|
690
692
|
@Type = type
|
|
691
693
|
@CaType = catype
|
|
692
694
|
@SignAlgo = signalgo
|
|
695
|
+
@UseCrossSignRoot = usecrosssignroot
|
|
693
696
|
end
|
|
694
697
|
|
|
695
698
|
def deserialize(params)
|
|
@@ -734,6 +737,7 @@ module TencentCloud
|
|
|
734
737
|
@Type = params['Type']
|
|
735
738
|
@CaType = params['CaType']
|
|
736
739
|
@SignAlgo = params['SignAlgo']
|
|
740
|
+
@UseCrossSignRoot = params['UseCrossSignRoot']
|
|
737
741
|
end
|
|
738
742
|
end
|
|
739
743
|
|
|
@@ -3287,12 +3291,14 @@ module TencentCloud
|
|
|
3287
3291
|
# @type DomainType: Integer
|
|
3288
3292
|
# @param CertType: 证书类型,DV(域名型);OV(企业型);EV(增强型)
|
|
3289
3293
|
# @type CertType: String
|
|
3294
|
+
# @param UseCrossSignRoot: 是否使用交叉根
|
|
3295
|
+
# @type UseCrossSignRoot: Boolean
|
|
3290
3296
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3291
3297
|
# @type RequestId: String
|
|
3292
3298
|
|
|
3293
|
-
attr_accessor :OwnerUin, :ProjectId, :From, :CertificateType, :PackageType, :ProductZhName, :Domain, :Alias, :Status, :StatusMsg, :VerifyType, :VulnerabilityStatus, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :OrderId, :CertificateExtra, :CertificatePrivateKey, :CertificatePublicKey, :DvAuthDetail, :VulnerabilityReport, :CertificateId, :TypeName, :StatusName, :SubjectAltName, :IsVip, :IsWildcard, :IsDv, :IsVulnerability, :SubmittedData, :RenewAble, :Deployable, :Tags, :RootCert, :EncryptCert, :EncryptPrivateKey, :CertFingerprint, :EncryptCertFingerprint, :EncryptAlgorithm, :DvRevokeAuthDetail, :CertChainInfo, :DomainType, :CertType, :RequestId
|
|
3299
|
+
attr_accessor :OwnerUin, :ProjectId, :From, :CertificateType, :PackageType, :ProductZhName, :Domain, :Alias, :Status, :StatusMsg, :VerifyType, :VulnerabilityStatus, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :OrderId, :CertificateExtra, :CertificatePrivateKey, :CertificatePublicKey, :DvAuthDetail, :VulnerabilityReport, :CertificateId, :TypeName, :StatusName, :SubjectAltName, :IsVip, :IsWildcard, :IsDv, :IsVulnerability, :SubmittedData, :RenewAble, :Deployable, :Tags, :RootCert, :EncryptCert, :EncryptPrivateKey, :CertFingerprint, :EncryptCertFingerprint, :EncryptAlgorithm, :DvRevokeAuthDetail, :CertChainInfo, :DomainType, :CertType, :UseCrossSignRoot, :RequestId
|
|
3294
3300
|
|
|
3295
|
-
def initialize(owneruin=nil, projectid=nil, from=nil, certificatetype=nil, packagetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, statusmsg=nil, verifytype=nil, vulnerabilitystatus=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, orderid=nil, certificateextra=nil, certificateprivatekey=nil, certificatepublickey=nil, dvauthdetail=nil, vulnerabilityreport=nil, certificateid=nil, typename=nil, statusname=nil, subjectaltname=nil, isvip=nil, iswildcard=nil, isdv=nil, isvulnerability=nil, submitteddata=nil, renewable=nil, deployable=nil, tags=nil, rootcert=nil, encryptcert=nil, encryptprivatekey=nil, certfingerprint=nil, encryptcertfingerprint=nil, encryptalgorithm=nil, dvrevokeauthdetail=nil, certchaininfo=nil, domaintype=nil, certtype=nil, requestid=nil)
|
|
3301
|
+
def initialize(owneruin=nil, projectid=nil, from=nil, certificatetype=nil, packagetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, statusmsg=nil, verifytype=nil, vulnerabilitystatus=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, orderid=nil, certificateextra=nil, certificateprivatekey=nil, certificatepublickey=nil, dvauthdetail=nil, vulnerabilityreport=nil, certificateid=nil, typename=nil, statusname=nil, subjectaltname=nil, isvip=nil, iswildcard=nil, isdv=nil, isvulnerability=nil, submitteddata=nil, renewable=nil, deployable=nil, tags=nil, rootcert=nil, encryptcert=nil, encryptprivatekey=nil, certfingerprint=nil, encryptcertfingerprint=nil, encryptalgorithm=nil, dvrevokeauthdetail=nil, certchaininfo=nil, domaintype=nil, certtype=nil, usecrosssignroot=nil, requestid=nil)
|
|
3296
3302
|
@OwnerUin = owneruin
|
|
3297
3303
|
@ProjectId = projectid
|
|
3298
3304
|
@From = from
|
|
@@ -3337,6 +3343,7 @@ module TencentCloud
|
|
|
3337
3343
|
@CertChainInfo = certchaininfo
|
|
3338
3344
|
@DomainType = domaintype
|
|
3339
3345
|
@CertType = certtype
|
|
3346
|
+
@UseCrossSignRoot = usecrosssignroot
|
|
3340
3347
|
@RequestId = requestid
|
|
3341
3348
|
end
|
|
3342
3349
|
|
|
@@ -3418,6 +3425,7 @@ module TencentCloud
|
|
|
3418
3425
|
end
|
|
3419
3426
|
@DomainType = params['DomainType']
|
|
3420
3427
|
@CertType = params['CertType']
|
|
3428
|
+
@UseCrossSignRoot = params['UseCrossSignRoot']
|
|
3421
3429
|
@RequestId = params['RequestId']
|
|
3422
3430
|
end
|
|
3423
3431
|
end
|
|
@@ -4146,8 +4154,8 @@ module TencentCloud
|
|
|
4146
4154
|
|
|
4147
4155
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId, :Limit, :Offset
|
|
4148
4156
|
extend Gem::Deprecate
|
|
4149
|
-
deprecate :ResourceType, :none, 2025,
|
|
4150
|
-
deprecate :ResourceType=, :none, 2025,
|
|
4157
|
+
deprecate :ResourceType, :none, 2025, 10
|
|
4158
|
+
deprecate :ResourceType=, :none, 2025, 10
|
|
4151
4159
|
|
|
4152
4160
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil, limit=nil, offset=nil)
|
|
4153
4161
|
@CertificateId = certificateid
|
|
@@ -4229,8 +4237,8 @@ module TencentCloud
|
|
|
4229
4237
|
|
|
4230
4238
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId, :Offset, :Limit, :AsyncCache
|
|
4231
4239
|
extend Gem::Deprecate
|
|
4232
|
-
deprecate :ResourceType, :none, 2025,
|
|
4233
|
-
deprecate :ResourceType=, :none, 2025,
|
|
4240
|
+
deprecate :ResourceType, :none, 2025, 10
|
|
4241
|
+
deprecate :ResourceType=, :none, 2025, 10
|
|
4234
4242
|
|
|
4235
4243
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil, offset=nil, limit=nil, asynccache=nil)
|
|
4236
4244
|
@CertificateId = certificateid
|
|
@@ -4710,8 +4718,8 @@ module TencentCloud
|
|
|
4710
4718
|
|
|
4711
4719
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType
|
|
4712
4720
|
extend Gem::Deprecate
|
|
4713
|
-
deprecate :ResourceType, :none, 2025,
|
|
4714
|
-
deprecate :ResourceType=, :none, 2025,
|
|
4721
|
+
deprecate :ResourceType, :none, 2025, 10
|
|
4722
|
+
deprecate :ResourceType=, :none, 2025, 10
|
|
4715
4723
|
|
|
4716
4724
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil)
|
|
4717
4725
|
@CertificateId = certificateid
|
|
@@ -4781,8 +4789,8 @@ module TencentCloud
|
|
|
4781
4789
|
|
|
4782
4790
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId
|
|
4783
4791
|
extend Gem::Deprecate
|
|
4784
|
-
deprecate :ResourceType, :none, 2025,
|
|
4785
|
-
deprecate :ResourceType=, :none, 2025,
|
|
4792
|
+
deprecate :ResourceType, :none, 2025, 10
|
|
4793
|
+
deprecate :ResourceType=, :none, 2025, 10
|
|
4786
4794
|
|
|
4787
4795
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil)
|
|
4788
4796
|
@CertificateId = certificateid
|
|
@@ -4856,8 +4864,8 @@ module TencentCloud
|
|
|
4856
4864
|
|
|
4857
4865
|
attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters, :OldCertificateId, :Offset, :Limit, :AsyncCache
|
|
4858
4866
|
extend Gem::Deprecate
|
|
4859
|
-
deprecate :ResourceType, :none, 2025,
|
|
4860
|
-
deprecate :ResourceType=, :none, 2025,
|
|
4867
|
+
deprecate :ResourceType, :none, 2025, 10
|
|
4868
|
+
deprecate :ResourceType=, :none, 2025, 10
|
|
4861
4869
|
|
|
4862
4870
|
def initialize(certificateid=nil, resourcetype=nil, iscache=nil, filters=nil, oldcertificateid=nil, offset=nil, limit=nil, asynccache=nil)
|
|
4863
4871
|
@CertificateId = certificateid
|
|
@@ -5261,8 +5269,8 @@ module TencentCloud
|
|
|
5261
5269
|
|
|
5262
5270
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId
|
|
5263
5271
|
extend Gem::Deprecate
|
|
5264
|
-
deprecate :ResourceType, :none, 2025,
|
|
5265
|
-
deprecate :ResourceType=, :none, 2025,
|
|
5272
|
+
deprecate :ResourceType, :none, 2025, 10
|
|
5273
|
+
deprecate :ResourceType=, :none, 2025, 10
|
|
5266
5274
|
|
|
5267
5275
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil)
|
|
5268
5276
|
@CertificateId = certificateid
|
|
@@ -5334,8 +5342,8 @@ module TencentCloud
|
|
|
5334
5342
|
|
|
5335
5343
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId
|
|
5336
5344
|
extend Gem::Deprecate
|
|
5337
|
-
deprecate :ResourceType, :none, 2025,
|
|
5338
|
-
deprecate :ResourceType=, :none, 2025,
|
|
5345
|
+
deprecate :ResourceType, :none, 2025, 10
|
|
5346
|
+
deprecate :ResourceType=, :none, 2025, 10
|
|
5339
5347
|
|
|
5340
5348
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil)
|
|
5341
5349
|
@CertificateId = certificateid
|
|
@@ -5399,10 +5407,10 @@ module TencentCloud
|
|
|
5399
5407
|
|
|
5400
5408
|
attr_accessor :ManagerId, :Limit, :Offset
|
|
5401
5409
|
extend Gem::Deprecate
|
|
5402
|
-
deprecate :Limit, :none, 2025,
|
|
5403
|
-
deprecate :Limit=, :none, 2025,
|
|
5404
|
-
deprecate :Offset, :none, 2025,
|
|
5405
|
-
deprecate :Offset=, :none, 2025,
|
|
5410
|
+
deprecate :Limit, :none, 2025, 10
|
|
5411
|
+
deprecate :Limit=, :none, 2025, 10
|
|
5412
|
+
deprecate :Offset, :none, 2025, 10
|
|
5413
|
+
deprecate :Offset=, :none, 2025, 10
|
|
5406
5414
|
|
|
5407
5415
|
def initialize(managerid=nil, limit=nil, offset=nil)
|
|
5408
5416
|
@ManagerId = managerid
|
|
@@ -5472,8 +5480,8 @@ module TencentCloud
|
|
|
5472
5480
|
|
|
5473
5481
|
attr_accessor :Status, :ManagerFirstName, :ManagerMail, :ContactFirstName, :ManagerLastName, :ContactPosition, :ManagerPosition, :VerifyTime, :CreateTime, :ExpireTime, :ContactLastName, :ManagerPhone, :ContactPhone, :ContactMail, :ManagerDepartment, :CompanyInfo, :CompanyId, :ManagerId, :StatusInfo, :ManagerIdType, :ManagerIdNumber, :ContactIdType, :ContactIdNumber, :RequestId
|
|
5474
5482
|
extend Gem::Deprecate
|
|
5475
|
-
deprecate :Status, :none, 2025,
|
|
5476
|
-
deprecate :Status=, :none, 2025,
|
|
5483
|
+
deprecate :Status, :none, 2025, 10
|
|
5484
|
+
deprecate :Status=, :none, 2025, 10
|
|
5477
5485
|
|
|
5478
5486
|
def initialize(status=nil, managerfirstname=nil, managermail=nil, contactfirstname=nil, managerlastname=nil, contactposition=nil, managerposition=nil, verifytime=nil, createtime=nil, expiretime=nil, contactlastname=nil, managerphone=nil, contactphone=nil, contactmail=nil, managerdepartment=nil, companyinfo=nil, companyid=nil, managerid=nil, statusinfo=nil, manageridtype=nil, manageridnumber=nil, contactidtype=nil, contactidnumber=nil, requestid=nil)
|
|
5479
5487
|
@Status = status
|
|
@@ -6631,10 +6639,12 @@ module TencentCloud
|
|
|
6631
6639
|
# @type CertCSRKeyParameter: String
|
|
6632
6640
|
# @param SignAlgo: 签名算法
|
|
6633
6641
|
# @type SignAlgo: String
|
|
6642
|
+
# @param UseCrossSignRoot: 是否使用交叉根证书,默认为true
|
|
6643
|
+
# @type UseCrossSignRoot: Boolean
|
|
6634
6644
|
|
|
6635
|
-
attr_accessor :CertificateId, :ValidType, :CsrType, :CsrContent, :CsrkeyPassword, :Reason, :CertCSREncryptAlgo, :CertCSRKeyParameter, :SignAlgo
|
|
6645
|
+
attr_accessor :CertificateId, :ValidType, :CsrType, :CsrContent, :CsrkeyPassword, :Reason, :CertCSREncryptAlgo, :CertCSRKeyParameter, :SignAlgo, :UseCrossSignRoot
|
|
6636
6646
|
|
|
6637
|
-
def initialize(certificateid=nil, validtype=nil, csrtype=nil, csrcontent=nil, csrkeypassword=nil, reason=nil, certcsrencryptalgo=nil, certcsrkeyparameter=nil, signalgo=nil)
|
|
6647
|
+
def initialize(certificateid=nil, validtype=nil, csrtype=nil, csrcontent=nil, csrkeypassword=nil, reason=nil, certcsrencryptalgo=nil, certcsrkeyparameter=nil, signalgo=nil, usecrosssignroot=nil)
|
|
6638
6648
|
@CertificateId = certificateid
|
|
6639
6649
|
@ValidType = validtype
|
|
6640
6650
|
@CsrType = csrtype
|
|
@@ -6644,6 +6654,7 @@ module TencentCloud
|
|
|
6644
6654
|
@CertCSREncryptAlgo = certcsrencryptalgo
|
|
6645
6655
|
@CertCSRKeyParameter = certcsrkeyparameter
|
|
6646
6656
|
@SignAlgo = signalgo
|
|
6657
|
+
@UseCrossSignRoot = usecrosssignroot
|
|
6647
6658
|
end
|
|
6648
6659
|
|
|
6649
6660
|
def deserialize(params)
|
|
@@ -6656,6 +6667,7 @@ module TencentCloud
|
|
|
6656
6667
|
@CertCSREncryptAlgo = params['CertCSREncryptAlgo']
|
|
6657
6668
|
@CertCSRKeyParameter = params['CertCSRKeyParameter']
|
|
6658
6669
|
@SignAlgo = params['SignAlgo']
|
|
6670
|
+
@UseCrossSignRoot = params['UseCrossSignRoot']
|
|
6659
6671
|
end
|
|
6660
6672
|
end
|
|
6661
6673
|
|
|
@@ -7766,8 +7778,8 @@ module TencentCloud
|
|
|
7766
7778
|
|
|
7767
7779
|
attr_accessor :OldCertificateId, :ResourceTypes, :CertificateId, :Regions, :ResourceTypesRegions, :CertificatePublicKey, :CertificatePrivateKey, :ExpiringNotificationSwitch, :Repeatable, :AllowDownload, :Tags, :ProjectId
|
|
7768
7780
|
extend Gem::Deprecate
|
|
7769
|
-
deprecate :Regions, :none, 2025,
|
|
7770
|
-
deprecate :Regions=, :none, 2025,
|
|
7781
|
+
deprecate :Regions, :none, 2025, 10
|
|
7782
|
+
deprecate :Regions=, :none, 2025, 10
|
|
7771
7783
|
|
|
7772
7784
|
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)
|
|
7773
7785
|
@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.1161
|
|
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-
|
|
11
|
+
date: 2025-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/tencentcloud-sdk-ssl.rb
|
|
37
36
|
- lib/v20191205/client.rb
|
|
38
37
|
- lib/v20191205/models.rb
|
|
38
|
+
- lib/tencentcloud-sdk-ssl.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|