tencentcloud-sdk-ssl 3.0.813 → 3.0.815

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ba0c24945ece07c9013602d893d141c03909aad
4
- data.tar.gz: 29a7ac3c0c1e34b09edf10851bad3d37cf2c80f1
3
+ metadata.gz: 143c370c3bff4476a1e577dcb109a0b61f027665
4
+ data.tar.gz: 3314e3b78c7c5ae8c3d97dbeb266038aaf6f6dfb
5
5
  SHA512:
6
- metadata.gz: 2e02b865a86554ffcc0410552ff10d91bb1b1b52aea1516ed7fc7d052e37a4f8e35332d1fdd63c246c744afdba609e47a600b95a27675956b4e1b5ccdef1ff47
7
- data.tar.gz: fdbcc745bc4423a8451a378ab95740ea85bfb596c6e96c76613088d9e698c51a728f55442c7a94874a6f75d857d5a4f7e4188c123955ced343568c67f3c99a12
6
+ metadata.gz: e8a64be72f3b174a70cdbd055ade5ec13cc4a01d8d6b492746053c711d2a4c983a094ab0d5b8bca1d0c74dea9a9252368fa5b05d31460ba88562bd3014fc5b68
7
+ data.tar.gz: 856c6545c0a67053e674e40083f96da9b3f059bc67102efe2659c89d065f42c96602c24596c4ee6a6eeff2d5418bf77baf4873d593a8cca7aba9dd1a5ca5a4db
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.813
1
+ 3.0.815
@@ -90,13 +90,13 @@ module TencentCloud
90
90
  # @type DomainName: String
91
91
  # @param ProjectId: 项目 ID。
92
92
  # @type ProjectId: Integer
93
- # @param PackageType: 证书类型,目前仅支持类型22 = TrustAsia TLS RSA CA
93
+ # @param PackageType: 证书类型,目前仅支持类型8383 = TrustAsia C1 DV Free
94
94
  # @type PackageType: String
95
95
  # @param ContactEmail: 邮箱。
96
96
  # @type ContactEmail: String
97
97
  # @param ContactPhone: 手机。
98
98
  # @type ContactPhone: String
99
- # @param ValidityPeriod: 有效期,默认12个月,目前仅支持12个月。
99
+ # @param ValidityPeriod: 有效期,默认3个月,目前仅支持3个月。
100
100
  # @type ValidityPeriod: String
101
101
  # @param CsrEncryptAlgo: 加密算法,支持 RSA及ECC。
102
102
  # @type CsrEncryptAlgo: String
@@ -6222,8 +6222,8 @@ module TencentCloud
6222
6222
 
6223
6223
  attr_accessor :OldCertificateId, :ResourceTypes, :CertificateId, :Regions, :ResourceTypesRegions, :CertificatePublicKey, :CertificatePrivateKey, :ExpiringNotificationSwitch, :Repeatable, :AllowDownload, :Tags, :ProjectId
6224
6224
  extend Gem::Deprecate
6225
- deprecate :Regions, :none, 2024, 4
6226
- deprecate :Regions=, :none, 2024, 4
6225
+ deprecate :Regions, :none, 2024, 5
6226
+ deprecate :Regions=, :none, 2024, 5
6227
6227
 
6228
6228
  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)
6229
6229
  @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.813
4
+ version: 3.0.815
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-04-30 00:00:00.000000000 Z
11
+ date: 2024-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common