tencentcloud-sdk-ssl 3.0.798 → 3.0.799

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: 51e9bf5145bb4787736179f1b2295af5a602e5b4
4
- data.tar.gz: 3f3e42778f88ef37baa7116b38d892f9e4b85642
3
+ metadata.gz: 78a011941457e0a4cc0d33a14ba8ebfcd4119d9a
4
+ data.tar.gz: 73a835158af084f7fe45656b78acc3c325243c41
5
5
  SHA512:
6
- metadata.gz: b6f068a20ebc5d343bdb60d7906c09dd8c30096351f4641aaffde7dfb94af90361701d454fc1191465874a4e0d7ff361dd17167c5ab8b80c2da5c57c4b193477
7
- data.tar.gz: 62d47e61d6ee8985bf12dd5258df025db1ada9a21115d7d33775014cfe909dc43094a786da235e1d9c4493577c467fbb25648eeb692ad4db1bbd0120a7f95a1f
6
+ metadata.gz: 6a65599041cb86dddebebc0867ff6b6c18f887bcf6bebace90ce079ba4dc938f7d116831c907db4d2c2e3e67934c58a6be53b6f5213d8b2d865928670ee2768e
7
+ data.tar.gz: c8011d3782f044abd2b1274e57b49542692b6c5d67c8300e8e034fd63f36b5d70e89fc39b9b479e0a88316b0b078a1529cf6d00eb1abab9232922266db2fa9ba
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.798
1
+ 3.0.799
@@ -1470,14 +1470,17 @@ module TencentCloud
1470
1470
  # 1: 域名https已开启。
1471
1471
  # 0: 域名https已关闭。
1472
1472
  # @type Status: Integer
1473
+ # @param IsCache: 是否查询缓存,1:是; 0:否, 默认为查询缓存,缓存半小时
1474
+ # @type IsCache: Integer
1473
1475
 
1474
- attr_accessor :CertificateId, :InstanceIdList, :ResourceType, :Status
1476
+ attr_accessor :CertificateId, :InstanceIdList, :ResourceType, :Status, :IsCache
1475
1477
 
1476
- def initialize(certificateid=nil, instanceidlist=nil, resourcetype=nil, status=nil)
1478
+ def initialize(certificateid=nil, instanceidlist=nil, resourcetype=nil, status=nil, iscache=nil)
1477
1479
  @CertificateId = certificateid
1478
1480
  @InstanceIdList = instanceidlist
1479
1481
  @ResourceType = resourcetype
1480
1482
  @Status = status
1483
+ @IsCache = iscache
1481
1484
  end
1482
1485
 
1483
1486
  def deserialize(params)
@@ -1485,6 +1488,7 @@ module TencentCloud
1485
1488
  @InstanceIdList = params['InstanceIdList']
1486
1489
  @ResourceType = params['ResourceType']
1487
1490
  @Status = params['Status']
1491
+ @IsCache = params['IsCache']
1488
1492
  end
1489
1493
  end
1490
1494
 
@@ -6119,8 +6123,8 @@ module TencentCloud
6119
6123
 
6120
6124
  attr_accessor :OldCertificateId, :ResourceTypes, :CertificateId, :Regions, :ResourceTypesRegions, :CertificatePublicKey, :CertificatePrivateKey, :ExpiringNotificationSwitch, :Repeatable, :AllowDownload, :Tags, :ProjectId
6121
6125
  extend Gem::Deprecate
6122
- deprecate :Regions, :none, 2024, 3
6123
- deprecate :Regions=, :none, 2024, 3
6126
+ deprecate :Regions, :none, 2024, 4
6127
+ deprecate :Regions=, :none, 2024, 4
6124
6128
 
6125
6129
  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)
6126
6130
  @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.798
4
+ version: 3.0.799
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-08 00:00:00.000000000 Z
11
+ date: 2024-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common