tencentcloud-sdk-ssl 3.0.451 → 3.0.453

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: b57c037e12f67d440b2e13fa432f9298453b0b79
4
- data.tar.gz: 533113b1530aac1e8f9478bfe264ad920af82273
3
+ metadata.gz: 3be701fb063badf1cb58e255d5432523689c5479
4
+ data.tar.gz: c4b4d533895ed8b377dd61bec29ac615d2d9a5a9
5
5
  SHA512:
6
- metadata.gz: 3f3063a792b84e84e4b28972fc7fc8af761204ccd6ca753fbf4f59c0e913f87ab0ba83a0fdc6132759a1edaecfda63dac1290820b5cded6dc34a3cebfbb57640
7
- data.tar.gz: ff2c677e50d3ebe33f888569f8d3209a2e41b9e652dbdb10273e07498720b86f473162494258f9daab4fc412c186ed762c1f0bb2b4ce63f99f33cf6c9d1bde49
6
+ metadata.gz: 213439383889da7ddac127e25932bd2a3d806f98409648952bf89ef0c46481e95aaf7df7f965338637bdbeb0f78779a02b18c1648ec8a2066253dd9d1db9ad02
7
+ data.tar.gz: 1af340b3cd09b57071b1ed4e06d10202b05263bae31ce2e1f49560bbadccce1415941684c9874aea175ce3d89d840b8d7a476b1548c68c6700354d863d9de008
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.451
1
+ 3.0.453
@@ -1253,10 +1253,12 @@ module TencentCloud
1253
1253
  # @type FilterSource: String
1254
1254
  # @param IsSM: 是否筛选国密证书。1:筛选 0:不筛选
1255
1255
  # @type IsSM: Integer
1256
+ # @param FilterExpiring: 筛选证书是否即将过期,传1是筛选,0不筛选
1257
+ # @type FilterExpiring: Integer
1256
1258
 
1257
- attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew, :FilterSource, :IsSM
1259
+ attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew, :FilterSource, :IsSM, :FilterExpiring
1258
1260
 
1259
- def initialize(offset=nil, limit=nil, searchkey=nil, certificatetype=nil, projectid=nil, expirationsort=nil, certificatestatus=nil, deployable=nil, upload=nil, renew=nil, filtersource=nil, issm=nil)
1261
+ def initialize(offset=nil, limit=nil, searchkey=nil, certificatetype=nil, projectid=nil, expirationsort=nil, certificatestatus=nil, deployable=nil, upload=nil, renew=nil, filtersource=nil, issm=nil, filterexpiring=nil)
1260
1262
  @Offset = offset
1261
1263
  @Limit = limit
1262
1264
  @SearchKey = searchkey
@@ -1269,6 +1271,7 @@ module TencentCloud
1269
1271
  @Renew = renew
1270
1272
  @FilterSource = filtersource
1271
1273
  @IsSM = issm
1274
+ @FilterExpiring = filterexpiring
1272
1275
  end
1273
1276
 
1274
1277
  def deserialize(params)
@@ -1284,6 +1287,7 @@ module TencentCloud
1284
1287
  @Renew = params['Renew']
1285
1288
  @FilterSource = params['FilterSource']
1286
1289
  @IsSM = params['IsSM']
1290
+ @FilterExpiring = params['FilterExpiring']
1287
1291
  end
1288
1292
  end
1289
1293
 
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.451
4
+ version: 3.0.453
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-14 00:00:00.000000000 Z
11
+ date: 2022-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20191205/models.rb
37
36
  - lib/v20191205/client.rb
37
+ - lib/v20191205/models.rb
38
38
  - lib/tencentcloud-sdk-ssl.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby