tencentcloud-sdk-ssl 3.0.917 → 3.0.919

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191205/models.rb +16 -7
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7eace37b4262d7d5476b051a2a9f80071762d2cb
4
- data.tar.gz: 4047b9930d12a74bace7413b8e8bbc2472c5a73a
3
+ metadata.gz: 37c4dc5d40da92a0561d4e4f34e52852f9f3a699
4
+ data.tar.gz: fe13413b987066c9ee7fbeaf4d11dec37d4b705c
5
5
  SHA512:
6
- metadata.gz: 175d4061e5b1454c897282e48eeb9fa1a66740944d69b68450028749d5a83f90b1ef0b0aa401e8f551c055f59cce30630343dc3abbf0885c2d4fa76b1b4f8198
7
- data.tar.gz: 3566eebacd746cacddcfcac39253c37d117d7d3991724dd66ba54f2344f2e3f85d1b8d703fc055a40d2aa57826198216959e20b93e3585e52b6a056858367b0c
6
+ metadata.gz: 734cdf0eff168629ca6158430cae4dcc0944dde3112c5debc348cea70d65c8e9b2467f3150b6f31d1eca159ab0dae4eae905e8a8df0fa07d7a05d6bfde774425
7
+ data.tar.gz: 40b248206f1681892a36a341a64d2e792a3a87808bd5d298c936411cc0859ebad522a59781e145ba9ba8c334a441615a86b89eacadd7012cf5a87ba29be4e1d8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.917
1
+ 3.0.919
@@ -1587,12 +1587,21 @@ module TencentCloud
1587
1587
 
1588
1588
  # DeleteCertificates请求参数结构体
1589
1589
  class DeleteCertificatesRequest < TencentCloud::Common::AbstractModel
1590
+ # @param CertificateIds: 要删除的证书ID。单次最多100个
1591
+ # @type CertificateIds: Array
1592
+ # @param IsSync: 删除时是否检查证书关联了云资源。默认不检查。如需要检查关联云资源 (需授权服务角色SSL_QCSLinkedRoleInReplaceLoadCertificate),完成授权后,删除将变成异步任务,接口会返回异步任务ID。需搭配 DescribeDeleteCertificatesTaskResult接口使用,查询删除任务是否成功。
1593
+ # @type IsSync: Boolean
1590
1594
 
1595
+ attr_accessor :CertificateIds, :IsSync
1591
1596
 
1592
- def initialize()
1597
+ def initialize(certificateids=nil, issync=nil)
1598
+ @CertificateIds = certificateids
1599
+ @IsSync = issync
1593
1600
  end
1594
1601
 
1595
1602
  def deserialize(params)
1603
+ @CertificateIds = params['CertificateIds']
1604
+ @IsSync = params['IsSync']
1596
1605
  end
1597
1606
  end
1598
1607
 
@@ -4304,10 +4313,10 @@ module TencentCloud
4304
4313
 
4305
4314
  attr_accessor :ManagerId, :Limit, :Offset
4306
4315
  extend Gem::Deprecate
4307
- deprecate :Limit, :none, 2024, 9
4308
- deprecate :Limit=, :none, 2024, 9
4309
- deprecate :Offset, :none, 2024, 9
4310
- deprecate :Offset=, :none, 2024, 9
4316
+ deprecate :Limit, :none, 2024, 10
4317
+ deprecate :Limit=, :none, 2024, 10
4318
+ deprecate :Offset, :none, 2024, 10
4319
+ deprecate :Offset=, :none, 2024, 10
4311
4320
 
4312
4321
  def initialize(managerid=nil, limit=nil, offset=nil)
4313
4322
  @ManagerId = managerid
@@ -6633,8 +6642,8 @@ module TencentCloud
6633
6642
 
6634
6643
  attr_accessor :OldCertificateId, :ResourceTypes, :CertificateId, :Regions, :ResourceTypesRegions, :CertificatePublicKey, :CertificatePrivateKey, :ExpiringNotificationSwitch, :Repeatable, :AllowDownload, :Tags, :ProjectId
6635
6644
  extend Gem::Deprecate
6636
- deprecate :Regions, :none, 2024, 9
6637
- deprecate :Regions=, :none, 2024, 9
6645
+ deprecate :Regions, :none, 2024, 10
6646
+ deprecate :Regions=, :none, 2024, 10
6638
6647
 
6639
6648
  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)
6640
6649
  @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.917
4
+ version: 3.0.919
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-09-29 00:00:00.000000000 Z
11
+ date: 2024-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common