tencentcloud-sdk-ssl 3.0.450 → 3.0.452

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: f380add5541cec52a86535afbfadfff7c3b3e942
4
- data.tar.gz: b1750d2f84d40223e11821ec3058877f01e09c64
3
+ metadata.gz: 8020c2be761225eaa69c6fdd11eba3e23d1a7fd4
4
+ data.tar.gz: d1fcf20c1cfeb96009a142b5787f1d91b598f563
5
5
  SHA512:
6
- metadata.gz: 86fee0e8c72411a0f8fb6c89dc81885c429cc04c4666399255f542a4166bdfcd98c14e29f1af80f3909c2571d9ada67f5fecef4beb252e4e25ab1f4cf63f0e4a
7
- data.tar.gz: 0438d625bc422c1da856a3cbdc136b0be03d6418fb557ecddc8244f06498223bd237f5b6eb2a0340fa27ad45ac84e1c8adfe6f139af70d28f0406b92211c7db9
6
+ metadata.gz: cf891636be7c956e0112438cca2ce5ea83ed2035c56d2ed3cd77a789dc29f0e0dd52aa8057491616c532d7318a0af05a86ff756f19be21a0ba317e1d6d8fa3d0
7
+ data.tar.gz: 84f0abc65b29519fd2e57f6a49b55230c2ee49a3b63d91fe293ef2364d7eaef8822e67305ab942029ff367b521ebd6e001f03ef29e8262b274f31061d34ee05b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.450
1
+ 3.0.452
@@ -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.450
4
+ version: 3.0.452
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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common